body, img, div, p, a, form, fieldset, ol, ul, label {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: black;
}

body {
    background-color: #E6E6E6;
    background-repeat: repeat-x;
    width: 100%;
}

div {
    overflow: hidden;
}
	
p, form, table, ol, ul {
    padding-top: 10px;
}

ol ul {
    padding-top: 5px;
    list-style-type: disc;
}

ol, ul {
    margin-left: 30px;
}

li {
    padding-bottom: 5px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form fieldset {
    border: none;
}

form label {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    margin-top: 4px;
}

form fieldset label {
    float: left;
    width: 79px;
    padding-right: 5px;
    word-wrap: normal;
}

form fieldset label.withInput {
    float: none;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-top: 0px;
    vertical-align: middle;
}

form fieldset.checkboxes label {
    float: none;
    padding-left: 5px;
    width: 200px;
}

form fieldset input, 
form fieldset select, 
form fieldset textarea, 
form fieldset table {
    margin-top: 3px;
    width: 200px;
}

form input#captchaText {
    width: 100px;
    margin-bottom: 10px;
}

form input[type ="submit"], 
form input[type = "reset"] {
    width: 70px;
    margin-bottom: 10px;
}

form br {
    clear: left;
}

/* Clears floats */
div.clear {
    clear: both;
    height: 0px;
    width: 0px;
    font-size: 0px;
}

.error {
    color: red;
}

.linksContainer {
    float: right;
}

.linksContainer a {
    font-size: 13px;
}

.link, .lastLink {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

.link {
    border-right-style: solid;
    border-right-width: 1px;
}

.subHeading, 
.subHeadingColor, 
.subHeadingItal, 
.subHeadingUnderline, 
.error, 
.topPhone,
.contentContactInfo, 
.contentPhone {
    font-weight: bold;
}

.subHeadingItal {
    font-style: italic;
}

.subHeadingUnderline {
    padding-top: 10px;
    padding-bottom: 5px;
    text-decoration: underline;
}

form#login {
    width: 350px;
}

#bodyContainer {
    width: 960px;
    padding-bottom: 20px;
}

#topnav {
    width: 960px;
    padding-bottom: 10px;
}

#topnav .linksContainer {
    padding-top: 5px;
    padding-bottom: 5px;
}

#topnav .linksContainer .link {
    border-right-width: 2px;
}

#topnav div, 
#topnav div.link a, 
#topnav div.lastLink a, 
#topnav div.lastLink a {
    color: #00338D;
    font-weight: bold;
}

#topnav div#phone {
    float: left;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 5px;
	color: #00338D;
}
    
#topnav div#phone #label {
    font-size: 15px;
    vertical-align: middle;
}
    
#topnav .lastLink {
    padding-right: 2px;
}

#topnav .link a:hover,
#topnav .lastLink a:hover {
    text-decoration: none;
    color: #0098DB;
}

#header {
    width: 956px;
    border-color: #00338D;
    border-width: 2px;
    border-style: solid;
    border-bottom: none;
    border-bottom-width: 0px;
	background-color:#fff;
	padding-bottom:10px;
	}

.contentContainer {
    width: 956px;
    background-color: white;
    border-color: #00338D;
    border-style: solid;
    border-width: 2px;
    border-top: none;
    border-bottom: none;
    display: block;
}

#middleNav .link {
    border-right-width: 2px;
}

#middleNav a {
    font-weight: bold;
}

#middleNav {
    background-color: #FFFFFF;
    /* to fix ie z-index bug that shows up in leftnav h2 */
    position: relative;
    z-index: 2;
    width: 956px;
    border-color: #00338D;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    border-bottom: none;
    overflow: visible;
}

#nav {
    margin: 0 auto;
    float: right;
}

#nav, #nav ul { /* all lists */
    padding: 0;
    list-style: none;
    line-height: 14px;
    display: block;
    /* to fix ie z-index bug that shows up in leftnav h2 */
    position: relative;
    z-index: 2;
}

#nav a {
    font-family: Verdana, Arial, sans-serif; 
    color: #666666;
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 0 0 2px 0;
    font-weight: bold;
    text-decoration: none;
}

#nav li { /* all list items */
    float: left;
    width: auto;
    border-bottom: 1px solid #00338D;
    border-right: 1px solid #CCCCCC;
}

#nav li.last {
    border-bottom: none;
    border-right: none;
}

#nav li.top {
    padding: 2px 25px 2px 25px;
    border-bottom: none;
}

#nav li.top ul a {
    font-size: 11px;
    padding: 2px;
    border-right: none;
    font-weight: normal;
}

#nav li ul { /* second-level lists */
    position: absolute;
    border-left: 1px solid #00338d;
    border-right: 1px solid #00338d;
    border-bottom: 1px solid #00338d;
    width: 165px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    float: left;
    top: 20px;
    margin-left: -26px;
}

#nav li ul a {
    color: #000;
    text-align: left;
    line-height: 12px;
}

#nav li ul a:hover {
    color: #00B3BE;
}

#nav li ul li {
    width: 155px;
    border-right: none;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FFFFFF;
}

#nav li ul li:first-child {
    border-top: 1px solid #00338D;
}

#nav li:hover ul, 
#nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

#middleColorBar {
    width: 960px;
    height: 5px;
    font-size: 0px;
    background-color: #00338D;
    z-index: 1;
}

#content {
    background-image: url('images/content_background_grey.png');
    background-repeat: repeat-y;
    width: 956px;
}

#content p, #content a {
    font-size: 12px;
    line-height: 1.5;
}

#content a {
    color: blue;
}

#left-menu {
    float: left;
    text-align: left;
    width: 185px;
}

#left-menu ul {
    list-style-type: none;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

#left-menu li {
    display: block;
    padding-bottom: 0px;
    border-bottom-color: #00338D;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#left-menu li a {
    color: black;
    line-height: 35px;
    font-size: 12px;
    overflow: auto;
    font-weight: bold;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}

#left-menu li a.selected,
#left-menu li a:hover {
    color: #0098DB;
}

#contentLeft {
    min-height: 100px;
    float: left;
    text-align: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}

#content p.title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

#contentRight, img.imageRight {
    float: right;
	margin-left: 5px;
	padding-left: 1px;
    margin-bottom: 20px;
}

img.imageRight {
    /*border-bottom-color: #00338D;
    border-bottom-style: solid;
    border-bottom-width: 5px;*/
}

.bottomnav {
    height: 24px;
    background-color: #0098DB;
    font-size: 11px;
}

.bottomnav .linksContainer {
    width: 690px;
    text-align: center;
    float: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bottomnav .link, 
.bottomnav .lastLink {
    float: left;
    padding-right: 7px;
    padding-left: 7px;
    border-color: white;
}

.bottomnav a {
    font-weight: bold;
    font-size: 11px;
    color: white;
}

.bottom {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #00338D;
    text-align: center;
}

.bottom p {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bottom p, .bottom a {
    font-size: 11px;
    color: white;
}

.imageTable {
    border: none;
    width: 100%;
    text-align: center;
}

.imageTable td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#captchaImgContainer {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 310px;
    border: 1px solid;
}

#sitemap {
    padding-left: 20px;
    text-align: left;
}

#sitemap ul {
    padding: 0px 0px 0px 0px;
    display: block;
    border: none;
    background: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

#sitemap ul.firstLevel {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 30px;
}

#sitemap ul li {
    list-style-type: disc;
    list-style-position: inside;
    border: none;
    background: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

#topnav .link a:hover, #topnav .lastLink a:hover {
    color: #00B3BE;
}

#middlenav .linksContainer {
    width: 450px;
    text-align: right;
}

#middlenav .linksContainer div {
    text-align: center;
}

#ajaxMenu .yuimenuitemlabel-selected {
    color: #00B3BE !important;
}

#left-menu li a.selected, #left-menu li a:hover {
    color: #00B3BE;
}

#contentLeft {
    width: 361px;
}

#contentRight {
    width: 354px;
}

.bottomnav {
    background-color: #00B3BE;
}

#home {
    min-height: 427px;
    background: #FFFFFF url(../images/home_background.jpg) 0 0 no-repeat;
    border-bottom: 1px #00B3BE solid;
    text-align: left;
}

#home-menu {
    min-height: 427px;
    /*border-left: solid 20px #00B3BE;*/
    margin-left: 80px;
}

#home-menu #gray-box {
    /*background-color: #E6E6E6;
	padding: 20px;
	*/
    margin: 20px 100px 20px 20px;
    
}

#home-menu #gray-box h2 {
    color: #0098DB;
}

#home-menu ul.home {
    height: 382px;
    padding-top: 50px;
    margin-left: -20px;
    position: relative;
}

#home-menu li {
    /*background: url(..images/main_nav_icon.png) 5px 40% no-repeat;*/
    margin-bottom: 15px;
    display: block;
    position: relative;
    zoom: 1; /* OH IE, what you doin? */
}

#home-menu li a {
    padding-left: 25px;
    position: relative;
    width: 240px;
    height: 25px;
    display: block;
    zoom: 1; /* OH IE, what you doin? */
}

shape {
    zoom: 1; /* not sure this is going to help any*/
}


p.title#requestQuote {
    padding-top: 30px;
}

form#requestMini {
    width: inherit;
}

#contentLeft div.li-image {
    float: left;
    margin-top: 10px;
    background-image: url(..images/checked.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 25px;
}

#contentLeft div.li-text {
    float: left;
    line-height: 1.25;
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 0px;
    width: 300px;
}

#contentLeft div.clear {
    clear: both;
    height: 0px;
}

.footer-links {
	 color: #FFFFFF;
    left: 390px;
    padding-top: 10px;
    position: relative;
    width: 990px;
	}
	
.footer-links .link {
	 color: #FFFFFF;
	}
	
	
	
/* BEGIN FORM STYLES */
div#quoteform {
	overflow:visible;
	margin-bottom:10px;}
	
#quoteform form#request {
	margin: 0 25px 20px 0;
	padding: 10px;
	border: 1px solid #cccccc;
	width: 275px;
	float:right;
	background: #ffffff;
	font-size:10px !important;
	font-weight:normal;
	text-align:left;
}
#quoteform form#quote {
	margin:25px 0 20px 12px;
	padding:0;
	border:none;
	width: 100%;
	font-size: 10px;
	color: #333333;
}
#quoteform form h2.right {
	margin-top: 5px;
	margin-bottom:2px;
	color: #00338D;
	background: transparent url(../images/arrow_right.gif) no-repeat 10px 6px;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#quoteform form h2.num {
	color: #00338D;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top:0px;
	margin-top:0px;
}

#quoteform form h3 {
	margin: -10px auto 10px 20px;
}
#quoteform div.row {
	margin:0 auto 15px 10px;
}
#quoteform span.left {
	float:left;
	width:100px;
}
#quoteform span.wider {
	width:277px;
}
#quoteform form#request label {
	display:block;
	font-weight:normal;
	font-size:10px;
	text-align:left;
}
#quoteform form#quote label {
	font-weight: bold;
}
#quoteform input {
	width: 250px;
}
#quoteform input#state {
	width: 25px;
}
#quoteform input.checkbox {
	width: 15px;
}
#quoteform form#contactform input {
	width: 150px;
}
#quoteform form#contactform input#send {
	width: 120px;
}
#quoteform input#submit {
	width: 60px;
}
#quoteform textarea {
	width: 250px;
}
#quoteform .block {
	display: block;
}
#quoteform .state {
	width: 30px;
}

form span.confirmationField {
    display: none;
}
/* END FORM STYLES */


