@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 actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
border-left: 1px solid #3f6791;
}
#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;
}
#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;
}
#hplans{
width: 930px;
height: 266px;
padding-top: 25px;
padding-left: 15px;
padding-right: 10px;
background-image:url(images/hplansbgmain.jpg);
}
#hplanshared{
width: 299px;
height: 266px;
padding-right: 14px;
background-image:url(images/hplansbg.png);
background-repeat:no-repeat;
float:left;
}
#hplansharedtitle{
font-size:18px;
font-weight:900;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
padding-top: 25px;
padding-left: 20px;
}
#hplansharedcontent{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
}
#hplanvps{
width: 299px;
height: 266px;
padding-right: 16px;
background-image:url(images/hplansbg.png);
background-repeat:no-repeat;
float:left;
}
#hplanvpstitle{
font-size:18px;
font-weight:900;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
padding-top: 25px;
padding-left: 20px;
}
#hplanvpscontent{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
}
#hplandedicated{
width: 299px;
height: 266px;
background-image:url(images/hplansbg.png);
float:left;
}
#hplandedicatedtitle{
font-size:16px;
font-weight:900;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
padding-top: 25px;
padding-left: 20px;
}
#hplandedicatedcontent{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
}
#footerinfo{
width: 954px;
background-image:url(images/footer1.jpg);
height: 141px;
}
#latestnews{
float:left;
width: 306px;
height: 131px;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
}
#aboutus{
float:left;
width: 306px;
height: 131px;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
border-left: 1px solid #cccccc;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
}
#recentclients{
float:left;
width: 306px;
height: 131px;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
border-left: 1px solid #cccccc;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
}
