/*-----------------------------------------------------/
	Marshall Dillon's CSS
	Copyright 2008 InterWorks, Inc.
	Author: Grant Bivens
	Modified by:
	
	Global Layout
/-----------------------------------------------------*/

/*--------------------------------------------------------/
  Main Styling
/---------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
}

body {
	margin: 0;
	background: #000000 url(../img/main-bg.jpg) top center no-repeat;
	min-height: 647px;
}

img {
	border: 0;
}

h1 {
	font-size: 1.3em;
	color: #f47626;
}

h2 {
	font-size: 1.1em;
	color: #ffffff;
}

a {
	color: #f47626;
}

.outerWrapper {
	margin: 0 auto;
	width: 960px;
	padding-top: 10px;
}

.logo {
	position: absolute;
	padding-left: 305px;
	width: 350px;
	height: 162px;
}

.innerWrapper {
	display: block;
	float: left;
	margin: 64px 0 0 0;
	width: 958px;
	border: 1px solid #ffffff;
	background: #f7941e url(../img/nav.png) top center no-repeat;
	min-height: 450px;
}

.black {
	display: block;
	float: left;
	margin: 8px 0 8px 4px;
	width: 950px;
	background: #000000 url(../img/black-star.jpg) bottom center no-repeat;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------/
  Header and Navigation Styling
/---------------------------------------------------------*/
.nav {
	padding-top: 67px;
	height: 40px;
}

.nav ul {
	list-style-type: none;
}

.nav ul li {
	display: inline;
}

.nav a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.nav a:hover {
	color: #F7941E;
}

.navLeft {
	height: 40px;
	display: block;
	float: left;
}

.navLeft li.first {
	padding-left: 35px;
	padding-right: 50px;
}

.navLeft li.second {
	padding-right: 215px;
}

.navRight{
	height: 40px;
	display: block;
	float: left;
}

.navRight li.first {
	padding-right: 50px;
}

.navRight li.second {

}


/*--------------------------------------------------------/
  Content Styling
/---------------------------------------------------------*/
.content {
	margin: 0;
	padding: 0 0 0 5px;
	min-height: 300px;
}

.index .contentLeft {
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
	float: left;
	width: 707px;
	background: #ffffff url(../img/gun.jpg) no-repeat;
}

.internal .contentLeft {
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
	float: left;
	width: 707px;
	background: #ffffff url(../img/leftContent-internal.png) no-repeat;
}

.contentLeft p {
	font-weight: bold;
	font-size: .9em;
}

.contentRight {
	display: block;
	float: left;
	width: 188px;
	padding: 20px;
}

.contentRight h2 {
	margin-bottom: 0;
	font-weight: bold;
}

.contentRight p {
	color: #f1592a;
	margin-top: 0;
	font-weight: bold;
}

.contentRight a {
	color: #ffffff;
	text-decoration: none;
}

.index .text {
	padding: 315px 30px 10px 30px;
}

.textLeft {
	width: 425px;
	float: left;
}

.textRight {
	width: 200px;
	float: left;
	padding-left: 20px;
}

.internal .text {
	padding: 20px 30px 10px 30px;
}

.pdfLink {
	background:url(../img/pdf.png) no-repeat;
	padding-left:25px;
	padding-bottom:4px;
}

/*--------------------------------------------------------/
  Font, link, and list styling
/---------------------------------------------------------*/

.joinAllstar {
	text-align:center;
	padding-top:10px;
}

.joinAllstar img {
	border:2px solid #f7941e;
}

p.scheduleLink a {
	font-size:12px;
}

p.scheduleLink a:hover {
	text-decoration:underline;
}

/*--------------------------------------------------------/
  Footer Styling
/---------------------------------------------------------*/
.footer {
	padding-left: 10px;
}

.footer a {
	color: #fabc73;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	color: #F1592A;
}

.footer p {
	color: #fabc73;
	font-size: .7em;
}

.footerLeft {
	display: block;
	float: left;
	padding-right: 90px;
}

.footerRight {
	display: block;
	float: left;
}

/*--------------------------------------------------------/
  Menu Image Styling
/---------------------------------------------------------*/
.menuImages img
{
  border: 1px solid #333333;
  margin-left: -1px;
}