/* Generic site styles */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 190%;
	/* background:transparent url(../images/bg-repeat.gif) repeat-x; */
}
/* Layout */
#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#branding-header {
	height: 150px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/header-bg.jpg) no-repeat;
}
#nav-wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
	/*background: white url(../images/nav-bg.png) repeat-x;*/
#content-wrapper {
	width: 850px;
	margin: 50px auto 0 auto;
}
#content-main {
	margin: 0;
	padding: 0 50px 0 0;
	width: 500px;
	float: left;
}
#content-sidebar {
	width: 240px;
	padding-left: 50px;
	float: left;
	border-left: 1px solid #ccd7e2;
}
.side-sep {
	border-top: 1px solid #ccd7e2;
	margin-top: 40px;
	padding-top: 20px;
	margin-bottom: 40px;
}
.sep {
	border-top: 1px solid #ccd7e2;
	margin-top: 40px;
	padding-top: 30px;
}
#footer {
	clear: both;
	border-top: 1px solid #ccd7e2;
	width: auto;
	height: 60px;
	padding: 25px 0 0 0;
	color: #00386c;
	font-weight: bold;
}
#footer-wrapper {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #00386c;
}
/* Navigation */
#nav-main {
margin-left: auto;
margin-right: auto;
	width: 850px;
	background: #00386c;
	height: 75px;
	border-top: 2px solid #2d5b86;
	border-bottom: 2px solid #2d5b86;
}
#nav-main ul, li{
	margin: 0;
	padding: 0;
}
#nav-main ul {
	margin-left: 5px;
	float: left;
}
#nav-main li {
	float: left;
	list-style: none;
}
#nav-main a {
	color: white;
	font-size: 145%;
	font-weight: 100;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
	top: 25px;
	padding: 22px 13px 23px 13px;
	border-right: 1px solid #2d5b86;
}
#last-nav a{
	border-right: none;
}
#last-nav1 a{
	border-right: none;
}
#nav-main a:hover {
	background: #2d5b86;
}
#sub-nav {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 75px;
}
#sub-nav ul, li{
	margin: 0;
	padding: 0;
}
#sub-nav ul {
	margin-left: 5px;
	float: left;
}
#sub-nav li {
	float: left;
	list-style: none;
}
#sub-nav a {
	color: #00386c;
	font-size: 120%;
	font-weight: 100;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 10px;
	border-right: 1px solid #ccd7e2;
}
#last-nav a{
	border-right: none;
}
#sub-nav a:hover {
	background: #00386c;
	color: white;
}

/* Typography */
h1 {
	margin: 0 0 20px 0;
	color: #008530;
	font-size: 350%;
	font-weight: lighter;
	font-style: italic;
	line-height: 100%;
}
h1#header {
	color: black;
	font-weight: bolder;
	font-style: normal;
	font-size: 400%;
	display: none;
}
#content-sidebar h1{
	font-size: 250%;
	color: #00386c;
}
h2 {
	font-size: 110%;
	color: #00386c;
	margin-bottom: 10px;
}
h3 {
	font-size: 170%;
	font-weight: lighter;
	font-style: italic;
	color: #008530;
}
a {
	color:  black;
}
/* Misc */
input {
	width: 100%;
}
input:hover {
	background: #B1E2B2;
}
