/*		main stylesheet 	*/

* { padding: 0; margin: 0; }

/* general links are light blue */
a:link {
	color: #176ee7;
}

a:visited {
	color:#176ee7;
}

/* gradiant background */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 background-color: #dbdbdf;
 background-image:url(../images/layout/background.jpg);
 background-repeat: repeat-x;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #1463D2;
}

#wrapper { 
 margin: 0 auto;
 width: 1024px;
}

/* containers used for shadow effect */
#container_head {
	background-image:url(../images/layout/container_top.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 10px auto auto;
}

#container {
	background-image:url(../images/layout/container_bg.jpg);
	background-position: center center;
	background-repeat: repeat-y;
	margin: 0 auto auto;
	height: 1%;
}

#container_foot {
	height: 20px;
	background-image:url(../images/layout/container_foot.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	clear: both;
}

#header {
 width: 980px;
 float: left;
 padding: 0px;
 height: 100px;
 margin: 10px 20px;
 background-image:url(../images/layout/car_make_header.jpg);
 background-position: right top;
 background-repeat: no-repeat;
}

.imgLink {
	border:none;
	text-decoration:none;
}
	
/* Top Navigation Block */
#navigation {
 float: left;
 width: 960px;
 margin: 10px 20px 0px 20px;
}

hr {
	border: 0 none;
	width: 80%;
}

/* workaround for img hr in ie and opera*/
div.hr {
	height: 10px;
	background: #FFF url(../images/layout/nav_hr.jpg) no-repeat scroll center;
}
div.hr hr {
	display: none;
}
/* end workaround */

/* top nav definition */
ul#navlist {
	margin: 10px 0px;
	padding: 0px;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-size: 20px;
}

#navlist a { 
	padding: 10px 40px 10px 20px; 
}

/* blue background on current page, class added by javascript onload */
.activePage a {
	color: #FFF !important;
	text-decoration: none !important;
	background-color: #1463d2;
}

#navlist a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navlist a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1463d2;
}

/* Main Content Area */
#leftcolumn { 
 margin: 10px 20px;
 padding: 0px 10px;
 width: 720px;
 float: left;
}

#leftcolumn p {
	text-align: justify;
	margin: 10px 0px;
}

/*Services Menu Area (only for /services directory) */
#servicesMenu {
	margin: 0px;
	padding: 20px 0px;
	width: 285px;
	float: left;
}

/* Services Menu List */
ul#serviceslist {
	margin: 10px 0px;
	padding: 0px;
	list-style-type: none;
}

#serviceslist li {
	display: inline;
	list-style-type: none;
}

#serviceslist a { 
	display: block;
	padding: 5px;
	width: 250px;
	background-image:url(../images/layout/menu_list_bg.jpg);
 	background-position: bottom;
 	background-repeat: no-repeat;
}

#serviceslist a:link, #serviceslist a:visited {
	color: #000;
	text-decoration: none;
}

.activeService a {
	color: #FF8102 !important;
	background-color: #EBEBEB;
}

#serviceslist a:hover {
	background-color: #EBEBEB;
	color: #FF8102;
}
/* End Services Menu Area */

/* Services Content Area (only for /services directory) */
#servicesContent {
	float: right;
	margin: 0px;
	padding: 20px 5px;
	width: 425px;
	display: inline;
}

#servicesContent li {
	margin: 0px 15px;
}
/* End Services Content Area */

#mainContent {
	margin: 0px;
	padding: 10px 0px;
}

.aboutContainer {
	display: block;
	float:left;
}

.aboutBox {
	float: left;
	display: inline;
	width: 330px;
	margin: 10px 5px;
	padding: 10px;
}

.aboutBox p {
	padding: 0px 5px;
}

.aboutBox h3 {
	color: #252950;
	background: #d3d3d3;
	width: 330px;
	padding: 0px 5px;
}

/* Gray Boxes */
#rightcolumn { 
 float: right;
 margin: 10px 20px 10px 0px;
 padding: 0px;
 width: 220px;
 display: inline;
}

/* use gray box class for all div containers within the right column */
.grayBox {
	width: 190px;
	background: #DCDCDC;
	padding: 10px;
	margin: 5px;
}

.grayBox p {
	margin: 10px 0px;
}

.breadcrumb {
	font-size: 18px;
	color: #A9A9A9;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color: #A9A9A9;
	text-decoration: none;
}

.breadcrumb .active a {
	color: #1463D2;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* Use 3 of adsOrange, adsBlue or adsImg within the adsContainer div */
#adsContainer {
 width: 980px;
 clear: both;
 margin: 10px 20px 20px 20px;
 padding: 5px;
}

.adsOrange {
	width: 310px;
	margin: 5px;
	display:inline;
	float: left;
	border: 2px solid #C7C7C7;
}

.adsOrange h3 {
	margin: 0px;
	padding: 0px 20px;
	background: #FF8102;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}

.adsOrange p {
	padding: 10px 20px;
}

.adsBlue {
	width: 310px;
	margin: 5px;
	display:inline;
	float:left;
	border: 2px solid #C7C7C7;
}

.adsBlue h3 {
	margin: 0px;
	padding: 0px 20px;
	background: #1463d2;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}

.adsBlue p {
	padding: 4px 20px;
}

.adsBlue form {
	padding: 4px 20px;
}

.adsImg {
	width: 310px;
	margin: 5px;
	display: inline;
	float: left;
}

.newsletterSubmit {
	display: inline;
}

#footer { 
 width: 960px;
 clear: both;
 margin: 10px 20px 0px 20px;
 padding: 10px;
}

#footer img {
	border: none;
}

#footerLeft { 
 margin: 0px 10px;
 padding: 0px;
 width: 50px;
 float: left;
}

#footerRight { 
 float: right;
 margin: 0px 10px;
 padding: 0px;
 width: 870px;
 display: inline;
}

#footerRight p {
	margin: 0px 0px 5px 0px;
	line-height: 20px;
	font-size: 12px;
}

.clear {
	clear: both;
}