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

     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: #1e2d4c;
	color: #666666;
	font-family: Arial, Helvetica, sans-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/background.jpg);
	background-repeat: repeat-x;
	}

a {
	color:#5879BC;
	text-decoration:none;
	}

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

h1, h2, #sidebar h3 {	/* MAIN HEADLINE: Large Font  */
	color: #2F4075;
    font-size: 24px;
	font-weight: normal;
	text-align:left;
	display:block;
	margin-top:22px;
	margin-bottom:20px;
	}

.contentheading {	/* MAIN HEADLINE: Large Font  */
	color: #2F4075;
    font-size: 24px;
	font-weight: normal;
	text-align:left;

	}

.message {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
	color:#990000;
	}

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

h5, h6 {  /* PARAGRAPH HEADER: Bold Font  */
	color:#000000
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

hr {
	color:#999999;
	background-color:#999999;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

#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:749px;
	}
	
/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	float: left;
	width:749px;
	height:160px;
	background-image:url(../res_images/masthead1.jpg);
	}

#logo {
	float:left;
	width:500px;
	height:160px;
	}

#minimenu {
	float:left;
	width:239px;
	text-align:right;
	padding-right:10px;
	padding-top:15px;
	height: 145px;
	}

#minimenu p {	
	display:block;
	margin:5px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	}
	
#minimenu p a {
	color:#FFFFFF;
	}	

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

#copyareaouter {
	display:inline; /* DOUBLE MARGIN IE FIX */
	float:left;
	width:749px;
	background-image:url(../res_images/copywrapperouter.jpg);
	background-repeat:repeat-y;	
	}

#copyarea {
	display:inline; /* DOUBLE MARGIN IE FIX */
	float: left;
	width:745px;
	margin-left:2px;
	background-color:#FFFFFF;
	}
	
#sidebar {
	display:inline; /* DOUBLE MARGIN IE FIX */
	float:left;
	width:200px;
	padding-left:30px;
	padding-right:25px;
	font-size:.9em;
	}

#sidebar li {
	margin-top:10px;
	margin-left:-25px;
	margin-bottom:8px;
	list-style-position: outside;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
#copy {
	display:inline; /* DOUBLE MARGIN IE FIX */
	float:left;
	width:400px;
	padding-left:25px;
	padding-top:20px;
	border-left:thin solid #999999;
	font-size:.8em;
	}

#copy p {
	line-height:140%;
	}
	
#copyareabottom {
	display:inline; /* DOUBLE MARGIN IE FIX */
	float: left;
	width:749px;
	background-image:url(../res_images/copyareabottom.jpg);
	background-repeat:no-repeat;
	}

p.readmore a {
	display:block;
	text-align:right;
	}

p.readmore a:hover {
	display:block;
	text-align:right;
	}

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

#footer {
	float: left;
	font-weight: normal;
	height: 31px;
	padding-top: 12px;
	text-align: center;
	width: 770px;
	}

#copyright {
	color: #5083BC;
	font-size: 11px;
	padding-top: 1px;
	height:25px;
	text-align: center;
	width: 770px;
	position: relative;
	margin-right: auto; 
	margin-left: auto;
	font-family: Tahoma, "Times New Roman", sans-serif;
	}

#copyright p {
	line-height:130px;
	}
	
/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation {
	float:left;
	width:749px;
	height:56px;
	background-image:url(../res_images/navigation.jpg);
	}

#navigation a {
	color: #243351;
	}

#navigation a:hover {
	color: #243351;
	}

#module1, #module2, #module3, #module4, #module5, #module6 {
	display:inline;/* DOUBLE MARGIN IE FIX */
	float:left;
	width:105px;
	height:33px;
	margin-top:13px;
	font-family: "Franklin Gothic Demi", "Lucida Bright", Arial, sans-serif;
	font-size: 11px;
	color: #243351;
	text-align:center;
	}
	
#module1 {
	margin-left:104px;
	}
	
#module6 {
	margin-right:15px;
	}