/* CSS Document */
body {
     font-family: Georga, "Times New Roman", serif;
     margin: 0px 0px 0px 0px;
}
h1 {
     font-family: Georga, "Times New Roman", serif;
     font-size: 18px;
     color: #00579b; 
}
h2 {
     font-family: Georga, "Times New Roman", serif;
     color: #a67554;
     font-size: 16px;
}
li {
     list-style-image: url(imgs/Bullet.gif);
     font-size: 14px;
}

a {
     font-size: .8em;
}
a:link {
     color: #003366;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
}
a:visited {
     color: #003366;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
}
a:hover {
     color: #a67554;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: underline;
}


#wrapper {
     width: 100%;
     /*margin-left: auto;
     margin-right: auto;*/
}
#masthead {
	height: 120px;
}
#contentcol {
	background-color: white;
    width: 95%;
	float:left;
	padding: 0% 10% 0% 5%;
}
#sitenav {
	background-color: #E6E6D7;
	text-align: center;
	color: #AFB0A7;
	width: 100%;
    /*margin-left: auto;
     margin-right: auto;*/
	padding: 0px 0px 0px 0px;
	line-height:2em;
}
#sitenavbtm {
	background-color: #E6E6D7;
	text-align: center;
	color: #AFB0A7;
	width: 100%;
    /*margin-left: auto;
     margin-right: auto;*/
	padding: 0px 0px 0px 0px;
	line-height:2em;
}
#picnav {
	background-color: #C4CECE;
	text-align: center;
}
#cars {
	text-align: center;
}
#carselections {
	font-size: 2em;
}
#hmpgtestimonial {
	border: 1px dotted #003366;
	background-color: #EDFAFF;
	font-size: 0.83em;
	font-style: italic;
	color:#003366;
	font-weight:normal;
	padding: .3em .8em .3em 2em;
	margin: .3em 1em .3em 0em;
	float:right;
	width: 110px;
}
#testimonialindent {
	margin: 0px 100px 0px 100px;
}

/*BEGIN CLASSES*/
.photo-r {
     float: right;
     padding-left: 20px;
     Padding-bottom: 5px;
}
.photo-l {
     float: left;
     padding-right: 15px;
     Padding-bottom: 5px;
}
.clearfix {
     clear: both;
}
.smallType{
     font-size: 10px;
     font-family: Georga, "Times New Roman", serif;
}
.captions {
     font-size: 12px;
     text-align: left;
     color: #00579b;
     font-style: italic; 
}
.thumbgrid {
     font-size: 10px;
     text-align: center;
     color: #00579b;
     font-style: italic; 
}
.overline {
     border-top: 1px #003366 solid;
     text-transform: uppercase;
     font-weight: bold;
     color: #003366;
}
.testimonials {
	font-style: italic;
	text-indent:10px;
	color:#0066CC;
}
.mission {
     font-size: 18px;
     font-style: italic;
     line-height: 30px;
     padding-left: 50px;
     padding-right: 20px;
     color: #83adbe;
     
}
.formfont {
	font-size: 2em;
	font-family: Georga, "Times New Roman", serif;
}
	
