body{
	margin:0;
	padding:0;
	line-height: 1.2em;
	font-family:Verdana;
	font-size:12px;
	background-color: #000;
	background-image: url(Images/NewSite/background_grad.jpg);
	background-repeat: repeat-x;
}

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

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

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

.buttonspace{
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:10px;
}
.floatcenter{
	float:right;
	padding-left:125px;
	padding-bottom:25px;
	padding-top:10px;
	padding-right:125px;
}

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

.floatRightHistory{
float:right;
padding-left:10px;
padding-bottom:25px;
padding-right:10px;
}

.floatRightPricing{
float:right;
padding-left:10px;
padding-bottom:200px;
padding-right:10px;
}

.floatRightLong{
float:right;
padding-left:10px;
padding-bottom:25px;
padding-right:10px;
}

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

.floatLeftOwners{
float:left;
padding-left:0px;
padding-bottom:50px;
padding-right:10px;
}

#maincontainer{
	background-color:#FFF;
	width: 986px;
	margin: 0 auto;
}

#topsection{
	height: 174px;
	background-repeat: no-repeat;
	background-image: url(Rollover/navbar/header.jpg);
}

#navigation{
	padding-top:144px;
}

#nav1{
	padding-top:0px;
	width:203px;
	height:525px;
}

#navigation img{
border:0;
}

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

#contentwrapper{
	float: left;
	width: 986px;
	margin-top: 15px;
	min-height: 600px;
}

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

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

#leftcolumn{
	float: left;
	width: 203px; /*Width of left column in pixel*/
	margin-left: -203px;
}

#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%;
	width:986px;
	height:45px;
	font-size:0.9em;
	background-image: url(Images/NewSite/footer.jpg);
	background-repeat: no-repeat;
}

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

#copyright a{
	color:#000;
}
#copyrightAtlas {
	float:inherit;
	margin-top:40px;
	padding-left:20px;
}
#copyrightAtlas a {
	color:#000;
}



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

#bottomNav a{
color: #FFF;
}

.innertube{
	margin-left: 25px;
	margin-right: 220px;

}

/*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;
  } 

