* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background: url("/media/images/nav/background.jpg") no-repeat #000000;
	color: #FFFFFF;
	margin: 0px 0px 40px 0px;
	padding: 0;
}

* html body {
	font-size:: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	/* This hack corrects misinterpretation of the font size by certain M$ browsers */
}

img {
	border: 0;
}

h3 {
	text-align: center;
	font-size: 120%;
	margin: 25px 0px 0px 0px;
}

h4 {
	text-align: center;
	font-size: 110%;
	margin: 25px 0px 4px 0px;
}

a:hover, a:active, a:focus  {
	color: #27429A;
	text-decoration: none;
}

#page {
	width: 790px;
}

#header {
	height: 100px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	background: url("/media/images/nav/bmwccla_logo.gif") right no-repeat;
}

#container {
	text-align: left;
	width: 100%;
	padding: 0px 0px 0px 3px;
}

#main {
	float: right;
	width: 620px;
	background-color: #FFFFFF;
/*	background: url("/media/images/nav/background-main.jpg") no-repeat #A4A2A3; */
	margin: 0px 0px 0px 0px;
}

#content {
	float: left;
	width: 489px;
	border-right: 1px solid #330099;
}

#side-r {
	float: right;
	width: 129px;
/*	border-left: 1px solid #330099; */
}

#announcements, #text, #news {
	color: #000000;
}

#announcements {
	padding: 8px 5px 8px 10px;
	text-align: left;
	font-size: 85%;
	list-style: none;
	border-bottom: 4px solid #330099;
}

#announcements h4 {
	margin: 4px 0px 3px -10px; /* Because of the 10px margin in the id, -10 recenters the h4 element */
	text-align: center;
}

#announcements a, #sponsors a, #link a, #about_container a, #calendar a {
	color: #27429A;
	text-decoration: underline;
}

#announcements a:hover, #announcements a:active, #announcements a:focus, #sponsors a:hover, #sponsors a:active, #sponsors a:focus, #link a:hover, #link a:active, #link a:focus,
#about_container a:hover, #about_container a:active, #about_container a:focus, #calendar a:hover, #calendar a:active, #calendar a:focus {
	color: #000000;
}

#announcements .date {
	font-weight: bold;
	font-style: italic;
	/* We can't pad the date to move it right (away from edge) because announcements without a date aren't affected */
}

#announcements .title {
	font-weight: bold;
}

#announcements .content {
	padding: 0px 0px 8px 20px;
	display: block; /* Causes the announcement to appear on a separate line, and keeps formatting in the CSS, rather than putting a <br /> tag in the markup */
}

#text {
	padding: 5px 15px 20px 15px;
}

#sponsors {
	padding: 5px 5px 20px 5px;
	font-size: 85%;
}

#sponsors ul {
	padding: 15px 0px 10px 0px;
}

#sponsors li {
	list-style-type: none;
	padding: 0px 5px 10px 5px;
	text-align: center;
}

#sponsors a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}

#side-l {
	float: left;
	width: 150px;
	padding: 115px 0px 0px 0px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 0px 0px 0px 150px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px;
	width: 140px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color: #666666;
	border: 1px solid #000000; /* Puts a border around all the navigation elements */
	border-top: none; /* Removes the top border from everything so the borders don't double up -- see below in #nav #n-home a for resolution of top border on top element */
}

#nav a {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px 4px 2px;
	text-align: right;
}

#nav a:hover, #nav a:active, #nav a:focus  {
	color: #FFFFFF;
	background-color: #27429A;
}

/* The following styles cause the menu elements to change color on hover and exit, and show a different background color when you're on the actual page, based on the id of the body tag */
#n-index, #n-about, #n-calendar, #n-forums, #n-directory, #n-club, #n-store, #n-links {
	visibility: visible;
}

body#index #nav #n-home a, body#about #nav #n-about a, body#calendar #nav #n-calendar a, body#forums #nav #n-forums a,
body#directory #nav #n-directory a, body#club #nav #n-club a, body#store #nav #n-store a, body#links #nav #n-links a,
body#legal #nav #n-about a {
	color: #FFFFFF;
	background-color: #333333;
}

#nav #n-home a {
	border-top: 1px solid #000000; /* the home navigation is at the top, so add a top border to it (else it wouldn't have one, see #nav li above) */
}

#join {
	text-align: right;
	padding: 0px 36px 0px 0px;
}

#join img {
	color: #FFFFFF;
	margin: 15px 0px 5px 0px;
}

#join a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 85%;
}

#join a:hover, #join a:active, #join a:focus  {
	color: #CCCCCC;
	text-decoration: underline;
}

#join a:hover img, #join a:active img, #join a:focus img {
	text-decoration: none;
}

#email_list {
	text-align: center;
	padding: 15px 5px 0px 5px;
}

#email_list a {
	font-size: 75%;
	color: #FFFFFF;
	text-decoration: underline;
}

#email_list a:hover, #email_list a:active, #email_list a:focus  {
	color: #CCCCCC;
}

#copy {
	text-align: center;
	padding: 4px 5px 0px 5px;
	font-size: 75%;
}

#sponsors h4, #link_type, #document_type, #directory_type, #about_container h3, #legal h3, #calendar_month {
	font-weight: bold;
	background-color: #330099;
	color: #FFFFFF;
	display: block;
	padding: 15px 2px 3px 1px;
	margin: 5px 0px 0px 0px;
}

#link_category, #directory_category {
	font-weight: bold;
	font-size: 90%;
	padding: 6px 0px 4px 5px;
	display: block;
}

#link a {
	font-size: 85%;
	padding: 0px 0px 12px 25px;
}

#document_container, #member_container {
	width: 100%;
	padding: 5px 0px 5px 0px;
}

#document {
	font-size: 85%;
	width: 300px;
	float: left;
	padding: 4px 0px 0px 0px;
}

#document_links {
	float: right;
}

#document_links img {
	text-align: left;
	padding: 2px 5px 0px 0px;
}

#document_desc {
	clear: right;
	text-align: center;
	font-size: 80%;
}

#directory_category {
	padding: 6px 0px 0px 0px;
}

#member_container {
	padding-bottom: 10px;
}

#member_info {
	width: 100%;
}

#member {
	font-size: 85%;
	width: 40%;
	float: left;
	text-align: left;
}

#member_details, #member_address, #member_addl {
	font-size: 80%;
	width: 60%;
	text-align: left;
	float: right;
}

#member_address {
	display: block;
}

#member_footer {
	clear: right;
	text-align: center;
}

#member_addl {
	margin-bottom: 5px;
}

#about_container p, #legal p {
	padding-top: 5px;
}

#about_container li {
	margin: 3px 0px 2px 25px;
	font-size: 90%;
}

#about_ccala img, #about_yahoogroups img, #about_sponsorship img {
	float: right;
	padding: 5px 0px 5px 5px;
}

#about_yahoogroups {
	clear: both; /* Forces the header to appear below the preceding picture */
}

#calendar {
	font-size: 90%;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #330099;
	margin-bottom: 10px;
}

#calendar_date {
	font-weight: bold;
}

#calendar_event {
	font-weight: bold;
	font-style: italic;
}

#calendar_details {
	display: block;
	font-size: 80%;
}

#calendar_map {
	display: block;
	font-size: 80%;
}

#calendar_contacts {
	padding: 3px 0px 0px 10px;
	display: block;
	font-size: 80%;
}

#calendar_location {
	display: block;
	font-weight: bold;
}

#calendar_address {
	display: block;
	font-size: 90%;
}

#detail_line {
	display: block;
	font-size: 70%;
	padding: 10px 0px 0px 20px;
}

#detail_details {
	display: block;
	padding: 2px 10px 15px 10px;
}

/* The two following classes force the main content area to be a minimum height so that the background displays properly on the content area */
.prop {
	height: 357px;
	float: left;
	width: 1px;
}

.clear {
	clear: left;
	height: 1px;
	overflow: hidden;
}
