/*
------------------------------------------------------
Copyright Chugs, http://www.chugsdesigns.com/
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/
Modififed by Titan Design, http://titandesign.net/
------------------------------------------------------
*/

body {
	margin: 0; 
	padding: 0;
	background: #663;
	font: normal 100%/1.5em "Lucida Sans Unicode","Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	color: #666;
	font-size: 90%;
	}

/* -- links -- */

a:link {
	color: #c60;
	text-decoration: none;
	}

a:visited {
	color: #f93;
	text-decoration: none;
	}

a:hover {
	color: #c60;
	text-decoration: underline;
	}

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

/* -- headings -- */

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	color: #666;
	text-align: left;
	}

h1 {
	font-size: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

/* -- container --*/


#container {
	width: 760px;
	height: 1%;
	margin: 10px 0 10px 30px;
	padding: 0;
	text-align: left;
}


/* -- banner --*/

#banner {
	position: relative;
	width: 468px;
	height: 95px;
	margin: 0 150px;
	padding: 0;
	background-image: url(images/banner.jpg);
}

/* -- top level nav --*/

#nav-meta {
	position: absolute;
	top: 45px;
	right: 25px;
	margin: 0;
	border-right: 1px solid #330;
	}

#nav-meta a {
	margin: 0;
	padding: 0 9px;
	border-left: 1px solid #330;
	line-height: 1.2;
	color: #330;
	font-size: 0.63em;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 1.2;
	}
	
#nav-meta a:hover {
	text-decoration: underline;
	color: #c60;
	}

/* -- nav-main (left side) --*/

#nav-toplevel {
	float: left;
	width: 149px;
	margin: 0;
	padding: 14px 0 0 0;
	background: transparent url(images/nav_main_top_bg.gif) no-repeat 0 0;
	}
			
#nav-main {
	background: #f0d3ab url(images/nav_main_bot_bg.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0 0 14px 0;
	}

#nav-main a {
	display: block;
	margin: 0;
	padding: 8px 10px;
	color: #330;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #663;
	}
	
#nav-main a:hover {
	background-color: #F5C351;
	}
	
#nav-section a {
	background: #774F00;
	color: #E7DDC8;
	text-decoration: none;
}
	
#nav-section a:hover {
	background: #A26C01;
	}
	
#nav-section a.youarehere, #nav-section a.youarehere:hover {
	background: #774F00;
	color: #CF971F;
	}
	
#nav-section a.youarehere:hover {
	background: #A26C01;
	color: #E7DDC8;
	}
	
#nav-instruction {
	margin: 0;
	padding: 8px 10px;
	color: #330;
	text-decoration: none;
	font-size: 0.65em;
	line-height: 1em;
	}

/* -- Right subs/supp nav --*/

#nav-leftphoto {
	float: right;
	margin: 0x;
	}
	

#nav-subs {
float: right;
margin: 0;
padding: 0;
}

#nav-supp {
width: 147px;
margin: 0;
padding: 0;
}

#nav-supp ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 0.75em;
text-align: left;
}

#nav-supp li {
display: block;
margin: 0;
line-height: 1.1em;
padding: 6px 10px;
}

#nav-supp a {
margin: 0;
padding: 0;
color: #330;
text-decoration:none;
}

/* -- content --*/

#content {
margin: 0 142px 0 150px;
padding: 15px 32px 0 25px;
background: #fff url(images/content_bg.jpg) repeat-y 0 0;
font-size: 0.8em;
text-align: justify;
line-height: 1.6em;
}

#content p {
	margin: 0;
	padding: 0 0 15px 0;
	}

/* -- footer --*/

#info-site {
	margin: 0 142px 20px 150px;
	padding: 30px 0 0 0;
	background: transparent url(images/content_bot_bg.jpg) no-repeat 0 0;
	font-size: 0.60em;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	line-height: 1.3em;
}

#info-site a {
margin: 0;
padding: 0;
color: #F5C351;
text-decoration:none;
}

#info-site a:hover {
text-decoration: underline;
color: #fff;
}

/* -- misc --*/

div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	}
	
.photo_right {
margin: 0px 0px 0px 10px;
}

/* -- slideshow footer --*/

#info-slide {
	margin: 0 142px 20px 150px;
	padding: 10px 0 0 0;
	font-size: 0.75em;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	line-height: 1.3em;
}

#info-slide a {
margin: 0;
padding: 0;
color: #F5C351;
text-decoration:none;
}

#info-slide a:hover {
text-decoration: underline;
color: #fff;
}

#printbanner {
display: none;
}