/*******************\
  Baseline settings
\*******************/

body {
	margin:0;
	padding:0;
	background: #9B9F52;
	font:11px Arial, Helvetica, sans-serif;
	color: #626262;
}

img {
	border:0px transparent none;
}

.columnbottom {
	clear:both;
}

a, a:visited {
	text-decoration:none;
	color:#565E2B;
}

a:hover, a:active {
	color:#000;
	text-decoration:underline;
}

form { display:inline;}

.mobile { display:none !important; }

/**************\
  Grand layout
\**************/

#header {
	width:100%;
	margin:4px 0;
}

#main {
	width:100%;
}

/****************\
  Header section
\****************/

#header #utilsbar {
	display:none;
}

#footer {
	display:none;
}

/**************\
  Main section
\**************/

/* Left column and navigation */

#main #leftcol {
	display:none;
}

#nav {
	display:none;
}


/* Right column and calls-to-action */

#main #rightcol {
	display:none;
}
/* Center column and content */

#main #centercol {
	float:left;
	height:auto;
	width:auto;
	margin:0;
	padding:0;
	line-height:1.5em;
}

#main #centercol h1 {
	padding:0;
	margin:0;
	margin-bottom:20px;
	font-size:30px;
	color:#B4AE68;
	font-weight:normal;
	letter-spacing:-1px;
}

#main #centercol h1 .section {
}

#main #centercol h1 .subsection {
	font-size:25px;
	color:#32350F;
}

#main #centercol h2 {
	padding:0;
	margin:0;
	color: #5D5943;
	font-size:20px;
	font-weight:normal;
	margin-bottom:14px;
	letter-spacing:-1px;
}

#main #centercol h3 {
	padding:0;
	margin:0;
}

#main #centercol hr {
	border:none;
	height:2px;
	color:#B4AE68;
	background:#B4AE68;
	margin:0;
}

/************************\
  Content Specialization
\************************/

/* Content Pages */

#main #centercol .contentpage {
	padding:14px 20px;
	border-top:1px solid #FFF;
}

#main #centercol .overviewpage #banner {
	border-top:1px solid #FFF;
	border-bottom:4px solid #9B9F52;
}

.contentpage p {
	padding:0;
	margin:0;
	margin-bottom:1em;
}

/* Overview Pages */

.overviewpage .linkblock {
	clear:both;
	height:60px;
	border-bottom:1px solid #5D5943;
	padding-left:4px;
	padding-top:12px;
	overflow:visible;
}

.overviewpage .linkblock h3 {
	display:block;
	width:190px;
	height:60px;
	float:left;
	position:relative;
	font-size:24px;
	letter-spacing:-1px;
	font-weight:normal;
	overflow:visible;
}

.overviewpage .linkblock h3 a {
	position:absolute;
	width:190px;
	left:0;
	bottom:1px;
	color:#B4AE68 !important;
	text-decoration:none !important;
	overflow:visible;
	z-index:1000;
	zoom:1;
	padding:6px 0;
}

.overviewpage .linkblock .blurb {
	display:block;
	height:60px;
	width:375px;
	float:right;
	position:relative;
}

.overviewpage .linkblock .blurb p {
	display:block;
	height:auto;
	width:350px;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	bottom:6px;
	font-size:12px;
	letter-spacing:normal;
	white-space:normal;
	line-height:1.3em;
}

/* Home Pages */


.homepage img#banner, 
.homepage #flashbanner {
	border-bottom:2px solid #A1A55B;
	border-top:1px solid white;
	float:left;
	clear:both;
}

.homepage .featureblock .columnbottom {
	display:none;
}

.homepage .featureblock img {
	float:left;
	margin:0;
	margin-right:12px;
}

.homepage .featureblock {
	clear:both;
	overflow:visible;
	border-top:1px solid #A1A55B;
	padding:0 !important;
}

#content.homepage .featureblock h3 {
	display:block;
	width:210px;
	float:left;
	position:relative;
	font-size:24px;
	letter-spacing:-1px;
	font-weight:normal;
	overflow:visible;
	margin-top:10px !important;
	line-height:100%;
}


.homepage .featureblock h3 a {
	color:#7d93b2 !important;
	text-decoration:none !important;
}

.homepage .featureblock .blurb {
	display:block;
	height:60px;
	width:270px;
	float:left;
	position:relative;
}

.homepage .featureblock .blurb p {
	font-size:12px;
	letter-spacing:normal;
	white-space:normal;
	line-height:1.3em;
}


/* Event Pages */

#events .eventswitch {
	font-size:22px;
	margin:24px 0 24px 20px;
	vertical-align:top;
}

#events .eventswitch span {
	color:#96AAC4;
}

#events .eventstocentry {
	width:100%;
	border-bottom:1px solid #CCD4AB;
	border-collapse:collapse;
}

#events .eventstocentry .datecol {
	width:22%;
	padding-left:20px;
}

#events .eventstocentry .datecol h3 {
	font-size:20px !important;
	color:#B5AF69;
}

#events .eventstocentry .contentcol {
	width:78%;
	padding-right:20px;
}

#events .eventstocentry h3 {
	font-size:22px;
	letter-spacing:-1px;
	font-weight:normal;
	margin:0 !important;
	padding:0 !important;
	margin-top:18px !important;
}

#events a {
	color:#626262;
}

#events .eventswitchbottom a {
	color:#B5AF69;
	font-size:120%;
	font-weight:bold;
}

#events .eventswitchbottom {
	margin:1em;
	text-align:right;
}

#eventbanner {
	border-top:1px solid white;
	border-bottom:4px solid #A1A55B;
	margin:0 !important;
	display:block;
}

#main #centercol .eventpage {
	padding:14px 20px;
	border-top:1px solid #FFF;
}

.eventpage p {
	padding:0;
	margin:0;
	margin-bottom:1em;
}