@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color: #cacaca;
	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: #000000;
}
.twoColFixLtHdr #container { 
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	height: 83px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: ffffff;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height: 41px;
	padding-top: 3px;
} 
.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{
float:left;
height: 63px;
width: 286px;
padding-top: 20px;
}
#navigation{
float:left;
text-align:right;
height: 83px;
width: 550px;
margin-left: 118px;
}
#homenav{
float:left;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
height: 53px;
border-left: 1px solid #3f6791;
}
#homenavhov{
float:left;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
height: 53px;
background-image:url(images/headerhovbg.jpg);
background-repeat:repeat-x;
}
#sharednav{
float:left;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
height: 53px;
border-left: 1px solid #3f6791;
}
#sharednavhov{
float:left;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
height: 53px;
background-image:url(images/headerhovbg.jpg);
background-repeat:repeat-x;
}
#vpsnav{
float:left;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
height: 53px;
border-left: 1px solid #3f6791;
}
#vpsnavhov{
float:left;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
height: 53px;
background-image:url(images/headerhovbg.jpg);
background-repeat:repeat-x;
border-left: 1px solid #3f6791;
}
#dedicatednav{
float:left;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
border-left: 1px solid #3f6791;
height: 53px;
}
#dedicatednavhov{
float:left;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
height: 53px;
background-image:url(images/headerhovbg.jpg);
background-repeat:repeat-x;
}
#headerimg{
background-image:url(images/header.png);
height: 31px;
width: 780px;
background-repeat:no-repeat;
padding-top: 174px;
padding-left: 174px;
}

