@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
#container_bg { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
} 
#container { 
	width: 950px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/head.jpg);
	height:120px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#header	#subhead	{
	padding-top:37px;
	padding-left:155px;
	float:left;
	

}


#header	#subhead	a:link	{
	color:#ffffff;
	padding:0px 15px;
	text-decoration:none;
}
#header	#subhead	a:visited	{
	color:#ffffff;
	padding:0px 15px;
	text-decoration:none;
}
#header	#subhead	a:hover	{
	color:#ffff00;
	padding:0px 15px;
}





#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top:0px;
	border:0px solid #000000;
	border-bottom:0px;
}


a.menu:link	{
display:block;
color:#fff;
font-weight:normal;
	background: #003366;
border:1px solid #000000;
border-top-width:0px;
width:144px;
padding:2px 3px;
text-decoration:none;
}

a.menu:visited	{
display:block;
color:#fff;
font-weight:normal;
	background: #003366;
border:1px solid #000000;
border-top-width:0px;
width:144px;
padding:2px 3px;
text-decoration:none;
}

a.menu:hover	{
display:block;
color:#000;
background-color:#9DD02F;
font-weight:normal;
border:1px solid #000000;
border-top-width:0px;
width:144px;
padding:2px 3px;
text-decoration:none;
}

img	{
	border:0px;
}


#sidebar1	a.headz:link	{
margin-top:25px;
display:block;
color:#000;
font-weight:bold;
border:1px solid #000000;
background-color:#9DD02F;
width:144px;
padding:2px 3px;
text-decoration:none;
}

#sidebar1	a.headz:visited	{
margin-top:25px;
display:block;
color:#000;
font-weight:bold;
border:1px solid #000000;
background-color:#9DD02F;
width:144px;
padding:2px 3px;
text-decoration:none;
}

#sidebar1	a.headz:hover	{
display:block;
color:#ffffff;
font-weight:bold;
border-bottom:1px solid #000000;
background-color:#9DD02F;
width:144px;
padding:2px 3px;
text-decoration:none;
}



#mainContent { 
	margin: 0 0 0 165px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-position:top right;
} 


p	{
	margin:0px;
	padding:2px 0px;
}



#splash_l	{
width:480px;
height:270px;
font-size:11px;
line-height:1.4em;
padding-left 0px;
background-color:#fff;
border:1px solid #000;
float:left;
margin:0px;
text-align:justify;
}
#splash_r{
width:300px;
height:278px;
font-size:11px;
line-height:1.3em;
padding-left 0px;
float:right;
margin-right:50px;
text-align:justify;
}


#hosting	{
width:480px; 
color:#ffffff;
margin:5px;
padding-left:240px;
padding-right:60px;
padding-top:10px;
line-height:1.4em;
background-image:url(img/host_bg.png); 
background-position:top left; 
background-repeat:no-repeat;
height:150px;
text-align:justify;
float:left;
	
}


#subbox	{
width:225px; 
color:#000000;
margin:5px;
border:0px solid #000000; 
float:left;
background-color:#ffffff;
padding:4px 5px;
line-height:1.5em;
height:250px;
overflow:auto;
	
}

#subbox	h3	{
background-color:#fff; 
color:#003366;
margin:-4px -5px 4px -5px;
padding:1px 4px;
border-bottom:1px solid #000000;
}

#subbox	a:link	{
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#subbox	a:visited	{
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#subbox	a:hover	{
	color:#9FCE30;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}








#subbox2	{
width:485px; 
color:#000000;
margin:5px 0px 5px 5px;
border:0px solid #000000; 
float:left;
background-color:#ffffff;
padding:4px 5px;
line-height:1.5em;
/*height:250px;
overflow:auto;*/
text-align:justify;
	
}

#subbox2	h3	{
background-color:#fff; 
color:#003366;
margin:-4px -5px 4px -5px;
padding:1px 4px;
border-bottom:1px solid #000000;
}

#subbox2	a:link	{
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#subbox2	a:visited	{
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#subbox2	a:hover	{
	color:#9FCE30;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#port	{
	width:120px;
	margin:10px;
	font:10px Arial, Helvetica, sans-serif;
	float:left;
	text-align:center;
	height:130px;
}


#port	a:link	{
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:4px 0px;
}
#port	a:visited	{
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:4px 0px;
}
#port	a:hover	{
	color:#9FCE30;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:4px 0px;
}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align:center;
	margin:20px auto;
	border-top:1px solid #333333;
font-size:11px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer	a:link	{
text-align:center;
padding:5px 10px;
font-size:11px;
color:#000000;
text-decoration:none;
}
#footer	a:visited	{
text-align:center;
padding:5px 10px;
font-size:11px;
color:#000000;
text-decoration:none;
}
#footer	a:hover	{
text-align:center;
padding:5px 10px;
font-size:11px;
color:#880000;
text-decoration:underline;
}
.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;
}