/* Universal */
a img {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: #fff;
  color: #000;
}
div, p, ul, ol, li, img, form h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
a:link { 
  color:#ff6600;
  text-decoration: none;
}
a:visited { 
  color:#ff6600;
  text-decoration: none;
}
a:hover  { 
  color:#0099C7;
  text-decoration: none;
}
a:active { 
  color:#ff700b;
  text-decoration: none;
}
body {
  background: #050608;
  font-family: Arial, Helvetica, sans serif;
  font-size: 11px;
  line-height: 15px;
  color: #666;
}
input.text {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 11px;
  color: #333;
  line-height: 16px;
  background: #fff;
  border: #999 1px solid;
}
select {
  background: #eee;
  border: #ccc 1px solid;
}
input {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 11px;
  color: #333;
  line-height: 16px;
  #background: #fff;
  border: #999 1px solid;
}
textarea {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 11px;
  color: #333;
  line-height: 15px;
  background: #fff;
  border: #999 1px solid;
  overflow: auto;
}


/* top right search field */

.textfield {
  width: 118px;
  height: 13px;
  border: solid 0 #fff;
  background: #fff;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  margin: 48px 0 0 0;
  padding: 0 5px 0 5px;
}
#textfield_right {
  float: right;
}
.nav_submit {
  margin: 2px 0 0 0;
  border: #ccc 0 solid;
  filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}


/* search page + contact */

.search_page_box {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 11px;
  color: #333;
  line-height: 16px;
  background: #fff;
  border: #999 1px solid;
  padding: 1px 4px 3px 4px;
  margin: 0 0 0 0;
}
.txtblue {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  font-weight: bold;
  color: #559ed2;
  background: #fff;
  border: #99ccff 1px solid;
  padding: 2px 4px 2px 4px;
  margin: 0 0 0 2px;
}


/* Text Styles */

a.nav_main:link {
  font-family: Gotham, Arial, Helvetica, Sans Serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
}
a.nav_main:visited {
  font-family: Gotham, Arial, Helvetica, Sans Serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
}
a.nav_main:hover  { 
  color: #008CC0;
  text-decoration: none;
}
a.nav_main:active { 
  color: #ff700b;
  text-decoration: none;
}
a.programs_nav:link {
  font-family: Gotham, Arial, Helvetica, Sans Serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  color: #00235C;
  text-decoration: none;
}
a.programs_nav:visited {
  font-family: Gotham, Arial, Helvetica, Sans Serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  color: #00235C;
  text-decoration: none;
}
a.programs_nav:hover  { 
  color: #008CC0;
  text-decoration: none;
}
a.programs_nav:active { 
  color: #00235C;
  text-decoration: none;
}p { 
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  line-height: 15px;
}
h1 {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 16px;
  line-height: 20px;
  color: #559ed2;
}
h2 { 
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 14px;
  line-height: 18px;
  color: #559ed2;
}
h3 {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 13px;
  line-height: 17px;
  color: #559ED2;
}
h4 {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 12px;
  line-height: 16px;
  color: #559ed2;
}
h5 {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  line-height: 15px;
  color: #559ed2;
}
h6 {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 10px;
  line-height: 14px;
  color: #559ed2;
  text-transform: lowercase;
}
ul {
  font-family: Arial, Helvetica, Sans Serif;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  padding-left:10px;
}
ol {
  font-family: Arial, Helvetica, Sans Serif;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  color: #000;
  padding-left:10px;
}
hr {
  border: none 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 5px 0 5px 0;
  padding: 0;
}
.error {
  font-family: Arial, Helvetica, Sans Serif;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  color: red; 
}
.note {
  font-family: Arial, Helvetica, Sans Serif;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  color: #333333 ;
}
.bodytext {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  line-height: 17px;
  color: #666666;
  vertical-align:top;  
}
.body_header {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  line-height: 17px;
  color: #666666;
  vertical-align:bottom;  
}
.subheader { 
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  line-height: 16px;
  color: #559ed2;
}
.llneheight_22 {
  line-height: 22px;
}

/* Text Styles Ends */


/* Pages Start */

/* HOME */

#print_header {
  display: none;
}
html, body {
  margin:0; 
  padding:0; 
  width:100%; 
  height:100%; 
  overflow:hidden;
}
#background {
  position:absolute; 
  z-index:1; 
  right:20px;
  width:100%; 
  height:100%;
}
.body1 {
  overflow: scroll;
}
.hm_body {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  margin: 0;
  padding: 0;
}
#wrapper {
  position: relative; 
  width:760px;
  height:100%;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  overflow: none;
  border-color: #9C7E10;
  border-width: 0 ;
  border-style: solid;
  z-index:2;
}
#container {
  position:absolute; 
  width:760px; 
  height:100%; 
  top:0; 
  left:0; 
  overflow:none; 
  z-index:2;
}
#left_column {
  background: url("../siteimages/hm_logo.gif") no-repeat;
  width: 134px;
  padding: 0 0 0 0;
  float: left;
}
#left_column2 {
  background: url("../siteimages/hm_logo2.gif") no-repeat;
  width: 134px;
  padding: 0 0 0 0;
  float: left;
}
#nav_main {
  width: 98px;
  padding: 36px 22px 0 0;
  margin: 0 0 0 0;
  text-align: right;
  float: right;
}
#hm_platform {
  width: 452px;
  height: 626px;
  padding: 0;
  margin: 0;
  float: left;
}
#hm_platform_background {
  position: absolute;
  top: 0;
  left: 134px;
  background: #09355F;
  filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
  width: 452px;
  height: 626px;
  padding: 0;
  margin: 0;
  float: left;
}
#hm_picture {
  background: #000;
  width: 376px;
  height: 221px;
  margin: 31px 0 0 40px;
}
#content_area {
  width: 340px;
  height: 300px;
  margin: 25px 0 0 49px;
  padding: 0 27px 0 0;
  overflow: auto;
  color: #fff;
}
#right_column {
  width: 144px;
  padding: 0;
  margin: 0;
  float: left;
}
#right_column img {
  margin: 0;
  padding: 0 0 15px 20px;
  float: left;
}
.right_column_buttons {
  padding: 0 0 13px 26px;
}


/* SECONDARY PAGES */  

a.nav_2:link {
  font-family: Gotham, Arial, Helvetica, Verdana, Sans Serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  color: #0099C7;
  text-decoration: none;
}
a.nav_2:visited {
  font-family: Gotham, Arial, Helvetica, Verdana, Sans Serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  color: #0099C7;
  text-decoration: none;
}
a.nav_2:hover  { 
  color: #ff6600;
  text-decoration: none;
}
a.nav_2:active { 
  color: #ff700b;
  text-decoration: none;
}
a.crumbs:link { 
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 9px;
  color:#929497;
  text-decoration: none;
}
a.crumbs:visited {
  font-weight: bold;
  line-height: 9px;
  color:#929497;
  text-decoration: none;
}
a.crumbs:hover  { 
  color:#666;
  text-decoration: none;
}
a.crumbs:active { 
  color:#ff700b;
  text-decoration: none;
}  
.second_body {
  background: #140E3E url("../siteimages/hm_logo.jpg") no-repeat;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  line-height: 14px;
  color: #666;
  margin: 0;
  padding: 0;
}
#nav_second {
  width: 98px;
  height: 181px;
  padding: 36px 34px 0 0;
  margin: 0  0 0;
  text-align: right;
  float: right;
}
.second_logo {
  padding-top: 8px;
}
#second_platform {
  background: #fff url("../siteimages/gray_slice.gif") bottom right no-repeat;
  width: 452px;
  height: 600px;
  margin: 2px 0 0 0;
  float: left;
}
#header_motif {
  width: 51px;
  height: 36px;
  margin: 25px 8px 0 0;
  float: left;
  text-align: right;
}
#no_header_motif {
  width: 40px;
  height: 36px;
  margin: 25px 8px 0 0;
  float: left;
  text-align: right;
}
#page_header {
  margin: 0;
  padding: 34px 0 0 0;

}
#breadcrumbs {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#content_area2 {
  width: 376px;
  height: 450px;
  margin: 11px 0 0 49px;
  padding: 0 27px 0 0;
  overflow: auto;
}
#content_area3 {
  width: 425px;
  height: 450px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#content_area4 {
  width: 376px;
  margin: 0 0 0 49px;
  padding: 0 27px 0 0;
}
#content_area5 {
  width: 376px;
  height: 479px;
  margin: 15px 0 0 49px;
  padding: 0 27px 0 0;
  overflow: auto;
}
#content_area6 {
  width: 349px;
  margin: 0;
  padding: 0 27px 0 0;
}
#content_area7 {
  width: 376px;
  height: 450px;
  margin: 81px 0 0 49px;
  padding: 0 27px 0 0;
  overflow: auto;
}
#diagram {
  background: #fff;
  width: 452px;
  height: 480px;
  margin: 0;
  padding: 8px 0 0 0;
  overflow: auto;
}
#diagram_text {
  background: #fff;
  width: 360px;
  height: 100%;
  padding: 0 25px 0 50px;
  margin: 0;
}
.home_photo img {
  margin: 0 10px 5px 0;
  padding: 0;
  border-style: none;
  #border-color: #8B2B01;
  border-width: 1px;
  float: left;
}  
.home_photo_left {
  border: #000 1px solid;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.home_photo_right {
  border: #000 1px solid;
  float: right;
  margin: 0 0 0 5px;
  padding: 0;
}
.program_photo img {
  margin: 0 0 0 10px ;
  padding: 0;
  border-style: none;
  #border-color: #8B2B01;
  border-width: 1px;
  float: right;
}  
.bio_photo img {
  margin: 3px 8px 5px 0;
  padding: 0;
  border-style: none;
  #border-color: #8B2B01;
  border-width: 1px;
  float: left;
}    
#footer { 
  width: 800px;
  height:15px;
  margin: 0;
  padding: 0;
  float:left;
  text-align: right;
}
#tumis { 
  font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
  font-size: 9px;
  color:#fff;
  line-height: 12px;
  width: 385px;
  margin-top:600px;
  padding:0 15px 0 0;
  text-align: right;
  float:right;
}
a.tumis:link, a.tumis:visited, a.tumis:active {
  color:#00736A;
  text-decoration: none;
}
a.tumis:hover {
  color:#87C49C;
  text-decoration: underline;
}
#company { 
  font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
  font-size: 9px;
  color:#fff;
  line-height: 12px;
  width: 390px;
  margin-top:600px;
  padding:0 0 0 10px;
  text-align: left;
  float:left;
}
a.sec_nav:link { 
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  color:#666666;
  text-decoration: none;
}
a.sec_nav:visited { 
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  color:#666666;
  text-decoration: none;
}
a.sec_nav:hover  { 
  color:#ff700b;
  text-decoration: underline;
}
a.sec_nav:active { 
  color:#666666;
  text-decoration: none;
}
#third_nav { 
  width: 400px;
  font-family: Georgia;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}

/*  Pages End */
  
#news_layout {
  width:200px;
}  
#email_this {
  width:115px; 
  padding:3px; 
  margin:8px 0 8px 0;
  border-width: 1px 0 1px 0;
  border-style:solid;
  border-color: #E03F09;
}

/*  Bios Start */  
.bios { 
  list-style-type: none;
}
/*  Bios End */  

/*  Resources Start */  
#resourcepage { 
  width: 300px;
  padding: 0 12px 20px 12px;
  float: left;
  text-align: left;
}
/*  Resources End */

/* Start Gallery */  
.portfolio_container { 
  width: 324px;
  #height: 100%;
  margin: 15px 0 0 0;
  padding: 13px;
  background-color:#fff;
  border-width: 1px;
  border-style: solid;
  border-color: #559ed2;
  float:left;
}
.portfolio_photo { 
  margin: 12px 0 12px 6px;
  padding: 0;
  float:right;
}
.portfolio_photo img {
  border-width: 0;
  border-style: solid;
  #border-color: #DF4104;
}
.portfolio_img  { 
  margin:0;
  padding:0;
}
.portfolio_img img {
  border-width: 0;
  border-style: solid;
  #border-color:#DF4104;
}
#portfolio {
  border-width: 1px;
  border-style:solid;
  background-color: #fff;
  border-color: #559ed2;
}
#portfolio td {
  background-color: #fff;
  padding:15px 10px 10px 10px;
}  
.portfolio_thumb_t {
  width: 324px;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 1px 1px 0 1px;
  border-style:solid;
  border-color: #559ed2;
}
.portfolio_thumb {
  width: 324px;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 0 1px 0 1px;
  border-style:solid;
  border-color: #559ed2;
}
.portfolio_thumb_b {
  width: 324px;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 0 1px 1px 1px;
  border-style:solid;
  border-color: #559ed2;
}
.portfolio_number {
	background-color: #FC8200;
	padding: 4px;
	margin: 0;
	font-size: 10px;
	border-width: 1px;
	border-style:solid;
	border-color: #DF4104;
}
a.portfolio_number:link, a.portfolio_number:visited, a.portfolio_number:active { 
	color:#fff;
	text-decoration: none;
}
a.portfolio_number:hover {
	color:#fff;
	text-decoration: underline;
}
.portfolio_number_on {
	background-color: #F5F5D7;
	padding: 4px;
	margin: 0;
	font-size: 10px;
	line-height: 14px;
	border-width: 1px;
	border-style:solid;
	border-color: #DF4104;
}
.portfolio_back {  
  font-family: Helvetica, Swiss, SunSans-Regular;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  text-transform: lowercase;
}
#gal_image {
  border-width: 1px;
  border-style:solid;
  background-color: #fff;
  border-color: #aaa;
  height:100%;
  float:left;
}  
.portfolio_page {
  border-width: 1px; 
  border-style:solid; 
  border-color: #8B2B01; 
  height:100%; 
  float:left;
}
.gall_photo_name	{
	float: left;
}
/* End gallery */


/* FAQ's start */

.faq_type {
  padding: 0 0 20px 0;
}
/* FAQ's End */
  
/*  Programs Start */  
.cases { 
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/*  Programs End */


/* Tell a Friend Start */
#tell_friend {
  width: 380px;
  height: 100%;
  border-width: 1px;
  border-color: #ccc;
  background-color: #fff;
  padding: 10px;
}
#tell_friend td {
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  text-align: left;
  font-size: 11px;
  line-height: 30px;
  color: #130d06;
}
#tell_friend table {
  background-color: #ffffff;
}

/* Tell a Friend End */

.nav_line {
  padding:0;
}
li.navlist {
  margin:0 0 5px 0;
  padding:0;
  color:#6F2D00;
  line-height: 15px;
}
.nav_1 { 
  list-style-type: none;
  margin:0;
  padding:0;
}
.nav_2 { 
  list-style-type: none;
  margin:0 0 0 0;
  padding:0 0 5px 5px;
}
.faq_question {
  line-height: 18px;
}
.disapear {

}