@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #101D27;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818283;
	line-height: 117%;
	text-align:center;
}

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00223E;
}
a.footer:visited {
	color: #00223E;
}
a.footer:hover {
	color: #0066CC;
}

a.cars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00223E;
	line-height: 125%;
}
a.cars:visited {
	color: #00223E;
}
a.cars:hover {
	color: #0066CC;
}

.main_table {
    background-image:url(images/main_bg.jpg);
	background-position:top;
	background-color:#FFFFFF;
	background-repeat:repeat-x;

}

#center a {
	font-weight:bold;
	text-decoration:none;
	color:#97372C;
}
#center a:hover {
	text-decoration:underline;
	color:#D24535;
}
#center h2 { 
	font-size:16px;
	line-height:1.7em;
	color:#24345C;
	font-weight:bold;
	padding: 0 50px 0 50px;
}
#center .item {
	font-family:verdana;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	}

#center p { 
	padding: 0 30px 0 30px;;
}
#center h1 { 
	font-size:14px;
	font-weight:bold;
	padding: 0 30px 0 30px;
}


#center .phoneBig {
	font:bold 28px verdana,sans-serif;
	color: #24345C;
}
#center .phoneSmall {
	font:bold 20px verdana,sans-serif;
	color: #24345C;
}

#right {
	float:left;
	width:200px;
}
#right li {
	font:bold 12px verdana,sans-serif;
	color:#24345C;
	vertical-align:center;
	text-align:left;
	padding:3px 3px 3px 10px;
	list-style-type:none;
	border-top:1px solid #ABC7ED;
	background:#ABC7ED;
	border-bottom:1px solid #89A2C9;
	border-left:1px solid #ABC7ED;
}

#right ul {
	border-left:#ABC7ED 2px dotted;
	padding: 0px 20px 0px 10px;
	margin-left:10px;
}
#right p { 
	font-size:9px;
	line-height:1.5em;
	color:#fff;
}
