@charset "utf-8";
/* CSS Document */
 
 
body  {
	margin: 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: #000000;
	background-color: #191919;
	background-image: url(gradient.png);
	background-repeat: repeat-x;
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #656565;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
	border: 4px solid #2d2d2d;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
.twoColFixLtHdr #container-thumbnails {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
	border: 4px solid #2d2d2d;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #2d2d2d;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(pix.gif);
	background-repeat: repeat-x;
	background-position: 267px 267px;
} 	

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #2d2d2d;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-color: #666666;
	border-right-color: #ffffff;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none; 

}	
.twoColFixLtHdr #sidebar1 {
	float: right;
	background-color: #414141;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
	width: 222px;
	padding-bottom: 15px;
}	

#vertnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #2D2D2D;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #585858;
	border-top-width: 0px;
}
#vertnav li {
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #585858;
	border-right-color: #585858;
	border-bottom-color: #585858;
	border-left-color: #585858;
	border-top-width: 1px;
	border-bottom-width: 0px;
}

#vertnav li a {
	color: #FFFFFF;
	text-decoration: none;
	height: 1%;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#vertnav li a:hover {
	background-color: #7C0404;
}
.twoColFixLtHdr #mainContent {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 228px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d2d2d;
} 
.twoColFixLtHdr #footer {
	background-color: #3A3B3B;
	color: #FFFFFF;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	background-image: url(footer.png);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #999;
}
.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: none;
	margin-right: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #CCC;
}
.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;
}
a:link {
	color: #970000;
}
a:hover {
	color: #999999;
}
.style2 {
	color: #970000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.style5 {
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	color: #9e0000;
	text-align: left;
	font-style: italic;
}
.style9 {
	font-size: 14px;
	color: #666666;
	font-family: 'Arial's, Helvetica, sans-serif;
	font-style: italic;
}
.style10 {color: #FFFFFF}
a:visited {
	color: #970000;
}
.style11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #970000;
}
.style13 {
	font-size: 14px;
	font-style: italic;
	color: #333;
}
.style15 {font-size: 16px}

.style16 {
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent .style11 .style11 {
	font-size: 20px;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #bb0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
}
h2 {
	font-size: 20px;
	color: #970000;
	font-weight: normal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #970000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #mainContent .style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}
#wrapper {
	width: 520px;
	text-align: left;
	padding: 0px;
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#wrapper p {
	font-size: 80%;
	margin-bottom: 0px;
}

fieldset {
	padding-left: 30px;
}

legend {
	font-weight: bold;
	color: #990000;
}


 
.twoColFixLtHdr #container #mainContent table tr td table tbody tr td {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent table tr td table {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent table tr td table tbody {
	text-align: left;
}

.checklist {
list-style-image: url("check_li.gif")
}

.checklist2 {
list-style-image: url("check_li2.gif")
}

#wrapper-audit {
	width: 320px;
	text-align: center;
	padding: 0px;
	margin-left: auto;
}
#header-content {
	margin : 0 auto;
	padding : 0;
	position : relative;
	text-align: left;
} 
#header-content #slogan { 
position : absolute; 
font : bold 12px 'Trebuchet Ms', Sans-serif; 
text-transform : none; 
color : #fff; 
margin : 0; 
padding : 0; 
top : 67px; 
left : 79px; 
} 
#header-content ul {
	position : absolute;
	top : -4px;
	color : #fff;
	list-style : none;
	margin : 0;
	padding : 0;
	left : 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 778px;
	height: 25px;
	background-color: #970000;
	border: 1px solid #ccc;
} 
#header-content li {
	display : inline;
} 
#header-content li a {
	float : left;
	display : block;
	color : #fff;
	background-color : #970000;
	text-decoration : none;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 14px;
} 
#header-content li a.current {
	color : #fff;
	background-color: #bb0000;
} 
#header-content li a:hover {
	color : #fff;
	background-color: #bb0000;
} 
body.section1 #nav li a.sellers, body.section2 #nav li a.buyers, body.section3 #nav li a.investors, body.section4 #nav li a.leasing, body.section5 #nav li a.listings, body.section6 #nav li a.links, body.section7 #nav li a.management { 
background : #970000; 
color : #fff; 
} 
#header-content li a:active {
	color : #fff;
	background-color: #970000;
}
#wrapper-audit {
	width: 320px;
	text-align: center;
	padding: 0px;
	margin-left: auto;
}

#wrapper-schedule {
	width: 510px;
	text-align: left;
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#table-rates {
	border-collapse : collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
#table-wrap {
	border: 1px solid #666;
	width:515px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #EBEBEB;
	margin-right: 10px;
	margin-left: auto;
}
