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

     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: 200px;  /* WRAPPER 1: To fix a major bug in #wrapper being relative instead of float  */
	}

body {
	background-color: #000000;
	color: #666666;
	font-family: 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:#993300;
	text-decoration:none;
	}

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

h1, h2 {	/* MAIN HEADLINE: Large Font  */
	color: #171F80;
  font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

h3, h4 {  /* SECONDARY HEADLINE: Medium Large Font  */
	color:#FF6600;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	}

h5, h6 {  /* PARAGRAPH HEADER: Bold Font  */
	color: #4870A3;
	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:726px;
	}
	
/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/
#topnav{
	float: left;
	display:inline;
	text-align: right;
	padding: 3px;
	height: 24px;
	width: 726px;
	font-family: "Lucida Sans", Tahoma, "Times New Roman", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
#topnav a, #copyright a {
	color:#FFFFFF;
	text-decoration:none;
} 
#topnav a:hover, #copyright a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#masthead {
	float: left;
	display:inline;
	width: 100%;
	height: 56px;
	background-color: #FFFFFF;
	background-image: url(../res_images/masthead_bknd.gif);
}
#logo{
	height: 69px;
	width: 217px;
	position: absolute; /* USE THE FOLLOWING z-top-left to space items from the top of the page...use absolute positioning */
	z-index: 15;  
	top: 55px;
	left: 15px;
}

/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/
#content{
	float: left;
	display:inline;
	background-image: url(../res_images/content_bknd.jpg);
	background-repeat: repeat-y;
	width: 726px;
	border: 1px solid #80A01D;
	background-color: #7A9C14;
}
#copyarea {
	display:inline; /* DOUBLE MARGIN IE FIX */
	float: left;
	line-height: 125%;
	text-align:left;
	width: 100%;
	background-color:#FFFFFF;
	background-image: url(../res_images/copyarea_bknd.jpg); 
	background-repeat: repeat-y;
	}

#sidebar, #sidebar_home {
	float: left;
	display:inline;
	width: 248px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
	
#sidebar {
	float: left;
	display:inline;
	width: 208px;
	padding-top:55px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}	
	
#copy_wrapper{
	float: left;
	width: 477px;
}
#copy{
	float: left;
	width: 457px;
	padding:10px;
}



/****************************************
***** LAYOUT ELEMENTS: Footer *********** 
*****************************************/
#greenbar{
	float: left;
	display:inline;
	background-color: #c9d997;
	background-image: url(../res_images/greenbar_bknd.jpg);
	width: 100%;
	padding: 0px;
	height: 28px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-repeat: repeat-y;
}
#footer {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height:38px;
	background-color: #FFFFFF;
	background-image: url(../res_images/footer_bknd.gif);
	display:inline; /* IE 6 fix */	
	}

#copyright {
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	height: 41px;
	padding-top: 8px;
	text-align: center;
	width: 726px;
	font-family: "Lucida Sans", Tahoma, "Times New Roman", sans-serif;
	line-height: 140%;
	font-weight: normal;
	display:inline; /* IE 6 fix */	
	}
	
/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation {
	width: 477px;
	height:60px;
	background-image: url(../res_images/navigation_bknd.jpg);
	background-repeat: repeat-x;
  }

#navigation p {
	display:block;
	margin-top:6px;
	margin-bottom:0px;
	}
	
#navigation a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	}
	
#navigation a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	}

#navpos1, #navpos2, #navpos3, #navpos4, #navpos5, #navpos6 {
	background-image: url(../res_images/navpos_bknd.gif);
	background-repeat: no-repeat;
	background-position: right 28px;
	text-align:center;
	float: left;
	display:inline;
	height: 54px;
	padding-top: 6px;
	} 

#navpos1 {
	width: 78px;
	}

#navpos2 {
	width: 72px;
	}
	
#navpos3 {
	width: 90px;
	}

#navpos4 {
	width: 63px;
	}

#navpos5 {
	width: 106px;
	}

#navpos6 {
	width: 66px;
	}

#navpos7 {
	text-align:center;
	float: left;
	height: 54px;
	width: 68px;
	padding-top: 6px;
	} 

/*************************************************
		VIEW STORES
*************************************************/

#view_stores th {
	font-size:13px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	}

#view_stores td {
	font-size:11px;
	font-weight:normal;
	}
	
/*************************************************
		WORDPRESS STYLE
*************************************************/

div.wp_style {
	font-size:12px;
	color:#333333;
	}
/*************************************************
		PDF BULLET PLUGIN
*************************************************/

li.pdfbullet {
	line-height: 20px;
	font-size:12px;
	list-style-position: outside;
	list-style-image: url(../res_images/pdficon.gif);
}

#navigation ul li ul li a:hover {
	background-color: #000 !important;
	color: #CCC !important;
	text-decoration: none !important;
}
