/* ------------- general styles */
* { 
	margin : 0; 
	padding : 0; 
}
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	height : 100%;
}
html { 
	background : #000;
	height : 100%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align:center;
	line-height: 34px;
	font-weight: bold;
	color: #d51a24;
	margin-bottom: 12px;
	border-bottom: 1px #d51a24 solid;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #d51a24;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 14px;
}
p a:link { 
	color : #fabb57;
	font-weight: normal; 
	text-decoration : underline;
}
p a:visited { 
	color : #fabb57;
	font-weight: normal; 
	text-decoration : underline;
}
p a:hover { 
	color : #d51a24;
	font-weight: normal; 
	text-decoration : underline;
}
.imageborder {
	border: 1px solid #fff;
}

/* ------------- containers */
div#container { 
	width : 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px;
}

/* ------------- header */
div#header {
	position : relative;
	margin: 0 auto;
	width : 900px;
	height : 373px;
	background : url(/img/siteimages/header_bkg.jpg) no-repeat;
}

/* ------------- signup */
div#signup { 
	position : relative;
	width : 240px;
	height: 80px;
	background : url(/img/siteimages/e-mail_bkg.png) no-repeat;
	float:right;
	right:30px;
	top: 8px;
}
div#form{ 
	position : absolute;
	top: 51px;
	left: 57px;
}
#ea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414b56;
	width: 150px;
	border: 1px solid #ffc251;
	padding : 2px 1px 2px 1px;
	margin-left: 1px;
}
div#facebook_div { 
	position : relative;
	clear:both;
	width : 221px;
	height: 57px;
	float:right;
	right:25px;
	top: 20px;
}

/* ------------- nav */
#nav {
	position : relative;
	margin-left: 60px;
	top:180px;
	clear:both;
}
#nav ul {
	margin : 0px;
	display:inline;
	list-style-type: none;
}
#nav li {
	display: block;
	float:left;
}
#nav a{
	margin:0px;
	padding:0px;
	height: 23px;
	width: 780px;
	display: block;
}
#nav #home a{ 
	background: transparent url(/img/siteimages/nav/home.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 66px;
	text-indent : -9999px;
}
#nav #contact a{ 
	background: transparent url(/img/siteimages/nav/contact.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 134px;
	text-indent : -9999px;
}
#nav #lessons a{ 
	background: transparent url(/img/siteimages/nav/lessons.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 98px;
	text-indent : -9999px;
}
#nav #articles a{ 
	background: transparent url(/img/siteimages/nav/bj_articles.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 252px;
	text-indent : -9999px;
}
#nav #bd_articles a{ 
	background: transparent url(/img/siteimages/nav/bd_articles.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 230px;
	text-indent : -9999px;
}
#nav #home a:hover {
	background-position: 0% -23px;
}
#nav #contact a:hover {
	background-position: 0% -23px;
}
#nav #lessons a:hover {
	background-position: 0% -23px;
}
#nav #articles a:hover {
	background-position: 0% -23px;
}
#nav #bd_articles a:hover {
	background-position: 0% -23px;
}

#nav2 {
	position : relative;
	margin: 0 auto;
	top:180px;
	margin-left: 115px;
	clear:both;
}
#nav2 ul {
	margin : 0px;
	display:inline;
	list-style-type: none;
}
#nav2 li {
	display: block;
	float:left;
}
#nav2 a{
	margin:0px;
	padding:0px;
	height: 23px;
	width: 663px;
	display: block;
}
#nav2 #about a{ 
	background: transparent url(/img/siteimages/nav/about.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 115px;
	text-indent : -9999px;
}
#nav2 #gallery a{ 
	background: transparent url(/img/siteimages/nav/gallery.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 154px;
	text-indent : -9999px;
}
#nav2 #facebook_nav a{ 
	background: transparent url(/img/siteimages/nav/facebook.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 239px;
	text-indent : -9999px;
}
#nav2 #radio a{ 
	background: transparent url(/img/siteimages/nav/radio.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 155px;
	text-indent : -9999px;
}
#nav2 #about a:hover {
	background-position: 0% -23px;
}
#nav2 #gallery a:hover {
	background-position: 0% -23px;
}
#nav2 #facebook_nav a:hover {
	background-position: 0% -23px;
}
#nav2 #radio a:hover {
	background-position: 0% -23px;
}

/* ------------- main */
div#main {
	position : relative;
	width : 800px;
	margin: 0px auto;
}

/* ------------- sidebar */
div#sidebar {
	position : relative;
	top : 5px;
	left: 10px;
	width : 240px;
	float : left;
}

/* ------------- violators */
div#violators { 
	position : relative;
	width : 240px;
}
#violators ol {
	margin : 0px;
	display:block;
	list-style-type: none;
}
#violators li {
	display: block;
}
#violators a{
	margin:0px;
	padding:0px;
	height: 147px;
	width: 240px;
	display: block;
}
#violators #contact_bill a{ 
	background: transparent url(/img/siteimages/violators/contact.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 240px;
	text-indent : -9999px;
}
#violators #learn a{ 
	background: transparent url(/img/siteimages/violators/lessons.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 240px;
	text-indent : -9999px;
}
#violators #read_articles a{ 
	background: transparent url(/img/siteimages/violators/articles.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 240px;
	text-indent : -9999px;
}
#violators #read_bd_articles a{ 
	background: transparent url(/img/siteimages/violators/bd_articles.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 240px;
	text-indent : -9999px;
}
#violators #about_bill a{ 
	background: transparent url(/img/siteimages/violators/about.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 240px;
	text-indent : -9999px;
}
#violators #bills_gallery a{ 
	background: transparent url(/img/siteimages/violators/gallery.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 240px;
	text-indent : -9999px;
}
#violators #facebook a{ 
	background: transparent url(/img/siteimages/violators/facebook.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 240px;
	text-indent : -9999px;
}
#violators #phantom_radio a{ 
	background: transparent url(/img/siteimages/violators/phantom_radio.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 240px;
	text-indent : -9999px;
}

/* ------------- content */
div#content {
	position : relative;
	top : 15px;
	padding-bottom: 25px;
	left : 30px;
	width : 510px;
	float : left;
}
div#cleardiv {
	clear : both;
	height: 142px; /* this pushs the footer */
	
}

/* ------------- footer */
div#footer {
	position : relative;
	width : 900px;
	height : 142px;
	text-align : center;
	margin: 0px auto;
	background : url(/img/siteimages/footer_bkg.jpg) no-repeat;
}

/* ------------- logos */
div#logos {
	position : relative;
	width : 871px;
	height : 65px;
	top: 18px;
	margin: 0px auto;
}
#logos ol {
	margin : 0px;
	display:inline;
	list-style-type: none;
}
#logos li {
	display: block;
	float:left;
}
#logos a{
	margin:0px;
	padding:0px;
	height: 65px;
	width: 871px;
	display: block;
}
#logos #brunswick a{ 
	background: transparent url(/img/siteimages/logos/brunswick.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 138px;
	text-indent : -9999px;
}
#logos #brunswickzone a{ 
	background: transparent url(/img/siteimages/logos/brunswick_zone.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 131px;
	text-indent : -9999px;
}
#logos #bowlersjournal a{ 
	background: transparent url(/img/siteimages/logos/bowlers_journal.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 125px;
	text-indent : -9999px;
}
#logos #abt a{ 
	background: transparent url(/img/siteimages/logos/abt.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 122px;
	text-indent : -9999px;
}
#logos #pba a{ 
	background: transparent url(/img/siteimages/logos/pba.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 124px;
	text-indent : -9999px;
}
#logos #usbc a{ 
	background: transparent url(/img/siteimages/logos/usbc.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 98px;
	text-indent : -9999px;
}
#logos #phantomradio a{ 
	background: transparent url(/img/siteimages/logos/phantom_radio.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 133px;
	text-indent : -9999px;
}

/* ------------- bottom nav */
div#bottom_nav {
	position : relative;
	width : 900px;
	height : 40px;
	top : 37px;
	text-align : center;
	margin: 0px auto;
}
div#bottom_nav ul {
	margin : 0;
	padding: 0.5em 3em;
	display: inline;
	list-style-type : none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
	color: #fabb57;
}
div#bottom_nav li {
	display: inline;
	margin-right: .75em; padding-right: 1em;
	border-right: 1px solid #fabb57;
	font-weight: normal;
}
div#bottom_nav li.last {
	border-right: 0;
}
div#bottom_nav a:link { 
	color : #fabb57; 
	text-decoration : underline;
}
div#bottom_nav a:visited { 
	color : #fabb57; 
	text-decoration : underline;
}
div#bottom_nav a:hover { 
	color : #fff; 
	text-decoration : underline;
}

#flashMessage {
	background-color: #870e17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 14px;
	border: solid 1px #d51a24;
	padding: 5px 5px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #000;
	padding: 1px;
	width: 150px; 
}
