@charset "utf-8";
@import url("misc/normalize.css");
/* CSS Document */

/*Make older versions of web browsers work with new style techniques*/

Form * {
 -webkit-appearance: none;
 -moz-appearance: none;
 background: transparent;
 behavior: url(misc/PIE.htc);	
}

select, option {
	border: none;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

/*----------- Default Form Styles -------------*/ 

input[type=text], input[type=password], input[type=submit], input[type=number], input[type=tel], input[type=email], input[type=radio], input[type=checkbox], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #FFF;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #555;
	
	-webkit-box-shadow: inset 0px 2px 3px #666, inset 0px -5px 3px #EEE;
	-moz-box-shadow: inset 0px 2px 3px #666, inset 0px -5px 3px #EEE;
	box-shadow: inset 0px 2px 3px #666, inset 0px -5px 3px #EEE;
}

input:focus, textarea:focus {
	outline: solid #B51212;
}

label:hover input[type=text]:hover  {
	outline: solid red;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #FFF;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #555;
			
	-webkit-box-shadow: inset 0px 2px 3px #666, inset 0px -5px 3px #EEE;
	-moz-box-shadow: inset 0px 2px 3px #666, inset 0px -5px 3px #EEE;
	box-shadow: inset 0px 2px 3px #666, inset 0px -5px 3px #EEE;
}

select:focus {
	outline: solid #B51212;
}

option {
	background: #B51212;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

.group:before, .group:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}

/*----------------Log In Form --------------------*/

.loginForm {
	width: 80%;
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	background: #f3f3f3;
	background: #f3f3f3 -webkit-linear-gradient(#f3f3f3, #646464);
	background: #f3f3f3 -moz-linear-gradient(#f3f3f3, #646464);
	background: #f3f3f3 -o-linear-gradient(#f3f3f3, #646464);
	background: #f3f3f3 -ms-linear-gradient(#f3f3f3, #646464);
	background: #f3f3f3 linear-gradient(#f3f3f3, #646464);
	/*filter:
progid:DXImageTransform.Microsoft.gradient( startColorstr='7a1631', endColorstr= #3f0b1b', GradientType=0 );*/
	border: 1px solid #555555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 11px rgba(0,0,0,0.42);
	-moz-box-shadow: 5px 5px 11px rgba(0,0,0,0.42);
	box-shadow: 5px 5px 11px rgba(0,0,0,0.42);
	padding: 15px 30px 10px 30px;
}
.loginbutton {
	font-weight: bold;
	font-size: 13px;
	width: 90px;
	text-align: center;
	display: block;
	float: right;
	clear: both;
	background-image:url(../graphics/pattern.png);
	padding: 6px 28px;
	border: none;
	-webkit-border-radius: 6px;
 	-moz- border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
}

.loginForm label {
	display: block;
	font-size: 13px;
	color: #e73535;
	padding: 5px;
}
.loginForm input[type=text], input[type=password] {
	width: 95%;
	max-width: 330px;
	border: 1px solid #3F0B1B;
}
.loginForm input[type=text]:focus, input[type=password]:focus {
	background: #DDD;
	outline: none;
}
.loginForm h2 {
	text-align: center;
 font size: 27px;
	color: #CF423C;
	margin: 0;
	margin-bottom: 3px;
}
.loginForm p {
	font-size: 13px;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
}

.loginForm a:link { 
	color:#000033;
	text-decoration: none;
}
.loginForm a:hover {
	color: rgb(255,255,51);
	text-transform: uppercase;
}
.loginForm a:visited {
	color: #fff;
	text-decoration: none;
}

/*----------- Dual Sport Registration Form ---------*/
#bdy_wrapper #main #columns_bg #column2 .box4 #dualSport fieldset {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #dualSport legend {
	font-weight: bold;
	margin-left: 1em;
	padding-left: .3em;
	padding-right: .3em;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #dualSport fieldset ul li {
	margin: 0px;
	padding: 1em;
	list-style-type: none;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #dualSport label {
	text-align: right;
	float: left;
	width: 11em;
	padding-right: .5em;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #dualSport label.dualSportOptions {
	text-align: left;
	float: none;
	width: auto;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #dualSport label.LongLabel {
	text-align: left;
	display: block;
	float: none;
	width: auto;
}

#bdy_wrapper #main #columns_bg #column2 .box4 #dualSport #submit {
	text-align: center;
	width: auto;
	background-image: url(../graphics/pattern.png);
	border: none;
	-webkit-border-radius: 6px;
 	-moz- border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	box-shadow: none;
}

#bdy_wrapper #main #columns_bg #column2 .box4 #dualSport #reset {
	text-align: center;
	width: auto;
	margin-left: 0.5em;
	background-image: url(../graphics/pattern.png);
	border: none;
	-webkit-border-radius: 6px;


 	-moz- border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
}

/*-------------- Dual Sport Payment Form ----------*/
}
#bdy_wrapper #main #columns_bg #column2 .box4 #dualSportPayment p {
	display: block;
	clear: both;
	float: left;
	padding-left: 20px;
	margin: 0 0 20px 20px;
}

#bdy_wrapper #main #columns_bg #column2 .box4 #dualSportPayment #dualSportRiderFee input {
	margin-bottom: 12px;
	margin-left: 10px;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #dualSportPayment #dualSportDinner input {
	margin-left: 10px;
	margin-bottom: 10px;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #dualSportPayment #dualSportShirt input {
	margin-bottom: 12px;
	margin-left: 10px;
}


/*-------------- Member Registration Form ----------*/

#bdy_wrapper #main #columns_bg #column2 .box4 .memberRegistration.group fieldset {
	display: block;
	padding: 0px;
	clear: both;
	float: left;
	margin-bottom: 1em;
	margin-top: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bdy_wrapper #main #columns_bg #column2 .box4 .memberRegistration.group fieldset legend {
	font-weight: bold;
	color: #b51212;
	margin-left: 1em;
}
#bdy_wrapper #main #columns_bg #column2 .box4 .memberRegistration.group fieldset ul li {
	margin: 0px;
	padding: 1em;
	list-style-type: none;
}
#bdy_wrapper #main #columns_bg #column2 .box4 .memberRegistration.group fieldset ul li label {
	text-align: right;
	float: left;
	width: 8em;
	padding-right: .5em;
}

#bdy_wrapper #main #columns_bg #column2 .box4 .memberRegistration.group #registerSubmit {
	width: auto;
	background-image: url(../graphics/pattern.png);
	border: none;
	-webkit-border-radius: 6px;
 	-moz- border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	float: right;
}
#bdy_wrapper #main #columns_bg #column2 .box4 .loginForm.group.lostPassword {
	margin-top: 20px;
}

/*-------------- Member Order Form ----------*/

#bdy_wrapper #main #columns_bg #column2 .box4 #memberOrder fieldset {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px
}
#bdy_wrapper #main #columns_bg #column2 .box4 #memberOrder legend {
	font-weight: bold;
	padding-left: .3em;
	padding-right: .3em;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #memberOrder fieldset ul li {
	margin: 0px;
	padding: 1em;
	list-style-type: none;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #memberOrder label {
	text-align: right;
	float: left;
	width: 11em;
	padding-right: .5em;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #memberOrder label.memberOptions {
	text-align: left;
	display: block;
	float: none;
	width: auto;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #memberOrder label.LongLabel {
	text-align: left;
	display: block;
	float: none;
	width: auto;
}

#bdy_wrapper #main #columns_bg #column2 .box4 #memberOrder #submit {
	font-weight: bold;
	text-align: center;
	width: auto;
	background-image: url(../graphics/pattern.png);
	border: none;
	-webkit-border-radius: 6px;
 	-moz- border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	box-shadow: none;
}
#bdy_wrapper #main #columns_bg #column2 .box4 #memberOrder p {
	display: block;
	clear: both;
	float: left;
	padding-left: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}