/* ---------------------------------------------------------------------- */
/*                          Script Resetter                               */
/* ---------------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
  clear:both;
  }




/* ---------------------------------------------------------------------- */
/*                          Misc                                          */
/* ---------------------------------------------------------------------- */
body {
  text-align:center;
  background:url('../images/body_bg.png');
  padding-bottom:10px;
  font:15px arial;
  color:#666;
  }
#container {
  background:url('../images/html_bg.png') top left repeat-x;
  }
.in {
  width:964px;
  text-align:left;
  margin:0 auto;
  }
h1{
  font:bold 35px arial;
  padding-bottom:10px;
  color:#343E42;
  }  
/* ---------------------------------------------------------------------- */
/*                          header                                        */
/* ---------------------------------------------------------------------- */ 

#header {
  height:85px;
  padding-top:10px;
  border-bottom:1px solid #375C72;
  }
#header .logo{
  height:70px;
  float:left;
  }
#header .logo img {
  border:0;
  }

/* ---------------------------------------------------------------------- */
/*                     Dropdown menu                                      */
/* ---------------------------------------------------------------------- */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight:bold;
}

.nav {
  z-index: 10000;
  position: relative;
  width:645px;
	float:right;
	padding-top:22px;
}
.nav li {
  margin: 0;
  padding: 0;
  position: relative;
  float:left;
  padding:0px 15px 0 15px;
  background:url('../images/top_menu_spacer.png') left center no-repeat;
}
.nav li.first {
  background:none;
}
.nav li a{
  display: block;
  text-decoration: none;
  padding:5px;
  color:#fff;
  font:bold 12px arial;
}

.nav li a:hover {
  background:#276991;
  text-decoration:none;	
}

.nav ul {
  overflow:hidden;
  list-style: none;
  margin: 0;
  padding:0;
  width: 135px;
  position: absolute;
  top: -999em;
  left: 15px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 24px;
}
.nav ul li {
  border: 0;
  padding:0;
  background:#F1F1F1;
}
.nav li ul li a {
  border-bottom: 0;
  padding:0;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  width: 125px;
  display:block;
  color: #000;
  background: #fafafa;
}
.nav ul li a:hover {
  background: #fafafa;
  color: #05314C;
}


/* ---------------------------------------------------------------------- */
/*                          content                                       */
/* ---------------------------------------------------------------------- */ 

#content {
  padding-bottom:20px;
  overflow:hidden;
  }
#content .content_top{
  background:url('../images/slider_top.png') no-repeat;
  }
#content .content_top a{
  color:#fff;
  }
#content .content_center{
  background:url('../images/slider_header_bg.png') no-repeat;
  
  }
#content .content_bottom{
  background:url('../images/in_bg.png') repeat-y;
  padding:0px 0px 0 0px;
  }
.content {
  padding: 0 20px 10px 20px;
  display:inline-block;
  }
/* ---------------------------------------------------------------------- */
/*                           inner page                                   */
/* ---------------------------------------------------------------------- */
#explorer{  
  color:#607D8F;
  font:11px arial;
  padding:5px 0 30px 15px;
}
#text{  
  padding:20px 10px;
  clear:both;
}

#text p{ 
  font:14px arial;
  color:#666;
  line-height:24px;
}

#units {
  padding-top:15px;
  }
.unit {
  clear:both;
  padding-bottom:10px;
  display:inline-block;
  }
#units .unit .image , .tumb_images {
  background:url('../images/thumb_bg.png') no-repeat;
  width:212px;
  height:140px;
  float:left;
  margin-right:20px;
  padding:10px 0 0 8px;
  overflow:hidden;
  }
.tumb_images {
  margin-right:6px;
  }
#units .unit .text{
  width:650px;
  float:left;
  overflow:hidden;
  }
#units .unit .full_width{
  width:870px;
  }
#units .unit .text .title{
  color:#373839;
  font:bold 16px arial;
  }
#units .unit .text p{
  padding-top:10px;
  font:14px arial;
  color:#666;
  line-height:23px;
  }
#units .unit .text ul{
  margin:0;
  padding:0;
  }
#units .unit .text a{
  color:#3d71e6;
  }
#units .unit .text ul li{
  list-style: outside;
  list-style-type: disc;
  margin:10px 0 0 20px;
  font:14px arial;
  color:#666
  }  
#units .unit a.pdf{
  display:inline-block;
  float:right;
  background:url('../images/pdf.png') no-repeat;
  height:23px;
  padding:10px 0 0 33px;
  text-decoration:none;
  color:#05334F;
  font:bold 15px arial;
  }
#content .content_top .help {
  display:block;
  background:#FAFAFA;
  height:70px;
  padding-top:25px;
  text-align:center;
  font:bold 18px arial;
  color:#05334F;
  text-decoration:none;
  margin-bottom:5px;
  }
#content .help:hover{
	color:#FFF;
	background: #05334F
}
/* ---------------------------------------------------------------------- */
/*                           Footer                                       */
/* ---------------------------------------------------------------------- */ 
#footer {
  background:url('../images/footer_bg.png') repeat-x;
  height:65px;
  margin: 0 2px;
  }
#footer .copyrights{
  font:12px Arial;
  color:#fff;
  padding:23px 0 0 20px;
  width:550px;
  float:left;
  }
#footer .copyrights p{
  padding-top:3px;
  Font:11px Verdana;
  }
#footer ul{
  float:right;
  padding:23px 20px 0 0;
  width:250px;
  list-style:none;
  }
#footer ul li{
  float:left;
  font:12px Arial;
  padding:0px 10px 0 10px;
  background:url('../images/footer_menu_spacer.png') right center no-repeat;
  }
#footer ul li.last{
  background:none;
  }
#footer ul li a{
  color:#698595;
  text-decoration:none;
  }  
/* ---------------------------------------------------------------------- */
/*                           Slider                                       */
/* ---------------------------------------------------------------------- */
#slider {
  float:left;
  position:relative;
  height:384px;
  width:900px;
  padding-left:10px;
  }
.slider-nav {
  list-style:none;
  position:absolute;
  padding-top:10px;
  height:28px;
  bottom:0;
  left:10;
  background:url('../images/slider_tabs_bg.png') right top;
  width:100%;
  z-index:1000;
  text-align:center;
  }
.slider-nav .inside {
  margin:0 auto;
}  
.slider-nav li{padding:0px 3px;width:15px;display:inline;}
.slider-nav a,.slider-nav .activeSlide a{
  border: 0;
  display: inline-block;
  padding: 0;
  background: #333;
  width:16px;
  height:17px;
  background:url('../images/slider_tab_inactive.png') right top no-repeat;
  z-index:1000;
  }
.slider-nav .activeSlide a{background:url('../images/slider_tab_active.png') right top no-repeat;}


.slider .image {
  float:right;
  height:360px;
  } 
  
.slider .text {
  width: 300px;
  position:absolute;
  top:10px;
  left:620px;
  float:right;
  height:260px;
  color:#fff;
  }
.slider .title {
  width: 300px;
  font:bold 40px Arial;
  text-shadow:1px 1px 1px #000;
  }
.slider p {
  padding-top:10px;
  font:15px tahoma;
  }



.contact_us_text {
  width:400px;
  float:left;
  }
#contact_form h2 ,.contact_us_text h2{
  font:bold 32px arial;
  padding-bottom:10px;
  color:#343E42;
  }    
#contact_form {
  width:400px;
  float:left;
  padding-top:20px;
  font:13px arial;
  color:#333;
  }
#contact_form p{ 
  font:13px arial;
  color:#333;
  line-height:24px;
}
#contact_form .cinput,#contact_form .ctextarea{
  width:380px;
  margin-bottom:10px;
  height:20px;
  overflow:hidden;
  }
#contact_form .ctextarea{
  height:90px;
  }
#contact_form #send{
  border:0;
  background:url('../images/send-ticket.gif') right top no-repeat;
  width:136px;
  height:28px; cursor:pointer
  }