
/****
Shell Layout
****/

html,
body,
#layout {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	
	background: #E6ECCF url('/img/layout/gradient.jpg') repeat-x;
	font-family: arial, sans-serif;
	
}

#layout td {
	
	height: 100%;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	
}

#layout_left {
	
	background: url('/img/layout/shadowleft.jpg') repeat-y right top;
	
}

#layout_left div {
	
	height: 999px;
	background: url('/img/layout/leafleft.jpg') no-repeat right top;
	
}

#layout_right {
	
	background: url('/img/layout/shadowright.jpg') repeat-y left top;
	
}

#layout_right div {
	
	height: 999px;
	background: url('/img/layout/leafright.jpg') no-repeat left top;
	
}

#layout_content {
	
	height: 100%;
	background: white;
	width: 850px;
	
}

#content {
	
	padding: 20px;
	font: 12px Arial, Sans-serif;
	color: #606060;
}

span.tinymce span[style] {
        color: #606060 !important;
}

span.tinymce p[style] {
        color: #606060 !important;
}


#content strong
{
	color: #303030;
}

span.citrus_green {
	color: #7A9224 !important;
	
}

span.citrus_orange {
	color: #d77439 !important;
	
}



a {
	color: #7A9224;
}

a img {
	border-width: 0px;
}

h2, h3, h4, h5, h6 {
	color: #d77439;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

.header_rule
{
	background: #cdd8a2;
}

.header_rule h2
{
	float: left;
	color: white;
	margin: 0;
	padding: 10px;
	border-right: 3px solid white;
	background: #9AB244;

}

hr {
	border-width: 0;
	border-top: 2px solid #eaeaea;
	margin: 10px 0;
}

#footer {
	
	padding: 20px;
	padding-top: 0px;
	font: 12px Arial, Sans-serif;
	
}

#footer ul {
	
	display: block;
	margin: 0;
	padding: 0;
	border-top: 15px solid #9AB244;
	padding: 5px;
	padding-top: 10px;
	list-style: none;
	
}

#footer li {
	
	float: left;
	padding-left: 15px;
	
}

#footer a {
	text-decoration: none;
}

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

.clear {
	
	clear: both;
	overflow: hidden;
	width: 100%;
	display: block;
	height: 0px;
	
}


#masthead {
}

h1.h1inject {
	display: none;
}

#masthead h1 {

	margin: 0;
	padding-top: 15px;
	height: 160px;
	background: url('/img/layout/citrusorange.jpg') top left no-repeat;

}

#masthead h1 a
{

	display: block;
	margin: 25px 30px 0px auto;
	width: 401px;
	height: 116px;
	background: url('/img/layout/citrusmemorial.png') top left no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -10000px;

}

ul.menu
{
	margin: 5px 0px;
	padding: 0px 20px;
}

ul.menu li
{

	float: left;
	list-style: none;
	padding-right: 3px;

}

#menu_toplevel a
{
	text-decoration: none;
	background: #7FA825;
	color: white;
	padding: 5px 10px;
	font: 12pt/16pt Arial, Sans-Serif;
	text-transform: lowercase;
}

#menu_toplevel a:hover
{

	background: #4F7800;
}



/***
columns
***/



.column,
#news_preview,
#services_list
{
	float: left;
}

.column_major
{
	width: 475px;
}

.column_minor
{
	margin-left: 10px;
	padding-left: 5px;
	width: 314px;
	border-left: 1px solid #c0c0c0;
}

#news_preview
{
	width: 470px;
}

.graphic 
{
	float: right;
}

.graphic_text
{
	margin-top: 60px;
	font-weight: bold;
	font-size: 16px;
}

#services_list
{
	border-left: 1px solid #e0e0e0;
	padding-left: 10px;
	width: 197px;
}



/***
Home: News and Services Listing
***/

#home_news_and_services
{
	border-top: 2px solid #e0e0e0;
	padding-top: 5px;
}

.news_preview_entry h3
{
	margin: 0;
}

.news_preview_entry h3 a
{
	font-size: 13px;
	color: #303030;
	text-decoration: none;
}

.news_preview_entry h3 a:hover
{
	text-decoration: underline;
}

.news_preview_entry h3 span
{
	display: block;
	float: left;
	width: 65px;
	color: #7A9224;
	line-height: 21px;
}

.news_preview_entry p
{
	margin: 0;
	padding-left: 0px;
	padding-right: 5px;
}

#services_list ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#services_list li
{
	padding: 10px 0;
	border-bottom: 1px dashed #cacaca;
}

#services_list li.first
{
	padding-top: 0;
}

#services_list li.last
{
	border-bottom: 0;
}

#services_list a
{
	font-size: 13px;
	text-decoration: none;
}

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


/***
Home: Search and Feature List
***/

#search
{
	background: #E6ECD0;
	padding: 15px;
}

#search .search_box
{
	width: 200px;
}

.feature_entry
{
	min-height: 95px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 5px 0px 5px 140px;
	border-bottom: 1px dashed #c0c0c0;
	font-size: 11px;
	color: #808080;
}

.feature_entry:hover
{
	cursor: pointer;
}

#feature_list .find_physician  { background-image: url('/img/layout/find_physician.jpg');  }
#feature_list .contact_patient { background-image: url('/img/layout/contact_patient.jpg'); }
#feature_list .share_club      { background-image: url('/img/layout/share_club.jpg');      }
#feature_list .virtual_nursery { background-image: url('/img/layout/virtual_nursery.jpg'); }
#feature_list .career_opps     { background-image: url('/img/layout/career_opps.jpg');     }
#feature_list .bill_pay        { background-image: url('/img/layout/bill_pay.jpg');        }
#feature_list .press_room      { background-image: url('/img/layout/press_room.jpg');      }
#feature_list .newsletter      { background-image: url('/img/layout/newsletter.jpg');      }
#feature_list .heart_center      { background: url('/img/layout/heart_center.jpg') no-repeat 28px 15px;      }
#feature_list .foundation      { background: url('/img/layout/foundation.jpg') no-repeat 28px 15px;      }
#feature_list .ortho      { background: url('/img/layout/ortho.jpg') no-repeat 28px 15px;      }


.feature_entry dt a
{
	font-size: 13px;
	color: black;
	text-decoration: none;
}

.feature_entry dd
{
	margin-left: 0;
}



/***
Home: Hospital info
***/


#hospital_information {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cacaca;
	font-size: 12px;
}


#hospital_information h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
}

#hospital_information p {
	margin: 0;
}

#hospital_information strong {
	color: black;
}

#hospital_information em
{
	display: block;
	margin-top: 5px;
	color: #7A9224;
	font-size: 14px;
	font-style: normal;
}

#hospital_information .hosp_contact {
	float: left;
	width: 165px;
	padding-right: 10px;
}

#hospital_information a {
	line-height: 18px;
}

#hospital_information .visit_hours {
	float: left;
	padding-left: 20px;
}

#hospital_information .visit_hours dt
{
	color: black;
	font-weight: bold;
	margin-top: 5px;
}

#hospital_information .visit_hours dd
{
	margin: 0;
	margin-bottom: 0px;
}


/***
About page
***/

.theteam ul
{
	list-style: none;
	padding: 0;
}

.theteam li
{
	display: block;
	padding: 5px 0px;
	border-bottom: 1px dashed #bababa;
}

.theteam .bio
{
	display: block;
	margin: 0px 20px;
	padding: 5px;
	color: #707070;
}




/***
Medical Services: List
***/



#medservices_list {
	list-style: none;
	padding: 0;
}

#medservices_list li {
	padding: 10px 0px;
	font-size: 16px;
}


/****
Specialties
*****/

.specialty {
	margin: 0;
	padding: 10px 0;
}

.specialty:hover {
	text-decoration: underline;
	background: #f6f6f6;
}

.specialty_entry {
		border-bottom: 1px dotted #cacaca;
}

.specialty_entry_info {
	margin: 20px;
	margin-top: 0;
	border: 1px solid #eaeaea;
	background: #f6f6f6;
	padding: 10px;
	padding-top: 0px;
}

.specialty_entry_info ul {
	
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	
}

.specialty_location {
	
}

.js_only { display: none; }

.specialty_location strong span {
	font-weight: normal;
}

/****
Physician Bio
****/

.physician_bio dl,
.physician_bio img
{
	
	float: left;
	
}

.physician_bio dl
{
	width: 50%;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px dashed #cacaca;
}

.physician_bio dt
{
	font-weight: bold;
	font-size: 14px;
}

.physician_bio dd
{
	
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	
}




/****
Contact a Patient
****/



#contact_patient label,
#contact_share_club label
{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#contact_patient dd,
#contact_share_club dd
{
	margin: 0;
	margin-bottom: 25px;
}

#contact_patient input.text,
#contact_share_club input.text
{
	width: 250px;
}

#contact_patient textarea
{
	width: 400px;
	height: 200px;
}

#contact_patient .alert,
.share_club_alert .alert
{
	
	margin-bottom: 10px;
	border: 2px solid #eaeaea;
	background: #f6f6f6;
	color: #d77439;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 14px;
	
}

#about_executive {
}

#about_executive .executive {
	margin: 20px 0px;
}

#about_executive img {
	float: left;
	margin-right: 10px;
}

#about_executive p {
	padding: 20px 0px;
}
#about_executive strong {
	display: block;
	font-size: 1.3em;
	padding-left: 5px;
}
#about_executive span {
	display: block;
	margin-left: 5px;
	font-size: 1.1em;
}



#contact_share_club dl { width: 100%; }

#contact_share_club dl dt {
	float: left;
	width: 20%;
	line-height: 26px;
	text-align: right;
}

#contact_share_club dl dd {
	margin: 0 0 0 22%;
	margin-bottom: 10px;
	line-height: 26px;
}

#contact_share_club #my_phone {
	width: 100px;
}

#contact_share_club #my_city {
	width: 150px;
}

#contact_share_club #my_postal {
	width: 100px;
}

#contact_share_club .submit {
	margin-left: 100px;
}


.tinymce
{
	display: block;
	margin: 1em 0;
}

.tinymce p
{
	margin: 0;
	padding: 0;
}


/******
Bill Payment Form
******/

#billpay dl {
    margin-top: 20px;
	padding-top: 15px;
    margin-bottom: 2em;
	border-top: 1px solid #aaa;
}

#billpay dl {
    width: 100%;
    line-height: 1.6em;
}

#billpay dl dt {
    float: left;
    text-align: right;
	width: 150px;
	padding-right: 15px;
}

#billpay .submit {
	clear: both;
}

#billpay dl dt,
#billpay dl dd {
	margin-bottom: 15px;
}

#billpay .card_year,
#billpay .card_month {
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 15px;
}

#billpay label {
	color: black;
}

#billpay dl dt.card_security {
	clear: both;
}

#sitemap
{
	font-size: 1.2em;
}

#sitemap ul
{
	margin-top: 5px;
	
}

#sitemap li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

div.paging {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

div.paging div {
	display: inline;
	margin-left: 3px;
}


div.paging div.clear {
	clear: both;
}

table.additional_info table {
        width: 352pt;
        border-collapse: collapse;
}

table.additional_info tr.header {
        background-color: #969696;
}

table.additional_info tr.header td {
        font-size: 15px;
        font-weight: bold;
        color: white;
        padding: 5px 3px !important;
}

table.additional_info tr {
        background-color: white;
}

table.additional_info td {
        font-size: 12px;
        padding: 5px 3px !important;
}
table.additional_info tr.alt {
        background-color: #F4F4F4;
}



 .makeorange { color: #d77439 !important; }
 .makegreen { color: #7A9224 !important; }
 .makeblack { color: #000000 !important; }

div.physician_bio h1 {
        font-size: 16px;
        color: #D77439;
        display: block;
        font-weight: bold;
        margin: 1em 0;
}

div.medical_service div.header_rule h1
{
        float: left;
        color: white;
        margin: 0;
        padding: 10px;
        border-right: 3px solid white;
        background: #9AB244;
        font-size: 18px;
}


/*** Socnet ****/
div.socnet {
        padding-top: 15px;
}

div.socnet ul.socnet {
        list-style-type: none;
        padding: 0 !important;
}

div.socnet ul.socnet li {
        display: block;
	float: left;
        padding: 10px 25px 10px 40px;
}

ul#twitter_update_list {
	list-style-type: none;
	padding-left: 10px !important;
}
