@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #fff;
}
#container {
	background-color: #2D4459;
	width: 990px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
			box-shadow: 0 0 20px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#masthead {
	width: 990px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 40%, #7b9dbc 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%,#ffffff), color-stop(97%,#7b9dbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ffffff 40%,#7b9dbc 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffffff 40%,#7b9dbc 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffffff 40%,#7b9dbc 97%); /* IE10+ */
	background: linear-gradient(135deg,  #ffffff 40%,#7b9dbc 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7b9dbc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
* {
  margin: 0px;
  padding: 0px;
}
#nav {
	float: left;
	background-color: #fff; 
	position: left;
	clear: both;
	display: inline;
	
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
 	font-size: 13px;
	line-height: 1.5;
	margin: 0px auto;
	width: 205px;
}
#content {
	float: right;
	width: 765px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 990px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	/*background-color: #2D4459;*/
	background: -moz-linear-gradient(left,  rgba(45,68,89,1) 0%, rgba(45,68,89,0.76) 63%, rgba(255,255,255,0.62) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(45,68,89,1)), color-stop(63%,rgba(45,68,89,0.76)), color-stop(100%,rgba(255,255,255,0.62))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(45,68,89,1) 0%,rgba(45,68,89,0.76) 63%,rgba(255,255,255,0.62) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(45,68,89,1) 0%,rgba(45,68,89,0.76) 63%,rgba(255,255,255,0.62) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(45,68,89,1) 0%,rgba(45,68,89,0.76) 63%,rgba(255,255,255,0.62) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(45,68,89,1) 0%,rgba(45,68,89,0.76) 63%,rgba(255,255,255,0.62) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4459', endColorstr='#9effffff',GradientType=1 ); /* IE6-9 */

}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
/*Menu Header Styles*/
.menu-item h4 {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  
  /*Gradient*/
  background: #7b9dbc; /* Old browsers */
  background: -moz-linear-gradient(top, #88A7C3 0%, #7b9dbc 44%, #2D4459 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88A7C3), color-stop(44%,#7b9dbc), color-stop(100%,#2D4459)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #88A7C3 0%,#7b9dbc 44%,#2D4459 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #88A7C3 0%,#7b9dbc 44%,#2D4459 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #88A7C3 0%,#7b9dbc 44%,#2D4459 100%); /* IE10+ */
  background: linear-gradient(top, #88A7C3 0%,#7b9dbc 44%,#2D4459 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b9dbc', endColorstr='#2D4459',GradientType=0 ); /* IE6-9 */
}

.menu-item h4:hover {  
  background: #88A7C3; /* Old browsers */
  background: -moz-linear-gradient(top,  #88A7C3 0%, #2D4459 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88A7C3), color-stop(100%,#2D4459)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #88A7C3 0%,#2D4459 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #88A7C3 0%,#2D4459 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #88A7C3 0%,#2D4459 100%); /* IE10+ */
  background: linear-gradient(top,  #88A7C3 0%,#2D4459 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88A7C3', endColorstr='#2D4459',GradientType=0 ); /* IE6-9 */

}

.menu-item h4 a {
  color: white;
  display: block;
  text-decoration: none;
  width: 200px;
}

/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}

/* expand on hover*/
/*.menu-item:hover ul {
  height: 93px;
}*/

#menu-item-1:hover ul {
height: 33px;
}
#menu-item-2:hover ul {
height: 63px;
}
#menu-item-3:hover ul {
height: 93px;
}
#menu-item-4:hover ul {
height: 123px;
}
#menu-item-5:hover ul {
height: 153px;
}
#menu-item-6:hover ul {
height: 183px;
} 


.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  display: block;
  width: 200px;
}

/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}

.menu-item li:hover {
  background: #eee;
}

/*First Item Styles*/
.alpha p {
	padding: 8px 12px;
	color: #aaa;
}

.alpha p a {
	color: #aaa;
	font-style: italic;
}

.alpha p a:hover {
	color: #ccc;
}


/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}