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;
	padding:30px;
}

ol li {
	margin-bottom:10px;
}

#container {
	margin: 0 auto;
	width: 960px;
	height:auto;
	min-height:600px;
	/* background: url(/images/layout/borderbg.png) center repeat-y; */
	background:#fff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}

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

#footer {
margin: 20px auto 0px;
width:920px;
height:100px;
padding:20px;
text-align: left;
vertical-align:middle;
/* background:url(/images/layout/footer.png) top no-repeat; */
background: #7d7e7d; /* old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #444 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#444)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#444',GradientType=0 ); /* ie */
text-shadow: 0px 0px 3px #000000;
filter: dropshadow(color=#000000, offx=0, offy=0);
clear:both;
}

#nav {
	margin:0 auto;
width: 960px;
border-bottom: 5px solid #96968d;
}

#rightcol {
text-align: left;
}

/*NAV MENU */
#nav, #nav ul {
	position: relative;
	float:left;
	height: 24px;
	list-style: none;
	font-family: "Helvetica", "Helvetica Neue", "Arial Black";
	font-size: 14px;
	color: #df7309;
	font-weight: bold;
}

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

#nav li {
	float: left;
	/*display:inline;*/
	/*padding-top:5px;
	padding-bottom: 0px;
	padding-left: 30px;*/
	width:120px;
	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: #339999;
}
#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: 13px;
	font-weight:bold;
}

#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;
}
