body { 	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .9em;
	background: #FFF;
	background-image: url(./images/bg.jpg);
	background-repeat: repeat-x;  		
	padding: 0;
	margin: 0;	
	text-align: center;
}

h1 {
	color: #394865;
	font-size: 1.2em;	
	margin-top: 0;
}

h2 {
	color: #394865;
	font-size: 1.2em;
}

h3 {	
    color: #666;
	font-size: 1.1em;
}
h4 {	
	font-size: 1em;
	color: #394865;
}

.colorspan {
	font-weight: bold;
	color: #394865;
}

li.paddedList {
	padding-bottom: 10px;
}

ul { list-style-image: url(./images/bullet.jpg); }

a:link, a:visited {
	color:#339;
	text-decoration: none;
}

a:hover, a:active {
	color:  #66C;
	text-decoration: underline;
}

.imgborder {
	border: 1px solid #000;
}

#wrapper {
	width: 770px;
	margin-left: auto;				
	margin-right: auto;		
}

#header {
	width: 498px;	
	height: 81px;
	float: left;
}

#call_us {
	width: 272px;	
	height: 32px;
	float: left;
}

#btn_home {
	width: 65px;	
	height: 49px;
	float: left;
}
#btn_about {
	width: 92px;	
	height: 49px;
	float: left;
}
#btn_contact {
	width: 115px;	
	height: 49px;
	float: left;
}

#wrapper2 {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#left_column {
	width: 160px;
	float: left;
	text-align: left;
	padding: 0;
}

#center_column {
 	width: 405px;
	float: left;
	text-align: left; 
	padding-left: 10px;
	padding-right: 10px;
}

#center_column2 {
 	width: 585px;
	float: left;
	text-align: left; 
	padding-left: 10px;
	padding-right: 10px;
}


.center_left {
	width: 200px;
	float: left;
}

.center_right {
	width: 200px;
	float: right;	
	padding: 0 0 10px 10px;
}

#right_column {
 	width: 180px;
	float: left;
	text-align: center;
}

#rate_quote {
	border: 1px solid #394865;
	text-align: left;
	font-size: .8em;
}


#footer {
	font-size: .8em;	
	width: 770px;
	float: left;
	padding-top: 10px;
}

#navcontainer { width: 160px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
font-weight: bold;
text-align: right;
}

#navcontainer a
{
display: block;
padding: 5px 0px 5px 3px;
width: 157px;
border-top: 1px solid #ccc;
}

#navcontainer a:link, #navlist a:visited
{
color: #17181F;
text-decoration: none;
}

#navcontainer a:hover
{
color: #394865;
}

.submenu {
	border-top: 0;
}

.mytable {
 	background-color: #EEE;
	font-size: .8em;	
}
.mytable th, .mytable td {
	text-align: center;	
	padding: 10px 3px;	
}
.mytable th {
	background-color: #DDD;
	
}
.mytable td {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}

.clear {
 	height:1px;
	font-size:1px;
	float:none;
	clear: both;
}

.contact_table tr {
	
}

.contact_table td {
	vertical-align: top;
	height: 190px;
	text-align: center;
}