@charset "utf-8";

html, body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	height:100%;
	background-color: #D4DFF3;
}

body, p {
	margin: 0; padding: 0;
	}

#container  {
	height: auto !important;
	height:100%;
	margin: 0 auto;
	width: 990px;
	text-align: left;
	background-color: #FFFFFF;
} 
	
#header  {
	height: 100px;
	clear: both;
	background-image: url(images/headerbg.jpg);
} 
#featuretext {
	padding: 5px;
	height: 100px;
	overflow: hidden;
	font-size: 16px;
}



#headerholder{
	height: 100px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
}
#mainContent  {
	float: left;
	width: 718px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #DDE3EF;


} 

#maincontainer{
	clear: both;
	width: 990px;
	margin: 0 auto;
	background-color: #FFFFFF;


}
#footer  {
	height: 100px;
	background-image: url(images/footerbg.jpg);
	width: 990px;
	margin: 0 auto;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#logo{
	height: 100px;
	width: 320px;
	float: left;
}
#top {
	clear: both;
	width: 990px;
}

#topnav {
	float: left;
	width: 670px;
	height: 100px;
	font-size: 12px;
	color: #8DA4BB;
}
#topnavitems {
	padding-left: 60px;
	padding-top: 5px;
}


#nav{
	height: 50px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
}
#menu {
	height: 50px;
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	float: left;
}
#menuitem {
	width: 100px;
	height: 50px;
}

#menustart {
	height: 50px;
	width: 200px;
	float: left;
}


#navmiddle  ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}


#navmiddle a{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}



#navstart{
float:left;
}

#navmiddle{
	width: 990px;
	margin: 0px auto;

}
#slide {
	height: 255px;
	width: 990px;
	margin: 0px auto;
}




#navend{
float:left;
}

#services{
	height:300px;
	padding: 0px 50px;
	clear: both;
}

#bottomcontent{
	clear: both;
	background-color: #FFFFFF;

}

#box1{
	width:217px;
	padding:10px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #DDE3EF;
	height: 400px;
}
.contenttext{
padding: 10px;
}

.sidebartext{
padding: 10px;
}


.bluetext{
	color:#3E8CB7;
}

.smalltext{
	font-size:14px;
}

#underline{
	height: 66px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #8B9FB3;

}

.navstart
{
	background-repeat: no-repeat;
	height: 40px;
	width: 5px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
}

.navmiddle
{
	height: 40px;
	padding: 0px 10px;
	background-repeat:repeat-x;
	float: left;
}

.navend
{
	height: 40px;
	width: 8px;
	background-repeat: no-repeat;
	float: left;
}

.mtop10{
	margin-top:50px;
}

#topbg{
	background-image: url(images/topbg.png);
	height: 10px;
	background-repeat: no-repeat;

}

#footerbox{
	text-align: center;
	height: 85px;
}

#footerbottom{
	color: #FFFFFF;
	height: 15px;
	clear: both;
}
#end {
	height: 2px;
	clear: both;
	background-color: #D8D8D8;
	width: 990px;
	margin: 0 auto;
}
#divider {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DDE3EF;
	height: 10px;
}
#box2 {
	width:220px;
	padding:10px;
	float: left;
	height: 400px;
}
#navmiddle li {
	list-style:none;
	margin: 0px;
	padding: 10px 10px 0px 0px;
}
#topnav a {
	color: #8DA4BB;
	text-decoration: none;
}
#footerbox a {
	color: #335271;
	text-decoration: none;

}

#fbox1{
	width: 250px;
	float:left;
	text-align: left;
	height: 85px;
}
#fbox2 {
	width: 120px;
	float:left;
	height: 85px;
}

.headertext{
	font-size:16px;
	color:#993300;
	font-weight: bold;
}
#fbox3 {
	width: 100px;
	float:left;
	height: 85px;
}

a{
	text-decoration:none;
	color:#335271;
}

.extrasmalltext{
	font-size:9px;
	padding-top: 2px;
}
#wrapper {
	height: auto !important;
	height:100%;
	margin: 0 auto;
	width: 1010px;
	text-align: left;
	background-image: url(images/bg_shadow.png);
	background-repeat: no-repeat;
}
#dividerhead {
	height: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
}
#headerimage {
	clear: both;
	height: 252px;
	width: 990px;
}
#endwhite {
	height: 5px;
	clear: both;
	background-color: #FFFFFF;
	width: 990px;
	margin: 0 auto;
}
#boxwide {
	width:445px;
	padding:10px;
	float: left;
}
#boxsmall {
	width:220px;
	padding:10px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #DDE3EF;
}

