/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #06113A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

body.editor {
	background-color: #FFFFFF;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}

p {
	margin-bottom: 10px;
}

a {text-decoration: underline; color : #333366}
a:hover {text-decoration: underline; color : #333333}

img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 889px;
	margin: 13px auto 0px auto;
}

#shadow_left {
	width: 7px;
	background-image: url(/images/shadow_left.gif);
	background-repeat: repeat-y;
}

#shadow_right {
	width: 7px;
	background-image: url(/images/shadow_right.gif);
	background-repeat: repeat-y;
}

#page {
	width: 940px;
	background-color: #FFFFFF;
	padding: 0px 15px;
}

#header {
	width: 940px;
	background-image: url(/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#testimonial {
	padding-right: 30px;
	text-align: right;
	vertical-align: middle;
	line-height: 15px;
	color: #8D8D8D;
}

#testimonial a {
	color: #656565;
	font-size: 11px;
}

#content_box {
	background-image: url(/images/content_box_bg.gif);
	background-repeat: repeat-y;
}

#content_box_bg {
	background-image: url(/images/content_bg.gif);
	background-repeat: no-repeat;
	width: 940px;
}

#left_content {
	width: 281px;
	padding: 38px 0px 20px 29px;
}

#left_content a {
	text-decoration: none;
}

#content {
	width: 580px;
	padding: 38px 25px 30px 24px;
}

#content_full {
	width: 840px;
	padding: 38px 25px;
}

#content_fullpage {
	width: 940px;
	padding: 0px;
}

#subnav {}

#subnav a {
	display: block;
	border: 1px solid #a9a9a9;
	margin-bottom: 5px;
	padding: 5px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #474A74;
	text-decoration: none;
	text-transform: uppercase;
	width: 269px;
}

#subnav a:hover, #subnav a.active {
	background-color: #CDD7E9;
}

#blognav {
	margin-top: 30px;
	color: #7A7A7A;
	font-size: 12px;
}

#blognav h4 {
	font-size: 12px;
}

#blognav img {
	vertical-align: middle;
}

#blognav a {
	color: #7A7A7A;
}

#blognav table {
	margin-bottom: 10px;
}

#footer_image {
	background-image: url(/images/footer_image_bg.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
}

#footer {
	width: 938px;
	height: 47px;
	margin: 0px 1px;
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
}

#footer td {
	vertical-align: middle;
	padding: 0px 13px;
}

#footer a {
	text-decoration: none;
	margin-left: 20px;
	color: #666666;
}

#footer a:hover {
	color: #000000;
}

/* CONTENT CSS */

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: #333366;
	text-transform: uppercase;
	margin-bottom: 35px;
}

h3 {
	color: #333366;
	font-size: 15px;
}

#blog h4 {
	text-transform:uppercase;
	color: #666666;
	font-size: 13px;
	line-height: 13px;
	margin-top: 10px;
}

#blog h3  {
	color: #666666;
	font-size: 15px;

}

#blog div {
	margin: 15px 0px;
	line-height: 16px;
}

.blog_archive_table {
	width: 100%;
	text-transform:uppercase;
}

.button {
	color: #ffffff;
	background-color: #333366;
	border: 0px;
	margin: 2px;
	padding: 2px;
}

a.button {
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	display: block;
	padding: 2px 2px;
	margin: 2px;
}

a.button:hover { 
    color:#ffffff; 
    cursor:default;
}

input.button[disabled=disabled] {
	color: #a9a9a9;
	background-color: #666699;
}

.upper {
	text-transform:uppercase;
}

#properties img {
	margin-right: 15px;
}

#properties .description {
	width: 290px;
}

#property_back_link {
	height: 30px;
	border: 1px solid #D7D7D7;
	margin-bottom: 15px;
}

#property_back_link td {
	padding: 0px 5px;
	vertical-align: middle;
}

#property_back_link a {
	text-decoration: none;
}

#property {
	width: 888px;
}

#property h2 {
	color: #333366;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
}

#property h3 {
	margin-bottom: 7px;
}
