@charset "UTF-8";
body {
	font: 96% Verdana, Arial, Helvetica, sans-serif;
	background: #292f2e url(../images/bgSlice.jpg) repeat-x;
	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 */
}


#container {
	width: 1320px;  /* 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 */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 1320px;
	height: 148px;
}

#header h1 {
text-indent: -9999px;
}



/* top nav */

#nav {
	width: 1320px;	
	height: 50px;
	position: relative;
	background: url(../images/navBar_allStates.jpg);
	margin:0;
	padding:0;
}

#nav li {
	float: left;
}

#nav li a {
position: absolute;
top:0;
margin:0;
padding:0;
display: block;
height: 50px;
background: url(../images/navBar_allStates.jpg) no-repeat;
text-indent: -9999px;
overflow: hidden;
font-size: 1%;
}

li#home a {
left:0;
width: 300px;
background-position: 0 0;
}

li#webdesign a {
left: 300px;
width: 180px;
background-position: -300px 0;
}

li#seo a {
left: 480px;
width: 180px;
background-position: -480px 0;
}

li#ecom a {
left: 660px;
width: 180px;
background-position: -660px 0;
}

li#whyus a {
left: 840px;
width: 180px;
background-position: -840px 0;
}

li#contact a {
left: 1020px;
width: 300px;
background-position: -1020px 0;
}


/* top nav hover */

li#home a:hover {
background-position: 0 -50px;
}

li#webdesign a:hover {
background-position: -300px -50px;
}

li#seo a:hover {
background-position: -480px -50px;
}

li#ecom a:hover {
background-position: -660px -50px;
}

li#whyus a:hover {
background-position: -840px -50px;
}

li#contact a:hover {
background-position: -1020px -50px;
}


/* top nav selected */

#body_home li#home a {
background-position: 0 -100px;
}

#body_webdesign li#webdesign a {
background-position: -300px -100px;
}

#body_seo li#seo a {
background-position: -480px -100px;
}

#body_ecom li#ecom a {
background-position: -660px -100px;
}

#body_whyus li#whyus a {
background-position: -840px -100px;
}

#body_contact li#contact a {
background-position: -1020px -100px;
}

/* end top nav */


#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* body box */

#liquid-round {
width: 1040px;
margin:0px auto;
background:#fff url(../images/box_leftside.jpg) repeat-y left top;
}

#liquid-round .center-content h1 {
font-size: 20px;
margin-top: -22px;
text-align: center;
}

#liquid-round .center-content h2 {
font-size: 16px;
}

#liquid-round .center-content a {
color: #0000FF;
}

#liquid-round .center-content a:hover {
color: #000033;
}

.top {
width:1040px;
height:50px;
background: url(../images/box_top.jpg) no-repeat left top;
}

.top span {
display:block;
position:relative;
height:50px;
background: url(../images/box_top_right.jpg) no-repeat right top;
}

.center-content {
position: relative;
background: url(../images/box_rightside.jpg) repeat-y right top;
padding: 1px 35px 1px 45px;
margin: -1px 0 -50px 0;
}

.bottom {
width: 1040px;
height:50px;
background: url(../images/box_bottom.jpg) no-repeat left bottom;
}

.bottom span {
display:block;
position:relative;
height:50px;
background: url(../images/box_bottom_right.jpg) no-repeat right top;
}

/* end body box */

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.jpg) repeat-x;
	height: 106px;
	margin-top: 15px;
}

#footer p {
	margin:0;
	padding: 20px 0 0 0;
	font-size: 0.9em;
	text-align: center;
	line-height: 25px;
	color: #d20303;
} 	

#footer a {
	color: #fff;
	font-size: 0.9em;
	font-weight: bolder;
	}
	
#footer a:hover {
	color: #9aa1a6; 
	text-decoration: none;
	}	
	
#footer .sel {
	color: #9aa1a6;	
	text-decoration: none;
}

#footer .divider {
	color:#fff;
}	


#validationLogos {
width: 210px;
margin-top: -55px;
margin: 0 auto;
}

#validationLogos .floatLeft {
float: left;
}

#validationLogos .floatRight {
float: right;
}

#bottomLink {
padding-left: 770px;
}

form {
    margin: 0 0 0 20px;
}

form h2 {
    color: #041af7;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    color: #041af7;
    display: block;
}

#interests label {
color: #000;
}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}

