* {
   margin:0;
   padding:0;
   border:0;
   text-decoration:none;
}

html, body {
   width:100%;
   height:100%;
   font-family:tahoma;
   font-size:12px;
}

body {

}

ul {
   list-style-type:none;
}

h2 {
   font-size:2em;
   font-family:impact;
   color:#bbab31;
   padding-bottom:15px;
   font-weight:normal;
}

h3 {
   font-size:1.2em;
   font-weight:bold;
}

h4 {
   font-size:1.2em;
   padding-bottom:15px;
}

#main {
   width:75%;
   min-width:960px;
   max-width:1280px;
   margin:0 auto;
   overflow:hidden;
}

* html .minwidth {
	padding-left: 960px;
}
* html .container {
	margin-left: -960px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .layout, * html .content {
	height: 1px;
}

.content {

}

.clearfix {
   overflow:auto;
}

#col-left {
   float:left;
   width:26%;
   overflow:hidden;
}

#col-right {
   float:left;
   width:74%;
   overflow:hidden;
}

/*** Banner ***/

#banner {
   padding:8px 0 5px 0;
   overflow:hidden;
   position:relative;
   width:100%;
}

#banner img {
   display:block;
}

h1 {
   position:absolute;
   top:8px;
   left:63px;
   height:57px;
   width:100%;
   background-color:#bbab31;
}

h1 a {
   display:block;
   position:relative;
   top:8px;
   left:10px;
   width:335px;
   height:40px;
   background:url('images/logo-banner.gif') top left no-repeat;
   text-indent:-9999px;
}

#header-info {
   position:absolute;
   top:22px;
   right:15px;
   text-align:right;
   color:white;
   line-height:1.5em;
}

#header-info a {
   color:white;
}

#header-info a:hover {
   text-decoration:underline;
}

/*** Container ***/

#maincontainer {
   background:url('images/bg-main.gif') left 309px repeat-x;
   overflow:auto;
}

/*** Menu ***/

#menu {
   border:5px solid #ab9300;
   background-color:#917e08;
   padding:19px 0 65px 0;
   margin-bottom:5px;
}

#menu li {
   margin-bottom:5px;
}

#menu li a {
   display:block;
   height:25px;
   background-color:#978308;
   color:white;
   padding-left:27px;
   background-image:none;
   line-height:25px;
}

#menu li a:hover,
#menu li a.selected {
   background:url('images/puce-black.gif') 25px 8px no-repeat #ae990a;
   color:black;
   padding-left:44px;
}

/*** Homepage Image ***/

#homepage-image {
   margin:0 0 5px 5px;
   height:304px;
   background:url('images/homepage.jpg') center top no-repeat;
   position:relative;
   top:0;
   left:0;
}

#homepage-image a {
   display:block;
   position:absolute;
   top:0;
   left:0;
   padding:17px 0 0 18px;
   height:287px;
   width:100%;
   color:#bbab31;
}

#homepage-image p {
   display:inline;
   font-family: impact;
   color:#bbab31;
   font-size:2.4em;
   background:url('images/bg-homelink.png') left top repeat;
}

#homepage-image p.lnk {
   position:absolute;
   top:100px;
   width:140px;
   left:18px;
}

#homepage-image p small {
   font-size:0.7em;
}

/*** Side description ***/

#side-desc {
   border-top:6px solid #272727;
   border-left:5px solid #272727;
   border-bottom:4px solid #272727;
}

#desc-first {
   color:white;
   padding:27px;
   height:154px;
   border-bottom:4px solid #272727;
   background:url('images/bg-side1.jpg') center center no-repeat #463722;
}

#side-desc p {
   margin-bottom:15px;
   line-height:1.3em;
}

#desc-second {
   height:151px;
   background:url('images/bg-side2.jpg') center 60px no-repeat #bbab31;
   color:#272727;
   padding:27px;
}

#desc-second p a {
   color:#272727;
}

#desc-second p a:hover {
   text-decoration:underline;
}

#desc-second h4 a {
   color:#272727;
}

/*** page content **/

#pagecontent {
   border:5px solid #272727;
   background-color:#323232;
   padding:10px 20px;
   min-height:398px;
}

#pagecontent.long {
   min-height:707px;
}

#pagecontent dl {
   overflow:auto;
}

#pagecontent dl dt {
   float:left;
   width:110px;
   height:100px;
   border-bottom:1px solid #3c3c3c;
   margin-bottom:15px;
}

#pagecontent dl dt a img {
   border:2px solid #262600;
}

#pagecontent dl dd {
   float:left;
   width:530px;
   padding-left:20px;
   height:100px;
   border-bottom:1px solid #3c3c3c;
   margin-bottom:15px;
   overflow:hidden;
}

#pagecontent dl .last {
   border-bottom:none;
}

#pagecontent dl dd h3 a {
   color:#bbab31;
}

#pagecontent dl dd span {
   display:block;
   color:#857c00;
   margin-bottom:15px;
}

#pagecontent dl dd p {
   margin-bottom:10px;
}

#pagecontent dl dd p a {
   color:#8f8f8f;
}

/*** footer ***/

#footer {
   background-color:#7c722d;
   border-left:5px solid #272727;
   border-right:5px solid #272727;
   border-bottom:5px solid #272727;
   line-height:40px;
   padding:10px 0 10px 27px;
}

#footer h2 {
   color:white;
}

#footer a img {
   border:2px solid #262600;
   margin-right:16px;
}

#footer a img.last {
   margin-right:0;
}

p#copyright {
   color:white;
   padding:10px 0 90px 32px;
}


/*** Vehicles-based events  ***/

#pagecontainer {
   margin-top:10px;
   overflow:auto;
   color:#8f8f8f;
   background:url('images/greypixel.gif') 328px top repeat-y #323232;
}

#ie6debug1 {
   display:block;
   width:640px;
   height:1px;
}


#pagecontent p {
   margin-bottom:15px;
   color:#8f8f8f;
}

#content-col-left ul {
   list-style-type:disc;
   list-style-position: inside;
}

#content-col-left ul li {
   margin-bottom:10px;
}

#content-col-left a {
   color: #cacc8b;
}

#content-col-left a:hover {
   text-decoration:underline;
}

#content-col-left {
   width:307px;
   padding-right:20px;
   float:left;
}

#content-col-right {
   width:307px;
   padding-left:20px;
   float:left;
}

#pagecontainer h4 {
   color: #bbab31;
   padding:5px 0;
}

#pagecontent #shorteventlist dt {
   height:80px;
   margin-bottom:0;
   border:none;
}

#pagecontent #shorteventlist dd {
   width:185px;
   height:80px;
   margin-bottom:0;
   padding-left:8px;
   border:none;
}

#pagecontent #shorteventlist dd span {
   margin-bottom:0;
}

#pagecontent #shorteventlist dd h3 {
   font-size:1em;
}

h3.maincaption {
   font-size:1em;
   padding:15px 0;
}

h3.maincaption a {
   color: #bbab31;
}

p.maincaption a {
   color: #8f8f8f;
}

#archivelink {
   color:#cacc8b;
}

#archivelink:hover {
   text-decoration:underline;
}

/*** Article ***/

#articleheader span {
   color:#857c00;
   font-size:0.8em;
}

#articleheader small {
   color:#857c00;
   font-size:0.6em;
}

#archivelink2 {
   display:block;
   color:#cacc8b;
   margin:20px 0 40px 0;
}

#thumbgallery li {
   float:left;
   width:153px;
   padding-bottom:10px;
}

#thumbgallery li.right {
   padding-left:38px;
   width:110px;
}

#thumbgallery li a img {
   border:2px solid #262600;
}

#content-col-right h5 {
   font-size:1em;
   color: #bbab31;
   padding-bottom:4px;
}

p.captiontitle {
   text-align:center;
   padding-top:4px;
}

/*** lightbox ***/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('images/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

/*** The team ***/

#team {
    padding-top:30px;
}
#team li {
    position:relative;
    width:220px;
    height:100px;
    float:left;
}

#team li img {
    position:absolute;
    top:0;
    left:0;
}

#team li p {
    position:absolute;
    top:0;
    left:90px;
    width: 120px;
}

#team li p a {
    color: #bbab31;
}

/*** Contact us ***/

#defaultform fieldset {
    overflow:auto;
    padding-bottom:15px;
}

#defaultform fieldset.hidden {
    overflow:hidden;
}

#defaultform label {
    display:block;
    width:150px;
    float:left;
    color: #8f8f8f;
}

#defaultform label.block {
    float:none;
    padding-bottom:4px;
}

#defaultform input,
#defaultform select {
    display:block;
    width:233px;
    float:left;
    border:1px solid #8f8f8f;

}

#defaultform textarea {
    display:block;
    border:1px solid #8f8f8f;;
    width:100%;
    height:12em
}

#defaultform button {
    border:2px solid #917e08;
    background-color:#978308;
    color:white;
    cursor:pointer;
    float:right;
}

#defaultform button:hover {
    background-color:#ae990a;
    color:black;
}

#error {
    text-align:center;
    border:1px dashed #8f8f8f;
    padding:10px 0;
    margin-top:50px;
}

/*** Recommended Kit ***/


#kits {
    padding-top:30px;
    overflow:auto;
}
#kits li {
    position:relative;
    width:100%;
    height:100px;
    float:left;
}

#kits li img {
    position:absolute;
    top:0;
    left:0;
    border:2px solid #262600;
}

#kits li p {
    position:absolute;
    top:0;
    left:90px;
}

#kits li p a {
    color: #8f8f8f;
}

#kits li p a strong {
    color: #bbab31;
}

#text a {
    color: #cacc8b;
    text-decoration:underline;
}

/*** Where are we ***/

#mapcontainer {
    position:relative;
    height:600px;
}

#mapcontainer div.bullet {
    height:16px;
    width:16px;
    background:url('images/location-bullet.gif') top left no-repeat;
    text-indent:-9999px;
    cursor:pointer;
}

#mapcontainer h4 {
    font-size:0.9em;
    font-weight:bold;
    padding:10px 0 0 5px;
    margin:0;
    color:black;
}

#mapcontainer h5 {
    font-size:1em;
    background-color: #513925;
    padding:5px;
    color:white;
}

#mapcontainer p {
    font-size:0.85em;
    padding:10px 5px 0 5px;
    margin:0;
}

#mapcontainer p a {
    color:black;
}

#mapcontainer p a:hover {
    text-decoration:underline;
}

#mapcontainer a.closebtn {
    position:absolute;
    display:block;
    top:2px;
    left:146px;
    height:12px;
    width:12px;
    background:url('images/btn-sclose.gif') top left no-repeat;
    cursor:pointer;
    text-indent:-9999px;
}

#mapcontainer a.closebtn:hover,
#mapcontainer div.bullet:hover {
    background-position:left bottom;
}