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


/*******************************************************
		PROJECT: Arrowhead

		DESCRIPTION:
		This CSS file comprises basic layout elements
		applicable to all pages of the site.
		Recurring elements like navigation, headers,
		and pull quotes.
		
		CREATED: 10-31-07

*******************************************************/



/*******************************************************
	BASIC LAYOUT ELEMENTS
*******************************************************/

* {margin: 0; padding: 0;}

body {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #2C1204 url(../m/bg-body.jpg) repeat-x top center;
	text-align: center;
	margin: 0; padding: 0 0 12px 0;
}

p {
	font-size: .7em;
	line-height: 1.6em;
	margin: 0 0 1.2em 0;
}

h2 {
	color: #FFF;
	font-size: 1.2em;
	margin: 0 0 .2em 0;
}

h2#pageHdr {
	background: url(../m/bg-hdr.jpg) no-repeat top left;
	width:562px;
	height:64px;
	color: #FFF;
	margin-left: -24px;
	padding: 12px 0 0 24px;
}

h3 {
	color: #FFF;
	font-size: 1em;
	margin: 0 0 .4em 0;
}

h4 {
	color: #000;
	font-size: .7em;
	margin: 0 0 .2em 0;
}



/* ANCHOR TAGS */

a:link {
	color: #A83902;
	text-decoration: underline;
}

a:visited {
	color: #7A2900;
	text-decoration: underline;
}

a:hover {
	color: #DB7340;
	text-decoration: none;
}

a:active {
	color: #A83902;
	text-decoration: none;
}




img {
	display: block;
	border: 0;
}




ul, ol {
	margin: .5em 0 1.2em 1.4em;
	padding: 0;
}

li {
	font-size: .7em;
	margin: 0 0 6px 0;
	line-height: 1.6em;
}

ul li ul li {
	font-size:1em;
}




table {
	margin: 0 0 16px 0;
}

td {
padding: 6px;
font-size: .7em;
background-color:#e7ece9;
}


fieldset {
	border: 0;
}








/*******************************************************
	MAIN CONTAINERS
*******************************************************/

div#global {
	width: 765px;
	margin: 0 auto;
	text-align: left;
	background: #D9B989 url(../m/bg-main.jpg) repeat-y top left;
}

body#pageHome div#global {
	background-image: url(../m/bg-main-home.jpg);
}

div#mainContent {
	width: 736px;
	margin: 6px 0 12px 8px;
	background:url(../m/bg-sub.jpg) repeat-y 11px 0px;
}

body#pageHome div#mainContent {
	background-image: none;
	width:auto;
	margin: 0;
}


div#main {
	float: left;
	display:inline;
	color:#FFFFFF;
	width: 500px;
	min-height:300px;
	padding-bottom: 16px;
}







/*******************************************************
	TOP
*******************************************************/
div#top {
	width:749px;
	margin: 0 0 0 8px;
	height: 354px;
	background: #473626 url(../m/nav-btm.jpg) no-repeat bottom left;
}

body#pageHome div#top {
	background-image: url(../m/nav-btm-home.jpg);
}

div#top-col1 {
	float: left;
	width: 281px;
}

div#top-col2 {
	float: left;
	width: 468px;
}


h1#topLogo { /* Levin technique */
 	width: 281px;
	height: 177px;
	font-size:.2em;
	color:#FFF;
	position: relative;
	margin: 0;
	padding: 0;
}

h1#topLogo span {
	top: 0px;
	left: 0px;
 	width: 281px;
	height: 177px;
	background: url(../m/logo-arrowhead.jpg) no-repeat;
	position: absolute;
	z-index:1;
}

h1#topLogo a {
 	width: 281px;
	height: 177px;
	display: block;
	cursor:pointer;
}



















/*******************************************************
	NAV
*******************************************************/
ul#mainNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:44px;
	background-color: #7A5241;
	display: block;
}

ul#mainNav li { /* Levin technique */
	height: 44px;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: .7em;
	line-height: .7em;
	float: left;
	display: inline;
}

ul#mainNav li span {
	top: 0px;
	left: 0px;
/* 	width: 175px;*/
	height: 44px;
	position: absolute;
	z-index:1;
	background-repeat: no-repeat;
	background-position: top left;
}

ul#mainNav li a {
/* 	width: 175px;*/
	height: 44px;
	color: #E3B873;
	display: block;
	cursor:pointer;
}

li#nav-home {width: 60px;}
li#nav-about-the-lodge {width: 125px;}
li#nav-hunting {width: 79px;}
li#nav-sport-shooting {width: 122px;}
li#nav-events {width: 71px;}
li#nav-golf {width: 53px;}
li#nav-calendar {width: 86px;}
li#nav-photos {width: 73px;}
li#nav-contact {width: 80px;}

li#nav-home span {width: 77px;background-image: url(../m/nav/home.jpg);}
li#nav-about-the-lodge span {width: 131px;background-image: url(../m/nav/about-the-lodge.jpg);}
li#nav-hunting span {width: 84px;background-image: url(../m/nav/hunting.jpg);}
li#nav-sport-shooting span {width: 129px;background-image: url(../m/nav/sport-shooting.jpg);}
li#nav-events span {width: 71px;background-image: url(../m/nav/events.jpg);}
li#nav-golf span {width: 60px;background-image: url(../m/nav/golf.jpg);}
li#nav-calendar span {width: 92px;background-image: url(../m/nav/calendar.jpg);}
li#nav-photos span {width: 77px;background-image: url(../m/nav/photos.jpg);}
li#nav-contact span {width: 99px;background-image: url(../m/nav/contact.jpg);}








/*******************************************************
	SUB NAV
*******************************************************/
div#subNav {
	width: 175px;
	margin-right: 24px;
	background:url(../m/bg-sub-nav.jpg) repeat-y top left;
	float: left;
}

div#subNav h3 {
	font-size: .8em;
	color: #000;
}

div#subNav a {}

div#subNav div.top {
	height: 35px;
	background:	url(../m/top-sub-nav.jpg) no-repeat top left;
	margin: 0 0 6px 0;
	line-height:1px;
	font-size:1px;
}

div#subNav div.btm {
	height: 20px;
	background:	url(../m/btm-sub-nav.jpg) no-repeat top left;
	line-height:1px;
	font-size:1px;
}

.subNavCon {
	padding: 0 12px 0 15px;
}













/*******************************************************
	FOOTER
*******************************************************/
div#footer {
	text-align:center;
	background: #533C20 url(../m/bg-footer.jpg) no-repeat bottom left;
	min-height:62px;
	padding: 0 16px 0 16px;
}

div#footer a {color: #E3B873;}
div#footer p {
	color: #BD9D88;
	margin: 0;
	line-height: 1.4em;
}

p.footerNav {
	padding: 12px 0 4px 0;
}








/*******************************************************
	HOME
*******************************************************/
div.homeCol1, div.homeCol2, div.homeCol3 {
	float: left;
	display: inline;
	padding-top: 12px;
}

div.homeCol1 img, div.homeCol3 img{
	margin: 0 0 12px 0;
}

div.homeCol1 {
	width: 179px;
	margin: 0 25px 16px 8px;
}

div.homeCol2 {
	width: 285px;
	margin: 0 11px 16px 0;
}

div.homeCol3 {
	width: 249px;
	margin: 0 0 16px 0;
}




/*******************************************************
	MISC
*******************************************************/

.col1 {
	width:250px;
	float: left;
	margin: 0 12px 0 0;
}

.col2 {
	width:250px;
	float: left;
}


div.insetRt {
	float: right;
	display: inline;
	margin: 0 0 12px 12px;
}

/* Legacy browser message */
div.legacyMsg {display: none;}

/* No JavaScript messge */
div.noScriptMsg {background-color: #333333;padding: 12px;}
div.noScriptMsg p {margin: 0;}


div.section {
	padding: 12px 0;
}

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px;}

div.hide {display: none;}


.downloadLink {
/*	background: url(../m/i-arw-green.gif) no-repeat 0px 4px;
	padding: 0 0 0 13px;
	min-height: 7px;*/
}
.photos {
padding: 5px;
}