@charset "utf-8";

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
}

.noBorders {
	border:none;
}

h1 {
	position: absolute;
	bottom: -90px;
	left: 50%;
	font-size: 10px;
	color: #FFF;
	width: 800px;
	margin-left: -220px;
}

body {
	border-top: 10px solid #cee140;
	background: url(../images/backg-subpages.gif) repeat-x top left;
}

body#homePage {
	background: #FFF url(../images/backg-homepage.gif) repeat-x top left;
}

.clear {
	clear: both;
}

.wipedList {
	list-style: none;
	margin: 0 20px 15px 20px;
}

.grey {
	color:#6d6f72;
}

.greyBorder {
	border: 1px solid #6d6f72;	
}

.left {
	float:left;
}

.right {
	float:right;
}

.doubleSpace {
	margin-top:30px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	padding-bottom:15px;
}

a {
	color: #ffac37;
	text-decoration: none;
}

a:hover {
	color: #0085cf;
	text-decoration: underline;
}

.mapButton {
	color: #FFF !important;
	margin-top: 8px;
	padding:2px 0px;
	display: block;
	width: 60px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	background-color: #ffac37;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	

.mapButton:hover {
	background-color: #cee140;
	color: #666;
}


/* ------------------------------- masthead ----------------------------------- */

#logo a {
	width: 240px;
	height: 109px;
	background: url(../images/logo.jpg) no-repeat top left;
	text-indent: -9999px;
	display: block;
}

#logo a:hover {
		background: url(../images/logo.jpg) no-repeat bottom left;
}

#masthead {
	height:120px;
}

#masthead ul {
	width: 192px;
	height: 109px;
	background: url(../images/masthead-address.gif) no-repeat top right;
	text-indent: -9999px;
	float: right;
	margin-top: -116px;
	list-style: none;
}

/* ------------------------------- /masthead ----------------------------------- */




/* ------------------------------- branding ----------------------------------- */

#homePage #branding {
	height: 306px;
	background:none;
}

#branding {
	width: 960px;
	height: 226px;
	/* this is a default selection */
	background: url(../images/header-contact-page.jpg) no-repeat top left;
}

#contactPage #branding {
	background: url(../images/header-contact-page.jpg) no-repeat top left;
}

#aboutPage #branding,
#promotionsPage #branding {
	background: url(../images/header-about-page.jpg) no-repeat top left;
}

#hoursAndDirectionsPage #branding {
	background: url(../images/header-directions-page.jpg) no-repeat top left;
}

#ourPeoplePage #branding {
	background: url(../images/header-people-page.jpg) no-repeat top left;
}

#servicesPage #branding {
	background: url(../images/header-services-page.jpg) no-repeat top left;
}

#educateMePage #branding {
	background: url(../images/header-educate-me-page.jpg) no-repeat top left;
}

#fleetServicesPage #branding {
	background: url(../images/header-fleet-services-page.jpg) no-repeat top left;
}

#linksPage #branding {
	background: url(../images/header-links-page.jpg) no-repeat top left;
}

/* fcr temp page */
#blogPage #branding {
	background: url(../images/header-blog-page.jpg) no-repeat top left;
}

/* ------------------------------- /branding ----------------------------------- */




/* ------------------------------- nav ----------------------------------- */

#nav {
	height: 43px;
	width: 958px;
	background-color: #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#navCenter {
	width: 950px;
	margin-left: 7px;
}

#nav ul {
	list-style: none;
	margin: 0 auto;
	max-width: 96%;
}

#nav li {
	display: block;
	float: left;
	padding: 12px 10px 0 9px;
	margin: 0 1px;
	background: url(../images/seperator-nav.gif) no-repeat right bottom;
}	

#nav #tabContact {
	background-image: none;
}

#nav li a {
	font-family: Eurostile, Arial, sans-serif;
	color: #515355;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 15px;
}

/* active tabs and rollover states */
#homePage #tabHome,
#aboutPage #tabAbout,
#ourPeoplePage #tabPeople,
#servicesPage #tabServices,
#hoursAndDirectionsPage #tabHours,
#fleetServicesPage #tabFleet,
#blogPage #tabBlog,
#educateMePage #tabEducate,
#linksPage #tabLinks,
#promotionsPage #tabPromotions,
#contactPage #tabContact,
#nav li a:hover,
#nav li:hover {
	background-color: #515355;
	background-image: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#homePage #tabHome a,
#aboutPage #tabAbout a,
#ourPeoplePage #tabPeople a,
#servicesPage #tabServices a,
#hoursAndDirectionsPage #tabHours a,
#fleetServicesPage #tabFleet a,
#blogPage #tabBlog a,
#educateMePage #tabEducate a,
#linksPage #tabLinks a,
#promotionsPage #tabPromotions a,
#contactPage #tabContact a,
#nav li a:hover,
#nav li:hover a {
	color: #FFF;
}

/* ------------------------------- /nav ----------------------------------- */




/* ------------------------------- content ----------------------------------- */

#homePage .lead {
	height: 111px;
}


#homePage .lead a {
	width: 941px;
	height: 64px;
	background: url(../images/main-message.png) no-repeat top left;
	text-indent: -9999px;
	display: block;
	margin: 12px 27px 0 0;
}

#homePage .lead a:hover {
	background-position: bottom left;
}

#contactTeaser,
#servicesTeaser,
#promotionsTeaser {
	width: 289px;
	min-height: 500px;
	float: left;
	margin: 40px 11px 20px 11px;
	border: 1px solid #b6b7b8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#promotionsTeaser {
	background: #0092ce url(../images/home-promo-bg.jpg) no-repeat;
	color:#fff;
}

#promotionsTeaser h4 {
	font-family: Eurostile, Calibri, Arial, sans-serif;
	font-size:25px;
	font-weight:bold;
	line-height:22px;
	margin:0 20px 10px 20px;
}

#promotionsTeaser p {
	margin:0 20px;
}

.teaserTop {
	margin-bottom:20px;
}

.teaserPic {
	border-top: 8px solid #515355;
	margin-bottom: 12px;
}

#contactTeaser h3,
#servicesTeaser h3,
#promotionsTeaser h3 {
	background-color: #515355;
	color: #FFF;
	font-family: Eurostile, Calibri, Arial, sans-serif;
	text-transform: lowercase;
	font-size: 20px;
	font-weight: normal;
	padding: 0 12px;
	margin: -30px 0 0 0;
	width: 120px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/*#contactTeaser img,
#servicesTeaser img {
	border-top: 8px solid #515355;
	margin-bottom: 12px;
}*/

.powerLink {
	width: 230px;
	height: 38px;
	text-indent: -9999px;
	background-position: top left;
	display: block;
}

.powerLink:hover {
	background-position: bottom left !important;
}

#contactTeaser .powerLink {
	background: url(../images/powerlink-contact-teaser.gif) no-repeat;
}

#servicesTeaser .powerLink {
	background: url(../images/powerlink-services-teaser.gif) no-repeat;
}

#promotionsTeaser .powerLink {
	background: url(../images/powerlink-promo-teaser.png) no-repeat;
}

#contactTeaser a {
	color: #ffac37;
}

#contactTeaser a:hover {
	color: #0085cf;
}

/* subpages */

h2 {
	color: #FFF;
	font-family: Eurostile, Calibri, Arial, sans-serif;
	font-size: 50px;
	font-weight: normal;
	text-transform: lowercase;
	margin-left: 20px;
}

h3 {
	font-family: Eurostile, Calibri, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 24px;
	margin:20px 0px 10px 0px;
}

h3.noMargin {
	margin-top:0px;
}

#mainContent {
	width: 530px;
	float: left;
	margin: 24px 0 0 20px;
	min-height:250px;
}

#promotionsPage #mainContent {
	width: 400px;
	float: left;
	margin: 24px 0 0 20px;
	min-height:250px;
}

#ourPeoplePage #mainContent,
#educateMePage #mainContent,
#blogPage #mainContent,
#sitemapPage #mainContent,
#privacyPage #mainContent {
	width: 880px;
	float: left;
	margin: 24px 0 0 20px;
	min-height:250px;
}

#ourPeoplePage #mainContent p {
	text-align: justify;	
}

#sitemapPage #mainContent a {
	color:#515355;
}

ul {
	list-style-position: inside;
	list-style-image: url(../images/arrow-bullet-sm.gif);
	padding-bottom:15px;
}

ul li {
	margin:0px;
	padding:0px;
	vertical-align: top;
	margin-bottom:5px;
}

/* ----------------------------------------sidebar stuff-----------------------------------*/

#sidebar {
	width: 354px;
	float: right;
	margin: 24px 0 0 0;
}

#promotionsPage #sidebar {
	width: 400px;
	float: right;
	margin: 24px 0 0 0;
}
/*#sidebarPromo {
	width: 400px;
	float: right;
	margin: 24px 0 0 0;
	background-image: url(../images/promo-keytag-sidebar.gif);
	background-repeat: no-repeat;
	background-position: right;
}*/

#sidebarAbout,
#sidebarServices,
#sidebarFleet {
	background-color:#0085cf;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:20px;
	width:314px;
	float: right;
	margin: 24px 0 0 0;
	color:#fff;
}

#sidebarAbout h3 {
	margin:0px 0px 5px 0px;
}

#sidebarAbout ul,
#sidebarServices ul,
#sidebarFleet ul {
	list-style-position: outside;
	list-style-image: url(../images/arrow-bullet-on-blue.gif);
	margin:10px 0px 0px 15px;
}

#sidebarAbout ul li {
	margin-bottom:15px;
}

#sidebarServices ul li {
	margin-bottom:0px;
	font-size:11px;
}

#sidebarServices h4 {
	font-weight:bold;
	font-size:11px;
	color:#cee140;
}
#servicesCol1 {
	float:left;
	width:150px;
	margin-right:25px;
}

#servicesCol2 {
	float:left;
	width:130px;
	margin-right:0px;
}
#serviceLogos {
	margin-top:25px;
}
#serviceLogos p {
	display:block;
}
#serviceLogos ul {
	list-style-type:none;
	list-style-image: none;
	width:520px;
	margin-bottom:20px;
}

#serviceLogos ul li {
	margin:0px 30px 20px 0px;
	display:inline;

}
#serviceLogos ul li img {
	vertical-align: top;
	margin-bottom:30px;
}
#sidebarFleet h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
/*---------------------------------------Contact Page & Request an Appointment Form----------*/

#contactImg {
	border: 3px solid #cee140;
	float:left;
	margin:30px 30px 30px 0px;
}

#contactInfo {
	list-style-type:none;
	display:block;
	margin-top:30px;
	list-style-image: none;
}

#contactInfo li {
	margin-bottom:5px;
}

#contactInfo li.contactLinks {
	margin-top:20px;
}

.contactHours {
	display:block;
	float:left;
	padding-right:10px;
	border-right-width: 1px;
	border-right-color: #515355;
	border-right-style: solid;
	margin:10px 10px 0px 0px;
}

#requestAppnt {
	background-color:#ffac37;
	padding:10px 20px 20px 20px;
	color:#ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#requestAppnt h3 {
	color:#fff;
	margin-bottom:15px;
}

#requestAppnt em {
	display:block;
	font-style: normal;
	font-size:12px;
}

#requestAppnt label {
	width:145px;
	float:left;
	display:block;
	margin-bottom:10px;
}

#requestCopy {
	float:left;
	width:200px;
	margin:10px 20px 0px 0px;
	font-size:11px;
	font-style: italic;
	line-height: 14px;
	/*text-align: justify;*/
}

.textInput {
	width:145px;
	border: 1px solid #a8a9aa;
	color:#6d6f72;
}

.labelSpace {
	margin-right:15px;
}

.notesField {
	width:305px;
	height:50px;
	border: 1px solid #a8a9aa;
	color:#6d6f72;
}

.submitButton {
	display:block;
	float:right;
	margin:10px 10px 0px 0px;
	padding:4px 7px;
	color:#fff;
	background-color:#6d6f72;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.asterisk {
	font-size:18px;
	color:#6d6f72;
}

.sideNote {
	font-size:11px;
	display:inline;
	font-style: italic;
	margin-left:25px;
}

#directionsList {
	list-style-type:none;
	margin-top:30px;
}

#directionsList li {
	margin-bottom:5px;
}

/* ------------------------------- /contact ----------------------------------- */

#linksList {
	list-style-type:none;
	list-style-image: none;
}

#linksList li {
	margin: 0 30px 50px 0;
	display:block;
	/*float:left;*/
}

#linksList li a {
	color:#6d6f72;
	text-decoration:underline;
}

#linksList li a:hover {
	color:#0085cf;
}

#linksList li a img {
	margin: 0 20px 5px 0;
	display:block;
	float:left;
}

#ourPeoplePage h4 {
	color:#0085cf;
	font-size:20px;
	font-weight:normal;
	font-family: Eurostile, Calibri, Arial, sans-serif;
}

/* ------------------------------- /content ----------------------------------- */

/* ------------------------------- footer ----------------------------------- */

#footer {
	background-color: #515355;
	width: 100%;
	height: 101px;
}

#footerInner {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer p {
	color: #FFF;
	font-family: Eurostile, Calibri, Arial, sans-serif;
	margin-top: 12px;
}

#footer ul {
	list-style: none;
	float: right;
	margin-top: -20px;
}

#footer li {
	display: inline;
	padding: 0 12px 0 10px;
	border-right: 2px solid #a1ae47;
}

#footer li.last {
	border: none;
}

#footer li a {
	color: #FFF;
	font-family: Eurostile, Calibri, Arial, sans-serif;
	text-decoration: none;
}

