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

     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: #E1E1D7;
	color: #333333;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	margin:0px;
	padding:0px;
	text-align:center;  /* CENTER PAGE 2: Set text-align to center to fix IE6- margin recognition error in #wrapper  */
	background-image: url(../res_images/temp_background.jpg);
	background-repeat: repeat-x;
	}

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

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

h1, h2 {	/* MAIN HEADLINE: Large Font  */
	color: #000000;
  	font-size: 1.2em;
	font-weight: normal;
	display:block;
	margin-top:6px;
	}

h3, h4 {  /* SECONDARY HEADLINE: Medium Large Font  */
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 25px;
	margin-left:5px;
	}

h5, h6 {  /* PARAGRAPH HEADER: Bold Font  */
	color: #4870A3;
	display: block;
	font-size: .9em;
	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;
	background-color:#FFFFFF;
	width:780px;
	}
	
/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	float: left;
	width:780px;
	height:177px;
	background-image: url(../res_images/masthead_temp_background.jpg);
	background-repeat: no-repeat;
}

#logo {
	float:left;
	width:290px;
	height:144px;
	}
	
#topnav {
	float:left;
	width:475px;
	height:134px; 
	text-align:right;
	padding-top:10px;
	padding-right:14px;
	}

#topnav p.phone {
	font-weight:bold;
	display:block;
	margin:3px;
	text-transform:lowercase;
	font-size:.7em;
	}

#topnav div.moduletable td {
	display:block;
	margin-top:2px;
	text-transform:uppercase;
	font-size:11px;
	}
	
#topnav a.mainlevel-nav {
	text-transform:uppercase;
	font-size:.7em;
	}

/* See navigation under NAVIGATION */  

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

#copyarea {
	display:inline; /* DOUBLE MARGIN IE FIX */
	float: left;
	text-align:left;
	padding-top: 22px;
	width: 780px;
	background-image: url(../res_images/copyarea_background.jpg);
	background-repeat: no-repeat;
	}

#copyarea ul li, #copyarea ol li {
	font-size:.8em;
	}

#sidebar ul li, #sidebar ol li {
	font-size:.7em;
	}

#sidebar {
	float:left;
	width: 215px;
	display:inline;
	margin-left:20px;
	border-top-width: 0px;
	}

#sidebar p {
	display:block;
	margin:5px;
	font-size:.6em;
	line-height:1.3em;
	}

#sidebar h3 {	/* MAIN HEADLINE: Large Font  */
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CBCBBB;
	color: #000000;
  	font-size: 1.2em;
	font-weight: normal;
	display:block;
	padding-top:6px;
	margin-top:0px;
	margin-bottom:8px;
	}

#sidebar .moduletable {
	display:block;
	padding-bottom:12px;
	}

#copy {
	float:left;
	width: 501px;
	margin-left: 30px;
	display:inline;
	padding:0px;
	border-top-width: 0px;
	}

#copy td.contentheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	width:501px;
	padding-top:2px;
	padding-bottom:6px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBBB;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CBCBBB;
	}
	
#copy p {
	font-size:.8em;
	line-height:1.2em;
	}

p.readmore {
	text-align:right;
	font-size:.7em;
	}

div.moduletablebuysell {
	float:left;
	width:476px;
	min-height:123px;
	padding:10px;
	background-image:url(../res_images/highlight3_background.jpg);
	background-repeat: no-repeat;
	}
	
div.moduletablebuysell h3 {
	color: #000000;
  	font-size: 1.2em;
	font-weight: normal;
	display:block;
	margin-bottom:20px;
	margin-top:0px;
	}

div..moduletablebuysell p {
	font-size:.7em;
	line-height:1.2em;
	display:block;
	margin-top:0px;
	padding-top:25px;
	margin-right: 8px;
	}

.quote {
	font-size:1.0em;
	font-weight:bold;
	font-style:italic;
	}

#dm_header a {
	font-size:11px;
	}

#basictable td {
	font-size:11px;
	}

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

#footer {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	height: 41px;
	padding-top: 12px;
	text-align: center;
	width: 770px;
	}

#copyright {
	color: #57654E;
	font-size: .6em;
	height: 30px;
	padding-top: 8px;
	text-align: right;
	width: 790px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}
	
/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation {
	float:left;
	width:780px;
	height:28px;
	text-transform:uppercase;
	text-align:center;
	padding:0px;
	margin:0px;
  }

#navigation a {
	color:#FFFFFF;
	text-decoration:none;
	}

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

#moduletablesubmenu {

	}