body {
	font-family: arial, helvetica, sans-serif;
	font-size: 72.5%;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #e0e0ff url(../images/top_bg1.gif) repeat-x;
}

#wrap {
	padding: 0;
	margin: 0;
	background: url(../images/bottom_bg1.gif) 0 100% repeat-x;
}

#page {
	padding: 0;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/content_bg1.gif) repeat-y;
}

#header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 770px;
	height: 154px;
	background: url(../images/top_banner_seven.jpg) no-repeat;
}

body#ducati #header {
	background: url(../images/top_banner_eight.jpg) no-repeat;
}
	

#spacer {
	padding: 0;
	margin: 0;
	width: 770px;
	height: 20px;
	background: url(../images/spacer1.gif) no-repeat;
}

#bikes {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
	width: 770px;
	height: 82px;
	background-color: transparent;
}

#bikes img {
	position: absolute;
	right: 60px;
	margin: 0;
	padding: 0;
}


#footer {
	position: relative;
	padding: 0;
	margin: 0;
	width: 770px;
	height: 80px;
	background: url(../images/footer_bg.gif) no-repeat;
	text-align: center;
}

#footer .admin {
	position: absolute;
	left:20px;
	bottom: 5px;
}

#footer .admin a {
	color: #ffcc00;
	}

#footer p {
	padding-top: 30px;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
}

#content-holder {
	float: left;
	padding: 0;
	margin: 0;
	width: 770px;
	height: auto;
}

#left-panel {
	float: left;
	width: 250px;
	height: auto;
	min-height: 500px;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#right-panel {
	float: left;
	width: 520px;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: transparent;
}



/* main menu*/

#menu {
	position: absolute;
	top: 5px;
	left: 240px;
	width: auto;
	height: 25px;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu ul li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
}

#menu ul li.last {
	margin-right: 0;
}

#menu ul li a {
	display: block;
	width: auto;
	line-height: 20px;
	background-color: transparent;
	color:#993366;
	border: 1px solid #993366;
	font-size: 1em;
	text-decoration: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

#menu ul li a:hover {
	color: #ffffff;
	background-color: #FFCC00;
}

#menu ul li a.current, #menu ul li a.current:hover {
 background-color: #b51032;
 color: #ffffff;
}



/* end of main menu */


/* lists within the main content */

#right-panel ul {
	width: auto;
	padding: 0 0 20px 0px;
	margin: 0;
	list-style-type: disc;
}

#right-panel ul li {
	width: auto;
	padding: 0;
	list-style-position: inside;
	margin: 0 40px 8px 50px;
	list-style-type: disc;
	text-align: justify;
	vertical-align: top;
}

#right-panel ul.traffic {
	background: url(../images/amt_speedLimits.gif) no-repeat;
}

#right-panel ul.traffic li {
	margin-left: 70px;
}








/*general style */



a:link, a:visited {
	border-style:none;
	border-bottom:1px dotted #0000FE;
	color:#00A46E;
	display:inline;
	height:auto;
	text-decoration:none;
	width:auto;
}

a:hover {
	border-bottom:1px solid #B51032;
}


h1, h2, h3, h4, p {
	padding: 0 20px 0px 20px;
	margin: 0;
}


h1 {
	color:#b61034;
	font-size: 1.6em;
	padding-top: 16px;
	font-style:italic;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	color:#0101ff;
}

h4 {
	font-size: 1.1em;
}

hr {
	margin: 0 0 16px 20px;
	height: 1px;
	padding: 0;
	width: 480px;
	border: 1px thin #0100fe;
	color: #0100fe;

}

p {
	padding-bottom: 16px;
	text-align: justify;
}



img {
	float: left;
	padding: 0;
	margin: 0 20px 10px 20px;
	
}

img.no-float {
	float:none;
	position: relative;
	left: 20px;
	padding: 0;
	margin: 0 0px 16px 0px;
}

p img {
	float: left;
	padding: 0;
	margin: 10px 10px 10px 0px;
}

img.right {
	float: right;
	padding: 0;
	margin: 0 20px 10px 20px;
}

img.inline {
	float:none;
	position: relative;
	left: 0px;
	padding: 0;
	margin: 0 ;
}

p img.right {
	float: right;
	padding: 0;
	margin: 10px 0px 10px 10px;
}

.green-italic {
	color: #03a46e;
	font-style:italic;
}

.red-bold {
	color: #b61034;
	font-style:normal;
	font-weight: bold;
}

.blue-bold {
	color: #0101ff;
	font-style:normal;
	font-weight: bold;
}

.clear {
	clear: both;
}


/* secondary links */

#secondary-menu {
	padding: 0;
	margin: 0 0 20px 0;
	width: 250px;
	height: auto;
	background-color: transparent;
}

#secondary-menu ul {
	padding: 0;
	margin: 0;
	margin-left: 30px;
	margin-top: 20px;
	list-style-type: none;
}

#secondary-menu ul li {
	padding: 0;
	margin: 0 0 0 0;
	width: 170px;
}




#secondary-menu ul li.final {
	margin-bottom: 0;
}

#secondary-menu ul li a {
	display: block;
	padding: 5px 0 5px 0;
	margin: 0;
	width: 170px;
	height: 25px;
	line-height: 25px;
	color: #0100fe;
	text-decoration: none;
	border-top: 1px dotted #0100fe;
	border-bottom: none;
	background-color: transparent;
}

#secondary-menu ul li a.last {
	border-bottom: 1px dotted #0100fe;
}

/* left sided image banners */

#image-banners {
	padding: 0;
	margin: 30px 0 20px 0;
	width: 250px;
	min-height: 60px;
	background-color: transparent;
}

#image-banners img {
	padding: 0;
	margin: 0;
	margin-left: 30px;
}

/* latest news section */

#latest-news {
	position: relative;
	left: 30px;
	padding: 0 0 10px 0;
	margin: 0;
	width: 170px;
	height: auto;
	background-color: #e0e0ff;
}

#latest-news h2 {
	width: auto;
	background-color:#efefef;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 30px;
	border-bottom: 1px solid #000000;
}

#latest-news ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#latest-news ul li {
	padding: 0 10px 0 10px;
	margin: 0;
}

/* members login style */

form, table {
	padding: 0;
	margin: 0;
}

table {
	padding-left: 10px;
}

#members-area {
	position: relative;
	left: 30px;
	padding: 0;
	margin; 0;
	margin-top: 20px;
	width: 170px;
	height: 180px;
	background-color: #ffcc00;
	border: 1px solid #000000;
}

#members-area th {
	color: #993366;
	text-align: left;
	font-size: 15px;
}

#members-area td {
	color: #000000;
	text-align: left;
	font-size: 12px;
}

#members-area input {
	width: 150px;
	height: 20px;
}

#members-area input.submit {
	width: 60px;
	height: 22px;
	border: 1px solid #000000;
	background-color: #ffcc00;
}


/******* TABLE PROPERTIES  *********/

table {
	padding: 0;
	margin: 0 0 20px 20px;
	border-collapse:collapse;
	font-size:0.9em;
}

table thead {
	color:#0000EF;
}

table th {
	font-size:1.2em;
	padding-bottom:5px;
	text-align: left;
}

table td {
	padding:5px 3px;
}

/************ CONTACT FORMS  ****************/

#right-panel fieldset {
	position: relative;
	padding: 0;
	border-style: none;
	border-top: 1px solid #0000fe;
	border-bottom: 1px solid #0000fe;
	background-color: #e0e0ff;
	width: 90%;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

#right-panel fieldset img {
	float: none;
	margin: 0;
	padding: 0;
}

#right-panel fieldset ol {
	padding: 2.5em 1em 1em 20px;
	list-style: none;
}

#right-panel label {
	display: block;
	color: #0000fe;
}

#right-panel fieldset li {
	padding-bottom: 1em;
	list-style: none;
	border: 0;
}

#right-panel fieldset.submit {
	border-style: none;
	padding-left: 20px;
	background-color: transparent;
}

#right-panel input, textarea {
	width: 20em;
}

#right-panel textarea {
	height: 8em;
}

#right-panel fieldset input.submit {
	border: 1px solid #0000fe;
	background-color: #d9bfde;
	width: auto;
}

/* quiz form properties *********************************************************************/

#test {
	padding: 0;
	margin: 0;
	position: relative;
	left: 20px;
}

#test fieldset.quiz {
margin: 0 0 0 0;
border-style: none;
background-color: #e0e0ff;
}

#test fieldset.quiz-page2 {
margin: 0 0 0 0;
border-style: none;
background-color: #e0e0ff;
width: 70%;
}

#test fieldset.alt {
margin: 0 0 0 0;
border-style: none;
background-color: #cccccc;
}
#test fieldset.alt-page2 {
margin: 0 0 0 0;
border-style: none;
background-color: #cccccc;
width: 70%;
}

#test fieldset.quiz legend span {
position: relative;
top: 1.1em;
left: 0px;
font-size: 0.85em;
color: #b51032;
font-weight: 700;
}



#test fieldset.quiz-page2 legend span {
position: relative;
top: 1.1em;
left: 0px;
font-size: 0.85em;
color: #b51032;
font-weight: 700;
}

#test fieldset.alt legend span {
position: relative;
top: 1.1em;
left: 0px;
font-size: 0.85em;
color: #b51032;
font-weight: 700;
}

#test fieldset.alt-page2 legend span {
position: relative;
top: 1.1em;
left: 0px;
font-size: 0.85em;
color: #b51032;
font-weight: 700;
}

#test fieldset.quiz ul {
padding-top: 20px;
padding-bottom: 10px;
list-style: none;
}

#test fieldset.quiz-page2 ul {
padding-top: 20px;
padding-bottom: 10px;
list-style: none;
}

#test fieldset.alt ul {
padding-top: 20px;
padding-bottom: 10px;
list-style: none;
}

#test fieldset.alt-page2 ul {
padding-top: 20px;
padding-bottom: 10px;
list-style: none;
}

#test fieldset.quiz li {
padding: 1em 0 .5em 0.5em;
margin: 0;
font-size: 0.8em;
}

#test fieldset.quiz-page2 li {
padding: 1em 0 .5em 1em;
margin: 0;
font-size: 0.8em;
}

#test fieldset.alt li {
padding: 1em 0 .5em 0.5em;
margin: 0;
font-size: 0.8em;
}

#test fieldset.alt-page2 li {
padding: 1em 0 .5em 1em;
margin: 0;
font-size: 0.8em;
}

#test fieldset.quiz input {
padding: 0;
margin: 0;
width: auto;
}

#test fieldset.quiz-page2 input {
padding: 0;
margin: 0;
width: auto;
}

#test fieldset.alt input {
padding: 0;
margin: 0;
width: auto;
}

#test fieldset.alt-page2 input {
padding: 0;
margin: 0;
width: auto;
}

#test fieldset.quiz label {
display: inline;
}

#test fieldset.quiz-page2 label {
display: inline;
}

#test fieldset.alt label {
display: inline;
}

#test fieldset.alt-page2 label {
display: inline;
}

#test fieldset.quiz label.long {
display: inline;
font-size: 0.99em;
}

#test fieldset.quiz-page2 label.long {
display: inline;
font-size: 0.99em;
}

#test fieldset.alt label.long {
display: inline;
font-size: 0.99em;
}

#test fieldset.alt-page2 label.long {
display: inline;
font-size: 0.99em;
}

#test fieldset.submit {
border-style: none;
background-color: transparent;
}

#test fieldset.submit ul {
list-style: none;
}

#test fieldset.submit input {
width: auto;
}

/* end of quiz form */





/* end of quiz form */



/* events table properties */

table.events {
width: 470px;
border-collapse:collapse;
/*font-family:"Courier New", Courier, monospace;*/
font-family:"Arial", Arial, monospace;
/*Line added to increase font size*/
font-size: 1.05em;
margin-bottom: 1em;
color: #0000fe;
}

table.events tbody {
/*background-color: #b2b2ff;*/
/*color: #0000fe;*/
}

table.events td {
padding: 5px;
}

table.events td.date {
color: #ffffff;
background-color: #b51032;
}


table.events td.title {
font-weight: bold;
color: #000000;
}

table.events td#comment {
/*background-color:#e0e0ff;*/
/* Next line added to override color*/
color: #000000;
/*padding: 0px 5px 10px 5px;*/
padding: 0px 5px 5px 0px;
}

table.events h1.theevent {
/*font-size: 18px;*/
color: #b51032;
margin: 0;
padding: 0;
border: 0;
}



#right-panel table.newsevents {
width: 470px;
border-collapse:collapse;
font-family:"Courier New", Courier, monospace;
margin-bottom: 1em;
}

#right-panel table.newsevents tbody {
background-color: #b2b2ff;
color: #0000fe;
}

#right-panel table.newsevents td {
padding: 5px;
}

#right-panel table.newsevents td.date {
color: #ffffff;
background-color: #b51032;
font-size: 1.2em;
}


#right-panel table.newsevents td.title {
font-weight: bold;
color: #000000;
}

#right-panel table.newsevents td#comment {
background-color:#e0e0ff;
padding: 0px 5px 10px 5px;
}

#right-panel table.newsevents td#comment p {
	font-size: 1.1em;
	padding: 5px 5px 16px 5px;
}

#right-panel table.newsevents h1.theevent {
font-size: 1.4em;
color: #b51032;
margin: 0;
padding: 0;
border: 0;
}

#right-panel table.events td#comment p {
	font-size: 1.1em;
	padding: 5px 5px 16px 5px;
}

#right-panel h2.news { 
 padding-bottom: 6px; 
 margin-top: 4px;
 font-weight: bold; 
 font-size: 1.2em;
 text-transform: uppercase; 
 letter-spacing: -1px; 
 color: #0000fe; 
} 

#right-panel ul.arch {
list-style-image: url(images/yellow_dot.gif);
color: #0000fe;
}

#right-panel ul.arch li {
display: block;
padding-bottom: 0.5em;
margin-left: 20px;
}

#right-panel fieldset.dropdown {

border-style: none;
background-color: transparent;
}

#right-panel fieldset.dropdown select.small {
width: 5em;
}

#right-panel fieldset.dropdown label {
margin-bottom: 5px;
}

#right-panel fieldset.dropdown-submit input {
margin: 0;
padding: 0;
}

/* committe page paragraph properties */



#right-panel p.committee-required {

display: block;

width: 180px;

height: 82px;

float: left;

padding: 0;

margin: 0;

}



#right-panel p.committee-details {
	display: block;
	width: 170px;
	height: 82px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#right-panel p.committee-details-long {
	display: block;
	width: 150px;
	height: 162px;
	border: 1;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 40px;
}


/* end of committee page paragraph properties */

/* start of Application Form ***************************************************************/

#right-panel fieldset.apply {
position: relative;
float: left;
clear: left;
width: 90%;
margin: 1.5em 0 0 20px;
padding: 0;
border-style: none;
border-top: 1px solid #0000fe;
border-bottom: 1px solid #0000fe;
}

#right-panel fieldset.apply legend {
padding: 0;
color: #b51032;
font-weight: bold;
}

#right-panel fieldset.apply legend span {
position: absolute;
left: 0.74em;
top: 0;
width: 15em;
margin-top: 0.5em;
font-size: 1.25em;
}

#right-panel fieldset.apply ol {
padding: 3.5em 1em 0 1em;
list-style: none;
}

#right-panel fieldset.apply label {
position: relative;
float: left;
width: 8em;
margin-right: 1em;
text-align: right;
}

#right-panel fieldset.apply label em {
position: absolute;
left: 8.1em;
top: 0;
}

#right-panel fieldset.apply label strong.sma {
position: absolute;
left: 21em;
top: 0;
width: 28em;
color: #00a46e;
text-align: left;
font-size: 85%;
font-weight: normal;
}

#right-panel fieldset.apply label strong.med {
position: absolute;
left: 25.1em;
top: 0;
width: 19em;
color: #00a46e;
text-align: left;
font-size: 85%;
font-weight: normal;
}

#right-panel fieldset.apply label strong.lar {
position: absolute;
left: 32em;
top: 0;
width: 17em;
color: #00a46e;
text-align: left;
font-size: 85%;
font-weight: normal;
}

#right-panel fieldset.apply label strong.check {
position: absolute;
left: 12em;
top: 0;
width: 17em;
color: #00a46e;
text-align: left;
font-size: 85%;
font-weight: normal;
}

#right-panel fieldset.apply li {
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}

#right-panel fieldset.apply li.text {
	width: 100%;
	font-size: 1em;
	color: #b50132;
	font-weight: normal;
	padding-left: 4px;
	letter-spacing: -0.6px;
	word-spacing: -1px;
}

#right-panel fieldset.send {
float: none;
clear: left;
width: auto;
border-style: none;
padding: 1.5em 0 0 9em;
background-color: transparent;
}

#right-panel fieldset.send input {
color: #b51032;
}

#right-panel fieldset.apply input.small {
width: 7em;
}

#right-panel fieldset.apply input.medium {
width: 10em;
}

#right-panel fieldset.apply input.large {
width: 15em;
}

#right-panel fieldset.apply input.check {
width: auto;
}

#right-panel fieldset.apply select.small {
width: 7.3em;
}

#right-panel fieldset.apply select.medium {
width: 12em;
}

#right-panel fieldset.apply select.smalltext {
font-size: 0.85em;
}

/* end of application form properties */

/* admin page properties */

#right-panel-admin { 
 position: relative;
 float: right; 
 margin: 12px 24px 20px 24px; 
 width: 550px; 
 min-height: 450px;
} 

#right-panel-admin p { 
 padding-bottom: 18px; 
 text-align: justify;
} 

#right-panel table.admintable {
width: 90%;
margin-bottom: 20px;
border-collapse: collapse;
font-size: 1em;
}

.admintr {
padding: 0;
margin: 0;
}

.check {
width: 10%;
text-align: left;
font-weight: bold;
color: #0000fe;
}

.other {
width: 60%;
text-align: left;
font-weight: bold;
color: #0000fe;
}

#right-panel fieldset.check {
border-style: none;
background-color: transparent;
margin: 0;
padding: 0;
}

#right-panel fieldset.check input.admintable {
width: auto;
background-color: transparent;
}

#right-panel #submitBtn {
width: auto;
margin-left: 20px;

}

/* end of admin page properties */

table.members_table {
	margin-left: 0px;
}

table.members_table th, table.members_table td {
	padding: 0 0 0 10px;
}

/* hide shadowbox photos in gallery initially */

#right-panel a.hide {
	display: none;
}

table.gallery {
	padding-left: 0;
	margin-left: 0;
}

table.gallery td {
	padding: 10px;
}

