/***** British Motoring Club *****/

* {
	padding: 0;
	margin: 0;
}

ul, ol { position: relative; }

body {
	text-align: center;
	margin: 0 auto;
	background: url(../img/main/bkgd.jpg) #F4F2F0 top center no-repeat;
	font: 11px/160% Arial, Helvetica, sans-serif;
}
.sitetitle { display: none; }
a, a:link, a:active, a:visited { color: #0E0059; }
a:hover { color: #AE361A; }
blockquote { margin-left: 30px; }
p {
	margin-top: 0;
	padding-bottom: 10px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.cutline {
	font-style: italic;
	font-size: 11px;
}
.accent-blue { color: #0E0059; }
.accent-red { color: #AE361A; }
.subhead-blue {
	color: #0E0059;
	font-size: 12px;
	font-weight: bold;
}
.subhead-red {
	color: #AE361A;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	color: #0E0059;
	padding-bottom: 8px;
}
h2 {
	font-size: 1.5em;
	color: #AE361A;
	padding-bottom: 8px;
}
h3 {
	font-size: 1.4em;
	color: #0E0059;
	padding-bottom: 8px;
}
h4 {
	font-size: 1.3em;
	color: #AE361A;
	padding-bottom: 8px;
}
h5 {
	font-size: 1.2em;
	color: #0E0059;
	padding-bottom: 8px;
}
h6 {
	font-size: 1.1em;
	color: #AE361A;
	padding-bottom: 8px;
}

ul { margin: 0; list-style-type: none;}

ul ul { margin-top: 2px; }

ol { margin-bottom: 6px; }

ol li { background: none; margin-left: 32px; padding-left: 0px;}

li { 
	line-height: 16px;
 	margin-left: 10px;
 	padding-left: 24px;
	padding-top: 2px;
 	padding-bottom: 6px;
 	background: url(../img/main/body-bullet1.png) no-repeat 0.8em 0.3em;
 	color: #333333; }
	li li { 
	line-height: 16px;
 	margin-left: 0px;
 	padding-left: 24px;
	padding-top: 2px;
 	padding-bottom: 6px;
 	background: url(../img/main/body-bullet2.png) no-repeat 0.8em 0.3em;
 	color: #333333;}
	
	li li li { 
	line-height: 16px;
 	margin-left: 0px;
 	padding-left: 24px;
	padding-top: 2px;
 	padding-bottom: 6px;
 	background: url(../img/main/body-bullet3.png) no-repeat 0.8em 0.3em;
 	color: #333333;}
/**/	
#container { width: 860px; margin: 0 auto; text-align: left; }
/***** Top *****/

#top { height: 115px; }
#top ul { text-align: right; float: left; margin-top: 80px; }
#top li {
	padding-left: 0px;
	padding-right: 8px;
	*padding-right:4px; /* targets IE6 and 7 */
	display: inline;
	margin-left: 6px;
	margin-right: 0;
	background: url(../img/main/topnav-bullet.png) no-repeat right 0.2em;
}

/* Target Firefox - http://www.bram.us/2007/05/31/my-note-to-myself-dissapearing-firefox-caret-cursor-css-fix/ */
@-moz-document url-prefix(){ #top li { 
	padding-right: 6px;
	display: inline;
	margin-left: 4px; } }

#top li.last { background-image: none; }
#top li a, #top li a:link, #top li a:active, #top li a:visited {
	font-weight: bold;
	text-decoration: none;
}
#top .logo img {
	float: left;
	width: 331px;
	height: 99px;
	margin-right: 120px;
	margin-top: 15px;
}
.search {
	float: left;
	width: 140px;
	margin-top: 80px;
}
.search input {
	width: 100px;
	color: #0E0059;
	font-size: 10px;
}
.search a.go, .search a:link.go, .search a:active.go, .search a:visited.go {
	font-weight: bold;
	color: #AE361A;
	text-decoration: none;
	margin-left: 4px;
}

.search a:hover.go { color: #333333; }

.search form { float: left; }
/***** Billboard *****/

#billboard {
	width: 860px;
	height: 256px;
	display: block;
	text-align: center; 
	position: relative;
}
#billboardwrapper {
	height: 256px!important;
	width: 860px;
	background:url(../img/billboards/billboard-back.png) no-repeat;
}
* html #billboardwrapper { behavior: url(/iepngfix.htc);  }

#billboard img.mainbillboard {
	width: 812px;
	height: 233px;
	position: absolute!important;
	top: 1px!important;
	left: 24px!important;
	z-index: 1;
}
#billboard .carwrapper {
	width: 445px;
	height: 303px;
	position: absolute!important;
	top: -56px;
	left: -40px;
	z-index: 5;
}
#billboard img.car {}
	* html #billboard img.car {behavior: url(/iepngfix.htc);}
/**//**/

/***** Main Nav *****/

#mainnavwrapper {
	float: left;
	width: 860px;
	height: 40px;
	background:url(../img/main/mainnav-bkgd.png) repeat-y;
}
* html #mainnavwrapper { behavior: url(/iepngfix.htc); }

#mainnav { width: 860px; height: 40px; }
* html #mainnav ul { position: absolute; z-index: 400000; }
/***** Main *****/

#mainwrapper {
	float: left;
	width: 860px;min-height: 300px;
	background:url(../img/main/main-bkgd.png) repeat-y;
}
* html #mainwrapper { behavior: url(/iepngfix.htc); background:url(../img/main/main-bkgd.png) repeat-y; height: 300px;}
	body#home #mainwrapper { background:url(../img/home/main-bkgd-home.png) repeat-y; }
	* html body#home #mainwrapper { behavior: url(/iepngfix.htc); background:url(../img/home/main-bkgd-home.png) repeat-y; }

#main {
	float: left;
	position: relative;
	width: 860px;
	
}
/***** Left Column *****/

#leftcol { float: left; /*width: 624px;*/ width: 236px; }
#leftcol .text { margin: 10px 21px 10px 29px; }
#leftcol .panel { border: 4px solid #A5A2A5; margin: 10px 23px 10px 31px; height: 310px; overflow:hidden;}
	#leftcol .panel img { margin: 4px;}
	#leftcol .panel .text { padding: 10px; margin: 0; overflow:hidden; height: 130px;}

#leftcol .panel a,
#leftcol .panel a:link,
#leftcol .panel a:active,
#leftcol .panel a:visited { text-decoration: none; color: #AE361A; }

#leftcol .panel a:hover { text-decoration: none; color: #A5A2A5; }
#leftcol .panel h2.rightcoltitle { 
	width: 166px;
	height: 20px;
line-height: 26px;	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	color: #ffffff;
	overflow: hidden;
	background-color: #A5A2A5;}
	
	#leftcol .more {width: 164px; margin-right: 20px;}
	
#leftcol #menu ul { list-style-type: none; margin-left: 0; margin-top: 0px; padding-top: 10px; padding-bottom: 0;}

	#leftcol #menu li { 
		padding-top: 0;
		margin-left: 0px;
		padding-left: 0; 
		padding-bottom: 4px; 
		margin-bottom: 0;
		line-height: 18px; 
		background-image: none; }

	#leftcol #menu li a,
	#leftcol #menu li a:link,
	#leftcol #menu li a:active,
	#leftcol #menu li a:visited { 
		background: url(../img/main/sidebar-bullet1.jpg) no-repeat 0 0.3em; 
		padding-left: 18px;
		padding-bottom: 0;
		margin-bottom: 0;
		font-weight: bold;
		color: #0E0059;
		text-decoration: none;
		display: block;
		margin-left: 0; }

		#leftcol #menu li a:hover {
			padding-left: 18px;
			font-weight: bold;
			color: #AE361A;
			text-decoration: none;
			display: block;}
 
 			#leftcol #menu ul ul { margin-top: 2px; padding-top: 0; padding-bottom: 0;}
 
 			#leftcol #menu li li { 
				margin-left: 14px; 
				margin-top: 0;
				padding-top: 0;
				background-image: none; }

			#leftcol #menu li li a,
			#leftcol #menu li li a:link,
			#leftcol #menu li li a:active,
			#leftcol #menu li li a:visited { 
				background: url(../img/main/sidebar-bullet2.jpg) no-repeat 0 0.1em; 
				padding-left: 16px;
				font-weight: normal;
				color: #AE361A;
				text-decoration: none;
				display: block; line-height: 14px; }
				
				* html #leftcol #menu li li a,
				* html #leftcol #menu li li a:link,
				* html #leftcol #menu li li a:active,
				* html #leftcol #menu li li a:visited { 
					background: url(../img/main/sidebar-bullet2.jpg) no-repeat 0 0.3em; }
				
				#leftcol #menu li li a:hover {
					padding-left: 16px;
					font-weight: normal;
					color: #0E0059;
					text-decoration: none;
					display: block;}

body#home #leftcol { width: 624px; }
body#home #leftcol .text { margin: 10px 21px 10px 33px; }
body#home #leftcol .panel { width: 174px; float: left; margin: 20px 12px 0 0; }
	body#home #leftcol .last { margin-right: 0; }
	body#home #leftcol .panel .text { padding: 10px; margin: 0;}
	
	body#home #leftcol .more {width: 164px; margin-right: 20px;}

/***** Right Column *****/

#rightcol {
	float: left;
	width: 624px;
}
#rightcol .text { margin: 10px 33px 10px 23px; }
#rightcol .sectiontitle {
	display: block;
	text-align: right;
	font-size: 11px;
	color: #0E0059;
	font-weight: bold;
}
#rightcol h2.entry-title {font-size: 1.2em;}
#rightcol h3.contenttitle { color: #AE361A; }

body#home #rightcol { width: 236px; }

body#home #rightcol .text { margin: 10px 29px 10px 21px; }

body#home #rightcol ul { list-style-type: none; margin-left: 0; margin-top: 0px; padding-top: 10px; padding-bottom: 0;}

	body#home #rightcol li { 
		background: url(../img/home/sidebar-bullet-home.png) no-repeat 0em 0em!important;
		padding-top: 0;
		margin-left: 0px;
		padding-left: 40px; 
		padding-bottom: 4px; 
		margin-bottom: 0;
		line-height: 18px; 
		background-image: none; }

	body#home #rightcol li a,
	body#home #rightcol li a:link,
	body#home #rightcol li a:active,
	body#home #rightcol li a:visited { 
		padding-left: 0px;
		padding-bottom: 0;
		margin-bottom: 0;
		font-weight: bold;
		color: #0E0059;
		text-decoration: underline;
		display: inline;
		margin-left: 0; }

		body#home #rightcol li a:hover {
			padding-left: 0px;
			font-weight: bold;
			color: #AE361A;
			text-decoration: none;
			display: inline;}

/***** Footer *****/

#footer {
	width: 860px;
	height: 46px;
	background:url(../img/main/footer-bkgd.png) no-repeat;
}
* html #footer {behavior: url(/iepngfix.htc); }

#footer .text { display: block; text-align: right; padding-top: 30px; }

/*****/
		/* Gallery */
		#gallery a img, 
		#gallery a:link img, 
		#gallery a:active img, 
		#gallery a:visited img { width: 11em;padding: 4px; border: 1px solid #cccccc; margin: 4px;}
		#gallery a:hover img {padding: 4px; border: 1px solid #333333; margin: 4px; }
		#gallery .row { float: left; clear: both; }
		#gallery .photo { float: left;}
		#gallery p { line-height: 1.2em; padding-left: 4px; }