@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#9a3609;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper
{
	width:776px;
	margin:32px auto;
	padding:0;
	border:#61151d 2px solid;
	background-color:white;
}

#header img
{
	display:block;
	margin:0;
	padding:0;
	border-style:none;
}

#header a
{
	text-decoration:none;
}

.yellowbar, #footer
{
	display:block;
	background-color:#fcb315;
	margin:0;
	padding:0.4em 0;
	text-align:center;
	border-top:#000 2px solid;
}
#footer
{
	background-color:white;
	font-weight:bold;
}
#shadow
{
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:1em;
}

#rightcolumn
{
	float:right;
	width:194px;
	padding:0 16px;
}

#maincontent
{
	margin:0;
	padding:0 2em;
}

#maincontent p
{
	margin:1em 0;
}

#maincontent.portal
{
	margin-right:226px;
	border-right:#f1a5ad 1px solid;
}

.pagetitle
{
	font-size:1.3em;
	text-align:left;
	font-weight:bold;
	margin-bottom:1em;
	border-bottom: 2px solid #a00;
}

.map
{
	border:1px solid #000;
	float:left;
	display:block;
	margin-right:1em;
	padding:0;
}

.clearfloats
{
	clear:both;
}

.centertext
{
	text-align:center;
}

.sectionheading
{
	font-size:1.1em;
	font-weight:bold;
}

.yellowbar ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.yellowbar li
{
	float:left;
	background-color:#fcb315;
}

.yellowbar li > a
{
	display:block;
	width:183px;
	margin:0;
	padding:0;
	text-decoration:none;
	text-transform:capitalize;
	color:#61151d;
	font-size:1.1em;
	font-weight:bold;
}

.yellowbar li > a:hover
{
	color:white;
}

#comments
{
	margin-top:1em;
	text-align:left;
}
	
.menu_section
{
	display:block;
	border-bottom:#61151d 2px solid;
	margin-bottom:1em;
	padding:0;
}