/* CSS Document */
/* css Hannush Enterprises centered masthead dominant template v1.00 */


body {
	margin:2;
	padding:0;
	text-align:center;
	font-family: "Lucida Sans", Optima, Arial, Helvetica, sans-serif;  /* FONT STYLE - SITEWIDE */
	font-size:11px;  /* FONT SIZE - SITEWIDE */
	color:#555555;  /* FONT COLOR - SITEWIDE */
	background-color:#EEEEEE;  /* MAIN BACKGROUND COLOR */
	}

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

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

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

hr {
	border: 1px dotted #538A77;
	}

#navigation a {
	color: #666666;
	font-size:12px;
	font-weight:normal;
}

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

#wrapper {
	width:722px;  /* WRAPPER WIDTH */
	text-align:left;  /* CENTER PAGE 3: Fixes text centering that occurs because of IE6- fix in body */
	position:relative;  /* CENTER PAGE 1: Set the right and left margin to "auto" and bottom to "0" position "relative" */
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	border: 2px solid #999999;  /* WRAPPER BORDER */
	background-color: #FFFFFF;
	padding: 2px;
	}

#float-clear {
	clear:both;
	}

#masthead {
	width:722px;
	height:118px;
	}

#logo {
	width:238px;
	float: left;
	}
	
#navigation {
	width:470px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	float: right;
	margin-top: 92px;
	text-transform: uppercase;
	}

#banner {
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #71757A;
	border-bottom-color: #71757A;
	background-color: #898D92;
	width: 722px;
	}

#container, #home-container {
	width: 698px;
	padding: 12px;
	}

/***********************************
	  HOME PAGE SPECIFIC
************************************/

#home-ads {
	width: 148px;
	float: left;
	margin-right: 12px;
	}

#home-ads img {
	border: 2px solid #538A77;
	}

#home-ads p {
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	}

#home-content {
	width: 210px;
	float: left;
	padding-left: 8px;
	}

#home-content h2 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 17px;
	font-weight:normal;
	color: #467565;
	}

#home-content h4 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
	font-weight:normal;
	color: #595C60;
	}

#home-content p {
	display: block;
	margin-top: 8px;
	margin-bottom: 4px;
	}

/***********************************
	  CONTENT PAGES SPECIFIC
************************************/

#content-wrapper {
	width:698px;
	float:left;
	}

#subnav {
	float:left;
	width: 222px;
	font-size: 14px;
	color: #538A77;
	display: block;
	}

#subnav ul li {
	list-style-type: none;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: -12px;
	border-bottom-width: 1px;
	border-bottom-color: #75AC99;
	border-bottom-style: dotted;
	}

#content {
	float:left;
	width:440px;
	padding-left:22px;
	}

#content h2 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 20px;
	font-weight:normal;
	color: #467565;
	}

#content h4 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
	font-weight:normal;
	color: #595C60;
	}

#content h6 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
	font-weight:bold;
	color: #595C60;
	}

#banner img {
	float:left;
	}

#banner .title {
	color:#FFFFFF;
	font-size:18px;
	text-align: right;
	display: block;
	float:right;
	margin-top: 120px;
	margin-right: 15px;
	}

/***********************************
	  SIDEBAR SPECIFIC
************************************/

#sidebar {
	width:284px;
	float:right;
	position: relative;
	display: block;
	bottom: 0px;
	}


/***********************************
	  FOOTER SPECIFIC
************************************/

#footer {
	height:20px;
	width:726px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	padding-top: 10px;
	color: #71757A;
	}
