html, body {
text-align: center;
margin-top: 0px;
font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
font-size: 13.5px;
line-height: 1.5;
background-color: #4f4f4f;
background-image: url(/images/layout/bg.png);
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

ol {
	list-style: decimal;
}

#container {
	margin: 0 auto 0px auto;
	width: 1000px;
	height:auto;
	min-height:600px;
	padding-bottom:20px;
	background: url(/images/layout/borderbg.png) center repeat-y;
	text-align: center;
	padding:0 20px;
}

#content {
	display:inline;float:left;margin-left:20px;margin-right:10px;
	width:610px;
	text-align:left;
}

#footer {
margin: 0px auto 0px auto;
width:960px;
height:131px;
padding-left: 40px;
padding-top: 20px;
text-align: left;
vertical-align:middle;
background:url(/images/layout/footer.png) top no-repeat;
clear:both;
}

#nav {
width: 960px;
border-bottom: 10px solid #96968d;
}

#rightcol {
text-align: left;
}

/*NAV MENU */
#nav, #nav ul {
	position: relative;
	float:left;
	height: 30px;
	padding: 0;
	margin: 3px 0px 20px 20px;
	list-style: none;
	font-family: "Helvetica", "Helvetica Neue", "Arial Black";
	font-size: 16px;
	color: #df7309;
	font-weight: bold;
}

#nav a {
	display: block;
	height:30px;
	text-decoration:none;
	margin:0;
	padding:0;
	color: #df7309;
}

#nav li {
	float: left;
	/*display:inline;*/
	padding-top:5px;
	padding-bottom: 0px;
	padding-left: 30px;
	width:auto;
	z-index: 5;
	position: relative;
}

#nav li ul {
	position:absolute;
	width: 12em;
	margin:0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover a, #nav li:focus a {
	background-position: center bottom !important;
	z-index: 5;
       color: #666;
}
#nav a:active {
	background-position: center bottom !important;
}

/* TYPOGRAPHY */
a {
	color:#4763dc;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h2.news {
	font-size: 24px;
	color: #df7309;
}
h3 {	
	font-size: 20px;
}
h3.news {
	font-size: 20px;
    margin-bottom:0px;
    color: #85a354;
}
h4.email, h4.email a {
	font-size: 16px;
	color: #dc4529;
	font-variant: small-caps;
	margin-bottom: 0px;
	margin-top: -20px;
	text-decoration: none;
}
p.news{
margin-top:-10px;
}
#footer {
	color:#FFF;
	font-size: 12px;
}

#footer p {
	float: left;
	padding-right: 50px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

/* Images */
.staffImage {
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #666;
}