/* CSS Document */

body,div,td,tr,table,p,ul,ol,li{
	margin: 0px;
	padding: 0px;
}

a{
  text-decoration: underline;
  color: #686868;
  /*text-decoration: none;
  color: #345656;*/
}

a:hover{
	color: #0035ff;	
}

p{
	line-height: 18px;
    padding-top: 1em;
}

.clear {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	}
	
.left {
	text-align: center;
        display: block;
	}
	
.right {
	float: right;
	}

.text_right {
	text-align: right;
	}

.padd{
	padding: 20px;
	}
	
.padds{
	padding: 10px;
	}
	
.padd_r {
	padding-right: 10px;
	}
		
.link_a {
	color: #b02626;
	font-size:12pt;
	font-weight: bold;	
	text-decoration: none;
	}

.link_a:hover {
	color: #b02626;
	font-size:12pt;
	font-weight: bold;
	text-decoration: none;
	}

hr {
	border-top:1px solid #e1e1e1;
	height: 1px;
	margin: 0px;
	padding: 0px;
	}
	
h1 {
	display: inline;
	margin: 0px;
	padding: 0 0 15px 0;
	color: #b02626;
	font-family: tahoma, Myriad Pro;
	font-weight: normal;
	font-size: 18pt;
	text-transform: capitalize;
	text-decoration: none;
	}
	
h2{
        color:#686868;
	margin: 0px;
        padding: 10px 0 0 0;
	font-family: Myriad Pro;
	font-weight: normal;
	font-size: 16pt;
	text-decoration: none;
}		
h3{
	color:#686868;
	margin: 0px;
	padding: 0px;
	font-family: Myriad Pro;
	font-weight: normal;
	font-size: 20pt;
	text-decoration: none;
	}

	
body {
	background-color: #ffffff;
	font-family: tahoma, Helvetica, sans-serif;
	color: #686868;
	font-size: 12pt;
	font-weight: normal;
	}
	
.main {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	}
	
.header {
        background: transparent url(../images/nchc_header.jpg) no-repeat center top;
	height: 180px;
	margin: 0px auto;
	padding: 0px;
	}
	
.header a img{
 float: right;
} 

.line_height{
	margin-top: 35px;
	}
	
p.header_link {
	font-family: tahoma, Times, serif;
	font-size: 11pt;
	color: #737373;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
	}
	
p.header_link a{
	font-family: tahoma, Times, serif;
	font-size: 11pt;
	color: #737373;
	text-decoration: none;
	font-weight: normal;
	}
	
p.header_link a:hover{
	color: #333333;
	text-decoration: none;
	}
	
.search_input {
	border:1px solid #a7a7a7;
	width: 200px;
	padding:4px;
	background: #ffffff url(search.gif) no-repeat 2% 50%;
	padding-left: 30px;
	}
	
.button {
	cursor: pointer;
	background: #202020;
	padding: 5px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 10pt;
	border: none;
	text-transform: uppercase;
	}

.button2 {
	cursor: pointer;
	background: #7f7f7f;
	padding: 5px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 10pt;
	border: none;
	}
	
.header_menu {
	margin:0px;
	padding:0px;
	width: 100%;
        height: 34px;
	background: #202020;
	}
	
.header_menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;	
	}
	
.header_menu ul li{
	text-align: center;
	line-height: 34px;
	height: 34px;
	background: #202020;
	border-left: 1px solid #b1b1b1;
	float: left;
	width:164px;
	cursor: pointer;
        list-style: none;
	}

.header_menu ul li.last{
	width:174px;
	}
	
.header_menu ul li a:hover{
	background: #b02626;
	cursor: hand;
	}
	
.header_menu ul li:hover ul{
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
}
.header_menu ul li:hover ul li{
        float: none;
}
.header_menu ul li ul li a:hover{
        background-color: #b02626;
        color: #000;
        cursor: hand;
}

.header_menu ul li a{
	font-family: tahoma;
	font-size: 10pt;
	color: #C0C0C0;
	text-decoration: none;
	display:block;
	}

.header_menu ul li:hover a{
	color: #FFFFFF;	
	}

.header_menu ul li.active:hover,
.header_menu ul li.active{
	background: #c0c0c0;
	}

.header_menu ul li.active a,
.header_menu ul li.active:hover a:hover{
	color:#000;
	font-weight:bold;
	}

.header_menu ul li.active li a{
   background: #c0c0c0;
}
.header_menu ul li li a:hover,
.header_menu ul li.active:hover li a:hover{
	color:#fff;
	font-weight:bold;
	}

.header_menu ul li ul li a{
  background-color: #000;
}




/*content css**/
.content_left{
	margin:0px;
	padding:0px;
	text-align: left;
	border:1px solid #e1e1e1;
	}
	
.content_left ul li{
  margin-left: 25px;
  padding: 5px;
}

.content_right{
	float: right;
	width: 290px;
	margin:0px;
	padding:0px;
	text-align: left;
	border:4px solid #e1e1e1;	
	}
	
.right_conta{
	padding: 20px;
	}
	
.link_button {
	padding-left: 15px;
	padding-right: 15px;
	border-top:3px solid #e1e1e1;
	border-bottom:3px solid #e1e1e1;
	background: #e1e1e1;
	color: #b02626;
	text-decoration: none;
	font-family: tahoma;
	font-size: 12pt;
	font-weight: normal;
	}
	
.link_button:hover {
	text-decoration: none;
	color: #000;
	}
	
.contant_header {
	padding: 4px;
	background: #e1e1e1;
	display: block;
	overflow: hidden;
	}

ul.services{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
ul.services li{
	padding-bottom: 30px;
	}
	
ul.services li a{
	font-family: tahoma;
	font-size: 12pt;
	color: #006af5;
	text-decoration: none;
	display: block;
	padding-top: 0.3em;	
	}
	
ul.services li a:hover{
	color: #0035ff;	
}
	
.footer{
	background: #e1e1e1 url(footer.gif) repeat-x center top;
	height:60px;
	line-height: 30px;
	}

.footer .main .left{
  font-size: 10pt;
}

.footer .main .left a{
  color: #006AF5;
  text-decoration: none;
}
.footer .main .left a:hover{
  color: #0000ff;
}

.blue {
	color: #006af5;
	text-decoration: none;
	font-weight: normal;	
	}
	
.blue:hover {
	color: #006af5;
	text-decoration: none;
	font-weight: normal;		
	}
	
.box_center{
	background: #e1e1e1;
	width: 262px;
	margin: 0px auto;
	}
	
input.input_box {
	width: 225px;
	padding: 6px;
	border:1px solid #c3c3c3;
	color: #686868;
	font-size: 12pt; 
	}
	
.footer_img {
	background: url(footer_img.gif) no-repeat right bottom; 
	height:11px; 
	width:11px; 
	width:292px; 
	position: relative; 
	left:3px; 
	top:4px;
	}
	
.red {
	color: #b02626;	
	}

label.text,
label.textarea{
  float: left;
  width: 150px;
}

span.error{
  font-size: 10pt;
  color: #ff0000;
}

#footer_menu{
  clear: both;
  text-align: center;
  font-size: 10pt;
}

#footer_menu ul{
  list-style-type: none;
}

#footer_menu ul li{
  display: inline;
  margin: 0; 
  padding: 0 10px 0 0;
}
#footer_menu ul li a{
  text-decoration: none;
}

#map_info_window{
  font-size: 10pt;
  color: #b02626;
}

#map_info_window h1{
  font-size: 12pt;
  text-transform: capitalize;
}

.header a#facebook img{
  float: none;
}