/* The Body */
body { background-color: #204649; color: #535353; }

/* Heading Colors */
h1, h2, h3, h4, h5, h6 { color: #438d93; }

/* Links */
a { color: #6EB137; }

.nav li.page_item a { color: #fff; }
.nav li.page_item a:hover { color: #fff; background: transparent url('menu_item_bg_right.gif') no-repeat scroll right top; }
.nav li.page_item span:hover { background: transparent url('menu_item_bg_left.gif') no-repeat scroll left top; }

.nav li.current_page_item a, .nav li.current_page_ancestor a { color: #fff !important; background: transparent url('menu_item_bg_right.gif') no-repeat scroll right top !important; }
.nav li.current_page_item span, .nav li.current_page_ancestor span { background: transparent url('menu_item_bg_left.gif') no-repeat scroll left top; }

/* Home Page Slider */
#slider-content { background: transparent url('slider_bg.gif') no-repeat; }

#slider-text h2,
#slider-text .text { color: #fff; }
#slider-text a { color: #7dbd36; }

#slider-images img { border-bottom: 0px; }

/* The 3 Home Sections */
#home-3-sections-top { background: transparent url('home_3_sections_top.gif') no-repeat; }
#home-3-sections-bottom { background: transparent url('home_3_sections_bottom.gif') no-repeat; }
#home-3-sections-middle { background: transparent url('home_3_sections_middle.gif') repeat-y;  }

#home-3-sections-middle h3 { color: #6EB137; }

/* Footer */
.footer { background: transparent url('footer_bg.gif') no-repeat; }
.footer #copyright { color: #aacbce;}
.footer a { color: #aacbce; }
.footer a:hover { color: #7dbd36; }
.footer .separator { color: #aacbce; }

/* Inner Page Sub-Header */
#sub-header { background: transparent url('sub_header_bg.gif'); }
#sub-header h2,
#sub-header p { color: #fff; }

/* Inner Page Main Content */
#main-content-top { background: transparent url('main_content_top.gif') no-repeat; }
#main-content-bottom { background: transparent url('main_content_bottom.gif') no-repeat; }
#main-content-middle { background: transparent url('main_content_middle.gif') repeat-y; }

/* Override some of the base.css styles */
h1.entry-title { color: #438d93; }
h2.entry-title a:hover { color: #438d93; }
h2.entry-title { color: #7dbd36; }
.hfeed .published, .hfeed .comment-date { color: #438d93; }
.hfeed cite.commenter { color: #438d93; }
.hfeed hr { border: 1px solid #D7DDE1; }
.entry-tags { color: #438d93; }

/* Sidebar Widgets */
.widget li.page_item, .widget li.cat-item {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(bullet_unselected.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.widget li.current_page_item, .widget li.current-cat {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(bullet_selected.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.widget h4 { color: #438d93; }

.widget h3 .active { color: #438d93; }


/* Tables */

/* Sections */
.article {
	margin-right: 60px;
}

.article-gyn h2 {
	padding-bottom:14px;
}
.article-ob h2 {
	padding-bottom:14px;
}
.article-phys h2 {
	padding-bottom:14px;
}
.article-pat h2 {
	padding-bottom:14px;
}

.article-gyn {
	background-image: url(gynecology.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 620px;
	font-size: 14px;
	line-height: 24px;
}


.article-ob {
	background-image: url(obstetrics.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 540px;
	font-size: 14px;
	line-height: 24px;
}


.article-phys {
	background-image: url(physicians.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 640px;
	font-size: 14px;
	line-height: 24px;
}

.article-pat {
	background-image: url(patientcenter.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 580px;
	font-size: 14px;
	line-height: 24px;
}


.large-column {
	width: 300px;
	float: left;
	padding-right: 40px;
}
.small-column {
	width: 190px;
	float: left;
	padding-right: 10px;
}
.small2-column {
	width: 220px;
	float: left;
	padding-right: 0px;
}
.medium-column {
	width: 240px;
	float: left;
	padding-right: 20px;
}
.med-column {
	width: 240px;
	float: left;
	padding-left: 25px;
}
.phys-column {
	width: 340px;
	float: left;
}

.small {
	font-size: 11px;
}
.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
}