/****************************************

     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: #727158;
	color: #43432E;
	font-family: "Lucida Sans", Optima, Arial, Helvetica, sans-serif;
	font-size:11px;
	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:#995715;
	text-decoration:none;
	}

a:hover {
	color:#995715;
	text-decoration:underline;
	}

h1, h2 {	/* MAIN HEADLINE: Large Font  */
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	}

h3, h4 {  /* SECONDARY HEADLINE: Medium Large Font  */
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	}

h5, h6 {  /* PARAGRAPH HEADER: Bold Font  */
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

#float-clear {
	clear:both;
	}

#searchbox {  /*  Make input name and id "searchbox"  */
	background-color: #BF2E01;
	border: 1px solid #000000;
	color: #FFFFFF;
  }

/****************************************
***** LAYOUT ELEMENTS: Wrapper ********** 
*****************************************/

#wrapper {
	margin-top: 0px;  /* 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:774px;
	}

#wrapper-clear {
	clear:both;
	height:4px;
	}
	
/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	float: left;
	height: 148px;
	width: 773px;
}

#logo {
	float:left;
	height: 124px;
	width: 249px;
	margin-top:24px;
	}

#masthead-right {
	float:left;
	height: 134px;
	width: 524px;
	background-color: #727158;
	}

#minimenu {
	float:left;
	height:30px;
	width: 514px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:4px;
	}

#topnav {
	float:left;
	height:66px;
	width:524px;
	text-align:left;
	background-color: #F6F7F1;
	}

#masthead-bottom {
	float:left;
	height:38px;
	width:524px;
	background-color: #F6F7F1;
	background-image: url(/vof/res_images/masthead_red.jpg);
	background-repeat: no-repeat;
	}

/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/

#content-wrapper {
	float:left;
	width:773px;
	background-color: #FFFFFF;
	background-image: url(/vof/res_images/body_bkgnd.jpg);
	background-repeat: repeat-y;
	}

#content {
	float:left;
	width:773px;
	background-image: url(/vof/res_images/body_bkgnd_head.jpg);
	background-repeat: no-repeat;
	}

#dnn_sidebar {
	float: left;
	width: 233px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E7D4;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-bottom:4px;
	}

#dnn_sidebar p {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8B89A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	}

#dnn_sidebar a {
	color:#000000;
	}

#dnn_sidebar a:hover {
	color:#000000;
	text-decoration:underline;
	}

#dnn_copyarea {
	float: left;
	line-height:120%;
	text-align:left;
	width: 486px;
	margin-left: 5px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}

p.parahighlight {
	font-size:13px;
	line-height:122%;
	display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
p.learnmore {
	font-size:12px;
	line-height:122%;
	text-align:right;
	padding-right:15px;
	display: block;
	margin-top: -5px;
	}

/****************************************
***** LAYOUT ELEMENTS: Footer *********** 
*****************************************/

#footer {
	color: #63624B;
	float: left;
	height: 36px;
	padding-top: 12px;
	text-align: right;
	width: 512px;
	padding-right: 10px;
	background-color: #AEAF8A;
	margin-left: 5px;
	padding-bottom: 4px;
	}

#copyright {
	color: #FFFFFF;
	font-size: 11px;
	height: 30px;
	padding-top: 18px;
	text-align: center;
	width: 233px;
	position: relative;
	background-color: #783E03;
	margin-left: 8px;
	float: left;
	padding-bottom: 4px;
	display:inline;  /* DOUBLE MARGIN FIX */
	}

#copyright a {
	color:#FFFFFF;
	}

#copyright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation {
  }
