body {
	margin: 0;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

a {text-decoration: underline;}

a:hover {text-decoration: none;}

img {border-style: none;}

form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

input,
textarea,
select{vertical-align:middle;}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 920px;
}


/* #Header# */
#header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}

#header:after {
	content: "";
	display: block;
	clear: both;
}

#header .holder {
	overflow: hidden;
	width: 100%;
	background: url('/Site/Images/bg-header.gif') no-repeat;
}

/* #Logo# */
.logo {
	float: right;
	padding: 9px 31px 0 0;
	width: 131px;
	text-indent: -9999px;
}

.logo a {
	display: block;
	overflow: hidden;
	height: 82px;
	background: url('/Site/Images/logo.gif') no-repeat;
}

.slogan {
	display: block;
	margin: 39px 0 25px 59px;
	height: 132px;
	width: 576px;
	text-indent: -9999px;
	background: url('/Site/Images/text-slogan.gif') no-repeat;
}

#header a img {display: block;}

/* #Navigation# */
.nav-holder {
	width: 100%;
	background: #fff;
}

.nav-holder:after {
	content: "";
	display: block;
	clear: both;
}

#main-nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 383px;
	list-style: none;
	background: #fff;
	z-index: 50;
}
#main-nav li {
	display: inline;
	float: left;
	margin: 0 0 0 4px;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	white-space: nowrap;
}

#main-nav li a {
	display: block;
	padding: 13px 20px 13px 14px;
	color: #604d87;
	text-decoration: none;	
	text-transform: uppercase;
}

#main-nav li ul
{
	display: none;
}

.safari3 #main-nav li a {padding: 12px 14px 13px 14px;}
.safari4 #main-nav li a {padding: 12px 14px 13px 14px;}
.mac.ff3 #main-nav li a {padding: 12px 14px 13px 14px;}
.mac.opera9 #main-nav li a {padding: 12px 14px 13px 14px;}
.mac.opera10 #main-nav li a {padding: 12px 14px 13px 14px;}
#main-nav li a.about {background: url('/Site/Images/icon-aqua.gif') no-repeat 0 50%;}
#main-nav li a.programs {background: url('/Site/Images/icon-green.gif') no-repeat 0 50%;}
#main-nav li a.members {background: url('/Site/Images/icon-orange.gif') no-repeat 0 50%;}
#main-nav li a.resources {background: url('/Site/Images/icon-purple.gif') no-repeat 0 50%;}

#main-nav .drop-holder .drop {
	float: left;
	width: auto;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	z-index: 40;
}
#main-nav .drop ul {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	float: none;
	list-style: none;
}
#main-nav .drop ul li {
	display: block;
	float: none;
	background: none;
	font-size: 0;  
	line-height: 0;
	padding: 0 0 1px;
	margin: 0 0 -1px;
	letter-spacing: 0;
}
#main-nav .drop ul li a {
	padding: 3px 10px;
	float: none;
	display: block;
	height: auto;
	background: url(/Site/Images/transparent.gif);
	font: 11px/14px Arial, Helvetica, sans-serif;
}
.mac.ff3 #main-nav .drop ul li a {padding: 3px 10px;}
.mac.opera9 #main-nav .drop ul li a {padding: 3px 10px;}
.mac.opera10 #main-nav .drop ul li a {padding: 3px 10px;}
#main-nav .drop ul li a:hover {background: #9bdefc;}
#main-nav li:hover,
#main-nav li.hover {
	position:relative;
	background: #def5ff;
}
#main-nav li:hover .drop-holder,
#main-nav li.hover .drop-holder,
#main-nav li:hover .drop-holder li:hover .drop-holder,
#main-nav li.hover .drop-holder li.hover .drop-holder,
#main-nav li:hover .drop-holder li:hover .drop-holder li:hover .drop-holder,
#main-nav li.hover .drop-holder li.hover .drop-holder li.hover .drop-holder {display:block;}
#main-nav li:hover .drop-holder .drop-holder,
#main-nav li.hover .drop-holder .drop-holder,
#main-nav li:hover .drop-holder li:hover .drop-holder .drop-holder,
#main-nav li.hover .drop-holder li.hover .drop-holder .drop-holder {display:none;}

#main-nav .drop-holder {
	position: absolute;
	display: none;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 39px;
}
#main-nav .drop {
	background: #fff;
	width: 100%;
}
#main-nav .drop:after {
	display: block;
	content: "";
	clear: both;
}
#main-nav .drop-holder .drop-holder {
	top: 0;
	left: 100%;
}

#main {
	position: relative;
	padding: 170px 0 0;
	width: 100%;
	*z-index: -1;
}

.DesignMode #main {
	margin: 60px 0 0 0;
}

#main:after {
	content: "";
	display: block;
	clear: both;
}

#main.home {
	padding: 236px 0 0;
	background: #80ccf4 url('/Site/Images/bg-main.gif') no-repeat 0 100%;
}

/* #Content and Page Title# */
#content {
	float: left;
	padding: 10px 0 0;
	width: 690px;
}

.home #content {
	float: none;
	overflow: hidden;
	padding: 12px 22px 16px 378px;
	width: 520px;
}

.home a {
	color: #00e;
}


#content .link-box {
	padding: 18px 0 0 34px;
	width: 475px;
	text-align: center;
}

#content .link-box a {
	display: inline;
	float: left;
	margin: 0 10px;
}
#content .link-box a img {display: block;}

.main-image {
	position: absolute;
	bottom: 20px;
	left: 0;
	height: 465px;
	width: 398px;
	z-index: 101;
}

* html .main-image {bottom: 18px;}

#content h1 {
	margin: 0;
	font: 37px 'times new roman', serif;
	font-variant: small-caps;
}

#content h1 .big {
	font-size: 37px;
	line-height: 40px;
}

.breadcrumbs {
	overflow: hidden;
	margin: -10px 0 0;
	padding: 8px 0 15px 10px;
	width: 680px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	list-style: none;
}

.breadcrumbs li {
	float: left;
	padding: 0 4px 0 8px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	background: url('/Site/Images/sep-breadcrumbs.gif') no-repeat 0 50%;
	letter-spacing: 1px;
}

.breadcrumbs li:first-child {background: none;}

.breadcrumbs a {
	color: #000000;
	text-decoration: none;
}

.breadcrumbs a:hover {text-decoration: underline;}

/* #IE 6# */
.breadcrumbs li {background-image: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto"); }

.text-block {
	padding: 5px 20px 30px 17px;
	background: #e6e699 url('/Site/Images/bg-text-block.gif') no-repeat 0 100%;
	zoom: 1;
}

.home .text-block {
	padding: 12px 0 0;
	background: none;
	zoom: 1;
}

.text-block h2 {
	margin: 0;
	padding: 12px 0 8px;
	font-size: 20px;
	line-height: 22px;
	font-family: Times, Sans-Serif;
	font-weight: normal;
	clear: both;
}

.text-block h3 {
	margin: 0;
	padding: 12px 0 8px;
	font-size: 19px;
	line-height: 22px;
	font-family: Times New Roman;
	font-weight: normal;
}


.text-block p {
	margin: 10px 0 12px;
	line-height: 20px;
}

.text-block ul {
	margin: 0;
	padding: 0 0 12px 6px;
	list-style: none;
}

.text-block ul li {
	padding: 0 0 0 14px;
	background: #e6e699 url('/Site/Images/bullet.gif') no-repeat 0 7px;
}

.text-block .frame {
	padding: 0px 0 9px 4px;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;	
}

.text-block .frame li {
	margin: 0 0 10px 0;
}

.text-block .frame h2 a {
	font-family: "times new roman", Serif;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	list-style: none;
	font-variant: small-caps;
	font-weight: normal;
}

.text-block .frame h2 a:hover {
	text-decoration: underline;
}

.text-block .frame p {
	margin: 0 0 -10px 0;
	padding: 0 0 0 0;
}

.text-block .frame .heading:hover {text-decoration: underline;}



.programs-block {
	overflow: hidden;
	padding: 10px 4px 0 0;
	width: 686px;
}

.programs-block .left {float: left;}

.programs-block .left img {
	display: block;
	margin: 0 0 10px 0;
}

.programs-block .right {
	float: right;
	overflow: hidden;
	width: 282px;
}

.programs-block .screening-box {
	background: #b70050;
	overflow: hidden;
	margin: 0 0 5px;
	padding: 0 0 6px;
	width: 282px;
}

.programs-block .screening-box .screening {
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	height: 41px;
	width: 282px;
	background: url('/Site/Images/text-cancer_screening.gif') no-repeat;
}

.programs-block .screening-box ul {
	float: left;
	margin: 0;
	padding: 5px 2px 10px 15px;
	list-style: none;
}

.programs-block .screening-box ul li {
	font-size: 9px;
	line-height: 10px;
	clear: right;
	display: block;
	width: 120px;
	float: left;
	margin: 0px 0px 7px 0px;
}

.programs-block .screening-box ul li a {
	color: #fff;
	text-decoration: none;

}

.programs-block .screening-box ul li a:hover {text-decoration: underline;}

.programs-block .treatment-box {
	overflow: hidden;
	margin: 0 0 5px;
	width: 282px;
	background: #c8df8e;
}

.programs-block .treatment {
	float: left;
	text-indent: -9999px;
	height: 86px;
	width: 138px;
	background: url('/Site/Images/text-cancer_treatment.gif') no-repeat;
}

.programs-block .treatment-box ul {
	float: left;
	margin: 0;
	padding: 12px 0 0 2px;
	list-style: none;
	clear: none;
	width: 138px;
}

.programs-block .treatment-box ul li {
	font-size: 9px;
	line-height: 14px;
}

.programs-block .treatment-box ul a {
	color: #000;
	text-decoration: none;
}

.programs-block .treatment-box ul a:hover {text-decoration: underline;}

.programs-block .links {width: 300px;}

.programs-block .links a {
	float: left;
	margin: 0 6px 0 0;
}

/* #Programs Skinny Yellow Box# */
.programs-block .rightColumn {
	background: #e6e699 url('/Site/Images/Prog-sub1bottom.gif') no-repeat bottom;
	float: right;
	overflow: hidden;
	width: 196px;
	padding: 0 16px 20px 16px;
	margin: 0;
}

.programs-block .rightColumn h2 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

.programs-block .rightColumn ul {
	margin: 0 0 0 -20px;
	line-height: 18px;
}

.programs-block .rightTop {
	background: url('/Site/Images/Pro-sub1top.gif') no-repeat ;
	height: 25px;
	margin: 0 -16px;
}

/* #Programs Wide Yellow Box# */
.programs-block .rightColumnWide {
	background: #e6e699 url('/Site/Images/Prog-sub2bottomWide.gif') no-repeat bottom;
	float: right;
	overflow: hidden;
	width: 421px;
	padding: 0 16px 20px 16px;
	margin: 0;
}

.programs-block .rightColumnWide h2 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

.programs-block .rightColumnWide ul {
	margin: 0 0 0 -20px;
	line-height: 18px;
}

.programs-block .rightTopWide {
	background: url('/Site/Images/Prog-sub2topWide.gif') no-repeat ;
	height: 25px;
	margin: 0 -16px;
}

.programs-block .rightWideImage {
	float: right;
	overflow: hidden;
	width: 453px;
	margin: 10px 0 0 0;
	
}

#sidebar {
	float: right;
	padding: 39px 0 0;
	width: 220px;
}

.search-form {
	padding: 0 0 10px;
	margin: 5px 0 5px 0;
}

.search-form .text {
	float: left;
	margin: 0;
	padding: 2px 1px 2px 1px;
	border: 1px solid #7f9db9;
	width: 190px;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #808080;
}

.search-form .submit {
	display: inline;
	float: left;
	margin: 2px 0 0 4px;
	height: 21px;
	width: 20px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url('/Site/Images/btn-search.gif') no-repeat;
	cursor: pointer;
	border-style: none;
}

.hidden {display: none;}

#sidebar h2 {
	margin: 0;
	padding: 4px 0 2px;
	color: #fff;
	font: 21px/24px 'times new roman', serif;
	text-align: center;
}

#sidebar h2 em {
	margin: 0 3px 0 0;
	font-size: 16px;
	line-height: 20px;
}

.side-box {margin: 0 0 20px;}

.side-box .holder {padding: 0 0 20px;}

.side-box ul {
	margin: 0;
	padding: 4px 5px 9px 5px;
	list-style: none;
}

.side-box ul li {
	margin: 0 0 10px;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
}

.side-box ul li a {text-decoration: none;}

.side-box ul li a:hover {text-decoration: underline;}



#downloads
{
	padding: 0px 0px 0px 10px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	zoom: 1;
}

#downloads a {
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	/*background: url('/Site/Images/icon-file.gif') no-repeat 0px 10px;*/
}

#downloads  a:hover {text-decoration: underline;}

#downloads  .size {
	display: block;
	margin: 0 0 1px;
	font-size: 11px;
	line-height: 17px;
}

#downloads  p {
	margin: 0;
	font-weight: normal;
}

#downloads li
{
	float: left;
	margin: 10px 0px 0px 0px !important;
}

#downloads li img
{
	float: left;
	margin: 0px 4px 0px 0px;
}

#downloads li h4
{
	margin: 0;
	padding: 0;
}

#downloads li p
{
	padding: 0px 0px 0px 22px;
}

.graphic {
	display: block;
	margin: 10px 0 0;
}

.graphic img {display: block;}


/* #Media Campaigns# */
.mediaBox {
	margin: 0px;
	width: 310px;
	height: 100px;
	padding: 20px 0 15px 5px;
	background: url('/Site/Images/ResourceBG.jpg') no-repeat;
	list-style: none;
	float: left;
	cursor: pointer;
}

.mediaBox .interior {
	padding: 0px 0 0 0;
	list-style: none;
	background: none;
}

.mediaBox .interior li {
	list-style: none;
	background: none;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

.mediaBox .interior li a {
	text-decoration: none;
	font-size: 12px;
	margin: 0px 0px 4px 0px;
	display: block;
}

.mediaBox .interior li.thumbnail {
	float: right;
	margin: 0px 25px 0 0;
	
}

.mediaBox:Hover {
	margin: 0px;
	width: 310px;
	height: 100px;
	padding: 20px 0 15px 5px;
	background: url('/Site/Images/ResourceBG-Hover.jpg') no-repeat;
}

.mediaBoxAnchor
{
	text-decoration: none !important;
}

.clearfix:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both; 
}

/* #Contact Info# */

.contactcard {
	margin: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 10px;
}

.contactcard h5 {
	color: #4B5732;
	font-weight: bold;
	margin: 0 0 0 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;

}

.contactcard .channels {
	margin: 0;
	padding: 0;
}

.contactcard .channels .phone {
	margin: 0px 0 10px 0;
	color: #666666;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	width: auto;
	padding: 0 5px 0 0;
	clear: left;
}

.contactcard .channels .extension {
	margin: 0px 0 0 0;
	color: #666666;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
}

.contactcard .channels .phone span {
	margin: 0;
	color: #4B5732;
	font-weight: bold;
	margin: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 5px 0 0;
}

.contactcard .channels .details {
	margin: -10px 0;
	color: #666666;
	line-height: 13px;
	font-weight: normal;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.contactcard .address {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.contactcard .address .street {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

.contactcard .address .city {
	font-weight: normal;
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	width: auto;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

.contactcard .address .zip {
	font-weight: normal;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}



/* #Related Links# */

.links {
	margin: 0;
	
}

.links a{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}

.links p {
	font-weight: normal;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	margin: 0;
}


#documents {
	margin: 10px 0px 0px 0px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#documents li {
	background: none !important;
	margin: 0px 0px 10px 0px;
}

#documents li img
{
	margin: 0px 4px 0px 0px;
	float: left;
}

#documents li h4
{
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#documents li p
{
	clear: both;
}

/* #Accordion Tables# */

.DCC_Goals_Row{
	background: #7a6171;
	color: #FFFFFF;
}

.DCC_Goals_Year {
	font-size: 12pt;
	font-weight: bold;
	border: 1px solid white;
}

.DCC_Goal_Column_Header {
	font-weight: bold;
	border: 1px solid black;
	background: #b7afc8;
}


.DCC_Goals_GoalNumber {
	font-weight: bold;
}

/* #Accordian# */

.accordion {
	width: 100%;
	background: #7A6171;
}

.accordion h3
{
	padding: 10px;
}

.accordion h3 a{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* #Featured# */
#featured li
{
	list-style: none;
	background: none;
}

/* #Registation Form# */

.accordion .EditingFormLabelCell {
	font-family: Arial, Sans-Serif;
	font-size: 19px;
}

.TextboxField {
	width: 200px;
}

/* #Events# */

.event
{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 2px solid #9185AD;
}

.event h3
{
	margin: 0px;
	padding: 0px;
}

.event h4
{
	margin: 0px;
	padding: 0px;
}

.event p
{
	margin: 0;
	padding: 0;
}

.events {
	margin: 10px 0 0 0;
	padding: 0;
	
}
.events li {
	background-image: none !Important;
	margin: 0 0 30px 0 !Important;
	padding: 0 0 10px 0;
	height: auto;
	display: block;
	
}
.events li h4 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px 0 0 0;
	padding:0;
	clear: both;
}

.events li em {
	float: left;
	clear: both;
	margin: 0;
	padding: 0 5px 0 0;
	width: 45px;
	
}

.events li p {
	margin: 0;
	padding: 0;
}

.events li .meetingCont {
	float: left;
	margin: 0;
	padding: 0;
	width: 570px;
}

/* #ColorBox# */

#colorbox-content
{
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

#colorbox-content p
{
	text-align: center;
}

#colorbox-content p a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9185AD;
}

#colorbox-content p a:Hover
{
	text-decoration: underline;
}

#cboxTitle
{
	font-size: 12px;
	text-align: center !important;
	height: 40px;
	padding: 0px 0px 0px 0px;
}

.files {
	margin: 10px 0 0 0;
}

.files img {
	margin: 0 5px 0 -20px;
}

#photo-gallery
{
	margin: 14px 0px 0px 14px;
	padding: 0;
}

.view-slideshow
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
}

/* #Retreat Form# */

.TextboxField, .TextBoxField {
	width: 250px;
}

.EditingFormLabel {
	padding: 0 5px 0 0;
}

.FormButton {
	float: right;
}

.ErrorLabel
{
	font-weight: bold;
	color: Red;
}

.EditingFormErrorLabel
{
	font-weight: bold;
	color: Red;
}

/* #Event Page# */
.page-event .EditingFormCategory
{
	font-family: Times New Roman, Sans-Serif;
	font-size: 22px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	color: #33C5CA;
}

.page-event .EditingFormLabelCell
{
	font-weight: bold;
}
