body  {
	font: 62.5%/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
}

h1 {
	height: 55px;
	width: 243px;
	position: absolute;
	top: 50px;
	left: 70px;
}
h1 a {
	font-size: 1px;
	color: #005984;
	text-decoration: none;
	text-align: right;
	display: block;
	width: 100%;
	height: 100%;
}
h2 {
	color: #996633;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1.429em
}
h3 {
	color: #996633;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
p {
	font-size: 1em;
	color: #003366;
	line-height: 1.8em;
	margin-bottom: 1em;
}
td, tr {
	font-size: 10px;
	color: #003366;
	line-height: 1.8em;
	margin-bottom: 1em;
}
a, a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style: none outside none;
	color: #003366;
}

.topnav {font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; padding: 8px 40px; margin: 0px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; }
.topnav:link {font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; padding: 8px 40px; margin: 0px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; }
.topnav:visited {font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; padding: 8px 40px; margin: 0px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; }
.topnav:hover {font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; padding: 8px 40px; margin: 0px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; }

.topnav2 {font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; padding: 8px 40px; margin: 0px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; background: url(designimgs/arrow.gif) no-repeat center right;}
.topnav2:link {font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; padding: 8px 40px; margin: 0px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; background: url(designimgs/arrow.gif) no-repeat center right;}
.topnav2:visited {font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; padding: 8px 40px; margin: 0px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; background: url(designimgs/arrow.gif) no-repeat center right;}
.topnav2:hover {font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; padding: 8px 40px; margin: 0px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; background: #006699 url(designimgs/arrowhi.gif) no-repeat center right; }

.subMenu { font-size: 11px; color: #FFF; font-weight: normal;  text-decoration: none; display: block; text-align: center;}
.subMenu:link { font-size: 11px; color: #FFF; font-weight: normal;  text-decoration: none; display: block;}
.subMenu:visited { font-size: 11px; color: #FFF; font-weight: normal;  text-decoration: none; display: block;}
.subMenu:hover {font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; display: block;}

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background: #FFFFFF url(designimgs/sidebarbg.gif) repeat-y top right;
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD url(designimgs/header_replace.jpg) no-repeat top left; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
} 
.twoColFixRtHdr #header2 { 
	background: #000033; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 31px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 169px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	*width: 205px; 
	background: #a9c5c8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px;
	text-align:left;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 18px 68px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 10px 8px 18px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000033; 
	color: #FFF;
	font-size:10px;
} 
.twoColFixRtHdr #footer2 { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666; 
	text-align: left;
	font-size:10px;
	} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/************
Content
************/
#mainContent li {
	font-size: 1em;
	line-height: 1.8em;
	list-style: disc inside none;
	
}
#mainContent li.break {
	margin-bottom: 1em;
}
#mainContent a {
	font-style: italic;
}
#mainContent a:hover {
	text-decoration: underline;
}
/**************
 * Property / Client list
 */
div.property {
	margin-bottom: 3em;
	border-bottom: 1px dotted #a9c5c8;
	padding-bottom: 1em;
	overflow: hidden;
}
div.property div.large_image {
	margin-bottom: 1em;
	height: 200px;
	width: 200px;
	float: left;
}
div.property div.large_image img {
	display: block;
}
div.property h3 {
	color: #996633;
	font-size: 1em;
	padding: 0.2em 0;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #a9c5c8;
	border-top: 1px solid #003366;
}
div.property h3 span {
	color: #003366;
}
div.property h4 {
	color: #003366;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 0.25em;
}
#left_col div.property h4 a {
	color: #003366;
	font-size: 1em;
	font-style: normal;
}
div.property ul.cat_list li {
	display: inline;
	padding-right: 1em;
}
div.property div.details p {
	margin-bottom: 0.2em;
}
div.gallery,
div.promo {
	margin-left: 220px;
	width: 140px;
}
#left_col div.property div.gallery li {
	list-style: none outside none;
	display: inline;
	padding-right: 1em;
	margin: 0;
}
div.details {
	clear: both;
}
div.attributes {
	float: left;
	width: 200px;
}
div.description {
	width: 200px;
	_width: 196px;
	margin-left: 220px;
}
div.downloads {
	clear: both;
}
div.client img.client_logo {
	float:left;
	overflow: hidden;
}
div.property div.downloads p, div.client div.downloads p {
	margin: 0;
	line-height: 2em;
}
div.property div.downloads a, div.client div.downloads a {
	color: #996600;
}
div.property div.downloads span, div.client div.downloads span {
	background: transparent url(images/pdficon_small.gif) 2px 50% no-repeat;
	padding: 0 0 2px 20px;
}

/************
Right Col
************/

#right_col h3 {
	margin-top: 0.8em;
	font-size: 11px;
	font-weight:bold;
}
#right_col h3 a {
	color: #003366;
	font-weight:bold;
}
#right_col h3 a:visited {
	color: #006699;
}
#right_col ul {
	margin:0;
	padding:0;
}
#right_col li {
	font-size: 1em;
	line-height: 1.8em;
}

