﻿html
{
	overflow-y: scroll;
}

body {
    background: url(../pics/static/body_bg.jpg) repeat-x left top;
    margin: 0px;
    background-color: #E9E9E9;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#container {
	background-color: #fff;
    width: 968px;
    text-align:left;
    margin-left: auto;
    margin-right: auto;
}

/* Header styles */
#container #header {
	height: 45px;
	background: url(../pics/static/logo_top.gif) no-repeat left top;
}
/* Menu styles */
#container #menu {
	height: 33px;
	text-align: right;
	background: url(../pics/static/menu_bg.jpg) repeat-y left top;
}
#container #menu #menuItems {
	padding-top: 5px;
	margin-right: 5px;
	font-size: 15px;
    font-weight: bold;
	color: #fff;
	height: 23px;
	line-height:23px;
}
#container #menu #menuItems a {
	margin: 5px;
    color: #fff;
    text-decoration: none;
}
#container #menu #menuItems a:hover {
	color: #fff;
    text-decoration: underline;
}

/* Submenu on the left side of the website */

#container #content #leftContent #submenu 
{
	display: none;
    float: left;
    width: 189px;
	color:#333;
	font-size: 12px;
	font-weight: bold;
}

#container #content #leftContent #submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #content #leftContent #submenu li 
{
	width: 189px;
	clear: both;
	display: block;
	float: left;
	margin-bottom: 6px;
	padding: 0px;
}

#container #content #leftContent #submenu .innerItems a, #container #content #leftContent #submenu a { font-weight: bold; color: #60A1C9; text-decoration: none; }
#container #content #leftContent #submenu .innerItems a:hover, #container #content #leftContent #submenu a:hover { color: #60A1C9; text-decoration: underline; }
#container #content #leftContent #submenu a:hover.light, #container #content #leftContent #submenu a.light { color: #AFCFE4; }
#container #content #leftContent #submenu a:hover.selected, #container #content #leftContent #submenu a.selected { color: #0069AA; }

#container #content #leftContent .roundBanner
{
	background: url(../pics/static/bg_topbanner.jpg) 0% 0% repeat-x; 
	margin-bottom: 3px;
}

/* Mood styles */
#container #mood {
	height: 207px;
}

/* Navigation styles */
#container #navigation {
	margin-top:5px;
	height: 48px;
}
#container #navigation #breadcrumbs
{
	padding-left: 10px;
    float: left;
}
#container #navigation #searchContainer
{
    width: 182px;
    float: right;
}
#container #navigation #search .searchArrow 
{
	vertical-align: middle;
	border:1px solid #333;
}
#container #navigation #search .searchBox 
{
	margin-top: 0px;
	height:18px;
	vertical-align: middle;
}

/* Content styles */
#container #content {
	width: 968px;
	margin-bottom: 10px;
}
#container #content h2,
#container #content h1 {
	color: #069;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 16px;
}
#container #content h2 {
	font-size: 12px;
	line-height: 14px;
}
#container #content a {
	text-decoration: underline;
	color: #069;
}
#container #content a:hover {
	text-decoration: none;
	color: #069;
}
#container #content h2 a,
#container #content h1 a,
#container #content #latest h1 a {
	text-decoration: none;
}
#container #content #latest h1 a {
	color: #000;
}
#container #content h2 a:hover,
#container #content h1 a:hover,
#container #content #latest h1 a:hover {
	text-decoration: underline;
}
#container #content #latest {
	color: #000;
	font-size: 12px;
	margin-bottom: 30px;
}

#container #content #leftContent
{
	float: left;
	padding-left: 10px;
	width: 189px;
}

#container #content #leftContent .title,
#container #content #rightContent #innerRightContent .title 
{
	font-weight: bold;
}
#container #content #leftContent a,
#container #content #rightContent #innerRightContent a
{
	color: #fff;
	text-decoration: none;
}
#container #content #leftContent a:hover,
#container #content #rightContent #innerRightContent a:hover
{
	text-decoration: underline;
}

#container #content #rightContent
{
	float: left;
	padding: 0px 10px;
	width: 749px;
}

#container #content #rightContent #innerLeftContent
{
	font-size: 11px;
	color: #999;
	float: left;
	padding-right: 10px;
	width: 552px;
}

#container #content #rightContent #innerRightContent
{
	float: left;
	width: 187px;
}

/* Crosslinks to other parts of the website (projects/products/documents/etc) */

#container #content #crossLinks 
{
    margin-top: 75px;
}
#container #content #crossLinks h2
{
    margin-bottom: 10px;
}

#container #content #crossLinks ul
{
  	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	list-style-type: none;
}

#container #content #crossLinks ul li
{
    margin-bottom: 10px;
}
#container #content #crossLinks ul li strong a
{
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#container #content #crossLinks ul li a:hover 
{
    text-decoration: underline;
}

/* Footer styles */
#container #footer 
{
	color: #fff;
	font-size: 10px;
	height: 50px;
	background: url(../pics/static/footer.jpg) no-repeat left top;
}
#container #footer img { 
	float: left;
	margin: 5px;
}
#container #footer #leftFooter 
{
	float:left;
	margin-top: 5px;
	padding-left: 5px;
	width: 285px;
}
#container #footer #leftFooter a 
{
     text-decoration: hand;
}
#container #footer #rightFooter 
{
	float:right;
	margin:5px;
}
#container #footer #rightFooter a 
{
    color: #fff;
    text-decoration: none;
}
#container #footer #rightFooter a:hover 
{
	color: #fff;
    text-decoration: underline;
}

/* Aspin styles */
#aspin 
{
	width: 968px;
	background-color: #E9E9E9;
	line-height: 16px;
	color: #ccc;
	font-size: 10px;
	text-align:right;
	margin-left: auto;
    margin-right: auto;
}
#aspin a 
{
    color: #ccc;
    text-decoration: none;
}
#aspin a:hover 
{
	color: #ccc;
    text-decoration: underline;
}

/* Generally used classes throughout the site */
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	font-size: 0px;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
}

/* Form */
#formContainer {
	background-color: #E9E9E9;
}
#formContainer .button {
	cursor: hand;
	border: 0px;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    height: 24px;
    color: #fff;
    background-color: #0069AA; 
    text-align: center;
}
#formContainer .button[disabled]
{
	background-color: #588BAA;
}

#formContainer .validator, #formContainer .loginError {
	margin-left: 4px;
    font-size: 11px;
    line-height: 15px;
    color: #be2a1d;
}
#formContainer .loginError
{
	margin-bottom: 7px;
}
#formContainer .verificationButton {
    margin-top: 0px;
	cursor: hand;
    width: 180px;
    background-color: #fff;
    border: 0px;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    color: #333;
}
#formContainer td.caption
{
    height: 25px;
    padding-left: 5px;
}
#formContainer td.required
{
    height: 25px;
    padding-left: 5px;
	font-weight: bold;
}
#formContainer td.field 
{
    height: 21px;
    padding: 0px;
    background-color: #fff;
    border: solid 2px #d9d9d9;
    width: 99%;
}
#formContainer td div.field 
{
    /*height: 21px;*/
    padding: 0px;
    background-color: #fff;
    border: solid 2px #d9d9d9;
}
#formContainer input.field
{
    border: 0px;
    /*height: 100%;*/
    color: #333;
    width: 99%;
}
#formContainer input.verificationField
{
    border: 0px;
    height: 100%;
    color: #333;
}
#formContainer select
{
    border: 0px;
    height: 100%;
    width: 100%;
}
#formContainer textarea.field 
{
	font-family: Arial, Helvetica, Sans-Serif;
    border: 0px;
    width: 99%;
    height: 80px;
    color: #333;
    resize: vertical;
}

/* Dealers map */
div#searchDealers 
{
	height: 500px;
}

div#searchDealers div#map 
{
	height: 520px;
	width: 550px;
	position: relative;
	float: right;
}

div#searchDealers div#searchForm 
{
	width: 165px;
	position: relative;
	float: left;
	background-color: #D6D6D8;
	padding: 10px;
	margin-right: 10px;
	height: 460px;
}

div#searchForm select, div#searchForm input, div#searchForm button
{
	margin: 0;
	padding: 0;
	width: 100%;
}

div#searchForm input[type="checkbox"]
{
	vertical-align: text-bottom;
	width: auto;	
}

div#searchDealers span#noDealersFound 
{
	font-weight: bold;
}
.caps
{
	text-transform: capitalize;
}