@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left-column {
	float: left;
	width: 300px;
}
#left-column h1.logo {
	display: block;
	height: 227px;
	width: 247px;
	background-image: url(../images/a1logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#left-column #location-phone {
	background-image: url(../images/address-bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 247px;
	padding-bottom: 15px;
}
#left-column #location-phone h1 {
	text-indent: -9999px;
	display: block;
	background-image: url(../images/addresstop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 247px;
	height: 11px;
}
#left-column #location-phone p {
	font-size: 90%;
	text-align: center;
	margin-bottom: 2px;
}
#left-column #location-phone h2 {
	font-weight: bold;
	text-align: center;
	color: #B00005;
	margin-bottom: 5px;
}
#left-column #nav a.button {
	display: block;
	height: 26px;
	width: 247px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 90%;
	text-decoration: none;
	color: #B10006;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#left-column #nav a.button:hover {
	color: #333;
}



#right-column {
	float: left;
	width: 660px;
}
#right-column div.content-top {
	height: 11px;
	width: 583px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	float: left;
}
#right-column div.content-middle {
	clear: both;
	float: left;
	width: 583px;
	background-image: url(../images/content-middle.gif);
	background-repeat: repeat-y;
}
#right-column div.content-middle-includes {
	clear: both;
	float: left;
	width: 543px;
	background-image: url(../images/content-middle.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
#wrap #right-column div.content-middle-includes img {
	padding: 5px;
}
#wrap #right-column div.content-middle-includes td {
	font-size: 90%;
}



#right-column div.content-bottom {
	clear: both;
	float: left;
	width: 583px;
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	text-indent: -9999px;
}
div.content-middle span.blue {
	color: #4E6EC1;
	font-weight: bold;
}
div.content-middle span.red {
	color: #B00003;
	font-weight: bold;
}
div.content-middle #home-list {
	margin-left: 30px;
	font-size: 105%;
	line-height: 1.4em;
}
div.content-middle #home-list li {
	list-style-type: disc;
	list-style-position: inside;
}
div.content-middle p.call-us {
	margin-left: 30px;
}
div.content-middle h1.learn {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}





#footer {
	clear: both;
	float: left;
	width: 960px;
	margin-top: 30px;
	font-size: 85%;
	text-align: center;
}
