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

     HANNUSH ENTERPRISES, LLC
     WebCSS V1.1 STYLE
     Date originated: 06 FEB 2008
     Writer: Drew Hannush
     www.hannush.com

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

/****************************************
***** UNIVERSAL ELEMENTS ****************
*****************************************/

html, body, #wrapper {
	min-height: 400px;  /* WRAPPER 1: To fix a major bug in #wrapper being relative instead of float  */
	}

body {
	background-color: #161353;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:100%; /* IE6 FONT SIZE FIX For use with ems */
	margin:0px;
	padding:0px;
	text-align:center;  /* CENTER PAGE 2: Set text-align to center to fix IE6- margin recognition error in #wrapper  */
	}

a {
	color:#990000;
	text-decoration:none;
	}

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

h1, h2, h3, #p-container div.p-cattitle_status {	/* MAIN HEADLINE: Large Font  */
	color: #333300;
  	font-size: 18px;
	}

h4, td.contentheading, .componentheading {  /* SECONDARY HEADLINE: Medium Large Font  */
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	color:#6C4124;
	}

#copy h4 {
	font-size:13px;
	margin-bottom:10px;
	line-height:125%;
	}

h5, h6, a.contentpagetitle {  /* PARAGRAPH HEADER: Bold Font  */
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

#float-clear {
	clear:both;
	}


/****************************************
***** LAYOUT ELEMENTS: Wrapper ********** 
*****************************************/

#wrapper {
	margin-top: 3px;  /* CENTER PAGE 1: Set the right and left margin to "auto" and bottom to "0"  */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	text-align:left;
	width:960px;
	background-color:#FFFFFF;
	}

/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	float: left;
	width: 960px;
	height:68px;
}

#masthead-l {
	width:361px;
	height:68px;
	}

#masthead-r {
	width:599px;
	height:68px;
	}

#banner{
	float:left;
	width: 960px;
	height: 218px;
	}
#banner img {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999966;
	border-bottom-color: #999966;
	}

/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/

#copyarea {
	float: left;
	width: 960px;
	}

#copy{
	float:left;
	color:#281E17;
	width:700px;
	padding-top:12px;
	padding-left:40px;
	padding-right:10px;
	padding-bottom:5px;
	font-size:12px;
	line-height:155%;
	}

td.buttonheading img {
	border:0px;
	}

#sidebar {
	float:left;
	width:200px;
	
	}

#sidebar ul {
	margin-top:0px;
	list-style-type: none;
	}
	
#sidebar li {
	display:block;
	width:158px;
	padding-top:8px;
	padding-bottom:4px;
	font-size:11px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C99B;
	}

#sidebar li a {
	}

		
/****************************************
***** LAYOUT ELEMENTS: Footer *********** 
*****************************************/

#footer {
	color: #E7E2C9;
	float: left;
	text-align: right;
	font-size: 11px;
	width:780px;
	padding-left: 60px;
	padding-top:10px;
	padding-bottom:30px;
	}

#copyright {
	float:left;
	color: #BC7D3F;
	font-size: 10px;
	width: 776px;
	text-align: right;
	background-image: url(/res_images/masthead_background.jpg);
	background-repeat: repeat;
	padding-top:4px;
	padding-bottom:4px;
	padding-right: 4px;
	}
	
/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation, .navigation {
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	height:76px;
	text-align:center;
	padding-top: 30px;
	padding-right: 38px;
  }

#navigation a, .navigation a {
	color:#E3DFC4;
	}