@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
/* -----------------------------------------------END OF RESESTS-------------------------------------*/

html {
	background: #E6E3D4;
}

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	width: 960px;
	margin: 0 auto;
}

h1, h2, h3 {
	font-size: 2em;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	color: #575451;
}

h2 {
	font-size: 1.4em;
}
footer {
	
}

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/*horizontal menu styles*/	
nav {
	background: blue;
	height: 2.3em;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul {
	background: blue;
	height: 2em;
	width: 100%;
}

li {
	position: relative;
}

li a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	color: white;
	text-decoration: none;
}

li a:hover, .topmenu li:hover > a {
	background: #0276AB;
	color: white;
	height: 2em;
	padding-top: .3em;
	position: relative;
	top: -.3em;
	border-radius: .3em .3em 0 0;
}

.current, a:hover.current, .topmenu li:hover a.current {
	background: #0276AB;
	color: #eee;
	padding-top: .3em;
	border-radius: .3em .3em 0 0;
	position: relative;
	top: -.3em;
	border-bottom: .3em solid #666;
	cursor: default;
}
/*dropdown menu styles*/
ul.submenu {
	float: none;
	background: blue;
	color: white;
	position: absolute;
	top: 2em;
	left: -9000em;
	width: auto;
	height: auto;
	overflow: hidden;
	max-height: 0;
	-moz-transition:max-height 0.5s ease-in-out;
	-webkit-transition:max-height 0.5s ease-in-out;
	-o-transition:max-height 0.5s ease-in-out;
	transition:max-height 0.5s ease-in-out;
}
ul.submenu li {
	float: none;
}
.topmenu li:hover ul {
	left: 0;
	max-height: 10em;
}
ul.submenu li a {
	border-bottom: 1px solid black;
	padding: .2em 1em;
	white-space:nowrap;
	color: white;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
ul.submenu li a:hover {
	background: #0FF;
	color: black;
	height: 2em;
	padding-top: .2em;
	top: 0;
	border-radius: 0;
}