/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html {
	height: 100%;
}
/*==== End Reset ====*/

/*==== Main Structure ====*/
body {
	background: #af7210 url(../images/bg.png) repeat-x;
	font: 100%/1.2 Calibri, Arial, Helvetica, sans-serif;
}
#container {
	background: url(../images/container-bg.jpg) no-repeat;
	width: 1200px;
	margin: 0 auto;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 169px;
}
#navigation {
	height: 55px;
	text-align: center;
}
#slider {
	height: 100%;
}
#sliderLeft {
	width: 500px;
	float: left;
}
#sliderLeftInner {
	width: 350px;
	float: left;
}
#sliderRight {
	width: 480px;
	float: left;
}
#sliderRightInner {
	width: 600px;
	padding: 0 15px;
	float: left;
}
#innerContent {
	clear: both;
}
#mainContent {
	clear: both;
	display: inline-block;
	background: url(../images/main-content-bg.png) no-repeat;
	height: 266px;
	padding: 10px;
	margin-top: 20px;
}
#mainContentLeft {
	width: 239px;
	float: left;
	height: 266px;
}
#mainContentMiddle {
	width: 475px;
	float: left;
	background: url(../images/content-middle-bg.png) no-repeat;
	height: 246px;
	padding: 10px;
}
#mainContentRight {
	width: 216px;
	float: left;
	background: url(../images/content-right-bg.png) no-repeat;
	height: 246px;
	margin-left: 10px;
	padding: 10px;
}
#footer {
	padding-top: 50px;
	clear: both;
}

/*==== Classes ====*/
.logo {
	text-align: center;
	margin-top: 5px;
}
.underline {
	text-decoration: underline;
}
#sliderLeft img {
	background: url(../images/slider-image-bg.png) no-repeat;
	padding: 10px;
}
#sliderLeftInner img {
	border: solid 10px #2b1b02;
	padding: 10px;
	background: rgba(227, 208, 154, 0.2);
}
#sliderLeft a {
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	background-color: #352204;
	color: #e3d09a;
	margin: -10px 0 0 10px;
	font: 16px/22px Calibri, Arial, Helvetica, sans-serif;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#sliderLeft a:hover {
	color: #A66C0F;
}
#sliderRightInner .team img {
	padding: 10px;
	background: rgba(227, 208, 154, 0.2);
	float: left;
	margin-right: 20px;
}
hr {
	border-right: none;
	border-left: none;
	border-bottom: none;
	border-top: thin dotted #d5c086;
	margin-bottom: 10px;
}
.event {
	display: block;
	width: 216px;
	overflow: hidden;
}
.eventTime {
	display: block;
	float: left;
	background: url(../images/event-date-bg.png) no-repeat;
	width: 43px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
}
.eventSnippet {
	display: block;
	float: left;
	width: 158px;
}
.eventDate {
	font: bold 24px/24px Helvetica, Arial, sans-serif;
	color: #2b1b02;
	padding-top: 3px;
	display: block;
	height: 31px
}
.eventMonth {
	font: 11px/11px Helvetica, Arial, sans-serif;
	color: #e9ce8b;
	text-transform: uppercase;
}
a.eventMore {
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	color: #2b1b02;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 15px;
	background: #a66c0f;
	border: solid 3px #533403;
}
a.eventMore:hover {
	background: #c18e12;
}
.submitBtn {
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	color: #E3D09A;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 15px;
	background: #2B1B02;
	border: solid 3px #533403;
	cursor: pointer;
}
.submitBtn:hover {
	background: #533403;
	border: solid 3px #2B1B02;
}

/*==== Navigation Menus/Lists ====*/
/* Main Nav */
#mainNav {
	display: inline-block;
}
#mainNav li {
	display: inline;
	background: url(../images/main-nav-li-bg.png) no-repeat left;
	float: left;
	position: relative;
}
#mainNav li:first-child {
	background: none;
}
#mainNav li a {
	font: 16px/22px Calibri, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #b78337;
	display: block;
	padding: 16px 28px;
}
#mainNav li a.first {
	padding-left: 0;
}
#mainNav li a.last {
	padding-right: 0;
}
#mainNav li a:hover {
	text-decoration: none;
	color: #E3D09A;
}
#mainNav ul{
	background: #e9ce8b;
	background: rgba(255,255,255,0);
	list-style: none;
	position: absolute;
	left: -9999px;
	padding: 10px 0;
	border-top: 1px solid #402905;
	border-right: 3px solid #402905;
	border-bottom: 3px solid #402905;
	border-left: 3px solid #402905;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	text-align: left;	
}
#mainNav ul li{
	float: none;
}
#mainNav ul a{
	white-space: nowrap;
	padding: 10px 16px;
	color: #402905;
}
#mainNav li:hover ul{
	left: -1px;
	background: #e9ce8b;
	background: rgba(233,206,139,0.9);
}
#mainNav li:hover ul li a:hover{
	background: #402905;
	color: #E3D09A;
}

/* Slider */
#sliderRight ul {
	list-style: square inside;
	color: #170e01;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#sliderRightInner ul, #sliderRightInner ul.blockInner {
	list-style: none;
	margin-bottom: 10px;
}
#sliderRightInner ul.bio {
	list-style: none;
}
#sliderRightInner ul.blockInner li:before, #sliderInner ul li:before, #sliderRightInner ul li:before {
	content: "\ffed";
	margin-right: 5px;
}
#sliderRightInner li {
	padding-right: 15px;
}
#sliderRightInner li a {
	text-decoration: none;
	color: #170e01;
}
#sliderRightInner ul.resources li a {
	font-weight: bold;
}
#sliderRightInner li a:hover {
	color: #E3D09A;
}
#sliderRightInner ul.blockInner {
	margin-left: -10px;
}
#sliderRightInner .blockInner li {
	display: list-item;
	margin-left: 10px;
}
#sliderRightInner .blockInner li ul li {
	list-style: circle inside;
}
#sliderRightInner .blockInner li ul li:before {
	content: "";
}

/* Footer */
#footer ul {
}
#footer li {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	color: #2b1b02;
}
#footer li a {
	text-decoration: none;
	color: #2b1b02;
	padding-bottom: 10px;
}
#footer li a:hover {
	color: #E3D09A;
}

/*===== Tables =====*/
caption {
	text-align: left;
	color: #e3d09a;
	padding: 5px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	background: #2B1B02;
}
table.seminars {
	width: 100%;
	margin-bottom: 10px;
}
table.seminars td {
	border: solid 1px #2B1B02;
	padding: 5px;
	background: #E3D09A;
}
table.seminars .legend {
	width: 100px;
	font-weight: bold;
	background: #916011;
}

/*===== Typography =====*/
a {
	text-decoration: none;
	color: #170e01;
	font-weight: bold;
}
a:hover {
	color: #E3D09A;
}
b {
	font-weight: bold;
}
#slider h2 {
	font: 18px/24px 'TrajanProBold', serif;
	color: #e3d09a;
	padding-bottom: 10px;
	text-align: center;
}
#sliderRightInner h3, #sliderRightInner h4 {
	color: #e3d09a;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
}
#sliderRightInner h4 {
	color: #e3d09a;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	font-weight: bolder;
}
p {
	font: 16px/1.5 Calibri, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#mainContent h2, #mainContent h3 {
	font-size: 24px;
	line-height: 24px;
	color: #b9820b;
	padding-bottom: 10px;
}
#mainContent p {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #d5c086;
	padding-bottom: 10px;
}
.eventSnippet h4 {
	font: bold 11px/1.5 Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #b9820b;
	text-decoration: none;
}
.error {
	float: right;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	color: #533507;
	font-size: 12px;
}
#footer a {
	color: #2b1b02;
	text-decoration: none;
}
#footer a:hover {
	color: #E3D09A;
}
#footer span {
	font-weight: bold;
}
@font-face {
    font-family: 'TrajanProBold';
    src: url('../fonts/trajanpro-bold-webfont.eot');
    src: url('../fonts/trajanpro-bold-webfont.eot%3F') format('embedded-opentype'),
         url('../fonts/trajanpro-bold-webfont.woff') format('woff'),
         url('../fonts/trajanpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/trajanpro-bold-webfont.svg') format('svg');
}