/*--------------------------------------------------------------------------------------
CSS document: Cookies By Kay CSS Styling
Created: 10/16/2006
Last Modified: 04/19/2007
DESIGN: Aaron Lademann | AARON023
-------------------------------------------------------------------------------------- */

body {
	background:#603913;	
/*--- IE5.5 Center Align Fix ---*/
	text-align:center;
}

/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */

div {position:relative;}
#printwrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
h1#website-title, h2#website-slogan	{
	display:none;
}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */

#nav-top	{
	width:822px;
	margin:0 auto;
}
#header	{
	float:left;
	background:url(../images/header.jpg) no-repeat;
	width:822px;
	height:272px;
}
#extension	{
	float:left;
	background:url(../images/extension.jpg) repeat-y;
	width:822px;
	min-height:504px;
	padding:0px 27px;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 768px;
}
/* Min-height for Internet Explorer */
* html #extension {
	height: 504px;
}
#navcontainer	{
	float:left;
	width:768px;
	height:26px;
	background:#c69c6d;
	border-top:1px solid #603913;	
	z-index:1000;
}
#nav-wrapper	{
	z-index:1000;
}
#content	{
	float:left;
	width:351px;
	min-height:470px;
	background:#c69c6d;
	margin-top:6px;
}
/* Min-height for Internet Explorer */
* html #content {
	height: 470px;
}
#content-table{
	width:351px;
}
#flash	{
	float:right;
	width:411px;
	height:346px;
	margin-top:6px;
}
.accent {	/*-- FEATURE IMAGE CLASS --*/
	float:right;
	width:411px;
	height:119px;
	margin-top:6px;		
}
.featurelink	{ /*-- class to make feature image a link --*/
	display:block;
	float:right;
	width:411px;
	height:119px;
}
#footer	{
	float:left;
	background:url(../images/footer.jpg) no-repeat;
	width:822px;
	height:71px;
}		

/*--------------------------------------------------------------------------------------
#NAV-TOP
-------------------------------------------------------------------------------------- */

/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer #nav-wrapper div, 
#nav-top #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
#nav-top #navcontainer #nav-wrapper div a:link, 
#nav-top #navcontainer #nav-wrapper div a:active, 
#nav-top #navcontainer #nav-wrapper div a:visited {
	float:left;
	padding:5px 13px;
	text-decoration:none;		
}
#nav-top #navcontainer #nav-wrapper div a:hover {

}	
#nav-top #navcontainer #nav-wrapper div div.submenu, 
#nav-top #navcontainer #nav-wrapper div div.submenu h3 {
	color:#ffffff;
	float:left;
	display:block;
}
#nav-top #navcontainer #nav-wrapper div div.submenu {
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
	border-top:1px solid #603913;
	margin-top:-2px;
	width:169px;			
}
#nav-top #navcontainer #nav-wrapper div div.submenu div {
	border-bottom:1px solid #c69c6d;
	display:block;
	margin:0;
}
#nav-top #navcontainer #nav-wrapper div div.submenu a:link, 
#nav-top #navcontainer #nav-wrapper div div.submenu a:active, 
#nav-top #navcontainer #nav-wrapper div div.submenu a:visited {
	width:169px;				
/*--- Proper width for all other browsers --*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width:143px;
}
#nav-top #navcontainer #nav-wrapper div div.submenu a:hover {
	background:#b99266;
	padding:5px 13px 5px 13px;
}
div.submenu a:hover h3 {
	background:#b99266 !important;
}
/*--------------------------------------------------------------------------------------
Content Styling
-------------------------------------------------------------------------------------- */
#content-table-main td p {
	font-family:"arial", sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:1.3em;
	margin: 5px 10px 5px 20px;
	padding: 0;
	color:#603913;
}	
#content h1	{
	font-family:"arial bold" arial, sans-serif;
	font-size:25px;
	color:#603913;
	margin:15px 0px;
	line-height:normal;
	}
#content h2	{
	font-family:"arial", sans-serif;
	font-size:20px;
	margin:10px 5px;
	}
#content h3	{
	font-size:16px;
	margin:8px 10px;
	}
#content h4, #content h5, #content h6 {
	font-size:14px;
	text-decoration:underline;
	margin:6px 20px;
}

