body {
	background-color:#5d6d7d;
	margin:0;
	padding:0;
	font: 13.4px Arial, Helvetica, sans-serif;
	color: #000;
}
.textsmall {
	font-size: 11px;
}

img {
	border: 0px;
}
#wrapper {
	width:764px;
	margin:auto;
	background: #fff;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}

#header {
	clear:both;
	width:764px;
	height:49px;
	padding-top: 6px;
}

#header h1{
	font: 30px "Trebuchet MS", Tahoma, "Comic Sans MS", Arial;
	color: #f3efe0;
	padding-left:20px;
	margin: 0px;
	border-bottom: none;
}

#featured {
	width:756px;
	clear:both;
	text-align: center;
	height: 179px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#stripe {
	width:760px;
	clear:left;
	text-align: center;
	background: url(../shared/lines_lg.gif) repeat-x;
	height: 8px;
}

#content {
	width:500px;
	padding-bottom:10px;
	float:left;
	line-height: 14pt;
	padding-left: 9px;
	margin-top: 10px;
	border-right: 1px solid #ddd;
	padding-right: 4px;

}

#sidebar {
	float:left;
	width:216px;
	line-height:14pt;
	padding-right: 2px;
	padding-bottom: 6px;
	margin-left: 14px;
	margin-top: 10px;
}

#topbar {
	width:740px;
	clear:both;
	height:23px;
	text-align: center;
	padding-top: 4px;
}

#footer {
	width:764px;
	clear:both;
	height:100px;
	line-height:14pt;
	background: #000;
	color: #fff;
	font-size: 11px;
	margin-top: 10px;
	text-align: center;
}
.footerleft {
	float: left;
	width: 341px;
	padding-top: 12px;
	padding-left: 12px;
	text-align: left;

}

.footerright {
	float: right;
	width: 349px;
	padding-top: 12px;
	text-align: right;
	padding-right: 10px;

}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.hide {
	text-decoration:none;
}

h1 {
	color:#996633;
	margin-top: 0px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h2 {
	color:#996633;
	padding-top:6px;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 2px;
}

h3 {
	color:#996633;
	margin-top: 0px;
	font-size: 13px;
	font-weight: bold;
}

.description {
	color:#f3f3f3;
	margin:0;
	font: 14pt "Trebuchet MS", Tahoma, "Comic Sans MS", Arial;
	width: 400px;
	padding-left: 20px;
}

.description2 {
	margin:0;
	font: 14px Arial, Helvetica, sans-serif;
	width: 300px;
	text-align: right;
	float: right;
	padding-top: 12px;
}


a {
	color:#00457C;
	text-decoration:underline;
}

a:hover {
	color: #996633;
	text-decoration:none;
}
/* Form styles */
div.form-container {
	background-color: #FFF;
}

.legend { margin-bottom: 1em; }
.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #444; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 130px; display: block; float: left; text-align: left; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 10px; }
div.form-container div.buttonrow { margin-left: 180px; }


/*Sidebar Navigation */

.sidemenu{
width: 230px; /*width of menu*/
}

.sidemenu .headerbar{
	color: #996633; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0;
	padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
	font-size: 14px;
	font-weight: bold;
}

.sidemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.sidemenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.sidemenu ul li a{
font: normal 12px/17px Arial, Helvetica, sans-serif;
color: #555;
background: #E9E9E9;
display: block;
padding: 5px 0;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.sidemenu ul li a:hover{ /*hover state CSS*/
	color: #fff;
	background: #996633;
	text-decoration: none;
}

.sidemenu li a.selected{ /*currently selected tab*/
	color: #fff; /*Brown theme*/
	background: #996633;
}
/*Navigation */

#nav{
	padding: 0;
	width: 750px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-top: 4px;
	height: 20px;
}

#nav ul{
margin:0 0 0 10px; /*margin between first nav item and left browser edge*/
padding: 0;
list-style: none;
}

#nav li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#nav a{
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 4px 0 0; /*Margin between each nav item*/
	padding: 4px 7px;
	font-size: 11px;
	font-weight: bold;
	border: 2px solid #DADBD6;
	background: #996633;
}

#nav a:hover{
	color: #fff;
	background: #5D6D7D;
}

#nav #current a{ /*currently selected tab*/
	color: #fff;
	background: #5D6D7D;
}

#date{ /*CSS for date */
	float: right;
	margin: 6px 4px 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
}
.address {
	padding-top: 4px;
	border-top: 1px solid #ccc;
}

#crumb {
	font-size: 10px;
	color: #999999;
	padding-left: 11px;

}
#crumb a:link  {
	color : #999999;
	text-decoration: none;
}
#crumb a:visited  {
	color : #999999;
	text-decoration: none;
}
#crumb a:hover  {
	text-decoration: underline;
	color: #555555;
}
#crumb a:active  {
	text-decoration: none;
}

.blue {
	color: #006699;
}

.left {
	float: left;
	width: 240px;
}
.right {
	float: right;
	width: 240px;
	margin-left: 10px;
	margin-bottom: 10px;
}

