body {
	background-color: #272421;
	color: #c0bebe;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 70%;
	font-family: Arial, sans-serif;
}

#container {
	width: 770px;
	background-color: #433d36;
	color: #c0bebe;
	text-align: left;
	margin: 27px auto 10px auto;
	padding: 0 0 10px 0;
	position: relative;
}

#decoration1 {
	background: transparent url(/images/leftdecoration.png) top left no-repeat;
	width: 300px;
	height: 510px;
	position: absolute;
	top: -21px;
	left: -124px;
}

#decoration2 {
	background: transparent url(/images/rightdecoration.png) top left no-repeat;
	width: 300px;
	height: 510px;
	position: absolute;
	top: -21px;
	right: -169px;
}

.inner #decoration1 {
	background-image: url(/images/leftdecoration_inner.png);
}

.inner #decoration2 {
	background-image: url(/images/rightdecoration_inner.png);
}

#header {
	background: #433d36 url(/images/top_banner.jpg) top center no-repeat;
	color: #c0bebe;
	height: 139px;
	margin: 10px 0 0 0;
}

#header h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	left: -999em;
}

#main_nav {
	background-color: #352f2a;
	color: #c0bebe;
	padding: 5px 5px;
	line-height: 2em;
	position: absolute;
	left: 0;
	z-index: 2;
	width: 760px;
	min-height: 45px;
}

#content {
	margin: 6.3em 10px 0 10px;
	border-bottom: 30px solid #352f2a;
	margin-bottom: 10px;
}


/* homepage styles */

.homepage_content {
	background: #433D36 url(/images/homepage_main.jpg) top left no-repeat;
}

#homepage_clear {
	height: 10px;
	background-color: #433D36;
}

#homepage_content h2, #homepage_content .homepage_featured h3, .inner #content h2 {
	background: #433d36 url(/images/headerbg.gif) top left no-repeat;
	width: 230px !important;
	height: 33px;
	color: #ffce00;
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: normal;
	padding: 8px 0 0 10px;
	margin: 0;
}

img#hompage_main {
	float: left;
}

#homepage_content {
	float: left;
	padding: 0;

	margin-left: 263px;
	width: 486px;
	font-size: 110%;
}

#homepage_content #welcome #editable_content {
	background: #352f2a url(/images/dottedbg.gif);
	padding: 10px;
	margin: 0;
	min-height: 80px;
}

#homepage_news div {	
	margin-top: 10px;
}

#homepage_news div p {	
	background-color: transparent;
	/* height: auto !important; */
}

/* inner styles */

.inner #content {
	background: #413e37 url(/images/innerleftbg.gif) 0 0 repeat-y;
	color: #c0bebe;
	width: 570px;
	padding-left: 180px;
}

.inner #content img.inner_content_main {
	margin-top: 0;
}

#inner_editable {
	background: #352f2a url(/images/dottedbg.gif);
	padding: 10px 10px;
	font-size: 110%;
	float:left;
}

#inner_editable p {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.inner #content p.summary {
	font-weight: bold; 
}

.inner #content p {
	padding: 10px 0;
	margin: 1px 0;
	background-color: transparent;
	color: #c0bebe;
}

.inner #content .clear {	
	clear: both;
	background-color: #413e37;
	position: relative;
	left: -185px;
}

/* form styles */

input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 100%;
}

form {
	padding: 10px 0;
}

label {
	width: 30%;
	text-align: right;
	display: block;
	height: 1.5em;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

input.textField, textarea {
	width: 15em;	
}

.formRow {
	clear: both;
	margin: 10px 0;
}

.submitRow, .reqMsg {
	margin-left: 30%;
	padding-left: 10px;
}

/* general styles for all pages */

.clear {
	clear: both;
}
.clearBoth
{
	clear:both;
}


.noShow {
	display: none;
}

.listItemDate {
	display: inline;
}

a, a:link, a:visited {
	color: #ffce00;
	text-decoration: none;
	position: relative;
}

a:hover, a:active {
	text-decoration: underline;
}