@charset "UTF-8";
* {margin:0; padding:0:}
body {
	background: url(_images/03original.gif) repeat;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
	background: url(_images/content_bg.png) repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
#content p {
	margin-bottom: 1em;
	color: #1f1f1f;
}
#header {
	background: url(_images/header_bg.jpg) no-repeat;
	height: 149px;
	display: block;
}
#content {
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 20px;
}
#content a { color: #6869B4; }
#content a:hover {color:#3C3C65;}
#header h1 {
	background: url(_images/title.png);
	height: 43px;
	width: 628px;
	text-indent: -9999px;
	display: block;
	float: right;
	margin-right: 20px;
	margin-top: 45px;
}
#footer {
	background: url(_images/footer.png) no-repeat center top;
	height: 80px;
	width: 840px;
	margin: 0px auto;
	padding-bottom: 30px;
}
/*** Nav bar styles ***/

ul.nav,
.nav ul{
	cursor: pointer;
	text-align:center;
	list-style-type: none;
	display: block;
	background: url(_images/nav_bg.jpg) repeat-x;
	margin: 0px 0px 15px;
	padding: 5px 0px;
}
#content h2 {
	color: #3D454B;
	font-size: 18px;
	border-bottom: 1px solid #ECF1F9;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

ul.nav{
	display: block;
        font-size:12px;
}
ul.nav li{
	display: inline;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
        padding-right:15px
}



ul.nav li>ul{
	/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	font-size:11px;
	left:-5px;
	top: 25px;
	background: #D7D7D7;
}

ul.nav li>ul li{
        padding:0px;
	font-size:11px;
        display:block;
        width:150px;
		padding:0 5px;
		text-align:left;

}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}
.nav a {
	text-decoration: none;
	color: #6869B4;
	font-weight: bold;
}


.nav a:hover { color: #3C3C65; }
#content h3 { color: #878787; }

