/**
* --------------------------------------------------------------------------------------
* Master CSS
* ----------------------------------------------------
* Modified March 23, 2009 by Bree
* @version 4.0.1
* @author Bree Emmerson <bree@navigatormm.com>
* ----------------------------------------------------

/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

 #homeFade {
	list-style:none;
	position: absolute;
	top: 0;
	left:0;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear: both;
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.bold {
	font-weight:bold;
}
.textRight {
	text-align:right;
}
.textLeft {
	text-align:left;
}
.textCenter {
	text-align:center;
}
.imgLeft { 
	float:left;
	margin:0px 10px 4px 0;
}
.imgRight { 
	float:right;
	margin:0px 0 4px 10px;
}


/* TYPOGRAPHY
--------------------------------------------------------------------------------------- */
p {
	color: #FFF;
	margin: 0px 0px 18px 0px;
	line-height: 18px;
}
a:link {
	color:#cede56;
	text-decoration: none;
}
a:visited {
	color:#cede56;
	text-decoration: none;
}
a:active {
	color:#cede56;
	text-decoration: none;
}
a:hover {
	color:#ffffff;
	text-decoration: none;
}

ul {
	list-style:disc;
	margin: 0 0 18px 20px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 25px;
}

.padding {
	padding:5px;
}
/* GLOBAL
--------------------------------------------------------------------------------------- */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #FFF;
	background:#000;
}


/* HEADER
--------------------------------------------------------------------------------------- */
.headerWrapper {
	width:100%;
	background:#000;
}

.header {
	height: 136px;
	width: 912px;
	position: relative;
	z-index: 20;
	margin: 0px auto;
	padding: 0px;
}

.logo {
	width:294px;
	height:79px;
	position:absolute;
	top:22px;
	left:0px;
	z-index:40;
}


/* NAVIGATION
--------------------------------------------------------------------------------------- */
/*.navigation {*/
.navigation{
	list-style:none;
    width: 600px;
    height:136px;
    position:absolute;
    top:0px;
    right:0px;
	background:#796443;
}
.kwicks{
	background:none;
	z-index:30;
    position: absolute;
    right: 90px;
}
.navigation span {
	display:none;
}
.navigation li {
	list-style:none;
    float: left;
    width: 70px;
    height: 136px;
    margin-right: 5px;
}
.navigation li .nav-inner{
    width: 100px;
}
.navigation li .nav-button {
	width:75px;
	height: 136px;
	/*display: block; */
    float: left;
}

.navigation li .nav-content {
	font-size:10px;
	padding:10px;
	width:155px;
	height: 116px;
	display: none;
	background:#796443;
    float: right;
}
.navigation li.active .nav-content {
    display: block;
}
.navigation li .nav-content p {
	line-height:10px;
}
.navigation li .nav-content a {
	color: #cede56;
	margin-bottom:3px;
	display:block;
}
.navigation li .nav-content a:hover {
	color: #ffffff;
}

/* CONTENT
--------------------------------------------------------------------------------------- */
.contentWrapper {
	width:100%;
	background:#676736;
	border-top:#2c2315 solid 19px;
}

.container {
	width:912px;
	padding:0px 72px 0px 72px;
	margin:0px auto;
	background:url(../../images/interface/background-shadows.gif) no-repeat;
}
	
.contentArea {
	width:912px;
	background:url(../../images/interface/content-bg.gif) repeat-y;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-left:2px #000 solid;
	border-right:2px #000 solid;
}

.fixedHeight {height:424px;}
.innerFixedHeight {height:394px;}

.leftCol {
	width:371px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	background:#604e32;
	border-right:1px #000 solid;
}

	.leftCol h1 {
		width:341px;
		height:28px;
		background:#796443;
		margin:0px 0px 0px 0px;
		padding:8px 0px 0px 30px;
		font-size:18px;
	}
	
	.leftCol .homeHolder {
		padding:10px 20px 0px 20px;
		font-size:11px;
	}
	
	.leftCol .homeImageHolder {
		width:342px;
		margin:0px auto;
	}

.rightCol {
	position: relative;
	width:540px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}

.innerLeftCol {
	width:351px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	border-right:1px #000 solid;
	border-bottom:29px #2c2315 solid;
	position: relative;
}

	.tagline {
		width:334px;
		height:48px;
		position:absolute;
		top:370px;
		left:0px;
	}

.innerRightCol {
	width:560px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	background:#604e32;
	border-bottom:29px #2c2315 solid;
}

	.innerRightCol h1 {
		width:530px;
		height:28px;
		background:#796443;
		margin:0px 0px 0px 0px;
		padding:8px 0px 0px 30px;
		font-size:18px;
	}
	
	.innerRightCol .holder {
		padding:20px 20px 20px 20px;
		font-size:11px;
	}
	
	.innerRightCol ul li {
		margin:0px 0px 5px 0px;
		list-style: outside;
		line-height: 18px;
	}
			
		
/* FOOTER
--------------------------------------------------------------------------------------- */
.footerWrapper {
	width:100%;
	background:#000;
}

.footer {
	width:902px;
	height:87px;
	margin:0px auto;
	position:relative;
	color:#636363;
	font-size:10px;
	padding:10px 0px 0px 0px;
}

	.footer a {
		color:#636363;
	}
	
	.footer a:hover {
		color:#999;
	}