/* this is used to style the turotial page. */
body {

	margin: 0px;
	padding: 0px;
	font-size: 75%;
	color: #666666;
	line-height: 180%;
}
img{border:0;padding:0px;}
#content {
	width:0px;
	height:0px;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
}
#content a:link, #content a:active, #content a:visited {
	text-decoration : underline;
	color: #35699B;
}
#content a:focus, #content a:hover{
	text-decoration : none;

	-moz-outline:0;
	color: #FFFFFF;
	background-color: #366EA1;
}

/* this is the CSS for the menu that you will need. */
#menu_holder1 {
	padding:140px 0px 0px 0px;
	width: 100%;
	display: block;
	position: absolute;
	background-color:#ffffff;
	top:-435px;
	left:0px;
	text-align:center;
}

#hit_area1 {
	width: 100%;
	height:3px;
	padding: 0px;
	display: block;
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 530px;	
}








@charset "UTF-8";
#nav ul,
#nav li,
#nav span,
#nav a {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav_wrap{ width:100%; background:#183362; }
#nav {
  width:1000px; 
  margin:0 auto;
  font-weight: 600;
  height: 60px;
}
#nav:after,
#nav ul:after {
  content: '';
  display: block;
  clear: both;
}
#nav a {
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 60px;
  padding: 0 30px;
  text-decoration: none;
}
#nav ul {
  list-style: none;

}
#nav > ul {
  float: left;
}
#nav > ul > li {
  float: left;
}
#nav > ul > li:first-child a {}
#nav > ul > li.active a,
#nav > ul > li:hover > a {
  color: #FFFFFF;
  background: #183362;
}
#nav .has-sub {
  z-index: 1;
}
#nav .has-sub:hover > ul {
  display: block;
}
#nav .has-sub ul {
  display: none;
  position: absolute;
  width: 130px;
  top: 100%;
  left: 0;
}
#nav .has-sub ul li a {
  background: #FFFFFF;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
  display: block;
  line-height: 160%;
  padding: 15px 10px;
  font-size: 12px;
  text-align:center;
}
#nav .has-sub ul li:hover a {
  background: #183362;
  color:#FFFFFF;
}
#nav .has-sub .has-sub:hover > ul {
  display: block;
}
#nav .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#nav .has-sub .has-sub ul li a {
  background: #606f7f;
}
#nav .has-sub .has-sub ul li a:hover {
  background: #4a5662;
}

