@charset "utf-8";
/* IDS Styles */

html{
	height:100%;
}


body{
	margin:0px;
	padding:0px;
	height:100%;
	line-height: 1.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container{
	width:700px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#header{
	margin: 0px;
	padding: 0px;
	height: 126px;


}

#content{
	width: 700px;
	/* add padding to top and bottom of the div */
	/* Fix for mozilla not displaying background image */
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px; 
	padding-bottom: 1px; 

	margin: 0px;
	background-image:url(../_images/bg_tile.gif);
	background-repeat:repeat-y;
	background-color:#f6d106;
}

#content a,a:link,a:active,a:visited{
	color:#EF8700;
	text-decoration: none;
}

#content a:hover{
	color:#000;
	text-decoration: underline;
}

#content p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}

#content tH4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	font-style: normal;
}

#contentLeftcol{
	float: left;
	width: 180px;
	margin: 0px;
}


#contentRightcol{
	float: left;
	width: 499px;
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	height: auto;
}

#homeSlides {
	width:415px;
	height:310px;
	background-image: url(../_images/bg_home_photos.jpg);
}
#homeSlides div { top:18px; left:42px; background-color:#fff; }
#homeSlides p {
	font-size:12px;
	padding:5px 40px 5px 5px;
	line-height:3px;
	text-align: center;
}

.slideshow { position:relative; overflow:hidden; }
.slideshow div { display:none; position:absolute; }

#contentRightcolSide{
	background-image:url(../_images/rightcol_side_USF.gif);
	background-repeat:no-repeat;
	float: left;
	width: 21px;
	height:434px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#footer{
	background-color:#D5D0BA;
	clear: both;
}

#footerImage{
	width: 700px;
	height: 38px;
	background-image:url(../_images/footer.gif);
	background-repeat:no-repeat;
}

#footerText{
	width: 400px;
	height: auto;
	position:relative;
	left: 220px;
	padding-top: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#89846D;
}

#footerText a,a:link,a:active,a:visited{
	color:#555;
	text-decoration: none;
}

#footerText a:hover{
	color:#EF8700;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{	
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-weight: normal;
	font-size:20px;
	color:#EF8700;
	line-height: 16px;
}

h2{
	font-weight: bold;
	margin-top: 25px;
	font-size:16px;
	background-image:url(../_images/ornament_headerdots.gif);
	background-repeat:no-repeat;
	padding-left: 22px;
}

h3{
	font-weight: bold;
	margin-top: 25px;
	font-size:14px;
	background-repeat:no-repeat;
	color: #333333;
}


li{
	list-style-type:circle;
	font-size: 12px;
}

img{
	border-width: 0px;
}

.clear{
	clear:both;
}
.floatRightCol {
	float:right;
	padding-left: 10px;
	padding-right: 0px;
	width: 190px;
}

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

