/* CSS Document */

#print_footer{
	display:none;
}

*{
	margin:0;
	padding:0;
}

body{
	background-image:url(../images/pageBackground.jpg);
	background-repeat:repeat-x;
	background-color:#CDCDCD;
	margin:20px;
	font:normal 12px Arial, Helvetica, sans-serif;
}

img{
	border:none;
}

h1{
	font-weight:bold;
	font-size:22px;
	color:#AD913D;
}

h2{
	font-weight:bold;
	font-size:18px;
	color:#999999;
}

a:link, a:active, a:visited{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#header_wrapper {
	width:820px;
	position:relative;
	margin:0 auto;
	background-color:White;
}

#content_wrapper{
	position:relative;
	width:818px;
	margin:0 auto;
	background-color:White;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	clear:both;
}

#content_wrapper h3{
	margin-top:18px;
	font-weight:bold;
	font-size:12px;
	color:#999999;
}

#content_wrapper ul{
	margin:15px 20px 15px 30px;
	padding:0;
}

#content_wrapper li{
	line-height:20px;
}

#content_header{
	width:818px;
	height:60px;
	background-color:#DCDCDC;
	background-image:url(../images/headerImages/lowerHeaderBG.gif);
	border-bottom:1px solid #999999;
}

#branding{
	width:820px;
	height:110px;
}

#main_navigation{
	width:820px;
	height:30px;
}

#footer{
	position:relative;
	clear:both;
	width:818px;
	height:60px;
	background-image:url(../images/footerBG.gif);
}

/* FEATURES */

#content_header_boxout, #content_header_boxout_no_trans{
	position:absolute;
	top:15px;
	left:20px;
	width:495px;
	border:1px solid #999999;
	background-repeat:no-repeat;
}

.boxout_image{
	position:relative;
	float:left;
	margin:6px 15px 10px 3px;
	width:152px;
	height:107px;
	background-image:url(../images/tenementImagesBG.png);
}

#content_header_boxout h3{
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#666666;
	margin:6px 15px 8px 15px;
}

#content_header_boxout p{
	font-size:11px;
	color:#666666;
	margin:6px 15px 8px 15px;
	line-height:13px;
}

#content_header_boxout a{
	color:#666666;
}

div.boxout_copy{
	margin-top:10px;
	color:#666666;
	font-size:11px;
	line-height:15px;
}

div.boxout_copy a{
	color:#569613;
}

/* FOOTER */

#footer p{
	position:absolute;
	top:20px;
	left:0px;
	color:#666666;
	font-size:11px;
}

#footer a{
	color:#666666;
}

/* GENERIC */

.highlight{
	color:#569613;
	font-weight:bold;
}

/* DATA TABLES */

table.data_table{
	margin-top:20px;
	border:1px solid #666666;
	border-collapse:collapse;
}

table.data_table th{
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:4px;
	background-color:#B9D49D;
	border:1px solid #999999;
	text-transform:capitalize;
}

table.data_table td{
	vertical-align:top;
	padding:4px;
	border:1px solid #999999;
}

table.data_table td.sub_th{
	font-weight:bold;
	text-align:left;
	padding:4px;
	background-color:#E1E1E1;
	border:1px solid #999999;
}

table.data_table p{
	margin:0;
	margin-bottom:10px;
}

.media_c1{
	width:80px;
}

.media_c2{
	width:175px;
}

.media_c3{
	width:330px;
}

/* NAVIGATION */

.sub_nav_section_title{
	font-weight:bold;
}

/* CONTACT FORM */

.contact_form td, .contact_form th{
	padding:5px 10px 5px 0;
	vertical-align:top;
}

.contact_form th{
	text-align:left;
	font-weight:bold;
}

.body_image{
	float:right;
	margin:0 0 10px 20px;
	border:1px solid #999999;
	padding:2px;
}

/* NEWS PAGES LAYOUT */

div.news_div{
	border-bottom:1px dotted #666666;
	margin-bottom:10px;
}

p.news_title{
	font-weight:bold;
	font-size:16px;
	color:#006699;
	margin-top:20px;
	margin-bottom:3px;
	text-transform:capitalize;
}

p.news_date{
	font-size:10px;
	color:#999999;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:0px;
}

p.news_abstract{
	margin-top:0px;
	margin-bottom:3px;
}

p.news_link{
	font-size:11px;
	margin-top:0px;
	margin-bottom:20px;
}

p.news_link a{
	color:#006699;
}

/* PAGING CONTROLS */

table.paging_controls td{
	padding-right:20px;
}

table.paging_controls a{
	color:#006699;
}

/* REPORTS LAYOUT */

div.report_title{
	margin:10px;
	padding:0 0 10px 0;
	border-bottom:1px dotted #666666;
}

div.report_title a{
	color:#5A9818;
}