/* CSS Document */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}


html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}



* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#d7d7d7 url(../images/dots.jpg) repeat-x;
	text-align:center;
}

#content {
	width: 767px;
	margin: 0 auto;
	text-align:left;
}

#footer p { 
	font-size:x-small;
	color:#FFFFFF;
	
}

#header
{
	height:140px;
	padding-left: 0px;
	padding-top:40px;
}

#menumenu
{
	margin-top: 0px;
	background: url(../images/menu.png) 50% 0% no-repeat;
	height: 45px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 0px;
}


#menucontainer ul
{
	padding-left: 20px;
	float: left;
	width: 90%;
	font-family: arial, helvetica, sans-serif;
	height: 24px;
}

#menucontainer ul li {
	display: inline;
}

#menucontainer ul li a
{

	height: 24px;
	padding-left: 6px;
	color:#FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 1em;
	padding-top: 8px;
	
	font-size: x-small;
	font-weight: bold;
}

#menucontainer ul li a:hover
{
	background-color: #107296;
	color: #fff;
	
}

.activemenu
{
	background-color: #107296;
	color: #fff;
	
}

#navmenu
{
	margin-top: 5px;
	background: url(../images/navmenu.png) no-repeat;
	height: 31px;
}


#navcontainer ul
{
	padding-left: 30px;
	float: left;
	width: 90%;
	font-family: arial, helvetica, sans-serif;
	height: 24px;
	font-size: 10px;
}

#navcontainerhome ul
{
	padding-left: 30px;
	float: left;
	width: 90%;
	font-family: arial, helvetica, sans-serif;
	height: 24px;
}

#navcontainer ul li {
	display: inline;
	
}

#navcontainerhome ul li {
	display: inline;
	
}

#navcontainer ul li a
{
	height: 16px;
	padding-left: 6px;
	color:#FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 1em;
	padding-top: 8px;
	width:90px;
	background-repeat:no-repeat;
	text-align: center;
	
}

#navcontainer ul li p
{
	background-image:url(../images/navcurrent.gif);
	height: 16px;
	padding-left: 2px;
	color:#000000;
	text-decoration: none;
	float: left;
	padding-right: 0em;
	padding-top: 8px;
	width:87px;
	background-repeat:no-repeat;
	text-align: center;
	}

#navcontainerhome ul li a
{
	height: 16px;
	padding-left: 2px;
	color:#FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 0px;
	padding-top: 8px;
	width:90px;
	background-repeat:no-repeat;
}

#navcontainer ul li a:hover
{

	font-weight:bold;
	color:#FFFFFF;
}

#home1
{	
background-image: url(../images/homenav.gif);
}
	

#links
{
	padding:0px;
}

#contentbackground
{
	background-image:url(../images/contentbackground.gif);
	background-repeat:no-repeat;
	margin-left: 4px;
	padding-left: 20px;
	height: 300px;
}

#longbackground
{
	background:url(../images/longbackround.png) repeat-y;
	padding:5px 24px 12px 24px;
}

#page-length { height: 0; padding: 0; margin: 0; clear: both; }
#featureimage
{
	width:164px;
	float:left;
}

#featureimageno
{
	width:164px;
	float:left;
}
#featuretext
{
padding:10px;
}
#maintext
{
	float:left;
	width:238px;
	background-color:#00FFFF;
	background-image: url(../images/featuretext.gif);
	height: 284px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#maintextread
{
	float:right;
	width:550px;
}

#footer
{
	width:767px;
	height:47px;
	margin:0 auto;
	background:#333 url(../images/footer-bg.png) no-repeat;
	text-align:center;
}

table
{
margin:0;
padding:0;
}

/*td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	height: 28px;
	padding: 2px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #66CCFF;
	height: 20px;
	vertical-align: middle;
}*/



.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}


.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

h2
{
	display:block;
	background-color:#da0205;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	height:18px;
	padding-top:4px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	margin-left: 1px;

}

h4
{
	display:block;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	height:18px;
	padding-top:5px;
	padding-left: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;


}

h5
{
	display:block;
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	height:18px;
	padding-top:5px;
	padding-left: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;


}

p{
padding:10px;
}

#selected
{
color:#000000;
background-image:url(../images/navcurrent.gif);
}


.style1 {color: #000000}

#thirdnav
{
	
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	display:block;
	height: 26px;
	
}

#thirdnav ui
{

list-style:none;
}

#thirdnav a
{
	background-image:url(../images/navigation.gif);
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	display:block;
	height: 22px;
	padding-left: 16px;
	background-position:top;
	padding-top:5px;
	}

#thirdnav a:hover
{
	background-image:url(../images/navigationh.gif);
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	display:block;
	height: 22px;
	padding-left: 16px;
	background-position:top;
	padding-top:5px;
}

#thirdnavo 
{
	background-image:url(../images/navigationh.gif);
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	display:block;
	height: 22px;
	padding-left: 16px;
	background-position:top;
	padding-top:5px;
	}

#thirdnav ul li
{

list-style:none;
}

#imgnegmargin
{
margin-left:-15px;
}

#imgfloatleft
{
	float:right;
	margin-left: 2px;
}


a{
	color:#CC3300;
	border: 0px;
	text-decoration:none;
}

a:hover{
	color:#CC3300;
	border: 0px;
	text-decoration:underline;
}

#links{
	height: 140px;

}

#linktext{
	float: left;
	height: 85px;
	width: 250px;

}

#linkimage
{
	float: right;
	height: 85px;
	width: 200px;

}

#mainlink1
{
	width:164px;
	margin:0 14px 0 2px;
	float: left;
}

#mainlink1 a
{
	display: block;
	width:154px;
	height: 47px;
	padding:80px 10px 0 0;
	text-align: right;
	color: #FFFFFF;
	background: url(../images/mainlink1.jpg) no-repeat;
	text-decoration: none;
}

#mainlink1 a:hover
{
	background-position: 0 -127px;
}


#mainlink2
{
	width:164px;
	margin-right: 14px;
	float: left;
}

#mainlink2 a
{
	display: block;
	width:154px;
	height: 47px;
	padding:80px 10px 0 0;
	text-align: right;
	color: #FFFFFF;
	background: url(../images/mainlink2.jpg) no-repeat;
	text-decoration: none;
}

#mainlink2 a:hover
{
	background-position: 0 -127px;
}



#mainlink3
{
	width:164px;
	margin-right: 14px;
	float: left;
}

#mainlink3 a
{
	display: block;
	width:154px;
	height: 47px;
	padding:80px 10px 0 0;
	text-align: right;
	color: #FFFFFF;
	background: url(../images/mainlink3.jpg) no-repeat;
	text-decoration: none;
}

#mainlink3 a:hover
{
	background-position: 0 -127px;
}


#mainlink4
{
	width:164px;
	float: left;
}

#mainlink4 a
{
	display: block;
	width:154px;
	height: 47px;
	padding:80px 10px 0 0;
	text-align: right;
	color: #FFFFFF;
	background: url(../images/mainlink4.jpg) no-repeat;
	text-decoration: none;
}

#mainlink4 a:hover
{
	background-position: 0 -127px;
}


#maintextread img
{
margin-right:10px;
}

#verywide1 { width: 300px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

img {
border: 0;
}

img a{
border: 0;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */