body{
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) repeat-x #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#admindashboard{
	z-index: 99999; 
	width: 100%; 
	position: absolute;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}
#wrapper{
	width: 876px;
	margin: 0px auto;
}

#nav{
	background-image: url(images/menu_bg.jpg);
	clear: both;
}

#banner{
	margin-top: 1px;
}

.tagline{
	position: relative;
	float: right;
	top: 101px;
}

.logo{
	float: left;
}
#sidebar {
	float: left;
	padding-left: 15px;
	width: 210px;
}

#main{
	margin-top: 10px;
}

#right {
	float: right;
	width: 600px;
}

#footer{
	border-top: 1px dotted #763E43;
	width: 100%;
	padding-top: 10px;
	/*margin: 0px auto;*/
}

#footer-content{
	width: 876px;
	margin: 0px auto;
	color: #D29399;
	font-size: 11px;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #D29399;
} 

#footer a:hover{
	text-decoration: underline;
	color: #D29399;
	background: none;
}

#footer p{
 margin: 0;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #69171F;
	font-size: 24px;
}

h2{
	background: url(images/h2_bg.gif) no-repeat;
	color: white;
	font-weight: bold;
	font-size: 14px;
	width: 204px;
	height: 21px;
	padding: 2px 0px 0px 10px;
	margin-bottom: 0px;
}


h3{
	margin-bottom: 2px;
	margin-top: 5px;
}

a:link, a:visited{
	color: #3E6635;
	text-decoration: underline;
}

a:hover{
	background-color: #97C98C;
	color: #333333;
}


#sidebar p{
	margin: 5px 0px 0px 20px;
}

.readmore{
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	
}

.clearer {
	clear: both;
}

blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;  
	border: 1px solid #F9D5D8;
	background: #F9D5D8 url(images/quote.gif) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #973B43;	
}

li{
	margin-top: .5em;
	list-style-image: url(images/bullet2.gif);
}

#footer-content ul{
	margin: 0 0 5px 0;
	padding: 0;
}

#footer-content li{
	display: inline;
	padding: 0 .5em;
	border-right: 1px solid #D29399;
}

/* Specific formatting for bottom page menu items */
#footer-content li.list-last{
  border-right: none;
}

#footer-content li.list-first{
  padding-left: 0;
}

div.support{
	text-align: center;
	border-top: 1px solid #F9D5D8;
	border-bottom: 1px solid #F9D5D8;
	padding: 15px 0px 20px 0px;
}