
/* ************************************************** div#columncontent ****************************** */
div#columncontent {
	float: right;
	width: 680px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#columncontent ul, #columncontent ol {
	padding: 0 0 1.5em 0;
}
#columncontent li {
	margin: 0 0 0 20px;
	line-height: 1.5em;
}
/*
BACKGROUNDS FOR FORPATIENTS SECTION
*/
body.forpatients { /* 0D4790 */
	background-color: #0D4790;
	background-image: url(/imgD/bkg_body_forpatients.jpg);
}
body.forpatients div#wrapper {
	background-image: url(/imgD/bkg_wrapper_forpatients.gif);
}







/* ************************************************** PAGE SPECIFIC STYLES ****************************** */

/* ************************************************** #page.locations > locations.html ****************************** */
/*
all search forms 
*/
#page.locations div#search {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0;
	color: #686868;
	background-image: url(/imgD/popup_findadoc_greygrad.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#page.locations div#search div.active {
	color: #ffffff;
	background-image: url(/imgD/popup_findadoc_purpgrad.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#page.locations div#search .formselect, #page.locations div#search .forminput {
	color: #a2a2a2; 
	background-color: #ffffff;
}
#page.locations div#search div.active .formselect, #page.locations div#search div.active .forminput {
	color: #3B004C; 
	background-color: #ffffff;
}
#page.locations div#search .formbutton {
	color: #ffffff;
	background-color: #a2a2a2;
}
#page.locations div#search div.active .formbutton {
	color: #ffffff;
	background-color: #3B004C;
}

/* 
search by zip 
*/
#page.locations div#searchbyzip {
	float: left;
	width: 300px;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}
#page.locations #searchbyzip .forminput {
	width: 102px;
	margin: 0 5px;
	padding: 3px 2px 3px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	background-image: url(/imgD/popup_findadoc_ziparrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
#page.locations #searchbyzip .formbutton {
	width: 110px;
	margin: 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

/*
search by service
*/
#page.locations div#searchbyservice {
	float: left;
	width: 340px;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}
#page.locations #searchbyservice .formselect {
	width: 146px;
	margin: 0 5px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
}
#page.locations #searchbyservice .formbutton {
	width: 110px;
	margin: 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

/*
results
*/
#page.locations #columncontent h2 a {
	text-decoration: none;
}
#page.locations #columncontent p.address {
	color: #111111;
	font-size: 10px;
	font-weight: normal;
}
#page.locations #columncontent div.locationdetails {
	width: 680px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#page.locations #columncontent div.locationlinks {
	width: 440px;
	float: left;
}
#page.locations #columncontent div.locationlinks ul {
	overflow: hidden;
	width: 440px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#page.locations #columncontent div.locationlinks li {
	width: 218px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 2.5em;
	border: solid 1px #f2f2f2;
	background-image: url(/imgD/bkg_locations_results_listitem.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#page.locations #columncontent div.locationlinks li.active {
	background-position: 0 -30px;
}
#page.locations #columncontent div.locationlinks li a {
	display: block;
	padding: 0 0 0 30px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px 0;
}
#page.locations #columncontent div.locationlinks li.map a {
	background-image: url(/imgD/bkg_locations_results_map.gif);
}
#page.locations #columncontent div.locationlinks li.contact a {
	background-image: url(/imgD/bkg_locations_results_contact.gif);
}
#page.locations #columncontent div.locationlinks li.services a {
	background-image: url(/imgD/bkg_locations_results_services.gif);
}
#page.locations #columncontent div.locationlinks li a:hover, #page.locations #columncontent div.locationlinks li.active a {
	color: #ffffff;
	background-position: 5px -30px;
}
#page.locations #columncontent div.locationmap {
	width: 220px;
	float: right;
}
/*
location search result details
*/
#page.locations #columncontent div.locationdetails {
	width: 680px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#page.locations #columncontent div.locationinfo {
	width: 440px;
	float: left;
}
#page.locations #columncontent div.locationinfo div.map {
	margin-bottom: 20px;
	width: 440px;
	height: 440px;
	background-color: #CCCCCC;
}
#page.locations #columncontent div.locationcontact {
	width: 220px;
	float: right;
}
#page.locations #columncontent div.locationcontact {
	color: #757575;
}
#page.locations div#getdirections {
	overflow: hidden;
	width: 200px;
	padding: 5px 10px 10px 10px;
	background-color: #eeeeee;
	background-image: url(/imgD/bkg_search.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#page.locations div#getdirections label {
	color: #a2a2a2; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	border: none;
}
#page.locations div#getdirections .forminput {
	width: 186px;
	margin: 5px 0 10px 0;
	padding: 3px 2px 3px 12px;
	color: #686868; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/imgD/popup_findadoc_ziparrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #ffffff;
	border: none; 
}
#page.locations div#getdirections .formbutton {
	float: right;
	width: 110px;
	margin: 0;
	padding: 2px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	background-color: #a2a2a2;
}



/* ************************************************** #page.preregister > preregister.html ****************************** */
/*
*/
#page.preregister #columncontent p em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#page.preregister #columncontent th em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
}
#page.preregister #columncontent td em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8a8a8a;
}
#page.preregister #columncontent table.formcontainer {
	width: 640px;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: none;
}
#page.preregister #columncontent th {
	margin: 0;
	padding: 15px 0 10px 0;
	color: #650181;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}
#page.preregister #columncontent td {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.5em;
	vertical-align: bottom;
}
#page.preregister #columncontent label {
	display: block;
}
#page.preregister #columncontent .forminput {
	width: 250px;
	margin: 0 10px 0 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #787878; 
	background-color: #ffffff;
	border: solid 1px #8a8a8a;
}
#page.preregister #columncontent .formselect {
	width: 250px;
	margin: 0 10px 0 0;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #787878; 
	background-color: #ffffff;
	border: solid 1px #8a8a8a;
}
#page.preregister #columncontent .formbutton {
	width: 116px;
	margin: 10px 0 0 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #a2a2a2;
	border: none;
	cursor:pointer;
}



/* ************************************************** #page.application > volunteer application pages ****************************** */
/*
*/
#page.application #columncontent p em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#page.application #columncontent th em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
}
#page.application #columncontent td em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8a8a8a;
}
#page.application #columncontent table.formcontainer {
	width: 640px;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: none;
}
#page.application #columncontent th {
	margin: 0;
	padding: 15px 0 10px 0;
	color: #650181;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}
#page.application #columncontent td {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.5em;
	vertical-align: bottom;
}
#page.application #columncontent label {
	display: block;
}
#page.application #columncontent .forminput {
	width: 250px;
	margin: 0 10px 0 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #787878; 
	background-color: #ffffff;
	border: solid 1px #8a8a8a;
}
#page.application #columncontent .formtextarea {
	width: 250px;
	height: 100px;
	margin: 0 10px 0 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #787878; 
	background-color: #ffffff;
	border: solid 1px #8a8a8a;
}
#page.application #columncontent .formselect {
	width: 250px;
	margin: 0 10px 0 0;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #787878; 
	background-color: #ffffff;
	border: solid 1px #8a8a8a;
}
#page.application #columncontent td.formsetlabel {
	vertical-align: top;
}
#page.application #columncontent ul.formset {
	margin: 0;
	padding: 0 0 1.5em 0;
	list-style-type: none;
}
#page.application #columncontent ul.formset li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
#page.application #columncontent ul.formset label {
	display: inline;
}
#page.application #columncontent .formbutton {
	width: 116px;
	margin: 10px 0 0 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #a2a2a2;
	border: none;
	cursor:pointer;
}








