@charset "utf-8";
/* CSS Document */

@import url(/_css/joined.css);

			/* LEFT COL STYLES */
				a#btnPromo {
					position:relative;
					width:267px;
					height:106px;
					background:url('/_images/loc/promoBtn_trial_up.jpg') top left no-repeat;
					margin-top:5px;
					float:left;
				}
				a#btnOPP {
					position:relative;
					width:267px;
					height:96px;
					background:url('/_images/loc/btnLocOPP.jpg') top left no-repeat;
					margin-top:5px;
					float:left;
				}
				a#btnSpeedCamp {
					position:relative;
					width:267px;
					height:96px;
					background:url('/_images/loc/btnLoc_Speed_Camp.jpg') top left no-repeat;
					margin-top:5px;
					float:left;
				}
				a#btnRelease {
					position:relative;
					width:162px;
					height:63px;
					background:url('/_images/loc/btnLocMedicalRelease.jpg') top right no-repeat;
					margin-top:5px;
					float:right;
				}
				<a#btnFacebook {
					position:relative;
					width:50px;
					height:50px;
					background:url('/_images/loc/fb.png') top right no-repeat;
					margin-top:5px;
					float:right;
				}
				div.clubInfo {
					position:relative;
					margin-top:5px;
					float:right;
					padding-right:5px;
					color:#000;
					text-align:right;
					font-size:12px;
					font-weight:bold;
				}

			/* RIGHT COL STYLES */
				div.title {
					position:relative;
					margin:0;
					width:681px;
					height:94px;
					color:#fff;
					font-weight:normal;
					background:url('/_images/loc/header_location.jpg') top left no-repeat;
					z-index:900;
				}
					.title h1 {
						position:absolute;
						top:20px;
						left:65px;
						color:#fff;
						font-weight:normal;
						margin:0;
						padding:0;
						font-size:30px;
					}
					a.locNav {
						position:absolute;
						bottom:3px;
						right:8px;
						font-size:14px;
						color:#fff;
						z-index:890;
						text-decoration:none;
						font-weight:bold;
					}
				div.text {
					position:relative;
					width:640px;
					margin:0 auto;
					padding-top:10px;
					z-index:10;
				}
					div.menuContainer ul {
						list-style:none;
						margin:0;
						padding:0;
						padding-bottom:20px;
					}
						div.menuContainer ul li {
							display:inline;
							padding:0 5px 0 10px;
							margin:0;
							background:url('/_images/loc/nav_line.jpg') top left no-repeat;
						}
						div.menuContainer ul li:first-child {
							background:none;
							padding-left:0;
						}
						div.menuContainer ul a {
							font-size:13px;
							color:#c00;
							text-decoration:none;
							font-weight:bold;
							font-style:italic;
						}
						div.menuContainer a:hover {
							color:#f00;
						}
					div.text h2 {
						color:#c00;
						font-size:30px;
						margin-top:0;
						padding:0;
					}
					div.text p {
						margin-bottom:0;
					}
