@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#2c2f1c;
	background-image:url(images/background-top.jpg);
	background-repeat:repeat-x;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#795b2f;
}

ul {
	margin-top:5;
	padding-top:0;
	margin-bottom:10;
	padding-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#33371c;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
}

#header {
	width:974px;
	margin:0 auto;
	height:180px;
	background-repeat:no-repeat;
}

#header .quicklinks {
	position:relative;
	top:10px;
	left:722px;
	font-size:12px;
	color:#bdc2a3;
	font-family:Arial, Helvetica, sans-serif;
}

#header  a {
	color:#FFFFFF;
}

#header .text {
	position:relative;
	top:55px;
	left:163px;
	width:600px;
}

#header .handgun {
	position:relative;
	top:10px;
	left:735px;
	width:230px;
}

#header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#c4db7a;
	margin:0;
}

#header h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
}

#header .quicklinks {
	width:240px;
}

#navigation {
	margin:0 auto;
	width:100%;
	height:36px;
	border: 1px solid #564c66; /*dark purple border*/
	border-left:0px;
	border-right:0px;
	background: black url(images/indentbg.gif) center center repeat-x;
}

#navigation .indentmenu{
	font: bold 13px Arial;
	margin:0 auto;
	width: 974px; /*leave this value as is in most cases*/
}

#navigation .indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-top:0px;
	border-bottom:0px;
	background: black url(images/indentbg.gif) center center repeat-x;
}

#navigation .indentmenu ul li{
	display: inline;
}

#navigation .indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

#navigation .indentmenu ul li a:visited{
	color: white;
}

#navigation .indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 10px; /*shift text down 1px for selected and active item*/
	padding-bottom: 10px; /*shift text down 1px for selected and active item*/
	background: black url(images/indentbg2.gif) center center repeat-x;
}

#content {
	width:974px;
	margin:0 auto;
	margin-top:20px;
}

#content h1 {
	margin-top:0px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#33371c;
}

#content h2 {
	margin-top:15px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#33371c;
}

#content p {
	color:#435701;
}

#contact p {
	color:#33371c;
}

#gallery p {
	color:#33371c;
}

#column {
	height:300px;
	padding:20px;
	background-color:#c4d19d;
}

#left-column {
	width:260px;
	padding:20px;
	padding-bottom:30px;
	background-color:#c1d28c;
	float:left;
	border-bottom:5px solid #474c2c;
}

#left-column img {
	border:2px solid #5b4117;
}

#right-column {
	width:620px;
	margin-left:10px;
	background-color:#c4d19d;
	padding:20px;
	padding-bottom:30px;
	float:right;
	border-bottom:5px solid #474c2c;
}

#footer {
	clear:both;
	margin:0 auto;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bdc2a3;
	/*background-color:#474c2c;*/
	/*background-image:url(images/background-bottom.jpg);*/
	background-repeat:repeat-x;
}

#footer a{
	color:#FFFFFF;
}

#footer .navigation {
	margin-bottom:5px;
	margin-top:0px;
	font-size:12px;
}

.sponsor {
	/*background-color:#E7EBD3;*/
	color:#5b4117;
	border:0px solid #5b4117;
	padding:0px;
}

.asponsor {
	text-align:center;
}

.asponsorlink {
	background-color:#DFE8C6;
	padding-left:20px;
}

.listing {
	background-color:#DFE8C6;
	padding:20px;
}

.link {
	text-align:center;
	padding:10px;
}

.alink {
	background-color:#DFE8C6;
	padding-left:20px;
}

.date {
	font-size:10px;
	margin-bottom:10px;
}

.email {
	font-size:10px;
	margin-top:5px;
}
