/* Web site */

* { margin: 0; padding: 0; }
a img { border: 0; background: transparent; }
fieldset { border: 0; }

/* body styles */

body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #464646; 
	font-size: 100%;
	text-align: center;
	background: url(/template_assets/images/background.gif) repeat-y scroll 50% 0;
	margin: 0; 
	padding: 0;
}
table {
	margin-bottom: 2em; border-collapse: collapse;
}
td {
	vertical-align: top;
	/*padding: 0.5em 0.5em 0.5em 0;*/
}
/* Add styles to be hidden as display: none */

#header, #navbar, #logo, #headerSSP, #dropdowns, #breadcrumbs, #right-column, #subcolumn, #map, #footerwrap, #footer, #print-page, #ad1LT, #ad2LT, #ad3LT, #site_map {
	display:none;
	}
	

/* wrap*/

#wrap {
	background: url(/template_assets/images/mainbg.jpg) repeat-y scroll 0 0;
	margin: 0 auto;
	padding: 0;
	/*width: 986px;*/
	width: auto;
}
#innerwrap {
	margin: 0 auto;
	padding: 0;
	/*width: 972px;*/
	width: auto;
}

/* header */

#header_print { 
	display: block;
	margin: 0; 
	/*width: 972px;*/
	width: 100%;
	/*height: 112px;*/
	
}


/* homepage intro */

#introSSP {
	width: 563px; height: 233px;
}




/* content */

#content { 
	padding: 0;
	margin: 0 0 6px 0;
	/*width: 972px;*/
	width: auto;
	background: url(/template_assets/images/sidebarbg.jpg) repeat-y scroll 0 0;
	text-align: left;
}



/* main-column */

#main-column { 
	float: left;
	padding: 0px 55px 55px 75px;
	width: auto;
	/*width: 600px;*/
	/*height: 640px;*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#main-column h1 {
	margin: 18px 0 12px 0; color: #546424; font-size: 22px;
}
#main-column h2 {
	font-size: 14px; margin: 0 0 7px 0; color: #546424;
}
#main-column p {
	line-height: 21px; margin: 0 0 1.3em 0;
}
#main-column ul, #main-column ol {
	margin: 0 0 1.3em 0;
}
#main-column li {
	line-height: 21px; margin-left: 2em;
}
#main-column a:link, #main-column a:visited {
	color: #546424; text-decoration: underline;
}
#main-column a:hover {
	color: #546424; text-decoration: underline;
}
#main-column a:active {
	color: #546424; text-decoration: underline;
}
#main-column td, #main-column th {
	/*padding: 0 2em 0.5em 0;*/
}


/* news */

.altrow { 
	background-color: #E7F0DD;
}
#news li { 
	position: relative; height: 40px; line-height: 15px;
}
.date { 
	position: absolute; top: 1.3em; left: 0.5em;
}
#news a { 
	display: block; height: 40px; padding: 5px 15px 0 48px;
}
#news a:link, #news a:visited {
	color: #999; text-decoration: none;
}
#news a:hover {
	color: #A0A0A0; text-decoration: none;
}
#news a:active {
	color: #999; text-decoration: none;
}
#news li:hover, #news li.sfhover {
	background: #CCC; cursor: pointer;
}


/* datatable */

.datatable td, .datatable th {
	background-color: #F3F7E9; 
	padding: 0.5em 1em 0.5em 0.5em; 
	border-bottom: 1px solid #FFF; 
	border-right: 1px solid #FFF;
}

/* contact */

#contactform {
	margin-bottom: 5em;
}
#contactform label {
	line-height: 1.5em;
}
#contactform td, #contactform th {
	vertical-align: top; padding: 0 1em 1em 0; font-weight: normal;
}
#contactform input, #contactform textarea {
	/*background-color: #FFF;*/
}


/* copyright */

#copyright {
	float: right;
}


/* misc styles */

.img-style-lt {
	float: left; padding-right: 5px; clear: both; margin-bottom: 1em;
}
.img-style-rt {
	float:right;
	padding-left: 5px;
}
.clearfix {
	clear:both;
	}
.wireframe {
	border: 1px solid black;
}
.fill {
	background-color: #F00;
}
.flag {
	margin-right: -3px;
}

/*----------------------------------------------------------------
.site_search
----------------------------------------------------------------*/

.site_search_count { margin: 0 0 1.3em 0; display: block;}
.site_search_hit { margin: 0 0 1.3em 0; line-height: 1.5}
.site_search_result_link { display: block;}


.searchCount { margin: 0 0 1em 0; display: block;}
.searchResultsTable td, .searchResultsTable th { padding: 0 15px 10px 0;}