/*-------------------------------------------------------------------
SITE REQUITED
-------------------------------------------------------------------*/
body {
	margin:0px; 
	padding:0px; 
	background-color:#ffffff;
}

table {
	border-collapse:collapse;
}

form { 
	margin:0px; 
	padding:0px; 
}

#content {
	margin-left:auto;
	margin-right:auto;
	padding: 40px; 
	width:880px;
	background-color:#FFFFFF;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

@media print { .printHide { display:none; } #content { width: 640px; } } 

.required_field { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#CC2229; 
}

/*----------------- Font Styles -----------------*/
/* Default Font */
body, td, a, .default_font,
h1, .h1, h2, .h2, h3, .h3, h4, .h4,  
.font_1, .font_2, .font_3, .font_4, .font_5, .font_6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#000000;
	line-height:25px;
}

.font_1 { font-family: Georgia, "Times New Roman", Times, serif; font-style:italic; color: #4B9CCA; }
.font_2 { color: #EB5B62; }
.font_3 { font-size: 10pt; line-height:11pt; }
.font_4 { font-family: inherit; }
.font_5 { font-family: inherit; }
.font_6 { font-family: inherit; }


h1, .h1 { /* Title */ 
	display:inline; margin:0px; padding:0px;
	font-weight: bold; text-decoration:none; font-style:normal; font-size: 18pt; color: #4B9CCA; 
}
h2, .h2 { /* Sub Title */
	display:inline; margin:0px; padding:0px;
	font-weight: bold; text-decoration:none; font-style:normal; font-size: 18pt; color: #EB5B62; 
}
h3, .h3 { /* Heading */
	display:inline; margin:0px; padding:0px;
	font-family: Baskerville, Georgia, serif; font-weight: normal; text-decoration:none; font-style:italic; font-size: 14pt; color: #4B9CCA; 
}
h4, .h4 { /* Sub Heading */
	display:inline; margin:0px; padding:0px;
	font-family: Baskerville, Georgia, serif; font-weight: normal; text-decoration:none; font-style:italic; font-size: 14pt; color: #EB5B62; 
}


/*----------------- Link Styles -----------------*/
a:link, a:visited { 
	color: #4B9CCA; text-decoration: underline; font-style: italic;
}
a:active, a:hover { 
	color: #4B9CCA; text-decoration: underline; font-style: italic;
} 

/*-------------------------------------------------------------------
CUSTOM
-------------------------------------------------------------------*/

#header {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:120px;
	background-color:#fecf0d;
}

#menu {
	margin:0px;
	padding:0px;
}

#introContainer {
	display:none;
	position:absolute;
	top:15px;
	left:287px;
	width:960px;
	height:650px;
	z-index:1;
	background-color:#bfdae9;
}

#women_and_partners {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	height:511px;
	width:944px;
	background-repeat:no-repeat;
	background-position:left top;
}

#women_and_partners, #providers, #providers, #families, #community{
	overflow:hidden;
	height:511px;
	background-repeat:no-repeat;
}
#women_and_partners {
	background-image:url(/images/women_and_partners_bkg.jpg);
}
#providers {
	background-image:url(/images/providers_bkg.jpg);
}
#families {
	background-image:url(/images/families_bkg.jpg);
}
#community {
	background-image:url(/images/community_bkg.jpg);
}

#containerSlider {
	visibility:hidden;
	width:350px;
	height:511px;
	background-image:url(/images/transparent.png);
	background-repeat:repeat;
}

#containerSlider .subcontent {
	display:none;
	visibility:hidden;
	margin:0px;
	padding: 33px 23px 0px 23px;
	height:511px;
	overflow:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px; 
	color: #ffffff; 
	text-decoration: none;
	line-height:20px;
	cursor:default;
}

#subMenu {
	margin:0px 15px;
	padding:50px 0px 0px 0px;
	float:right;
	width:175px;
	text-align:left;
}

.subLink, .subLinkCurrent {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.subLinkCurrent {
	color: #fecf0d;
}
.subLink, .subLink:link, .subLink:visited,
.subLinkCurrent, .subLinkCurrent:link, .subLinkCurrent:visited {
	display:block;
	font-family:Helvetica, Arial, sans-serif; font-size:13px; color: #ffffff; text-decoration: none; font-style: normal;
	line-height:16px;
}

.subLink:active, .subLink:hover,
.subLinkCurrent, .subLinkCurrent:link, .subLinkCurrent:visited, .subLinkCurrent:active, .subLinkCurrent:hover { 
	display:block;
	font-family:Helvetica, Arial, sans-serif; font-size:13px; color: #fecf0d; text-decoration: none; font-style: normal;
	line-height:16px;
}

/*-------------------------------------------------------------------
MAP
-------------------------------------------------------------------*/

.iiButton {
	background-color:#BDD8E8;
	border:1px solid #4D83A3;
	color:#2D4C5E;
	font-weight:bold;
	cursor:pointer;
}

#clinicListContainer {
	float:left;
	overflow:auto;
	width:265px;
	height:480px;
	text-align:left;
	background:#FFFFFF;
	border:1px solid #808080;
}

#clinicListContainer ul {
	margin:0px;
	padding:0px;
	list-style-position:outside;
	list-style:none;
	list-style-type:none;
}

#clinicListContainer ul li,
#clinicListContainer ul li:link, #clinicListContainer ul li:visited, #clinicListContainer ul li:active, #clinicListContainer ul li:hover {
	margin:6px 0px 6px 6px;
	padding:0px;
	height:40px;
	width:95%;
	overflow:visible;
	display:table;
	vertical-align:middle;
	clear:both;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	cursor:pointer;
}

#clinicListContainer ul li:active, #clinicListContainer ul li:hover {
	background-color:#bfdae9;
	border-right-color:#666666;
	border-bottom-color:#666666;
}

#clinicListContainer ul li img {
	float:left;
	margin:8px 5px 5px 3px;
}

#clinicListContainer ul li .clinicLabel {
	margin-top:13px;
	margin-bottom:10px;
}


#map {
	float:right;
	border:1px solid #666666;
	width:600px;
	height:480px
}

.infoContainer {
	line-height:normal;
}

.infoContainer .title {
	margin:0px 25px 0px 0px;
	font-size:16px;
	color:#2D4C5E;
}

.infoContainer hr {
	height:1px;
	width:300px;
	border-top-width:1px;
	border-bottom-width:0px;
	border-bottom-width:#666666;
}

.infoContainer .address, .infoContainer .phone, .infoContainer .website, .infoContainer .email {
	padding-left:25px;
}

.infoContainer .website, .infoContainer .website a,
.infoContainer .email, .infoContainer .email a, {
	font-weight:bold;
	font-style:normal;
}

.infoContainer #extender {
	width:300px;
}

#footer {
	margin:0px auto 10px auto;
	padding: 5px;
	width:945px;
}
#footer, #footer a {
	font-size:14px;
	text-decoration:none;
	color:#808080;
}
#credit {
	text-align:right;
}
#credit, #credit a {
	font-style:normal;
	font-size:12px;
	color:#909090;
}

fieldset {
	margin:20px auto 0px auto;
	padding:20px;
	width:60%;
	border:1px dashed #d9d9d9;
	background-color:#fefefe;
}
fieldset fieldset {
	margin:20px 20px 20px 0px;
	width:95%;
	border-color:#999;
	border-style:solid;
	background-color:#f9f9f9;
}
fieldset fieldset legend {
	font-weight:bold;
}
fieldset input {
	border-width:1px;
	border-style:solid;
	border-color:#000;