/* @group Outer Structure */

html { overflow-x:hidden;}		/*remove double scrollbar*/

body#Body {
  font-size: 1em;
  background: none;
  line-height: 1.2;
}

.dnnForm {
	min-width: 0;
}

/* @end */

/* @group Header */


.head_cagov_logo {
	display: block;
}

#header_outer {
    height: auto;
	margin: 0 auto;
	width: 100%;
	z-index: 998;
	position: relative;
}

#header {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	position: relative;
	background: none;
}

#header .head_cagov_logo {
  position: static;
  float: left;
  top: 0;
  left: 0;
  margin-top: 20px;
  margin-left: 10px;
  z-index: 10;
}
#header .head_cagov_logo a {
  background: none;
}
#header .head_organization_banner {
  position: static;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 13px;
  top: 20px;
  z-index: 20;
}
#header .head_organization_banner a {
  display: block;
  width: 245px;
  height: 87px;
  background: url(../images/dmhc/dmhc_logo.png) no-repeat;
}
.rate_review #header .head_organization_banner a {
  width: 405px;
  background: url('../images/dmhc/hiprr_logo.png') no-repeat;
}

#header .head_organization_banner a img {
  display: none;
}
#head_links {
	position: relative;
	top: auto;
	left: auto;
	font-size:.9em;
	color:#fff;
	top: 0;
	left: 0;
	background: #012b41;
	width: 100%;
	padding: .5em;
}

#head_links:after { /* fix bug where google translate widget pushes content to the side in Chrome */
	content: "";
	font-size: 0;
	line-height: 0;
	color: #012b41;
	height: 1px;
	display: block;
}

#head_links a {
	text-align: right;
	color: #fff;
	background: none;
	position: relative;
	padding: 0;
}
#head_links a:hover {
  color: #fff;
}
/* Search */
#head_search {
  position: absolute;
  left: auto;
  right: 2px;
  top: 2px;
  z-index: 10;
  width: 287px;
  background: #fff;
  border-radius: 13px;
}
#head_search input.NormalTextBox, #head_search .textfield_container {
  width: 242px;
  height: 26px;
  float: left;
  background: transparent url(../images/dmhc/search_bar.png) no-repeat;
  border: 0;
  color: #505050;
  font-size: 1em;
  padding: 0 0 0 12px;  
}

#head_search .searchInputContainer {
	display: inline !important;
}

#head_search .submit_container, #dnn_ctl00_cmdSearch {
  position: static;
  top: auto;
  left: auto;
  background: url(../images/dmhc/submit_button.png) no-repeat;
  text-indent: -99999px;
  display: block;
  height: 26px;
  width: 33px;
  float: left;
}

#radio_container {
  position: absolute;
  top: 30px;
  left: 40px;
  color: #000;
  font-size: .9em;
  width: 172px;
  /* Fix FF3 issue where increasing font size causes radio buttons to wrap to two lines */

}

/* @end */

/* @group Ribbon */


.add_ribbon #img_ribbon {
  visibility: collapse;
  display: none;
}
.add_ribbon #main_content {
  padding: 0 0 0 0;
}

/* @end */

/* @group Page Container */

#page_container {
  background: none;
  padding: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
}
#banner,
#main_content {
  width: 100%;
  margin: 0 auto;
  color: #505050;
}

.container_half_width {
	width: 100%;
}

/* @end */

/* @group Banner */


#banner {
  height: 330px;
  z-index: -999;
  display: block;
  width: 100%;
}

#banner:after {
	  /* Or @extend clearfix */
	  content: "";
	  display: table;
	  clear: both;
}
#banner_1 {
   height: 338px; 
}
#banner_1 .b1_title {
   font-size: 1.3em; 
}
#banner_1 .b1_contact {
    font-size: 2.1em;
}

/* @end */

/* @group Main Content */

.content_left_column {
  width: 65%;
  float: left;
}
.content_right_column {
  width: 32%;
  float: right;
  padding: 0 0 0 0;
}


/* @end */

/* @group Footer */
#footer_1a {
  width: 100%;
  margin: 2em 0 0 0;
  font-weight: normal;
  color: #444;
  background: none;
  border-top: 1px solid black;
  
}
#footer_1b {
  width: 100%;
  padding: 0;
  background: none;

}
#footer_1b .footer_links {
  text-align: center;
  padding: 10px 0 0 0;

}
#footer_1b a {
  padding: 0 5px;
  color: #07557b;

}

#footer_2 a {
  padding: 0 4px;
  color: #07557b;
 
}
#footer_2 {
  width: 100%;
  margin: 0 auto 2em;
  background: #07557b;
  text-align: center;
  padding: 50px 0 0 0;
  font-size: 0.92em;
  font-weight: normal;
}

@import (min-width: 800px) and (max-width: 1023px)
#footer_2 {
    width: 100%;
    margin: 0 auto 2em;
    background: #07557b;
    text-align: center;
    padding: 50px 0 0 0;
    font-size: 0.92em;
    font-weight: normal;
}

#footer_1b a[name]
{
	display: none;

}

#footer_1b .footer_container {
  width: 30%;
  float: left;
  display: block;
  text-align: left;
  clear: none;
  margin: 0 0 0 3%;

}
#footer_1b .footer_container a {
  text-decoration: underline;
  /*text-decoration-style:dotted;*/

}
#footer_1b .footer_container a:hover {
  text-decoration: underline;
  color: #008131;
}

.footer_persistent_links {
	margin: 0 0 0 3em;
}

#footer_banners {
	position: relative;
	left: -10px;
}

#footer_banners .static_banner, #footer_1a .static_banner {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	clear: both;
	padding: .2em .5em;
}

#footer_banners .static_banner img, #footer_1a .static_banner img {
	float: left;
	margin-right: .5em;
	margin-bottom: .2em;
}

#footer_banners .static_banner h5, #footer_1a .static_banner h5 {
	float: none;
	display: inline;
	font-family: 'LatoBold', helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
}

#footer_banners .static_banner p, #footer_1a .static_banner p {
	color: #000;
	margin-bottom: 0;
}

#footer_banners .static_banner p a, #footer_1a .static_banner p a {
	text-decoration: underline;
}

#footer_1a .leadership a{
	color: black;
	margin-bottom: 0;		
	background-image:none;
}

#footer_1a .leadership a:hover{
	color: black;    	
	/*text-decoration:underline;*/
	text-decoration-color: #008131;
	text-decoration: none !important;
	background-image:none;
}

/* @end */



/* @group Custom Styles */


/*
Navigation - Mega Drop-Down
Version 2011.05.02
*/

/* @group Navigation */


.nav_panel {
  position: absolute;
  width: 100%;
  /* 936 - 10 - 50 */
  height: 360px;
  left: 0px;
  /* background:transparent url(../images/dmhc/nav_panel_background_2.png) repeat-x bottom center; */

  padding: 0;
  overflow: visible;
}

:root .nav_panel {
  /* Hides this from IE 7 and 8. This is valid in CSS 3 but not 2.1 */

  background: #e5e5e5;
}
.add_ribbon .nav_panel {
  height: auto;
  /* 330 - 30 */

  background: #e5e5e5;
  border-top: solid thin white;
}
.nav_panel ul {
  width: 32%;
  float: left;
  background: transparent;
  /* Needed when images are turned off */

}

#navigation .nav_panel ul li {
	width: 96%;
	padding: 1em 2%;
}

#navigation .nav_panel ul {
  float: left;
}
#navigation .nav_panel li {
  float: none;
  background: none;
  padding: 0;
  display: block;
  clear: both;
}
.javascript_off #navigation li:hover .nav_panel {
  display: block;
  z-index: 2;
}
.nav_p_heading {
  color: #003366;
  font-size: 1.125em;
  font-weight: normal;
  background: none;
  padding: 0;
  float: left;
  font-family: 'LatoBold', helvetica, sans-serif;
}
.nav_p_description {
  font-size: 0.875em;
  padding-top: 4px;
  float: left;
}
/* Navigation */
#navigation {
  position: relative;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  margin: 20px 0 0 0;
  overflow: visible;
  display: table;
  table-layout: fixed;
  clear: both;
  background: #005384;
  padding-left: 0;
  border-bottom: solid thin white;
  /* adjusts the horizontal position of the top-level nav */
  

}
#navigation ul {
  margin: 0;
  list-style: none;
  float: none;
  display: table-row;
}
#navigation li {
  float: none;
  background: none;
  padding: 0 0 0 0;
  min-height: 40px;
  height: 100%;
  display: table-cell;
}
#navigation li.last_nav_item {
  background-image: none;
}
#navigation a.nav_level1_link {
  text-decoration: none;
  display: block;
  padding: 0;
  /* adjust the width of the tabs by adjusting the left & right padding */

  margin-right: 0;
  /* add 1px gap on right side of tab */

  height: 30px;
  /* 47 - 24 */

  color: #fff;
  text-transform: none;
  font-size: 1em;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  /* This is valid in CSS 2 and 3 but not 2.1 */

  padding: 12px;
  white-space: normal;
  /* fix IE8 comp mode issue where nav text wraps */

  min-height: 28px;
  border-left: solid thin #fff;
  font-family: 'LatoRegular', Helvetica, Arial, sans-serif;
  background: none;
  font-weight: normal;
  text-align: center;
}

#nav_list {
	width: 100%;
}

#navigation li.last_nav_item a.nav_level1_link {
  margin-right: 0px;
}

#nav_list :first-child a.nav_level1_link, #nav_list .first.child-1 a.nav_level1_link {
  padding-left: 12px;
  /* Add padding so the entire background highlight can be seen */

  border-left: none;
  
  /*padding-top: 8px;
  height: 32px;*/
}
/*#nav_list :first-child a.nav_level1_link:before {
  content: url(../images/dmhc/nav_home.png);
}*/

#nav_list a.nav_level1_link.home_link .home_link_img {
  display: block;
  min-width: 27px;
  height: 23px;
  overflow: hidden;
  text-indent: -99999px;
  background: transparent url(../images/dmhc/nav_home.png) no-repeat center center;
}
.highlighted_nav_item a.nav_level1_link,
.body_home #nav_list :first-child .nav_level1_link {
  background: transparent url(../images/dmhc/menu_bg_highlight_2.png) repeat-y right;
  /* current page item, home, spec 0-2-1, 1-3-0 */

}
#navigation #nav_list.unhighlight_nav_item a.nav_level1_link {
  background-image: none;
  /* unhighlight current page item, spec 2-2-1 */

}
#header #navigation #nav_list li:hover a.nav_level1_link {
  /*background: transparent url(../images/dmhc/menu_bg_highlight.png) repeat-x; */
  /* hovered item, spec 3-2-2 */

  background: transparent url(../images/dmhc/menu_bg_highlight_2.png) repeat-y right;
  text-shadow: 0 0 0.3em #aaa;
}

/* @end */

/* @group Custom Classes */

.email_form label {
  margin: 0 1em 0 .3em;
}
.email_form input.text_field {
  width: 140px;
  height: 1.5em;
  font-size: 1.2em;
  font-family: 'LatoLightItalic', Helvetica, sans-serif;
  color: #999;
  margin: 0 0 1em 0;
}
.email_form input.text_field_focus {
  font-family: 'LatoRegular', Helvetica, sans-serif;
  color: #000;
}

/* @end */

/* @group Tab Panel */

.tab_panel.enabled h3 {
	padding: 10px 10px 0 10px;
	margin: 0;
	background: #e4e4e4;
	border: none;
	font-size: 1em;
	color: #0061A0;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
}

.tab_panel.enabled h3 img {
	vertical-align: middle;
	height: 30px;
	padding: 0 .5em 0 0;
}


.tab_panel.enabled .panel_content {
	position: relative;
	left: 0;
	padding: 1em;
	background: url('../images/dmhc/tab_bg.png') repeat-x #fafafa;
	margin-bottom: 1em;
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
}

.tab_panel.enabled .panel_content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tab_panel.enabled .panel_content {
  display: inline-block;
}

.tab_panel.enabled .panel_content img {
	float: right;
	 margin-left: 1em;
}

/* @end */


/* @group Main Content */

#main_content {
  position: relative;
  padding: 10px 0 0 0;
}
.add_padding {
  padding: 16px;
}
.content_left_column {
  width: 65%;
  float: left;
}
.content_right_column {
  width: 32%px;
  float: right;
  padding: 0 0 0 0;
}
.breadcrumbs {
  padding: 5px 5px 5px 0;
}
.breadcrumbs img {
  padding: 0 4px;
}

/* @end */

/* Triptych */
.triptych_container {
	width: 100%;
	float: left;
}

.triptych_item {
	width: 32%;
	float: left;
	margin: 0 1%;
}

.triptych_left {
	margin-left: 0;
}

.triptych_right {
	margin-right: 0;
}

#footer_1a .add_padding {
	padding: 16px 2em;
}

#footer_1a .triptych_container
{
	text-align: left;
}

#footer_1a .triptych_item {
	width: 30%;
	float: left;
	margin: 0 2.5%;
}

#footer_1a .triptych_left {
	margin-left: 0;
}

#footer_1a .triptych_right {
	margin-right: 0;
}

#from_dmhc {
	position: absolute;
	top: 57px;
	left: auto;
	right: 10px;
	display: block;
	width: 193px;
	height: 72px;
	background: transparent url('../images/dmhc/fromDMHC.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
}

#top_phone {
	position: absolute;
	top: 45px;
	right: 14px;
}

#top_phone .tp_label, #top_phone .tp_number {
	display: inline;
}

#top_phone .tp_label {
	display: inline-block;
	vertical-align: middle;
	font: normal 1em/1.2em 'LatoBlack', Helvetica, san-serif;
}

#top_phone .tp_number {
	font: 1.3em/1.2em 'LatoBold', Helvetica, Arial, sans-serif normal;
	padding-left: .5em;
	color: #008131;
}
