@charset "utf-8";
/* CSS Document */
/* This will be the style sheet for the home page */

/*********************************This first section resets the default css for all browsers***************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*********************************Browser reset close***************************************/

/*********************************This is used for the sticky footer************************/
* {
	margin:0;
}
html, body {
	height:100%;
}
.wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -4em;
}
.footer, .push {
	height: 6em;
	width:100%;
}
.footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	clear:both;
}

.footer .foot_right {
	float:right;
	width:220px;
	height:85%;
	padding:10px 7px 0px 7px;
	border-left:#FFFFFF thin solid;
}

.foot_right a {
	text-align:left;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	float:left;
	vertical-align:middle;
	width:220px;
}

.foot_right a:hover {
	color:#FF9900;
}

.footer .foot_left {
	float:left;
	width:706px;
	height:85%;
	padding:10px 7px 0px 7px;
}

.foot_left ul {
	list-style:none;
	float:right;
}

.foot_left li {
	color:#FFFFFF;
	float:left;
}

.foot_left li a {
	text-decoration:none;
	color:#FFFFFF;
	padding:0px 5px 0px 5px;
}

.foot_left li a:hover {
	color:#FF9900;
}

.foot_left .bottom p {
	float:left;
	margin-top:9px;
	color:#FFFFFF;
}

.bottom a {
	color:#FFFFFF;
}

.bottom a:hover {
	color:#FF9900;
}

/*********************************Close sticky footer************************/

/*********************************Start Pagination css************************/
/***********************************************
* Featured Content Slider- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #234064;
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 250px;
margin-left:auto;
margin-right:auto;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 400px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */ /* I changed this to 400 to fix it for IE */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-size:14px;
}

.contentdiv h1.pink {
	font-size:14px;
	font-weight:bold;
	color:#CA3092;
	border:#234064 thin solid;
	padding:3px;
	margin-bottom:10px;
}

.contentdiv h1 {
	font-size:14px;
	font-weight:bold;
	color:#234064;
	border:#234064 thin solid;
	padding:3px;
	margin-bottom:10px;
}

.contentdiv p {
	font-size:14px;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #234064;
padding: 5px 10px;
margin-left:auto;
margin-right:auto;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #234064;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
/*********************************Close Pagination css************************/

body {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#top_header {
	background-image:url(../images/header_top.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:25px;
}

#top_header a {
	font-size:12px;
	color:#234064;
	text-decoration:none;
}

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

#top_header span {
	vertical-align:super;
}

#top_header img {
	border:0;
}

#top_header_emergency {
	background-image:url(../images/header_top_emergency.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:25px;
}

#top_header_emergency a {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

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

#top_header_emergency span {
	padding-top:5px;
	vertical-align:super;
}

#top_header_emergency img {
	border:0;
}

#header {
	background-image:url(../images/header_middle.jpg);
	background-repeat:repeat-y;
	width:960px;
	height:54px;
}

#navigation {
	/*position:relative;*/
	background-image:url(../images/main_menu_middle.jpg);
	background-repeat:repeat-x;
	height:53px;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

#navigation img {
	float:left;
	border:0;
}

#navigation span {
	float:left;
	vertical-align:super;
	text-align:center;
	padding-left:13px;
	padding-top:10px;
}

#navigation a {
	float:left;
	text-decoration:none;
	font-size:13px;
	color:#FFFFFF;
	padding-left:16px;
	padding-right:16px;
}

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

#bottom_header {
	/*background-image:url(../images/home_page_header2.jpg);
	background-repeat:no-repeat;
	height:155px;
	width:960px;*/
}

#search_box {
	width:235px;
	height:50px;
	float:right;
	margin-top:40px;
	margin-right:15px;
	color:#FFFFFF;
	text-align:left;
}

#content {
	width:960px;
}

#java_menu {
	float:left;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#java_menu a {
	text-decoration:none;
	color:#356299;
	font-weight:bold;
	text-align:left;
	font-size:12px;
}

#java_menu a:hover {
	color:#234064;
}

#java_menu p {
	font-size:10px;
	text-align:left;
}

#java_menu hr {
	color:#234064;
}

#events_container {
	float:right;
	width:400px;
	margin-top:10px;
}

#events {
	height:288px;
	background-image:url(../images/events_background.jpg);
	background-repeat:no-repeat;
	padding-top:84px;
}

#h1n1 {
	height:288px;
	background-image:url(../images/h1n1_background.jpg);
	background-repeat:no-repeat;
	padding-top:84px;
}

#events_youtube {
	margin-top:10px;
	height:170px;
	background-image:url(../images/youtube_background.jpg);
	background-repeat:no-repeat;
	background-color:#006633;
	padding-top:71px;
}

/*
#events {
	float:right;
	width:400px;
	margin-top:10px;
	border:thin #234064 solid;
}

#events .links {	
}

#events a {
	font-size:12px;
	text-align:left;
	padding: 5px 5px 5px 10px;
	text-decoration:none;
	float:left;
	width:385px;
	color:#356299;
}

#events a:hover {
	background-color:#99B7DB;
	color:#234064;
}

#events .title p {
	background-image:url(../images/event_background.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	color:#FFFFFF;
	width:100%;
	font-weight:bold;
	height:auto;
	text-align:center;
	height:25px;
}

#events .foot a {
	font-weight:bold;
	text-align:right;
	float:right;
	color:#234064;
	width:383px;
}
*/


#calendar_button a {
	display:block;
	background-image:url(../images/calendar_button.jpg);
	text-decoration:none;
	background-repeat:no-repeat;
	height:49px;
	width:380px;
	margin-left:10px;
	margin-top:5px;
}

#calendar_button a:hover {
	background-image:url(../images/calendar_button_over.jpg);
	background-color:transparent;
}

#calendar_button span {
	display:none;
}

#highlights_button a {
	margin-top:5px;
	display:block;
	background-image:url(../images/highlights.jpg);
	background-repeat:no-repeat;
	height:37px;
	width:510px;
}

#highlights_button a:hover {
	background-image:url(../images/highlights_over.jpg);
	background-repeat:no-repeat;
}

#highlights_button span {
	display:none;
}

#new_blog_posts_button a {
	margin-top:5px;
	display:block;
	background-image:url(../images/new_blog_posts.jpg);
	background-repeat:no-repeat;
	height:37px;
	width:510px;
}

#new_blog_posts_button a:hover {
	background-image:url(../images/new_blog_posts_over.jpg);
	background-repeat:no-repeat;
}

#new_blog_posts_button span {
	display:none;
}

#tools_resources_button a {
	margin-top:5px;
	display:block;
	background-image:url(../images/tools_resources.jpg);
	background-repeat:no-repeat;
	height:37px;
	width:510px;
}

#tools_resources_button a:hover {
	background-image:url(../images/tools_resources_over.jpg);
	background-repeat:no-repeat;
}

#tools_resources_button span {
	display:none;
}

#services_provided_button a {
	margin-top:5px;
	display:block;
	background-image:url(../images/services_provided.jpg);
	background-repeat:no-repeat;
	height:37px;
	width:510px;
}

#services_provided_button a:hover {
	background-image:url(../images/services_provided_over.jpg);
	background-repeat:no-repeat;
}

#services_provided_button span {
	display:none;
}

#health_news_button a {
	margin-top:5px;
	display:block;
	background-image:url(../images/health_news.jpg);
	background-repeat:no-repeat;
	height:37px;
	width:510px;
}

#health_news_button a:hover {
	background-image:url(../images/health_news_over.jpg);
	background-repeat:no-repeat;
}

#health_news_button span {
	display:none;
}

.left {
	float:left;
}

.right {
	float:right;
}