/********************** STRUCTURE **********************/

body {
	background-color: #FFF;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(/images/home_page/winter-repeat.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	background-color: #FFF;
}


/********************** HEADER **********************/
#header{
	width: 800px;
	background-image: url(../images/home_page/fon_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 136px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #tagline{
	width: 380px;
	height: 16px;
	float: left;
	padding-top: 100px;
}
#header #email{
	width: 260px;
	background-image: url(../images/home_page/email_signup.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 105px;
	margin-left: 410px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 130px;
}






/********************** BODY **********************/
#outer_body {
	width: 800px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#home_body {
	width: 800px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#home_body #healthnotes_homepage {
	width: 230px;
	margin: 0px;
	height: 155px;
	float: left;
	background-image: url(../images/home_page/hnwire-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 135px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #090;
}

#home_body #facebook_homepage {
	width: 350px;
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 420px;
	height: 95px;
	background-image: url(../images/home_page/facebook_logo_home.png);
	background-repeat: no-repeat;
	border: 1px solid #3d5b99;
	vertical-align: top;
}

#fb_box_count {
}

/********************** FOOTER **********************/
#footer {
	width: 800px;
	text-align: center;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#jasonswork {
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}




/********************** TEXT **********************/
a:link {
	color: #F60;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}

a:visited {
	color: #930;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}

a:hover {
	color: #090;
	text-decoration: none;
	border-bottom-style: none;
}

a:active {
	color: #090;
	text-decoration: none;
}

.greenlink {
	color: #090;
	text-decoration: none;
}
a:link.greenlink {
	color: #090;
	text-decoration: none;
	border-bottom-style: none;
}
a:visited.greenlink {
	color: #930;
	text-decoration: none;
	border-bottom-style: none;
}
a:hover.greenlink {
	color: #F60;
	text-decoration: none;
}
a:active.greenlink {
	color: #090;
	text-decoration: none;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #009900;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
	
H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #009900;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #6699CC;
	line-height: 15px;
	background-position: center;
	vertical-align: middle;
	text-decoration: none;
}








/********************** SLIDESHOW FOR HOME PAGE **********************/

#fadeshow2 {
	z-index: 1;
	position: relative;
}







/********************** NAVIGATION PIECE **********************/
#smoothmenu1 {
	z-index: 99;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.ddsmoothmenu{
	background: #090; /*background of menu bar (default state)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	z-index: 98;
}

.ddsmoothmenu ul{
z-index:3;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: #090; /*background of menu items (default state)*/
	border-right: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	z-index: 97;
	position: relative;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #090; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #F60; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 160px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}


.search_field {
	vertical-align: top;
	height: 14px;
	float: left;
	margin-left: 17px;
	margin-top: 5px;
	width: 133px;
}

.formbutton {
	background-image: url(../images/go_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
}


















/********************** AISLE7 RE-WORKED **********************/
.hni_ContentPanel {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}


.hnise_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #090;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#hni_LandingPage_QuickTip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.hni_GeneralCalloutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.hni_GeneralCalloutCallToActionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 19px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.hni_HomeCalloutTabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 19px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

/* Widgets */
.hni_GeneralCalloutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	line-height: normal;
	margin: 0px;
}

.hni_GeneralCallout hni_GeneralCalloutFirst {
height: 200px;
}

.hnie_UnstructuredBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 35px;
}

.hni_AzIndexAlphaLinks {
	font-family: "Arial Black", Gadget, sans-serif;
}
#hni_AzIndexResults {
	font-family: Arial, Helvetica, sans-serif;
}
.hnise_SectionHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #090;
}


