/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#353535;
	font-size:13px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Century Gothic", Georgia;
	background-image: url(images/bg_back.jpg);
}

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

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:14px; color:#5c738b; }

h2 { font-size:14px; color:#bb855e; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.img_right {
	float:right;
	padding: 0 0 0 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.flag {
	padding: 13px 0 7px 0;
}

#logo_link {
	position:absolute;
	top:22px;
	left:7px;
}

.blue-text {
	color:#5c738b;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:113px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	float:right;
	top:61px;
	right:3px;
	width:730px;
	height:27px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:right;
	width:637px;
	height:auto;
	padding: 16px 0px 15px 0;
}

#flash {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	width:629px;
	height:225px;	
}

#content_main-sub {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:right;
	width:637px;
	height:auto;
	padding: 28px 0px 15px 0;
}

#content_main-sub a {
	color:#5c738b;
}

#contact-info {
	position:relative;
	line-height:22px;
	font-size:14px;
	top:0;
	left:0;
	float:right;
	width:627px;
	height:200px;
	background-repeat:no-repeat;
	background-image:url(images/bg_contact-info.jpg);
	padding: 15px 0 0 10px;
}

#content_main-full {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:left;
	width:930px;
	height:auto;
	padding: 0 0 0 8px;
}

#content_main-fox {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:left;
	width:640px;
	height:auto;
	padding: 20px 0 0 200px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	color:#000000;
	top:0;
	left:0;
	float:left;
	width:296px;
	height:auto;
	padding: 16px 0 0 8px;
}

#side_bar-sub {
	position:relative;
	color:#000000;
	top:0;
	left:0;
	float:left;
	width:296px;
	height:auto;
	padding: 41px 0 0 8px;
}

.fox_river {
	position:relative;
	font-size:11px;
	width:225px;
	height:75px;
	background-repeat:no-repeat;
	background-image:url(images/sidebar_fox-river.jpg);
	padding: 175px 25px 24px 28px;
}

.patient_stories {
	position:relative;
	font-size:11px;
	width:143px;
	height:152px;
	background-repeat:no-repeat;
	background-image:url(images/sidebar_patient-stories.jpg);
	padding: 66px 5px 24px 130px;
}

.team_leader {
	position:relative;
	font-size:11px;
	width:143px;
	height:152px;
	background-repeat:no-repeat;
	background-image:url(images/sidebar_team-leader.jpg);
	padding: 66px 5px 24px 130px;
}

/* ---- end side bar content settings ---------------- */

#footer_bg {
	width:100%;
	height:28px;
	background-color:#e0e1e3;
}

#footer {
	position:relative;
	color:#000000;
	font-size:12px;
	top:0;
	left:0;
	width:950px;
	height:28px;
	clear:both;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:27px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:85px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -27px;
}

.active_01 {
	background-position: 0 -27px !important;
}

a#nav_02 {
	width:195px;
	cursor:pointer;
	background-position:-85px 0;
}

a:hover#nav_02{
	background-position:-85px -27px;
}

.active_02 {
	background-position:-85px -27px !important;
}

a#nav_03 {
	width:180px;
	cursor:pointer;
	background-position:-280px 0;
}

a:hover#nav_03{
	background-position:-280px -27px;
}

.active_03 {
	background-position:-280px -27px !important;
}

a#nav_04 {
	width:165px;
	cursor:pointer;
	background-position:-460px 0;
}

a:hover#nav_04{
	background-position:-460px -27px;
}

.active_04 {
	background-position:-460px -27px !important;
}

a#nav_05 {
	width:105px;
	cursor:pointer;
	background-position:-625px 0;
}

a:hover#nav_05{
	background-position:-625px -27px;
}

.active_05 {
	background-position:-625px -27px !important;
}

/* ---- start nav drop settings -------------------------- */

#hidden-layers {
	position:absolute;
	top:88px;
	left:0;
	width:930px;
	height:auto;
}

#hidden-layers a {
	color:#fff;
	padding:03px;
	display:block;
	font-size:13px;
	text-decoration:none;
}

#hidden-layers a:hover {
	background-color:#5c738b;
	color:#ECC55C;
}

#L1, #L2, #L3, #L4, #L5, #L6, #L7 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#5c738b;
	border-left:1px solid #355372;
	border-right:1px solid #355372;
	border-bottom:1px solid #355372;
}

#L1 { width:190px; left:204px; }
#L2 { width:170px; left:100px; }
#L3 { width:148px; left:512px; }
#L4 { width:155px; left:681px; }
#L5 { width:175px; left:855px; }
#L6 { width:205px; left:635px; }
#L7 { width:205px; left:740px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
