/* CSS Document for American Valet */

/* Global */
*{
	margin:0;
	padding:0;
}
html, body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#000;
	line-height: 19px;
}
p {
	padding-bottom: 15px;
}
a:link {
	color: #B81137;
	text-decoration: underline;
}
a:visited {
	color: #B81137;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
ul {
	padding-bottom: 20px;
}
li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	padding-left: 25px;
	list-style-type: none;
}
/* // Global */

/* Headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	padding-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b81137;
	padding-bottom: 15px;
	padding-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b81137;
	padding-bottom: 20px;
}
h3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b81137;
	padding-bottom: 20px;
	text-decoration: underline;
}
h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b81137;
	padding-bottom: 20px;
	text-decoration: underline;
}
h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 20px;
	text-decoration: underline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b81137;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b81137;
	margin-bottom: 10px;
	padding-top: 25px;
}

/* // Headings */

/* Containers */
#logo {
	position: absolute;
	left: 42px;
	top: 9px;
	z-index: 1;
}
#header {
	width: 770px;
	height: 93px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	width: 766px;
	padding: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flash {
	width: 766px;
	margin: 0px;
	padding: 0px;
	height: 231px;
}
#hidden {
	margin-bottom: 20px;
	margin-top: 150px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}
/*#hidden li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	background-image: none;
}*/
#content{
	padding-left: 35px;
	width: 696px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#contentImage{
	margin: 0px;
	padding: 0px;
	height: 231px;
	width: 766px;
}
#rightColumn {
	float: right;
	width: 340px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: center;
}
#homefooter {
	height: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#homeContent {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#homeRight {
	float: right;
	width: 340px;
	margin-left: 20px;
}
/*#homeContent h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	padding-bottom: 20px;
}
#homeContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#000;
	line-height: 19px;
	padding-bottom: 15px;
}*/

#navigation {
	margin-top: 5px;
	margin-right: 3px;
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#bottomNav {
	width: 720px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#poweredby {
	width:770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#poweredby p {
	color: #CCCCCC;
	text-align: right;
	font-size: 10px;
}
#poweredby a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
#poweredby a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#poweredby a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/* // Containers */

/* Contact Form */
#contactForm {
	width: 350px;
}
.formField {
	width: 280px;
}
.contactFields {

	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightSide {
	float: right;
	width: 250px;
}

/* // Contact Form */

/* Footer */
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 11px;
}
/*#footer p {
	font-size: 11px;
	font-weight: bold;
	color: #b81137;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 25px;
}
#footer a:link {
	color: #b81137;
	text-decoration: none;
}
#footer a:visited {
	color: #b81137;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}*/
#bptw {
	padding-bottom: 5px;
	padding-top: 20px;
	width: 250px;
	font-weight: bold;
	color: #b81137;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.bptwGraphic {
	padding-left: 5px;
	float: right;
}
/* // Footer */
	
/* Copyright */
#copyright {
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#copyright p {
	padding-bottom: 0px;
}
#copyright a:link {
	text-decoration: underline;
	color:#FFF;
}
#copyright a:hover {
	text-decoration: underline;
	color:#FFF;
}
#copyright a:visited {
	text-decoration: underline;
	color:#FFF;
}
/* // Copyright */

/* Miscellaneous */
.brClear {
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
.highlight {
	color:#b81137;
	font-weight: bold;
}
.bullet {
	padding-bottom: 0px;
}
.bullet li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	padding-left: 25px;
	list-style-type: none;
}
.bullet2 {
	padding-bottom: 20px;
}
.bullet2 li {
	background-image: url(../images/bullet_black.gif);
	background-repeat: no-repeat;
	background-position: 30px 8px;
	padding-left: 40px;
	list-style-type: none;
}
.associations {
	padding: 4px;
	margin-right: 30px;
}
.bioImg {
	padding: 2px;
	float: left;
	margin-right: 20px;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
.callout {
	padding: 2px;
	float: right;
	margin-left: 20px;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
.border {
	padding: 2px;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
/* // Miscellaneous */


.newsTable {
	margin-left: auto;
	width: 595px;
	margin-right: auto;
}

.tableHeader {
	font-weight: bold;
	color: #000000;
	background-color: #999999;
}

.tableRow {
	background-color: #CCCCCC;
}

.printBox {
	background:url(../images/pdf-icon.gif) 0 0 no-repeat;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 20px;
}
.cvps {
	background-color: #bad4e6;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.testimonial {
	line-height: 18px;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 25px;
}