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


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

* {
	padding: 0px;
	margin: 0px;
	}

img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #6b6d70;
    text-decoration: underline;
	}    
	
a:hover {
	color: #6b6d70;
    text-decoration: none;
	}  

p {
	padding: 0 0 10px 0;
	}
	
textarea {
  	font-family: arial, sans-serif;
  	font-size: 12px;
	}	
	
#register {
	font-size: 8px;
	line-height: 11px;
	margin: 20px 10px 0 10px;
	text-align: left;
	}
	
/* Header 
----------------------------------------------- */	
#header {
	width:900px;
	height: 100px;
	}
	#logo {
	float: right;
	width: 400px;
	margin: 20px 30px 0 0;
	}
	#links {
	float: left;
	width: 250px;
	margin: 20px 0 0 0;
	text-align: left;
	padding: 0 0 0 20px;
	}
	
/* Navigation
----------------------------------------------- */
#bar {
	width: 900px;
	height: 148px;
	background: #fff url('../media/barSmall.jpg') no-repeat top left;
	}	
#barTall {
	width: 900px;
	height: 221px;
	background: #fff url('../media/barTall.jpg') no-repeat top left;
	}	
	#barTall  p{
	width: 800px;
	color: #fff;
	text-align: left;
	position: relative; 
	top: 120px;
	left: 30px;
	line-height: 16px;
	}
	
#barTall2 {
	width: 900px;
	height: 341px;
	background: #fff url('../media/barTall2.jpg') no-repeat top left;
	}	
	#barTall2  p{
	width: 800px;
	color: #fff;
	text-align: left;
	position: relative; 
	top: 120px;
	left: 30px;
	line-height: 16px;
	}	
	
#barShortCenter {
	width: 900px;
	height: 148px;
	background: #fff url('../media/barShortCenter.jpg') no-repeat top left;
	}			
	#navcontainer { 
		float: right ;
		position: relative;
		top: 101px;
		margin: 0 30px 0 0;
		}
		
		ul#navlist {
			margin: 0;
			padding: 0;
			list-style-type: none;
			white-space: nowrap;
			}
		
		ul#navlist li {
			float: left;
			font-family: arial, sans-serif;
			font-size: 17px;
			margin: 0;
			padding: 8px 12px 8px 12px;
			background: url('../media/navBg.jpg') repeat-x top left; 			
			border-right: 2px solid #7f8083;
			}
		
		#navlist a, #navlist a:link {
			margin: 0;
			padding: 0;
			color: #fff;
			text-decoration: none;
			}
		
		ul#navlist li#active {
			color: #fff;
			}
		
		#navlist a:hover {
			color: #fff;
			text-decoration: underline;
			}
	
/* Structure
----------------------------------------------- */
body {
	margin-top: 10px;
  	background-color: #fff;
  	font-family: arial, sans-serif;
  	font-size: 12px;
  	line-height: 15px;
  	color: #222222;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 900px;
	border: solid 10px #6a6d6f;
	}
	
	
#main {
	margin: 0px;
  	padding: 0px;
  	background-color: white;
  	text-align: left;
  	font-size: 12px;
  	font-family: arial, sans-serif;
  	margin: 20px 10px 0 10px;
	}	
	
/* Misc.
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
.subHeader {
  	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
#activityList td {
	padding: 0 5px 5px 0 ;
	}
	
#activities {
	line-height: 22px;
	text-align: right;
	}
.complete {
	color: #6b6d70;
	}	

/* Footer 
----------------------------------------------- */
#footer {
	text-align: right;
	color: #878787;
	font-size: 11px;
	padding: 10px 20px 10px 0;
	}	

