/*----CSS Reset----*/
@import url("reset.css");
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: url(../images/site/background.png) left top repeat;
  font: normal 62.5% FreeSans, Helvetica, Tahoma, Arial, sans-serif;
  color: #000;
  text-align: center;
}


a {
  text-decoration: none;
  outline: 0 none;
  color: #27bde9;
}

a:hover {
  text-decoration: underline;
}

object {
  outline: 0 none;
}


/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Framework----*/

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.hidden {
  display: none;
}


#wrap {
  width: 975px;
  margin: 0 auto 10px;
  text-align: left;
  background: url(../images/site/background-wrap.png) left top repeat-y;
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
}

.rounded {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

section, header, footer, nav, article, aside {
	display: block;
}

#top-background {
  background: url(../images/site/background-top.png) left top repeat-x;
}

/*----End Framework----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

header {
  background: url(../images/site/background-header.jpg) left top repeat-y;
}

header .top {
	padding: 6px 20px;
}

header address {
	font-size: 1.3em;
	font-weight: bold;
	color: #392514;
	font-style: normal;
}

header address span {
	color: #066234;
	text-indent: -9999px;
  background: url(../images/site/bullet-green.png) center center no-repeat;
  padding: 0 5px;
}

header img {
	display: block;
}


/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Nav----*/

nav {
  background: url(../images/site/background-nav.png) left top repeat-x;
  border-width: 2px;
  -moz-border-image: url(../images/site/border-nav.png) 2 repeat;
  -webkit-border-image: url(../images/site/border-nav.png) 2 repeat;
  border-image: url(../images/site/border-nav.png) 2 repeat;
  height: 54px;
}

nav ul {
	margin: 0 20px;
	padding: 8px 0;
}


nav ul li {
	display: block;
	float: left;
	border-left: 1px dashed #6f5840;
	padding: 0 5px;
	font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
	position: relative;
	height: 36px;
}

nav ul li a {
	color: #a0baa1;
	font-size: 1.2em;
	display: block;
	float: left;
	padding-right: 95px;
}

nav ul li a span {
	display: block;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}

nav ul li a:hover {
	text-decoration: none;
    text-shadow: 1px 1px 3px #221407;
}

nav ul div {
	position: absolute;
	top: 36px;
	left: 0;
	padding-top: 10px;
}

nav ul div ul {
	display: none;
	background: #342213 url(../images/site/dropdown-background.gif) left top repeat-x;
	margin-left: 0;
	padding: 0;
	width: 230px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	border: 1px solid #1c130a;
	border-width: 0 1px 1px;
}

nav ul ul li {
	padding: 0;
	float: none;
	border-left: 0 none;
	height: auto;
}

nav ul ul li a {
	float: none;
	color: #fff;
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #1c130a;
}

nav ul ul li.last a {
	border-bottom: 0 none;
}

nav ul ul li a:hover {
	color: #a0baa1;
}

nav ul div ul ul {
	display: none;
}

/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Sidebar----*/

section.sidebar {
	float: left;
	width: 259px;
	padding: 20px;
}

section.sidebar section {
	border: 1px solid #f3eee8;
	background: #ece4d5;
	padding: 14px;
	margin-bottom: 20px;
}

section.sidebar h1 {
	font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #066234;
	border-bottom: 1px solid #beb3a4;
	padding-bottom: 5px;
	margin-bottom: 10px;

}

section.sidebar p {
	color: #332213;
	font-size: 1.3em;
	line-height: 1.5em;
}

section.sidebar a {
	color: #69846a;
	display: block;
}

section.sidebar ul li {
    background: url(../images/site/bullet-green.png) left 5px no-repeat;
	padding-left: 10px;
	font-size: 1.3em;
	margin-bottom: 5px;
}

section.sidebar section.nav ul li {
	background: none;
	padding-left: 0;
	border-bottom: 1px solid #d9d0c1;
	font-size: 1.2em;
}

section.sidebar section.nav ul li li {
	background: none;
	padding-left: 20px;
	border-bottom: 0 none;
	font-size: 1em;
}

section.sidebar section.nav ul li a {
	padding: 5px 0;
}

section.sidebar address {
	font-style: normal;
	font-size: 1.1em;
	color: #585858;
	margin-bottom: 1em;
}

section.sidebar address a {
	font-weight: bold;
	color: #066234;
	display: inline;
}


/*----End Sidebar----*/
/*---------------------------------------------------------------------*/
/*----Content----*/

article.content {
	float: right;
	margin: 20px 17px;
	width: 640px;
	background: #fff url(../images/site/background-content-top.png) left top repeat-x;
  -moz-box-shadow: 1px 1px 5px #c8c5bd;
  -webkit-box-shadow: 1px 1px 5px #c8c5bd;
  box-shadow: 1px 1px 5px #c8c5bd;
	border: 1px solid #c8c5bd;
}

article.content div.bottom {
	background: url(../images/site/background-content-bottom.png) left bottom repeat-x;
	padding: 8px 20px;
	border: 1px solid #fff;
}

article.content h1 {
	font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	color: #392514;
    font-weight: normal;
	border-bottom: 1px solid #beb3a4;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

article.content h2 {
	font-size: 1.6em;
	color: #066234;
    font-weight: bold;
	margin-bottom: 1em;
	font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
	clear: both;
}

article.content h2 span.edit {
	font-size: .7em;
	color: #066234;
    font-weight: bold;
	margin-bottom: 1em;
	font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
	clear: both;
	border-lefT: 1px solid #066234;
	padding-left: 10px;
	margin-left: 5px;
}

article.content h3 {
	font-size: 1.5em;
	color: #392514;
    font-weight: normal;
	margin-bottom: 1em;
	font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
	clear: both;
}

article.content h3 span.edit {
	font-size: .75em;
	color: #066234;
    font-weight: bold;
	margin-bottom: 1em;
	font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
	clear: both;
	border-lefT: 1px solid #066234;
	padding-left: 10px;
	margin-left: 5px;
}

article.content h3.staff {
	clear: none;
}

article.content p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #606060;
	margin-bottom: 1em;
}

article.content p img {
	margin: 10px auto;
	display: block;
	background: #fff;
	padding: 3px;
	border: 1px solid #c8c5bd;
  -moz-box-shadow: 1px 1px 5px #c8c5bd;
  -webkit-box-shadow: 1px 1px 5px #c8c5bd;
  box-shadow: 1px 1px 5px #c8c5bd;
}


article.content a {
	color: #69846a;
}


article.content a.program {
	display: block;
	float: left;
	background: #fbfbfa;
	text-align: center;
	width: 126px;
	color: #69846a;
	font-size: 1.3em;
	margin-right: 10px;
	margin-bottom: 10px;
	background-position: center 2px;
	background-repeat: no-repeat;
	padding: 62px 6px 6px;
	height: 48px;
	border: 1px solid #f4f2f1;
}

article.content a.last {
	margin-right: 0px;
}

article.content img.sit-right {
	float: right;
	margin: 0 0 10px 10px;
}

article.content img.sit-left {
	float: left;
	margin: 0 10px 10px 0;
}

article.content img.staff {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	background: #fff;
	padding: 3px;
	border: 1px solid #c8c5bd;
  -moz-box-shadow: 1px 1px 5px #c8c5bd;
  -webkit-box-shadow: 1px 1px 5px #c8c5bd;
  box-shadow: 1px 1px 5px #c8c5bd;
}

article.content ul {
	margin-left: 20px;
}

article.content ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
	list-style: disc;
	color: #606060;
}

article div.edit {
	border: 1px solid #BEB3A4;
	background: #ECE4D5;
	padding: 10px;
	margin-bottom: 1em;
	font-size: 1.2em;
}

article div.edit a {
	font-weight: bold;
	color: #066234;
}


/*----End Content----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

footer {
  width: 975px;
  margin: 0 auto 70px;
  text-align: left;
}

footer ul {
	float: right;
}

footer ul li {
	float: left;
	font-size: 1.1em;
}

footer ul li a {
	color: #bfb7b4;
	margin-left: 15px;
}

footer p {
	font-size: 1.1em;
	color: #bfb7b4;
}

footer p a {
	color: #bfb7b4;
	margin-right: 15px;
}


/*----End Footer----*/