@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
}
body {
	font-family: 'myriad_proregular';
	/*background: #1c326e;*/
	background: #09102a;
}
h2 {
	font-size: 24px;
	color: #0d1e4a;
	font-weight: normal;
}
p {
	font-size: 18px;
	color: #333333;
}
p a {
	color: #990000;
	text-decoration: underline;
}
ul li, li {
	list-style: none;
}
img {
	border: none;
}
.clr {
	clear: both;
}
#wrapper {
	background:url(../images/top_bg.png) top repeat-x;
}
.container {
	margin: 0 auto;
	max-width: 1080px;
}
.top_row {
	height: 37px;
	border-bottom: 1px solid #33467e;
	background: url(../images/header_bg.jpg) repeat-x;
}
.top_nav {
	width:auto;
	float:left;
}
.top_nav .nav-menu li {
	margin-top:10px;
	border-right:1px solid #FFF;
}


.top_nav .nav-menu li.last{
	border-right:none; padding-left:11px;
}
.top_nav .nav-menu li a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding:0 14px 0 0;
    text-decoration: none;
}
.top_nav .nav-menu li a:hover{ background:none;}
.top_row ul.top_nav li.last a {
	border-right: 0;
}

.top_row ul.top_nav {
	float: left;
}
.top_row ul.top_nav li {
	float: left;
	margin-top: 8px;
}

.top_row ul.top_nav li a {
	font-family: 'UniversLTStd';
	font-size: 12px;
	color: #fefefe;
	padding-right: 10px;
	text-transform: uppercase;
	border-right: 1px solid #fefefe;
}
.top_row_right {
	float: right;
	width: 313px;
	*width:323px;
}
.top_row_right ul.social {
	float: left;
	margin:0 11px 0 0;
	padding:0px;
}
.top_row_right ul.social li {
	float: left;
	margin-right: 3px;
	margin-top: 4px;
}
.top_row_right ul.social li a {
	display: block;
	width: 28px;
	height: 28px;
}
.top_row_right ul.social li a:hover{ opacity:.8;}
.top_row_right ul.social li a.fb {
	background: url(../images/fb.jpg) no-repeat;
}
.top_row_right ul.social li a.twtr {
	background: url(../images/twtr.jpg) no-repeat;
}
.top_row .search {
	margin-top: 4px;
	margin-left: 10px;
	*margin-left: 5px;
}
.search input[type="text"] {
	background: #fff;
	width: 207px;
	float: left;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border: none;
	padding: 6px 5px 7px;
	font-size:13px;
	color:#CCC;
	height: 28px;
	*height: 15px;
	font-style:italic;
	position:relative;
	behavior: url(http://www.mchd-tx.org/wordpress/wp-content/themes/mchd/css/pie.php);
}
.search input[type="submit"] {
	float: left;
	width: 33px;
	height: 28px;
	background: url(../images/search_icon.jpg) no-repeat center 8px #101f4a;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border: none;
	cursor: pointer;
	padding:0px;
	position:relative;
	behavior: url(http://www.mchd-tx.org/wordpress/wp-content/themes/mchd/css/pie.php);
}

.main_nav {
	margin-top: 29px !important;
	*margin-top:29px !important;
	background: url(../images/menu_bg.jpg) repeat-x;
	height: 50px;
	*height:43px;
	padding:7px 0 0 7px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	position:relative;
	behavior: url(http://www.mchd-tx.org/wordpress/wp-content/themes/mchd/css/pie.php);
	z-index:123;
}
.main_nav ul {
	padding: 0px !important;
}
.main_nav ul li {
	float: left;
	background:none;
	margin: 0 6px;
	margin-right /*\**/: 17px\9;
	*margin-right:17px;
	z-index:10;
}
.main_nav ul li:first-child{ margin-left:1px;}
.main_nav ul li a {
	font-size: 15px;
	color: #ffffff;
	font-family: Source Sans Pro;
	
	display: block;padding: 9px 12px;
	text-transform:capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	behavior: url(http://www.mchd-tx.org/wordpress/wp-content/themes/mchd/css/pie.php);
	padding:11px 10px 11px;
}
.main_nav ul li a:hover, .current-menu-item a {
	background: #8c1f04;
	color: #fff;
}
/* Menu Fix to make sub-menus require mouse-over to display */
.main_nav ul li ul.sub-menu li { display:block; float:none;}
.main_nav ul li ul.sub-menu li ul.sub-menu { display:none !important;}
.main_nav ul li ul.sub-menu li:hover > ul.sub-menu { display:block !important; float:none;}



.ie10 .main_nav ul li a { font-family: Arial !important; }
/*main nav2 start here*/
.main_nav2 {
	margin-top: 29px;
	background: url(../images/menu_bg.jpg) repeat-x #0e1f4a;
	height: 50px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	position:relative;
	behavior: url(http://www.mchd-tx.org/wordpress/wp-content/themes/mchd/css/pie.php);
	padding:7px 7px 0 7px;
}
.main_nav2 ul {
	padding: 0px 0 50px 0!important;
	position:relative;
	top: 50px;
}
.main_nav2 ul li {
	float: none;
	background:none;
	margin: 1px 6px;
	z-index:10;
	display:block;
}
.main_nav2 ul li a {
	font-size: 15px;
	color: #ffffff;
	font-family: 'UniversLTStd';
	display: block;padding: 9px 12px;
	text-transform:capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:11px 10px 10px 10px;
	width:auto !important;
	margin-bottom:2px !important;
	position:relative;
	behavior: url(http://www.mchd-tx.org/wordpress/wp-content/themes/mchd/css/pie.php);
}
.main_nav2 ul li a:hover, .current-menu-item a {
	background: #8c1f04;
	color: #fff;
}
.main_nav2 .nav-menu .sub-menu, .nav-menu .children{ padding-top:0 !important;}
/*.nav-menu ul.sub-menu{ position:relative; top:0;}*/
.nav-menu li:hover > a{
    background-color: #8C1F04;
    color: #FFFFFF;
}
/*main nav2 end here*/

.main_banner {
	background: url(../images/main_banner.jpg) no-repeat center top;
	height: 258px;
	position: relative;
/*	z-index: 22222;  */
	box-shadow: 0 0 7px #02041B;
}

.banner_text {
	float: right;
	text-align: center;
	margin-right: 30px;
	text-shadow: 0px 2px 15px #0D0F18;
}
.banner_text h3 {
	font-size: 28px;
	color: #ffffff;
	font-family: 'futurastd_cond';
	font-style: italic;
	padding-top: 9px;
	font-weight:normal;
	margin:0px;
	padding-left: 15px;
}
.banner_text p {
	font-style: normal;
	font-family: 'myriad_proregular';
	letter-spacing: 2px;
	color: #ffffff;
	font-size:28px;
	font-weight:normal;
}
.banner_text h1 {
	font-size: 53px;
	color: #ffffff;
	font-family: 'futurastd_cond';
	font-weight: normal;
	margin:-14px 0 0;
}
.content_bg {
	/*background: #09102a;*/
	
}
.slider {
/*	background: #09102a; */
	position: relative;
	margin-bottom: 30px;
	z-index:111;
}
.content {
	background: #fff;
}
.gray_bg {
	background:url(../images/gray-bg.jpg) repeat right 0;
}
.content_left {
	float: left;
	padding: 25px 23px 20px;
	width: 64.5%;
	*width:59.8%;
	background: #fff;
	min-height: 320px;
}
.page-template-default .content_left{ 
	padding-top:0; 
	*padding-top:0;
}
.public_health_clinic {
	margin:38px 0 12px 0;
}
.public_health_clinic .image {
	float: left;
	margin-right: 14px;
}
.public_health_clinic .image img {
	padding: 17px 13px 8px;
	background: #fff;
	-moz-box-shadow: 0 0 2px 2px #CCCCCC;
	-webkit-box-shadow: 0 0 2px 2px #CCCCCC;
	box-shadow: 0 0 2px 2px #CCCCCC
}
.public_health_content {
    float: left;
    width: 72%;
    *width: 70%;
}
.public_health_content h2 {
	margin: -10px 0 0;
    padding-bottom: 7px;
    padding-top: 3px;}
.public_health_content p {
	padding-bottom: 12px;
	line-height: 23px;
}
.public_health_content a {
	color: #990000;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
}
.public_health_content a:hover {
	text-decoration: none;
}
.our_purpose{
	padding-bottom:35px;
	margin-bottom:20px;
	border-bottom: 1px solid #E0E0E0;
}
.our_purpose img {
	float: right;
	margin-left: 20px !important;
	margin-bottom: 10px;
}
.our_purpose h2 {
	margin:-6px 0 0 0;
	padding-bottom: 8px;
}
.our_purpose p {
	line-height: 24px;
}
.our_purpose p a:hover {
	text-decoration: none;
}
.content_right {
	float: left;
	width: 35%;
	*width: 32%;
	padding: 0 15px;
}
.content_right h2 {
	padding-top: 18px;
	padding-bottom: 8px;
	text-transform:uppercase;
	font-size:18px;
	color:#2d2b30;
	font-weight:bold;
}
.content_right p {
	font-size: 14px;
	color: #484848;
	line-height: 25px;
}
.content_right a {
	color:#333 !important;
}
.content_right a:hover {
	color:#BC360A !important;
}
.content_right .current-menu-item a {
	color:#BC360A !important;
	background:none !important;
}
.content_right ul {
	padding:0 0 0 16px;
}
.white_split {
	background:url("../images/footer_bg.jpg");
	height:23px;
}
.footer .container {
	background: url(../images/map.png) no-repeat 510px 20px #0d1e4a;
}
.footer {
	background: #0d1e4a;
	padding: 61px 0;
	color:#FFFFFF;
	font-size:13px;
}
.footer h2 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	margin:0 0 22px 0;
}
.footer h2 a {
	color: #fff;
}
.footer ul {
	margin:0px;
	padding:0px; 
}
.footer ul li {
	margin-bottom:5px;
}
.rsswidget {
    color: #FFFFFF;
}
.rss-date {
    color: #C42026;
    font-size: 12px;
    font-style: italic;
}
.footer h3 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	padding:0px 0 22px 0 !important;
	margin:0px;
}
.footer p {
	color: #FFFFFF !important;
	font-size: 13px;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 16px;
}
.footer p a {
	color: #FFFFFF !important;
	text-decoration:none;
}
.footer p a:hover {
	text-decoration:underline;
}
.footer p ul li {
	font-size: 14px;
	color: #fff;
}
.footer_about {
	width: 30%;
	float: left;
}
.footer_address {
	float: right;
	width: 60%;
/*	background: url(../images/map.png) no-repeat 115px 20px;*/
}
/*.footer_address h2 {
	padding:0 0 10px 0;
}*/
.footer_address ul {
	margin:0px;
	padding:0px;
}
.footer_address ul li {
	color: #FFFFFF;
	float: left;
	padding-left: 29px;
	font-size: 13px;
	padding-right: 3%;
	padding-bottom: 12px;
	width: 49%;
	*width:40%;
}
.footer_address ul li.phone {
	background: url(../images/phone_icon.jpg) no-repeat 0 0;
}
.footer_address ul li.address {
	background: url(../images/home_icon.jpg) no-repeat 0 0;
}
.footer_address ul li.timings {
	background: url(../images/time_icon.jpg) no-repeat 0 0;
}
.footer_social {
	width: 50%;
	float: left;
	margin-top: 10px;
}
.footer_social ul {
	padding:0px;
	margin:0px;
}
.footer_social ul li {
	float: left;
	margin-right: 0;
	padding-left: 0;
	width: auto;
}
.footer_social ul li a {
	width: 36px;
	height: 37px;
	display: block;
	background: url(../images/footer_social.png) no-repeat 0 0;
}
.footer_social ul li a:hover{ opacity:.8;}
.footer_social ul li a.fb {
	background-position: 0 0;
}
.footer_social ul li a.twtr {
	background-position: -40px 0;
}



/*inner page start here*/
.inner_page{ margin-top:30px;}
.inner_page .content_left p{ padding-top:10px;}
.contact_us{ position:relative;}
.contact_us p{ line-height:30px;}
.contact_us form{ padding:30px 0;}
.contact_us label{ width:16%; float:left;}
.contact_us input[type="text"], input[type="email"]{border: 1px solid #CCCCCC;float: left; margin-bottom: 10px;  margin-right: 3%;  padding: 5px;  width: 29%; font-size:14px;}
.contact_us textarea{ border: 1px solid #CCCCCC;  height: 100px;  padding: 5px;  width: 77%;font-family: 'myriad_proregular'; font-size:14px;}
.contact_us input[type="submit"]{background: none repeat scroll 0 0 #8C1F04; border: medium none; color: #FFFFFF;  cursor: pointer;  height: 30px; margin-left: 16%; margin-top: 10px;  text-transform: capitalize; width: 80px; padding:3px 0 4px 0;}
.contact_us input[type="submit"]:hover{ background:#0a122e;}


/*changes for wordpress*/
.sidebar .entry-header .entry-meta{ display:none;}
.entry-title {
	font-size:24px;
}
.entry-header {
	margin-bottom:0px !important;
}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
	margin-left:0px !important;
}
.hentry {
 /*	border-top:1px solid #E0E0E0; */
}
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background:#09102A !important;
}
.format-audio .entry-content:before {
	color:#09102A;
}
.widget-area{ height:auto !important;}

/*20-08-13*/
input[type="email"]:focus{ border: 1px solid #CCCCCC !important;}
textarea:focus{ border: 1px solid #CCCCCC !important;}
.entry-content ul li{ list-style:circle;}
.entry-content ol li{ list-style:decimal;}
img.alignright{margin: 5px 0 5px 20px !important;}
#accordians{ padding-top:20px;}
.accordian div{ display:none;}
.accordian > a {background: url("../images/accordian.png") no-repeat scroll right 12px #F1F1F1;  display: block;  font-size: 16px;   padding-bottom: 5px;   padding-left: 5px;   padding-top: 5px;}
.accordian > a.active{background: url("../images/accordian.png") no-repeat scroll right -19px #F1F1F1;}
table.member_names{ border:1px solid #000010; margin-top:30px; margin-bottom:0;}
table.member_names tr td{ border-bottom:1px solid #000010; padding:5px 0 5px 10px;}
table.member_names th{ background:#09102a; color:#fff; padding:4px 0 4px 10px ; text-align:left;}
#slider2 li a p{font-weight:bold; bottom: 0; left:0;  color: #FFFFFF;  margin-bottom: 0;   padding: 5px 1%;  position: absolute;   width: 100%;}
.clinic_fee_schedule{text-align:center;}
.table{ border:1px solid #575757; overflow:hidden; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; width:46%; margin:10px; float:left; min-height:215px;}
.tlarge{ width:96%;}
.table h2{background: linear-gradient(#1D5985, #1C5580, #194870, #14355A) repeat scroll 0 0 #194870; -moz-background: linear-gradient(#1D5985, #1C5580, #194870, #14355A) repeat scroll 0 0 #194870; -webkit-background: linear-gradient(#1D5985, #1C5580, #194870, #14355A) repeat scroll 0 0 #194870; color: white;  font-size: 16px; margin:0; text-align: center;padding: 5px 0;}
.table p{ padding:7px 5px;}



.main_nav2{ display:none;}



/*IE10 css hack*/
.ie10 .main_nav ul li{ margin:0 6px !important;}
.ie10 .nav-menu .sub-menu{ left:-5px !important;}


.employment_link{ margin-top:30px; display:block; text-decoration:underline;}
.employment_link:hover{ text-decoration:none;}
.cpr_img{border: 1px solid #CCCCCC;  margin: 20px; padding: 5px;}
.center_img{border: 1px solid #CCCCCC; margin: 20px 0; padding: 5px;}
.content_left legend{ font-size:25px;}
#contentDepartments {
    float: left;
}

#contentJobs {
    float: left;
    width: 18%;
}
#contentDepartments, #contentJobs a{ font-size:16px;}
.gallery-img{height: 194px !important;  width: 260px;}
.jobs h1 a {
	font-size:20px !important;
	font-weight:bold !important;
}

/*12-10-13 station map*/
.station {  border: 1px solid #E8E6ED;  float: left;  margin: 30px 0% 0 0;  min-height: 155px; padding: 7px;  width: 48%;}
.station.last {  margin:30px 4% 0 0;  }
.station .heading{ font-size: 24px;color: #0D1E4A; border-bottom:1px solid #e8e6ed}
.station p{ padding:10px 0}

/*for responsive*/
/*.station { width:100%; margin-right:0;}*/