/* FSE website structure styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url("../images/backgrounds/bkground-yellowflowers.gif");
	background-repeat: repeat-y center;
}

/* ---  wraps entire page (center, fixed width) --- */
#wrapper {
	position: relative;
	width: 766px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	border: 3px solid #000000;
}

/* --- header-container  ---*/
#header-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 766px;
	height: 122px;
	margin: 0;
	padding: 0;
	background: url("../images/wellness-header.gif") repeat-x top;
	z-index: 2;
}
#toptitle {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
}
#toptitle span {
	margin-left: -9000px;
}

/* --- global navigation --- */
#globalnav {
	position: absolute;
	top: 101px;
	left: 0;
	width: 766px;
	height: 25px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: none;
	z-index: 45;
	background-color: #dfc2eb;
}
#globalnav ul {
	margin: 0;
	padding: 0;
}
#globalnav li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 15px;
	white-space: nowrap;
	list-style-type: none;
	border-left: 1px solid #000000;
}
#globalnav li.homelink {
	border-left: none;
}
#globalnav a {
	float: left;
	display: block;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 6px 15px 4px 15px;
	text-decoration: none;
}

 /* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#globalnav a {float:none;}
/* End IE5-Mac hack */

#globalnav a:link, #globalnav a:visited {
	color: #000000;
	text-decoration: none;
}
#globalnav a:hover {
	color: #000000;
	text-decoration: underline;
}
                                                                                       
/* --- content  --- */
#content {
	float: left;
	width: 590px;
	margin-top: 120px;
	padding: 9px 0.5em 0.5em 0.5em;
	border-right: 1px dashed #426093;	
}
#content a:link {
	color: #426093;
	text-decoration: underline;
	background-color: #ffffff;
}
#content a:visited {
	color: #4868a0;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #b4cc95;
}

/* --- right column --- */
#rightcolumn {
	float: right;
	width: 140px;
	margin: 125px 0 0 0;
	padding: 0 0.6em 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightbox-container {
	width: 150px;
	padding-top: 10px;
}
#rightbox-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#rightbox-container a:link {
	color: #d39b44;
	text-decoration: underline;
	background-color: #ffffff;
}
#rightbox-container a:visited {
	color: #416d6c;
	text-decoration: underline;
	background-color: #ffffff;
}
#rightbox-container a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #b4cc95;
}

/* --- footer clears the content and right column --- */
#footer {
	clear: both;
	padding-bottom: 0.5em;
	border-top: 1px dashed #426093;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 89%;
}
#footer p {
	padding: 0 2em;
	line-height: normal;
}
#footer a:link {
	color: #426093;
	text-decoration: underline;
	background-color: #ffffff;
}
#footer a:visited {
	color: #4868a0;
	text-decoration: underline;
	background-color: #ffffff;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffff66;
}

