/* -------------------------------------------------
// Eric Meyer's reset
// http: //meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
/* -------------------------------------------------
// Body
------------------------------------------------- */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, Lucida, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000;
	background: #dbdbdb;
	background-attachment: fixed;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
/* -------------------------------------------------
// Image Replacement
------------------------------------------------- */

.off-left {
/*	text-indent: -9999em;*/
}
#last-event {
	height: 280px;
	width: 480px;
	position: absolute;
	top: 105px;
	z-index: 10000;
}

embed, #last-event p {

}
/* -------------------------------------------------
// Headings
------------------------------------------------- */

h2 {
	font-weight: bold;
	margin: 0 0 5px 0;
}
/* -------------------------------------------------
// Layout
------------------------------------------------- */

#wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: 105px;
	background: url(../images/nav_spline.png) right 144px repeat-y;
}
div.scarf {
	background: #EEE url(../images/scarf_spline.png) repeat-x 0 71px; 
	margin-right: 144px;
}
#masthead {
	background: #fff;
	padding: 0 0 0 0;
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0;
}
#primary-column {
	width: 480px;
	float: left;
	padding: 280px 0 0 0;
	border-right: 1px solid #fff;
	margin-right: -1px;
	background: #e7e7e7;
}
#secondary-column {
	top: 62px;
	left: 480px;
	padding: 10px 0 0 20px;
	border-left: 1px solid #fff;
	width: 450px;
	position: absolute;
}
#footer {
	clear: both;
	width: 100%;
	background: #dbdbdb;
	border-top: 1px solid #fff;
	text-align: right;
	position: relative;
	z-index: 999;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}
#footer ul {
	float: right;
	padding: 12px 35px 0 0;
	background: #dbdbdb;
	min-height: 28px;
	height: auto !important;
	height: 28px;
}
#footer ul li, #footer ul li a {
	display: inline;
	text-align: right;
}
/* -------------------------------------------------
// Upcoming-event
------------------------------------------------- */

#upcoming-event {
	min-height: 400px;

	margin-bottom: -1px;
	overflow: hidden;
}
#upcoming-event h2 {
/*	text-indent: -9999em;*/
	height: 21px;
	background: #b0b3b7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}
#upcoming-event a.imagelink {
	float: right;
	display: block;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 160px;
}
#upcoming-event a.left {
	float: left;
	border-right: 1px solid #fff;
}
#upcoming-event h3 {
	float: left;
	background: url(../images/pointer.png) no-repeat 7px 4px;
	padding-left: 16px;
	width: 140px;
	height: 14px;
	font-weight: bold;
}
#upcoming-event h3.top {
	margin-top: 5px;
}
#upcoming-event h3.bottomlink {
	background: url(../images/pointer.png) no-repeat 148px 4px;
	text-align: right;
	padding: 0 14px 0 0;
}

/* -------------------------------------------------
// Masthead
------------------------------------------------- */
h1 {
	background: url(../images/home_heading.png) 12px 18px no-repeat;
/*	text-indent: -9999em;*/
	width: 468px;
	height: 50px;
	top: 15px;
	left: 0px;
	padding: 25px 0 0 12px;
	position: absolute;
	z-index: 20;
}
#logo {
	float: right;
	width: 128px;
	height: 98px;
	margin: 0 20px 0 0;
}
/* -------------------------------------------------
// Page Indicator
------------------------------------------------- */
/*
#page-indicator {
	margin: 105px 0 0 480px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 70px;
	position: relative;
	z-index: 2;
	text-indent: -9999em;
	background: #e7e7e7 url(../images/home_index_location.png) right center no-repeat;
	background-position: 95% 50%;
}*/

/* -------------------------------------------------
// Latest News Section
------------------------------------------------- */

#latest-news h2 {
	padding: 0;
}
#latest-news h2 a {
	display: block;
	height: 21px;
	line-height: 21px;
	background: url(../images/latest_news.png) no-repeat left center;
/*	text-indent: -9999em;*/
}
#latest-news dt {
	zoom: 1;
	background: url(../images/pointer.png) left 6px no-repeat;
}
#latest-news dt, #latest-news dd {
	padding: 3px 0 0 10px;
}

#latest-news dd {
	padding: 3px 0 6px 10px;
	color: #6b6a6a;
}
/*--------------------------------------------------
// Robust float clearing
// http: //positioniseverything.net/easyclearing.html
------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* -------------------------------------------------
// Primary Nav
------------------------------------------------- */

#primary-nav {
	padding: 11px 0 0 0;
	min-height: 200px;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 50;
	background-color: #3333CC;
}
#primary-nav ul {
	position: absolute;
	width: 144px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	right: 0;
	zoom: 1;
	z-index: 1;
	background: url(../images/nav_cover_spline.png) right 1px repeat-y;
}
#primary-nav ul li {
	background: url(../images/nav_indicator.png) 0 9px no-repeat;
	padding: 4px 0 0 17px;
	margin: 5px 0 0 0;
	display: block;
	zoom: 1;
}
#primary-nav ul li ul {
	left: -9999em;
	z-index: 100;
	min-height: 0;
	height: auto;
	position: absolute;
	zoom: 1;
}
#primary-nav ul li.hover ul, #primary-nav ul li:hover ul {
	left: -145px;
	margin-top: -15px;
	background: #999;
	min-height: 0;
	padding: 0 0 0 0;
	border: 1px solid #666;
}

#primary-nav ul li ul:hover {
  position: absolute;
  z-index: 999;
}

#primary-nav ul li ul li {
	background: #919191 url(/_assets/images/primary-nav/primary-flyout_spline.gif) left top repeat-x;
	margin: 0;
	height: auto;
	padding: 4px 10px;
	text-align: right;
	width: 120px;
	text-indent: 0;
}
#primary-nav li a {
	background-position: left top;
	background-repeat: no-repeat;
	height: 15px;
	display: block;
	overflow: hidden;
	z-index: 20;
/*	text-indent: -9999em;*/
}
#primary-nav a {
	height: 109px;
}
#primary-nav ul li ul li a {
	color: #fff;
	background: transparent;
	height: auto;
	width: 125px;
	font-size: 11px;
}
#primary-nav-home a {
	background-image: url(../images/home.png);
}
#primary-nav-history a {
	background-image: url(../images/history.png);
}
#primary-nav-membership a {
	background-image: url(../images/membership.png);
}
#primary-nav-contactus a {
	background-image: url(../images/contactus.png);
}
#primary-nav-forum a {
	background-image: url(../images/forum.png);
}
#primary-nav-events a {
	background-image: url(../images/events.png);
}
#primary-nav-gallery a {
	background-image: url(../images/gallery.png);
}
#primary-nav-benefits a {
	background-image: url(../images/benefits.png);
}
#primary-nav-membersride a {
	background-image: url(../images/membersride.png);
}
#primary-nav-committee a {
	background-image: url(../images/committee.png);
}
#primary-nav-audiofsa a {
	background-image: url(../images/audi_of_sa.png);
}
#primary-nav-4rings a {
	background-image: url(../images/4rings.png);
}
/*---------------
Front page news
---------------*/
/* show bullets on uls on the front page news section */

dl#latest-news dd ul {
	list-style-type: disc;
}

/*---------------------
Front page Environment
---------------------*/
#ad-column{
	display:block;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	position:relative;
	background: url(../images/forum_tile.png) repeat-x;
	top:70px;
	z-index: auto;
}
#ad-column a {
  z-index: 20;
  position: relative;
}
#model_padding{
   border-top: 1px solid white;
   background: #B0B3B7;
   height:80px;
}
