@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700,400italic,700italic);

html { 
  background: url(../media/images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-title{
	font-family: 'Josefin Sans', sans-serif;
	margin:30px 0 10px;
	font-size:22px;
	color:#005c7e;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:25px;
	}
.about-title{
	font-family: 'Josefin Sans', sans-serif;
	margin:30px 0 10px;
	font-size:22px;
	color:#005c7e;
	text-transform:uppercase;
	font-weight:bold;
	line-height:25px;
	}
#wrapper{
	width:975px;
	margin:15px auto;
	
	border:1px solid #289043;
	position:relative;
	background:url(../media/images/wrapper-bg.png);
	font-family: 'Josefin Sans', sans-serif;
	}
#header{
	width:975px;
	height:470px;
	display:block;
	position:relative;
	border-bottom:1px solid green
	}
#logo{
	position:absolute;
	top:15px;
	left:-25px;
	background:url(../media/images/logo-header.png) no-repeat;
	width:389px;
	height:128px;
	z-index:99998;!IMPORTANT
	}


#pagecopy{
	font-family: 'Josefin Sans', sans-serif;
	font-size:16px;
	line-height:18px;
	padding-bottom:15px;
	}
#pagecopy p{
	width:852px;
	margin:15px auto;
	}
#pagecopy ul{
	width:852px;
	margin:15px auto;
	list-style:inside;
	}



#call-to-action{
	width:158px;
	height:159px;
	background:url(../media/images/call-to-action.png) no-repeat;
	top:390px;
	display:block;
	position:absolute;
	right:-30px;
	z-index:99998;!IMPORTANT
	border:1px solid blue;
	text-shadow: 1px 1px 1px #000;
	text-align:center;
	}

#call-to-action p{
	text-align:center;
	margin:25px auto;
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	line-height:22px;
	position:relative;
	left:-4px;
	font-weight: bold;
	}


.action-link{
	color:#ffeb00;
	text-transform:none;
	text-decoration: underline;
   }
.action-link:hover{
	color:#ffeb00;
	text-transform:none;
	text-decoration: none ;
   }
   
/*-----  About  ----- */   
#about-images{
	width:540px;
	height:175px;
	margin:15px auto;
	}
#about-images img{
	border:2px solid #289043;
	}
#aboutleft{
	float:left;
	}
#aboutright{
	float:right;
	}
#katherine{
	width:102px;
	height:119px;
	border:2px solid #289043;
	margin:0 12px 12px 0;
	float:left;
	
	}
/*#katherine-wrap{
	padding-right:5px;
	border:1px solid blue;
	
	}*/
	
	
.ul2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	}
#about_contact_wrap{
	width:285px;
	
	float:right;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	position:relative;
	right:85px;
	top:0px;
	display:block;	
	color:#000;
	
	}
#contact-button {
	/*width:272px;
	height:12px;*/
	text-align:center;
	float:right;
	font-weight:bold;
	border: 2px solid #289043;
	text-transform: uppercase;
	color:#000;
	text-decoration:none;
	padding:3px 3px 0 3px;
	
	
	background: #c9d7ba; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZDdiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGE5NmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c9d7ba 0%, #8da96c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9d7ba), color-stop(100%,#8da96c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c9d7ba 0%,#8da96c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c9d7ba 0%,#8da96c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c9d7ba 0%,#8da96c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #c9d7ba 0%,#8da96c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d7ba', endColorstr='#8da96c',GradientType=0 ); /* IE6-8 */
	}
#contact-button:hover {
	
	background: #c9d7ba; /* Old browsers */
  
	}

#form-container{
	width:782px;
	margin:0 auto;
	}


	
/***Healthy People***/	
.subtitle{
	font-weight:bold;
	font-size:18px;
	}
	
#healthy-insert{
	border:2px solid #289043;
	margin:0 0px 12px 12px;
	float:right;
	position:relative;
	}	
/*----- wellness_box -----*/	
#wellness_box{
	float:right;
	width:235px;
	background:url(../media/images/wellness_bx_bg.png);
	border:2px solid #289043;
	margin-left:12px;
	line-height:18px;
	color:#fff;
	padding:8px;
	}
#wellness_box p{
	margin-bottom:8px;
	width:235px;
	}
#wellness_box a{
	color:#fff;
	}
#wellness_box a:hover{
	color:#fff;
	text-decoration:none;
	}
#wellnessbox_title{
	text-transform:uppercase;
	text-align:center;!IMPORTANT
	width:235px;
	}
#health_tips{
	width:200px;
	}
#health_tips li{
	width:200px;
	list-style-position:outside;
	margin:20px 0;
	position:relative;
	left:-20px;
	}
/*-----  Footer  ----- */
#social{
	float:left;
	position:absolute;
	left:5px;
	top:-10px;
	}
#social img{
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}
#social img:hover{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;	
	}
#footer{
	width:975px;
	position:relative;
	bottom:5px;
	margin:15px auto 0px;
	text-align:center;
	font-size:12px;
	color:#319f45;
	}
#footerlinks a{
	text-decoration:underline;
	color:#319f45;
	}
#footerlinks a:hover{
	text-decoration:none;
	color:#319f45;
	}
#footerhr{
	border:none;
	height:1px;
	width:65%;
	display:block;
	margin:25px auto;
	}	
#copyright-wrapper{
	width:975px;
	margin:0 auto 25px;
	position:relative;
	}
#copyright{
	font-family: 'Josefin Sans', sans-serif;
	font-size:12px;
	width:350px;
	margin:8px auto;
	text-align:center;
	}	
#opd{
	font-family: 'Josefin Sans', sans-serif;
	position:absolute;
	font-size:12px;
	width:150px;
	margin:-13px auto;
	text-align:right;
	right:1px;
	top:0px;
	}	
#opd img:hover{
	width:80px;
	height:27px;
	border:none;
	background: transparent url(../media/images/opd.png)
    0px -27px no-repeat;
	
	
	}
#opd img{
	width:80px;
	height:27px;
	border:none;
	background: transparent url(../media/images/opd.png);
}
:focus {
  outline-color: transparent;
  outline-style: none;
}

/*--------  NEWS  ---------*/
.news-title{
	font-family: 'Josefin Sans', sans-serif;
	margin:30px 0 10px;
	font-size:22px;
	color:#005c7e;
	text-transform: capitalize;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	}
.news-title:hover{
	text-decoration:underline;
	}
.news-date{
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	color:#005c7e;
	font-weight:bold;
	line-height:25px;
	}
.news-divider{
	width:65%;
	height:2px;
	display:block;
	margin:25px auto;
	background:#8fc547;
	clear:both;
	}	
.gobutton-wrap{
	border:none;
	background:url(../media/images/button_go.png) no-repeat;
	display:block;
	height:38px;
	width:44px;
	margin:0 auto;
	top:-12px;
	left:5px;
	position:relative;
	float:right;
	}

.gobutton-wrap:hover{
	border:none;
	background: transparent url(../media/images/button_go.png)
    -0px -38px no-repeat;
	height:38px;
	width:44px;
	}
.comment-news-link{
	float:right;
	width:500px;
	text-align:right;
	color:#227a33;
	position:relative;
	right:75px;
	}
.comment-news-link a{color:#227a33;text-decoration:underline}
.comment-news-link a:hover{color:#227a33; text-decoration:none}
.comment-news-linka span{display:none;}

.readmorelink{
	color:#005c7e;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	}
.readmorelink:hover{
	color:#005c7e;
	text-decoration:underline;
	}
.readraquo{
	color:#005c7e;
	font-weight:bold;
	}
/*------ Nav area -----*/


#nav{
	position:relative;
	height:65px; 
	width:975px;
	background: url(../media/images/nav.png) no-repeat;
	padding:0;
	margin:0 auto;
	top:0px;

	
}		
	
 #nav li {
    margin: 0; padding:0; list-style: none;
    position:absolute;height:36px; display:block; }

  #nav li ul{
  padding:0;
  margin:0px 0 0 0;
  height:auto;
  }	
  
   
  #nav a{
  	display:block;
	height:36px;
	width:100%;
	}	
	
  #nav a span{display:none;}
  
  #nav li ul li a span{display:block;}
  
 


#nav li ul {
  display:none;
  position:absolute; 
  top: 0;
  left: 0;
  }

#nav li > ul {
	top: auto;
	left: auto;
	margin-left: 0px;
	margin-top: 0px;
	}
	
#nav li:hover ul, #nav li.over ul{ display: block;}

	/** Nav links are plain text if CSS is turned off **/	
	
	#nav_about{left:191px;top:0px; height:36px;width:83px;}
	#nav_people{left:274px;top:0px;height:36px;width:165px; }
	#nav_news{left:439px;top:0px;height:36px;width:185px;}
	#nav_contact{left:624px;top:0px;height:36px;width:106px; }
	

	
	
	#nav_about a:hover, #about #nav_about{
    background: transparent url(../media/images/nav.png)
    -191px -65px no-repeat;}	

	#nav_people a:hover, #people #nav_people{
    background: transparent url(../media/images/nav.png)
    -274px -65px  no-repeat;}

	#nav_news a:hover, #news #nav_news{
    background: transparent url(../media/images/nav.png)
    -439px -65px no-repeat;}
	
	#nav_contact a:hover, #contact #nav_contact{
    background: transparent url(../media/images/nav.png)
    -624px -65px no-repeat;}
	
	