@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {display: inline;}

/* @end */

/* @group RESET */ /* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}

fieldset,img {border: none;}

/* @end */

/* @group LAYOUT */

body {background: #FFFFFF;}

img, div {behavior: url(/SiteFiles/1477/Scripts/iepngfix.htc);} /* Add other elements using png's as needed */

img.alignleft {float: left;	margin: 2px 20px 18px 0;} /* Class for image aligned left with margin */

img.alignright {float: right; margin: 2px 0 18px 20px;} /* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}

/* @end */


/* @group TYPE */

body, p, div, ul, li, td {
	font-family: "Myriad Pro", "Lucida Grande", Tahoma, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

strong, b {font-weight: bold;}

p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	color:#8BA43C;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:focus {outline: none;} /* Removes a outline in Firefox  */

h1 {
	font-family:"Myriad Pro", "Lucida Grande", Tahoma, sans-serif;
	color:#8BA43C;
	font-size:48px;
	line-height:60px;
	font-weight: bold;
	text-shadow: #fff 1px 1px;
}

h2 {
	font-weight:bold;
	font-size:24px;
	line-height:42px;
	color:#59118E;
}

h3 {
	font-family: "Myriad Pro", "Lucida Grande", Tahoma, sans-serif;
	font-weight:bold;
	font-size:21px;
	line-height:36px;
}

h4 {
	font-family: "Myriad Pro", "Lucida Grande", Tahoma, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:36px;
}

h5 {
	font-family: "Myriad Pro", "Lucida Grande", Tahoma, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:21px;
}

/* @end */

/* @group SEARCH */ /* Uses image-driven field and button styles  */

#search {
	width: 125px;
	height: 20px;
	position:absolute;
	left: 827px;
	top: 121px;
}

.searchField {
	float: left;
	width: 76px;
	height: 20px;
	padding: 4px 25px;
	margin: 3px 0px 0px 10px;
	background: url(/SiteFiles/1477/Images/search.png) no-repeat;
	outline: none;
	border: none;
	font-size:11px;
	color:#ccc;
}
.searchButton {
	display:none;
}
.signupPanel, #ctl00_cphListSignup_ctl00_pnlSignup {
	margin:0px;
	padding:0px;
}
.signupField {
	float: left;
	width: 96px;
	height: 20px;
	padding: 4px 25px;
	margin: 6px 0px 0px 0px;
	background: url(/SiteFiles/1477/Images/enews.png) no-repeat;
	outline: none;
	border: none;
	font-size:11px;
	color:#ccc;
}
.signupButton {
	float: left;
	width: 60px;
	height: 28px;
	padding: 4px 0px;
	margin: 6px 0px 0px 6px;
	background: url(/SiteFiles/1477/Images/enewsbutton.png) no-repeat;
	outline: none;
	border: none;
	font-size:11px;
	color:#fff;
	line-height:14px;
	text-align:center;
}
/* @end */

/* @group MAIN NAV */

#mainnavWrapper {
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 49px;
	background-image: url(/sitefiles/1477/Images/mainnav.jpg);
	background-repeat: repeat-x;
}

#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	
}

#mainnav, #mainnav ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	background: none;
	width:974px;
}

#mainnav li ul {
	display: none; /* Hides child pages */
}

#mainnav li {
	padding: 16px 21px 15px 20px;
	margin: 0px;
	float: left;
	font-size:15px;
	background-image: url(/sitefiles/1477/Images/break.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainnav a {
	display: block;
	text-decoration: none;
	color:#808080;
}
li#mn-home {
	display:none;
}
li#mn-contactus {
	background-image:none;
}

#mainnav a:hover {
	color:#59118E;
}

#mainnav a.current {
}

/* @end */

/* @group LEVEL 2 NAV */

#level2navWrapper {
	margin: 0px;
	padding: 0px;
}

#level2navWrapper p,
#level2navWrapper h2,
#level2navWrapper h2 a {
	display: none; 
}

#level2nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#level2nav li ul {
	display: none; /* Hides child pages */
}

#level2nav li {
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
}

#level2nav a {
	display: block;
}

#level2nav a:hover {
	display: block;
}

#level2nav a.current {
	display: block;
}

/* @end */

/* @group SUB NAV */

#subnavWrapper {
	float: left;
}

#subnavWrapper p {
	display: none;
}
#subnavWrapper h2,
#subnavWrapper h2 a {
	color: #59118E;
	margin:45px 0px 10px 0px ;
}

#subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#subnav li {
	padding: 7px 0px 6px 0px;
	margin: 0px;
	width: 205px;
	background: none;
	border-bottom: solid 1px #cccde0;
}

#subnav a {
	display: block;
	color:#666666;
}

#subnav a:hover {
	display: block;
	color:#333333;
	text-decoration:none;
}

#subnav a.current {
	font-weight:bold;
	
}

/* @end */

/* @group HEADER */

#header-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1477/Images/top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 974px;
	height: 112px;
	position:relative;
}

.logo {
	width: 200px;
	height: 112px;
	overflow: hidden;
}

.logo a {
	width: 200px;
	height: 112px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1477/Images/logo.png) no-repeat;
}
#tagline {
	position:absolute;
	left: 641px;
	top: 43px;
	font-size: 24px;
	color:#59118E;
	width: 315px;
}
a.medical {
	display:block;
	width: 78px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(/sitefiles/1477/Images/medical.png);
	background-position:center top;
	background-repeat: no-repeat;
	float:left;
	margin: 0px 4px 0px 0px;
}
a.medical:hover {
	background-image:url(/sitefiles/1477/Images/medical.png);
	background-position:center bottom;
	background-repeat: no-repeat;
}
a.wellness {
	display:block;
	width: 98px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(/sitefiles/1477/Images/wellness.png);
	background-position:center top;
	background-repeat: no-repeat;
	float:left;
	margin: 0px 4px 0px 0px;
}
a.wellness:hover {
	background-image:url(/sitefiles/1477/Images/wellness.png);
	background-position:center bottom;
	background-repeat: no-repeat;
}
a.outreach {
	display:block;
	width: 104px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(/sitefiles/1477/Images/outreach.png);
	background-position:center top;
	background-repeat: no-repeat;
	float:left;
}
a.outreach:hover {
	background-image:url(/sitefiles/1477/Images/outreach.png);
	background-position:center bottom;
	background-repeat: no-repeat;
}
/* @end */

/* @group CONTENT */

#content-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	clear: left;
	background-image: url(/sitefiles/1477/Images/bkgd.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #c4b5da;
}
#content {
	margin: 0px auto;
	padding: 28px 0px 0px 0px;
	width: 974px;
	background-image: url(/sitefiles/1477/Images/topshadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#slider-wrapper {
	width: 974px;
	height: 401px;
	position: relative;
}
.swRotator .prev, .swRotator .left, .swRotator .backward {
	position:absolute;
	display:block;
	top:200px;
	left:-14px;
	color:#CC0066;
	text-indent:-999px;
	background-image:url(/sitefiles/1477/Images/arrow-prev.png);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center center;
	width:9px;
	height:19px;
}
.swRotator .next, .swRotator .right, .swRotator .forward {
	position:absolute;
	display:block;
	top:200px;
	right:-14px;
	color:#CC0066;
	text-indent:-999px;
	background-image:url(/sitefiles/1477/Images/arrow-next.png);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center center;
	width:9px;
	height:19px;
}
#contentLeft-wrapper {
	width:716px;
	float:left;
}
#contentTop {
	width:620px;
	padding:66px 48px 40px 48px;
	height:40px;
	background-image: url(/sitefiles/1477/Images/bkgd-contenttop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contentLeft {
	width:620px;
	padding:38px 48px;
	background-color:#fff;
	background-image: url(/sitefiles/1477/Images/bkgd-content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	position: relative;
	min-height: 400px;
}
#contentRight {
	width:207px;
	padding:38px 25px;
	background-color:#EFF0F0;
	background-image: url(/sitefiles/1477/Images/bkgd-contentright.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#sideshadow {
	position:absolute;
	background-image: url(/sitefiles/1477/Images/sideshadow.png);
	height: 442px;
	width: 36px;
	top: 19px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}

/* @end */

/* @group FOOTER */

#footertop-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1477/Images/footertop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footerbottom-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1477/Images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:500px;
}
#footertop {
	margin: 0px auto;
	padding: 27px 28px 27px 30px;
	width: 918px;
	height: 138px;
	background-image: url(/sitefiles/1477/Images/footercontent.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footertop a {
	display:block;
	border-bottom: solid 2px #B1B2B3;
	height:138px;
	width:288px;
	float:left;
}
#footertop a.first {
	display:block;
	margin-right:27px;
	float:left;
}
#footertop a.mid  {
	display:block;
	float:left;
}
#footertop a.last {
	display:block;
	margin-right:0px;
	float:right;
}
#footertop a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8F9090;
}
#footerbottom {
	margin: 0px auto;
	padding: 30px 15px;
	width: 946px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #676364;
}
#cred {
	margin: 0px auto;
	padding: 30px 15px;
	width: 946px;
	color:#fff;
}
#cred span {
	display:block;
	float:left;
	width:300px;
}
#cred span img {
	display:block;
	margin-right:7px;
	float:left;
}
#cred h5 {
	display:block;
	float:left;
	padding: 7px 16px 0px 0px;
	background-image: url(/sitefiles/1477/Images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	margin: 0px 10px 0px 0px;
}
a.site-credit-link {
	float: right;
	display:block;
	color:#CCCCCC;
}
a.site-credit-link:hover {
	text-decoration:none;
	color:#fff;
}
.footersection {
	width:226px;
	color: #fff;
	float:left;
	margin: 0px 14px 0px 0px;
}
.footersection .templatecontent {
	color:#fff;
}
.footersectionlast {
	width:226px;
	color: #fff;
	float:left;
	margin: 0px;
}
/* @end */

/* @group BREADCRUMBS */

#breadcrumbs {
	width: 500px;
	text-align: left;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	padding: 0px 10px 0px 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	background: url(/SiteFiles/1477/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

#breadcrumbs a:hover {
	background: url(/SiteFiles/1477/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

#breadcrumbs a.first {
	background: none;
	padding-left: 0px;
}

#breadcrumbs a.first:hover {
	background: none;
	padding-left: 0px;
}

#breadcrumbs a.current {
	background: url(/SiteFiles/1477/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

/* @end */

/* @group BREADCRUMBS */
.upcoming-events-wrapper {
	margin:0px;
}
.upcoming-events-wrapper ul {
	padding:0px;
	list-style-type:none;
	margin:-10px 0px 0px 0px;
}
.upcoming-events-time {
	display:none;
}
p.upcoming-events-date {
	color:#fff;
	display:block;
	padding:2px 5px;
	background-color:#1a1a1a;
	font-size:12px;
	float: left;
}
span.upcoming-events-date {
	font-size:12px;
}
p.upcoming-events-name {
	padding:2px 10px;
	display:block;
	float:left;
	margin:0px 0px 5px 0px;
	width:140px;
}
#ctl00_cphPageBottom_public_partctrl_3_1_ctlWidgetList_pnlRecentEvents {
	margin:0px;
}

/* @end */

