@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #666666;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	margin-top: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 35px;
}
#bottom_columns {
	height: 191px;
	margin-bottom:15px;
}
#bottom_columns #left {
	border: 1px solid #CCC;
	width: 460px;
	float: left;
	height: 170px;
	background-image: url(../images/bg_col.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding:10px;
	overflow: auto;
}
#bottom_columns #right {
	float: right;
	height: 170px;
	width: 460px;
	border: 1px solid #CCC;
	background-image: url(../images/bg_col.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding:10px;
	overflow: auto;
}
h1 {
	font-size: 26px;
	color: #333333;
	font-weight:lighter;
}


#nav{
	width: 880px;
	float:left;
	height: 36px;
	padding-left:35px;
}
#nav ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#nav li {
float:left;
	}
#nav a{
	text-decoration:none;
}
#nav img {
	border:none;
}
/*---------------NAV---------------------*/

/*---------------------------------------*/
#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 */
}
#mainContent_home {
	background-image: url(../images/hero_bg.jpg);
	background-repeat: repeat-x;
	height: 518px;
	border: 1px solid #d4d5d7;
	margin-top: 20px;
	margin-bottom: 15px;
}
#mainContent_home #hands {
	height: 100%;
	width: 100%;
	background-image: url(../images/hero_hands.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
/*#wheel {
	height: 325px;
	width: 325px;
	position: absolute;
	top: 56px;
	left: 310px;
}*/

#logo {
 width: 30px;
 float:left;;
}
.logo {
	padding-top: 4px;
	border:none;
}

#footer {
	padding: 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #999999;
	font-size: 7px;
	font-weight: bold;
	text-transform: uppercase;
	position:relative;
}
#footer img {
	position:absolute;
	right:0pt;
	top:5px;
	border:none;
}
#footer  ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}
#footer li {
	display:inline;
	list-style-type:none;
}
#footer a {
	font-size: 7px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
#footer p{
	margin:0px;
}
#mainContent{
	margin-top: 20px;
	
}
#mainContent #sidebar {
	float: left;
	width: 205px;
	min-height: 500px;
}
#mainContent #sidebar .hero{
	padding-bottom:20px;
}
#mainContent #content {
	float: left;
	margin-left:60px;
	width:715px;
}
.info_box {
	width: 190px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg_info_box.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left:15px;
	padding-top:5px;
	margin-bottom: 30px;
}
.info_box h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom:17px;
	
}
.info_box a{
	text-decoration:none;
	color:#0088cc;
	font-weight:bold;
}
.info_box h2 a {
	color:#FFFFFF;
	text-decoration:none;
}

#sidebar .subnav {
	margin-bottom: 30px;
}
.sep {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom:20px;
	margin-top:20px;
}

#sidebar .subnav img{
	border:none;
}

#content h1 {
	margin-top: 0px;
}
.fleft {
	float:left;
	width:350px;
}
.fright {
	float:right;
	width:350px;
}
#content h1 {
	font-size:26px;
	font-weight:lighter;
}
#content ul{
	padding-left:15px;
}
#content .row img{
	border:none;
}
#content a{
	color:#666666;
}
.low_margin{
margin-bottom:10px;
}
.info_box input {
	width:110px;
}
/*--------Contact Form------------*/
#contact_form label{
	width:60px;
	float:left;
}
#contact_form input {
	width:260px;
}
#contact_form .check {
	float:right;
	width: 320px;
}
#contact_form .checkbox {
	width:10px;
}
#contact_form textarea {
	width:660px;
	height:200px;
}
#contact_form #submit {
	width:67px;
	height:18px;
}
.required {
	color:#0088cc;
	font-style: italic;
}
/*--------------------------------*/


/*--------------------------------*/
