/* ---------------------------------------------
GENERAL
--------------------------------------------- */
body{
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	background-color: #000000;
	background-image: url(/images/general/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
h1{
	font-family: "trebuchet MS";
	font-size: 29px;
	color: #000000;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2{
	font-family: "trebuchet MS";
	font-size: 29px;
	color: #538A00;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.clearfloat{
	clear: both;
}
.horline{
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.horline-dotted{
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/images/general/linedotted.png);
	background-repeat: repeat-x;
}

/* ---------------------------------------------
HEADER
--------------------------------------------- */
#HEADER-bg{
	background-image: url(/images/header/background.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 110px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#HEADER-logo{
	width: 214px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
#HEADER-menu{
	float: left;
	width: 780px;
	padding-top: 80px;
	text-align: right;
}

/* ---------------------------------------------
MENU
--------------------------------------------- */
#MENU-bg{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ---------------------------------------------
HOME
--------------------------------------------- */
#HOME-image-container{
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#HOME-image-col1{
	float: left;
	width: 725px;
	height: 330px;
}
#HOME-image-col2{
	float: left;
	width: 275px;
	height: 330px;
	background-image: url(/images/general/mainimg-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#HOME-image-col2-title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.HOME-image-col2-container{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.HOME-image-col2-divtitle{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #75CC00;
	font-weight: bold;
}
.HOME-image-col2-div{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 12px;
}
#HOME-image-moreratings{
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#HOME-banners{
	margin-bottom: 20px;
}
#HOME-recommend{
}
.HOME-recommend-name{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.HOME-recommend-details{
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	margin-bottom: 10px;
}
.HOME-recommend-details a:link{
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.HOME-recommend-details a:visited{
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.HOME-recommend-details a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* ---------------------------------------------
CONTENT
--------------------------------------------- */
#CONTENT-container{
	margin-top: 20px;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#CONTENT-bg-top{
	background-image: url(/images/general/content-bg-top.png);
	background-repeat: no-repeat;
	height: 10px;
}

#CONTENT-col1{
	width: 675px;
	background-color: #FFFFFF;
	background-image: url(/images/general/content-bg.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#CONTENT-col2{
	background-color: #E2E2E2;
	width: 230px;
	padding-right: 22px;
	padding-left: 23px;
	padding-top: 20px;
	padding-bottom: 25px;
}
#CONTENT-side-contact{
	font-family: "trebuchet MS";
	font-size: 14px;
}



/* ---------------------------------------------
FORM FIELDS
--------------------------------------------- */
.FORM-container{
	background-image: url(/images/general/form-bg.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	background-position: bottom;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
.FORM-text-header-req{
	font-family: "trebuchet MS";
	font-size: 18px;
	background-image: url(/images/general/reqfield-text.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.FORM-text-header{
	font-family: "trebuchet MS";
	font-size: 18px;
}
.FORM-textfield{
	font-family: "trebuchet MS";
	font-size: 16px;
	padding: 5px;
	border: 2px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.FORM-textfield-req{
	font-family: "trebuchet MS";
	font-size: 16px;
	border: 2px solid #CCCCCC;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/images/general/reqfield.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.FORM-dropdown-req{
	font-family: "trebuchet MS";
	font-size: 16px;
	border: 2px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/images/general/reqfield.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.FORM-dropdown{}
.FORM-multiselect{}
.FORM-radio{}
.FORM-checkbox{}
.FORM-col1{
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}
.FORM-col2{
	padding-top: 5px;
	padding-bottom: 5px;
}
#FORM-thankyou{
	font-family: "trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	background-color: #538A00;
	padding: 10px;
	margin-bottom: 5px;
	line-height: 20px;
}
#FORM-errmsg{
	font-family: "trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 10px;
	margin-bottom: 5px;
	line-height: 20px;
}


/* ---------------------------------------------
NEWS
--------------------------------------------- */
#NEWS-home-title{
	margin-bottom: 10px;
}
.NEWS-home-image{
	margin-bottom: 5px;
}
.NEWS-home-date{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.NEWS-home-headline{
	margin-bottom: 15px;
	font-family: Arial;
	font-size: 13px;
	color: #335500;
	text-decoration: none;
}
.NEWS-home-headline a:link{
	color: #335500;
	text-decoration: none;
}
.NEWS-home-headline a:visited{
	color: #335500;
	text-decoration: none;
}
.NEWS-home-headline a:hover{
	color: #000000;
	text-decoration: none;
}
a.NEWS-menu-item:link{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/images/news/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 200px;
	display: block;
	padding-left: 30px;
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
}
a.NEWS-menu-item:visited{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/images/news/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 200px;
	display: block;
	padding-left: 30px;
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
}
a.NEWS-menu-item:hover{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/images/news/icon-arrow2.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 200px;
	display: block;
	padding-left: 30px;
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	background-color: #FFFFFF;
}
.NEWS-details-container{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.NEWS-details-headline{
	font-family: "trebuchet MS";
	font-size: 22px;
	color: #538A00;
}
.NEWS-details-date{
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
}
.NEWS-details-image{
	margin-bottom: 5px;
}
.NEWS-details-content{
}


/* ---------------------------------------------
FOOTER
--------------------------------------------- */
#FOOTER-container{
	width: 1000px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
}
#FOOTER-menu{
	background-image: url(/images/general/footer-bg.png);
	height: 38px;
	margin-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
#FOOTER-menu a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-menu a:hover{
	color: #000000;
	text-decoration: none;
}
#FOOTER-copyright{
	font-family: Arial;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
#FOOTER-copyright a:link{
	color: #999999;
	text-decoration: none;
}
#FOOTER-copyright a:visited{
	color: #999999;
	text-decoration: none;
}
#FOOTER-copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}



/* ---------------------------------------------
MEMBERS
--------------------------------------------- */
#MEMBER-content-container{
	background-color: #FFFFFF;
	background-image: url(/images/general/content-bg.png);
	background-repeat: repeat-x;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-top: 15px;
}
#MEMBER-menu-bg{
	margin-bottom: 20px;
	background-image: url(/images/members/menubg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#MEMBER-content-div{
	position: relative;
}
#MEMBER-content-col1{
	background-image: url(/images/members/bg-summary.png);
	background-repeat: no-repeat;
	height: 303px;
	width: 245px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-right: 15px;
	float: left;
	position: relative;
}
.MEMBER-content-col1-title{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 15px;
}
.MEMBER-content-col1-text{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
}
#MEMBER-content-col2{
	float: left;
	position: relative;
	width: 660px;
}
.MEMBER-title-text{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}
.MEMBER-table-title{
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #5D951C;
	padding: 5px;
	text-align: center;
}
.MEMBER-table-item{
	border: 1px solid #5D951C;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	text-align: center;
	padding: 3px;
}
a.MEMBER-link-button:link{
	background-color: #5C931B;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}
a.MEMBER-link-button:visited{
	background-color: #5C931B;
	color: #FFFFFF;
}
a.MEMBER-link-button:hover{
	background-color: #3F6312;
	color: #FFFFFF;
}
#MEMBER-payment-content{
	margin-top: 15px;
	border: 1px dotted #5D951C;
	padding: 10px;
	font-family: "trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #5D951C;
	text-align: center;
}

a.MEMBER-race-date:link{
	background-color: #5D951C;
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	padding: 8px;
	margin-right: 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.MEMBER-race-date:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5D951C;
}
a.MEMBER-race-date:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003300;
}
.MEMBERS-race-subtable{
	margin: 10px;
	display: none;
}
.MEMBERS-race-venue{
	font-family: "trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 1px;
}
.MEMBERS-race-subtable-container{
}
.MEMBERS-race-subtable-col1{
	float: left;
	width: 457px;
	border: 1px solid #5D951C;
	margin-right: 8px;
	height: 175px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.MEMBERS-race-subtable-col2{
	float: left;
	width: 457px;
	border: 1px solid #5D951C;
	height: 175px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.MEMBERS-race-subtable-header{
	background-color: #5D951C;
	padding: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}
.MEMBERS-race-subtable-header span{
	color: #000000;
	font-family: Arial;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.MEMBERS-race-subtable-item{
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D951C;
}
.MEMBER-table-subtable-td{
	background-color: #ebebeb;
	display: none;
}
.MEMBER-expired-message{
	border: 2px solid #F00;
	font-family: Calibri;
	font-size: 22px;
	color: #F00;
	text-decoration: none;
	padding: 15px;
	margin-bottom: 100px;
}
