/*-----------------------------------------------
Ammo Advertising
Author:   Jason Cooper
Version:  July 6th 2009
----------------------------------------------- */

/* Global
----------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

a:link, 
a:visited,
a:active {
	color: #fff;
    text-decoration: none;
	}    
a:hover {
	color: #fff;
    text-decoration: none;
	}  
	
p {
	padding: 0 0 10px 0;
	}
	
td {
	padding: 5px 5px 5px 5px ;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	color: #a12510;
	}

h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 0 0 10px 0;
	}
	
	
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #473932;
	}	
	
/* Navigation
----------------------------------------------- */
#navcontainer{
	margin: 0px 10px 0px 11px;
	background-color: #fff; 
  	background: url('../media/navBg.jpg') repeat-x top left;
	}

/* drop down navigation */

#nav a:hover {
	text-decoration: none;
	}

.nav-bar {
	height: 32px;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 11px;
	line-height: 25px;
	position: relative;
	border: solid 1px #b7462d;
	}
	
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
  	border-style: none;
	}	

.nav-wrapper  {
	height: inherit; 
	margin: auto;
	}

.nav-wrapper ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
	text-align: left;
	}

.nav-wrapper li {
  	float: left;
  	position: relative;

	}

.nav-wrapper li.sub {
	border-top: 1px solid #b0361f;
	clear: left;
	}

.nav-wrapper li img {
	display: block; /* IE5, 5.5 */
	}

.nav-wrapper li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0;
	padding-top: 18px;
	}

.nav-wrapper li>ul {
	top: auto;
	left: auto;
	padding-top: 0;  	
	z-index: 10;
	}

.nav-wrapper li:hover ul, 
.nav-wrapper li.over ul{ 
	display: block;  
	}

.nav-wrapper li.sub a {
	display: block;
	width: 170px;	
	padding: 5px 10px;
	background: #89251f;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	}

.nav-wrapper li.sub a:hover {
	color: #fff;
	background-color: #aea451;
	}
	
	
/* END DROPDOWN NAVAGATION */		

.navSep {
	padding: 0 10px 0 10px;
  	background-image: url('../media/navSep.gif');
	background-repeat: no-repeat;
	background-position: top center;
	height: 28px;
	}


			
	
/* Structure
----------------------------------------------- */
body {
  	background-color: #fff;
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 13px;
  	line-height: 20px;
  	color: #383838;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 950px;
	background: #fff url('../media/bodyBg.jpg') repeat-y top left;
	padding: 0 39px 0 39px;
	}

#header {
  	text-align: left;
  	font-size: 11px;
	}	
	#logo {
		padding: 0 0 0 10px;
		}
	#contact {
		float: right;
		width: 250px;
		text-align: right;
		padding: 30px 12px 0 0;
		}
		#contact img {
			padding: 0 0 8px 0;
			}
#main {
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
	}
		
#mainHome {
  	text-align: left;
	}	
	#boxHome {
		background-color: #beac4d;
		float: left;
		margin: 10px 0 10px 12px;
		text-align: left;
		color: #fff;
		padding: 10px;
		}
	#photosHome {
		float: right;
		padding: 10px 12px 0 0 ;
		}
	#bottomHome {
		float: left;
		margin: 8px 0 10px 12px;
		text-align: left;
		width: 570px;
		}
		#nextEvent {
			background-color: #d1c993;
			width: 125px;
			padding: 5px;
			height: 166px;
			border: solid 1px #b6ae67;
			color: #5a4a42;
			font-size: 11px;
			}
		#photoMiddle {
			float: right;
			}

#contentSub {
		}
	  #contentSub a:link, #contentSub a:visited, #contentSub a:active {
			color: #fff;
			text-decoration: underline;
			}    
			#contentSub a:hover {
			color: #fff;
			text-decoration: none;
			}  
			
#mainSub {
  	text-align: left;
	padding: 10px 20px 0 20px ;
	}		
	#mainSub a:link, #mainSub a:visited, #mainSub a:active {
	color: #0059b5;
    text-decoration: none;
	}    
	#mainSub a:hover {
	color: #383838;
    text-decoration: underline;
	}  
	
#footer {
	width: 950px;
	background: #fff url('../media/footerBg.jpg') repeat-x top left;	
	height: 24px;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	}	
	
	
/* Styles
----------------------------------------------- */	
		
.imgLeft {
	float: left;
	padding: 0 12px 20px 0;
	}

.mainHeader {
	font-size: 24px;
	font-weight: bold;
	color: #b0361f;
	padding: 10px 0 20px 0;
	}
	
.subHeader {
	font-size: 15px;
	font-weight: bold;
	color: #473932;
	}

.mainList li{
	list-style-type: square;
	margin: 0 0 0 30px;
	}

.required {
	color: red;
	font-weight: bold;
	font-size: 14px;
	}
