/* CSS Document */
html{
	height:100%;
	margin:0;
	padding:0
} 

* {margin:0; padding:0;}

/******** General tags ********/
body {
font:11px Verdana,Tahoma,Arial,sans-serif;

background:#e7e7e7;
background-image:url(../images/page_back.png);
background-repeat:repeat-x;
color:#000000;
line-height:1.2em;
margin:0 auto 0 auto;
padding:5px;
}
.error
{
	color:#cc0000;
}
a {
text-decoration:none;
color:#003366;
font-weight:bold;
}
a:hover{color:#cc0000;}
a img {border:0;}
p{font-size:11px;line-height:20px;letter-spacing:auto;margin-bottom:10px;}
td{font-size:11px;letter-spacing:1px;}
ul,ol,dl {margin:2px 0 16px 35px;}
ul ul,ol ol {margin:4px 0 4px 30px;}

h2 {
font-size:1.4em;
text-transform:uppercase;
border-bottom:2px solid #cc0000;
margin:15px 0 10px 0;
padding:1px 2px 3px 1px;
color:#003366;
}

h3 {
font-size:1.2em;
margin:10px 0 8px 0;
padding:0;
color:#000000;
}

h4 {
font-size:1.1em;
margin:0px 0 8px 0;
padding:0;
color:#000000;
}

blockquote{
font-size:0.9em;
border:1px solid #bababa;
margin:20px 10px;
padding:8px;
}

blockquote p {margin:0;}

/******** Main wrap ********/
#wrap {
width:780px;
margin:0 auto;
padding:0;
border:1px solid #003366;
background-color:#FFFFFF;
_height: 82px;

}
#outer{
	height:99.9%;
	min-height:100%;
	width:100%;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
background-image:url(../images/topback.jpg);
background-repeat:no-repeat;}

/* mac hide \*/
* html #outer{
	width:100%;
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:125px;/*needed to make room for header*/
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	height:90px;
	z-index:74;
	padding:5px;
}



#title {
text-align:left;
float:left;
width:520px;
float:left;
}

#title h1 {
font-size:3.8em;
text-transform:uppercase;
color:#cc0000;
padding:55px 0 15px 5px;
letter-spacing:-3px;
}

#title h1 a {color:#003366; text-decoration:none;}
#title h1 a:hover {}

#topbarlogin
{
	width:250px;
	text-align:right;
	float:right;
}

label
{
	color:#D81A04;
	font-weight:bold;
}
.fields
{
	background-color:#fafafa;
	color:#666666;
}

#ajaxSearch_input
{
	background-color:#fafafa;
	color:#666666;
}
#ajaxSearch_submit
{
	background-color:#C0CCDF;
	background-image:url(../images/btn_back.png);
	background-repeat:repeat-x;
	color:#003366;
}
.buttons
{
	background-color:#C0CCDF;
	background-image:url(../images/btn_back.png);
	background-repeat:repeat-x;
	color:#003366;
}

#slogan {

color:#808080;
font-size:1.4em;
margin:0 0 10px 5px;
}
#footer {
	color: #ffffff;
	width:100%;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;

}
#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
	width:206px;
	float:right;
	z-index: 55;
}
#right-inner {
	width: 178px;
	padding-left: 9px;
	text-align: left;

}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:563px;
	float:left;
	padding-left: 7px;
	z-index: 56;
}
#left-inner {
	padding-left: 9px;
	padding-right: 0px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;

} /*safari wrapper */
#content {
	z-index: 300;
	padding-bottom: 7px;
	font-size:11px;
}




/******** Content variations ********/
#contentwide {
width:510px;
text-align:left;
margin:10 10 10 10px;
padding:10px;
float:left;
}

#contentfull {
text-align:left;
margin:0;
padding:0;
}

#contentwide p,#contentfull p {
line-height:1.6em;
}

#contentwide h2,#contentfull h2 {
font-size:1.1em;
margin:0px 0 10px;
}

#contentwide h3,#contentfull h3 {
font-size:1.3em;
margin:0px 0 8px;
}

#contentwide li,#contentfull li{margin-bottom:4px;}

/******** Footer ********/
#footer {
clear:both;
width:100%;
text-align:center;
color:#808080;
font-size:0.9em;
margin:25px auto 0 auto;
padding:4px 0;

}

#footer p {margin:3px 3px 3px 10px;}
#footer a {color:#505050; text-decoration:none;}
#footer a:hover, a:hover {text-decoration:underline;}

/******** Various classes ********/
.splitcontentleft {float:left; width:48%;}
.splitcontentright {float:right; width:46%;}

.important {
text-align:center;
color:#505050;
border:1px solid #bababa;
padding:2px;
}

.infobox{
width:240px;
float:right;
font-size:0.9em;
border:1px solid #bababa;
margin:0 0 5px 20px;
padding:5px;
}

.infobox p {margin:0;}
.infobox ul{margin:0 0 0 25px;}
.links a {font-weight:normal;}
.links li {line-height:1.1em;}
.left {float:left; margin:0 15px 4px 0;}
.right {float:right; margin:0 0 4px 15px;}
.textright {text-align:right;}
.readmore {text-align:right; margin:-10px 10px 18px 0;}
.center {text-align:center;}
.blue {color:#559900;}
.big {font-size:1.2em;}
.small {font-size:0.8em;}
.bold {font-weight:bold;}
.clear {clear:both;}
.hide {display:none;}

.photo {
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}
td{padding:2px;}
.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

li
{
	list-style:disc;
	color: #cc0000;
	padding:4px;
}
li span
{
	color:#000000;
	font-size:11px;line-height:10px;letter-spacing:auto;
	padding:4px;
	line-height:20px;
}

#map
{
	border:1px solid #003366;
}
.type
{
	display:none;
}
.geo
{
	display:none;
}
.photo
{
	display:none;
}
#div_ms
{
	text-align:left;
	width:670px;
	margin:0 auto;
	background-color:#ffffff;
	border:1px solid #0064B1;
	position:relative;
	padding:5px;
	height:auto;
}
#div_bs
{
	width:inherit;
	padding:5px;
}
#div_ls
{
	width:200px;
	float:left;
}
#div_ads
{
	width:465px;
	padding:0px 0px 0px 0px; ;
	text-align:right;
	float:left;
}
#div_fs
{
	width:inherit;
	text-align:center;
	padding:10px;
	font-size: .8em;
	width:100%;
}

#sp_f
{
	border-top:1px solid #cc0000;
	display:block;
	margin:0 20px 0 20px;
}

#content img
{
	margin:10px;
}