
body{
margin:0;
padding:0;
line-height: 1.2em;
background: #eee;
font-family:Verdana;
font-size:12px;
}

b{font-size: 110%;}
em{color: red;}

h1{
color:#db002a;
font-size:18px;
padding-bottom:10px;
border-bottom: 2px solid #09367a;
}

h3{
color: #09367a;
font-size:14px;
}

.floatRight{
float:right;
padding-left:10px;
padding-bottom:5px;
}

.floatLeft{
float:left;
padding-right:10px;
padding-bottom:5px;
}

#maincontainer{
width: 800px; /*Width of main container*/
background-color:#fff;
}

#topsection{
background: url(images/header.jpg) no-repeat;
height: 100px; /*Height of top section*/
}

#navigation{
padding-top:56px;
}

#navigation img{
border:0;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 423px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#contentcolumnLarge{
margin-right: 214px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#leftcolumn{
float: left;
width: 214px; /*Width of left column in pixel*/
margin-left: -423px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
}

#phoneNums{
width:214px;
height:149px;
background:url(images/phoneNums.gif);
text-align:center;
}

#phoneNums p{
margin:0;
padding:10px 0 30px 0;
color:#fff;
}

#phoneNums b{
color:#b70023;
font-size:1.5em;
}
#phoneNums small{
color:#b70023;
font-weight:bold;
}

#phoneNumsSmall{
width:209px;
height:149px;
background:url(images/phoneNumsSmall.gif);
text-align:center;
}

#phoneNumsSmall p{
margin:0;
padding:10px 0 30px 0;
color:#fff;
}

#phoneNumsSmall b{
color:#b70023;
font-size:1.5em;
}
#phoneNumsSmall small{
color:#b70023;
font-weight:bold;
}

#quoteMid{
background:url(images/quoteMid.gif) repeat-y;
margin:0;
padding:0;
color:#fff;
}

#quotePad{
margin:0 22px 0 25px;
padding:10px 0;
font-weight:bold;
}

#rightcolumn{
float: left;
width: 209px; /*Width of right column in pixels*/
margin-left: -209px; /*Set margin to -RightColumnWidth*/
}

#rightcolumn hr{
width:150px;
border-color:#666;
}

#rightcolumn img{
border:none;
}

#footer{
clear: left;
width: 100%;
background: url(images/footerBack.gif) no-repeat;
width:800px;
height:41px;
font-size:.9em;
}

#copyright{
float:left;
margin-top:12px;
padding-left:20px;
}

#copyright a{
color:#000;
}

#bottomNav{
float:right;
margin-top:12px;
margin-right:20px;
color:#fff;
font-weight:bold;
}

#bottomNav a{
color: #FFF;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/*Dropdown CSS*/

#dropmenudiv{
position:absolute;
border:1px solid #8e8e8e;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #8e8e8e;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#0b377c;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0b377c;
color:#fff;
}

/*Form Styling*/

legend{
	font-size:1.5em;
	color:#0065a4;
}
fieldset{
	border:1px solid #4dc8e9;
	}
li{padding-bottom:10px;}

.paddit{margin:20px; padding:10px;}

b{color:#0065a4;}


div.row {
  clear: both;
  padding-top: 5px;
  margin:0px;
  }

div.row span.label {
  float: left;
  width: 250px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 250px;
  text-align: left;
  } 
