body {
	margin-top: 0; margin-bottom: 0;
	font-family: "Trebuchet MS", "Lucida Grande", helvetica, verdana, arial, sans-serif;
	line-height: 1.5;
}

a {
	color: #4E4351;
	border-bottom: 1px solid #4E4351;
	text-decoration: none;
}

h1, th {
	color: #8B3E98;
}

p, ol, ul, h2, h3, h4, h5, h6 {
	color: #4e4c4f;
	margin-bottom: 1.5em;
}

td, th {
	color: #4e4c4f;
}

blockquote {
	margin: 1.5em 0 1.5em 10px;
}

#page {
	margin-top: 0;
	border-top: 10px solid #FC8D38;
}

#tagline {
	
}

/* HEADER */

#header {
	margin: 0em 10px; height: 235px; margin-bottom: 1.5em; overflow: hidden;
}

#header-wrap {
	position: relative; top: 0; bottom: 0; right: 0; left: 0;
}

#header #logo {
	position: absolute; top: 0; left: 30px; z-index: 30;
	width: 170px; height: 235px;
	background: white none repeat scroll 0 0;
	text-align: center;
}

#header #logo img {
	margin-top: 48px;
}

#banner {
	position: absolute; left: 0; top: 0; overflow: hidden;
	width: 930px; height: 235px;
	z-index: 20;
	text-align: right;
}

/*
#header {
	min-height: 235px; margin-bottom: 1.5em;
	background-color: #706774;
}

#header #banner-strip {
	width: 30px; height: 100%; overflow: hidden;
}

#header #logo {
	width: 190px; height: 100%;
	background-color: #fff;
	text-align: center;
}

#header #logo img {
	margin-top: 1.5em;
}

#banner {
	width: 700px; overflow: hidden;
}
*/

/* sidebar */

#sidebar {
	
}

#sidebar .menu {
	margin-bottom: 3em;
	line-height: 1.25;
}

#sidebar .menu ul {
	margin-left: 0;
	list-style-type: none;
}

#sidebar .menu ul li {
	margin-bottom: 1em;
}

#sidebar .menu ul li a {	
	text-decoration: underline; text-transform: uppercase;
	border-bottom: none;
}

#sidebar .menu ul li a.active {
	color: #FC8D38;
}


#sidebar .menu ul li ul {
	margin-left: 13px; margin-top: 0.5em;
	list-style-type: disc;
	color: #FC8D38;
}

#sidebar .menu ul li ul li {
	margin-bottom: 0.325em;
}

#sidebar .menu ul li ul li a {
	text-transform: none;
	color: #8D8093;
}

#sidebar .menu ul li ul li a.active {
	/* color: #4e4c4f; */
	font-style: italic;
}

/* breadcrumbs */
#breadcrumbs {
	color: #8D8093;
	font-size: 0.95em;
}

/* main */

#main h1 {
	font-size: 2em;
}

#main h2 {
	font-size: 1.6em;
}

#main h3, #main h4, #main h5, #main h6 {
	/* font-size: 1.6em; */
}

#main h4, #main h5, #main h6 {
	margin-bottom: 0;
}

#main img {
	margin-top: 0em;
}

#main table {
}

#main table th {
	text-align: center;
	font-weight: bold; font-size: 1em;
}

#main table td {
	margin: 0; padding: 0.325em;
	font-size: 1em;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

#main table.calendar td {
	width: 75px; padding: 0.75em;
}

#main table.calendar th {
	text-align: center;
	font-weight: bold; font-size: 1em;
	background-color: transparent;
}

#main table.calendar td {
	border: 1px solid #fff;
	background-color: #DAC7E2;
	text-align: center;
	font-size: 0.8em;
	vertical-align: top;
}

#main table.calendar td {
	width: 75px;
}

#main blockquote {
	margin-left: 0em; padding-left: 1.5em;
	border-left: 5px solid #D9C7E2;
}

#main blockquote p {
	color: #8D8093;
}

/* main sidebar */

#main-sidebar blockquote {
}

#main-sidebar blockquote p {
	color: #8D8093;
}

/* footer */

#footer {
	margin-top: 2em;
	border-top: 1px solid #D9C7E2; border-bottom: 30px solid #D9C7E2;
	text-align: center;
	
}

#footer p {
	margin-top: 0.375em; margin-bottom: 0.375em;
	color: #A89AAF;
}

/* forms */

.standard-form {
	margin: 0 auto 1.5em auto; padding: 0;
	/* border-top: 2px solid #A89AAF; */
}

.standard-form form {
	padding-left: 0; 
}

.standard-form form .input {
	margin-bottom: 0.375em;
}

.standard-form form .input label {
	clear: both; display: block; margin-bottom: 0.375em;
	font-weight: bold;
}

.standard-form form .input input {
	padding: 3px; width: 350px;
}

.standard-form form fieldset {
	border: none; padding: 0;
}

.standard-form form fieldset.lft {
	float: left; width: 49%; clear: both;
}

.standard-form form fieldset.rght {
	float: left; width: 49%;
}

.standard-form form fieldset.lft .input, .standard-form form fieldset.rght .input {
	margin-bottom: 0.375em;
}

.standard-form form fieldset.lft .input label, .standard-form form fieldset.rght .input label {
	clear: both; display: block; margin-bottom: 0.375em;
	font-weight: bold;
}

.standard-form form fieldset.lft .input input, .standard-form form fieldset.rght .input input {
	padding: 3px; width: 210px;
}

.standard-form form .input textarea {
	padding: 3px; width: 450px; height: 100px;
}

/* variations */

.home #header {
	height: 300px;
}

.home #header #logo {
	height: 300px;
}

.home #header #logo img {
	margin-top: 77px;
}

.home #banner {
	height: 300px;
}
