/***********************************************
 *	Bearcat Lanes - Master Styling
 *
 *	Author: Curtis Alumbaugh
 *	Modified: 7/9/2010
 *	Copyright 2010 All rights reserved.
 *
 ***********************************************/
*html { height: expression(document.documentElement.clientHeight); }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
a:link, a:visited {
	color: #999;
	text-decoration: underline;
	cursor: auto;	
}
a:link:active, a:visited:active, a:link:hover {
	color: #CCC;
}
body {
	background: url('../images/background-main.jpg') fixed no-repeat #005522;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	height:100%;
}
h1 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: #000 4px 4px 5px;
	line-height:1.5em;
}
h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: #000 3px 3px 4px;
	line-height:1.4em;
}
h3 {
	margin-top:5px;
	margin-bottom:15px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:#000 2px 2px 3px;
	line-height:1.3em;
}
dl {
	padding-top:20px;
	padding-bottom:20px;
}
dt {
	float: left;
	clear: left;
	color: #FFF;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	width: 150px;
}
dd {
	float: left;
	padding: 5px;
	text-align: left;
	font-size: 14px;
	width: 700px;
}
dl#contact-info dt {
	width: 100px;
}
dl#contact-info dd {
	width: inherit;
}
dd strong {
	color: #FF0;
}
dl + * {
	clear: left;
	display: block;
}
p {
	line-height:1.1em;
}

/************************************************
 * Classes
 ***********************************************/
.large-text {
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
}
.round-box {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #041;
	border: 3px solid #000;
	box-shadow: 5px 5px 5px #666;	
	-webkit-box-shadow: 5px 5px 5px #666;
	-moz-box-shadow: 5px 5px 5px #666;
}
.content {
	clear:both;
	float:left;
	width:904px;
	margin:0 auto 0 auto;
	line-height:150%;
	padding:20px;
}
.left-content {
	clear: both;
	float: left;
	width: 300px;
	margin: 0 auto 0 auto;
	line-height: 150%;
	padding: 5px;	
}
.center-content {
	text-align: center;
}
.right-content {
	clear: right;
	float: right;
	width: 580px;
	margin: 0 auto 0 auto;
	line-height: 150%;
	padding: 20px;	
}
.wrapper {
	overflow: hidden;
	min-height: 100%;
}
.wrapper-inner {
	margin: 20px auto 0 auto;
	width: 950px;
}

/************************************************
 * IDs
 ***********************************************/
#announcement {
	background-color: #041;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	text-align: center;
}
/*
form#contactform input {
	border: 1px solid #BBB;
	-webkit-box-shadow: 2px 2px 2px #666;
	-moz-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;	
	padding: 2px;
	font-size: 16px;
}
*/
form#contactform div {
	clear:both;
	margin:1em 0;
}
form#contactform label {
	display:block;
	float:none;
	font-size:16px;
	font-weight:bold;
	width:auto;
}
form#contactform textarea {
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border: 1px solid #BBB;	
}

table#money-shots {
	border: 2px #000 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	-moz-box-shadow: 2px 2px 2px #666;
	padding: 5px;
	background: #053;
	border-spacing: 2em;
	width: 550px;
	margin: 0 auto 0 auto;
}
table#money-shots th {
	font-size: 18pt;
	font-weight: bold;
	text-shadow:#000 2px 2px 3px;
}
table#money-shots td {
	font-size: 14pt;
}

/* Site Header
----------------------------------------------------------------*/
#header {
	text-align: center;
}

/* Site Footer
----------------------------------------------------------------*/
#footer {
	width: expression(document.documentElement.clientWidth < 1036? "1036px": "auto" );
	background:transparent url("../images/main-bg.png") repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 4em;
	font-weight: bold;
	text-align: right;
	padding: 1.5em;
}
