body {
	background-color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

blockquote {
	margin: 0px;
}

#cms_content, #blog_content {
	width: 750px;
}

#top {
	width:857px;
	margin:0 auto;
}

#wrapper {
	width:857px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background-image:url(images/wrapper_bg.jpg);
	background-repeat:repeat-y;
}

#nav {
	width:845px;
	height:34px;
	margin:0 auto;
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
}

#flash {
	width:845px;
	height:260px;
	margin:0 auto;
	text-align:center;
	background-image:url(images/flash_bg.jpg);
	background-repeat:repeat-y;
}

#flash_bottom {
	width:845px;
	margin:0 auto;
}

#main {
}

#content {
	width:541px;
	float:left;
	margin:0px 5px 0px 23px;
	color:#6F5941;
	line-height:24px;
	
}

#content a {
	color:#3B6A75;
	text-decoration:underline;
}

#content a:visited {
	color:#3B6A75;
	text-decoration:underline;
}

#content a:hover {
	color:#6F5941;
	text-decoration:none;
}

#sidebar {
	width:228px;
	float:right;
	margin:3px 5px 0px 0px;
	background-image:url(images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	padding:25px 25px 15px 30px;
	min-height:520px;
 	height:auto !important;
 	height:520px;
	font-size:12px;
	color:#555555;
	line-height:21px;
}

.blogListing {
	padding:20px 0px 0px 0px;
}

#sidebar a {
	color:#900721;
	text-decoration:none;
	font-size:17px;
}

#sidebar a:visited {
	color:#900721;
	text-decoration:none;
	font-size:17px;
}

#sidebar a:hover {
	color:#000000;
	text-decoration:none;
	font-size:17px;
}

#bottom {
	width:857px;
	margin:0 auto;
}

#footer {
	color:#900721;
	font-size:13px;
	text-align:center;
	padding:0px 0px 0px 0px;
	line-height:18px;
}

#footer a {
	color:#900721;
	text-decoration:underline;
}

#footer a:visited {
	color:#900721;
	text-decoration:underline;
}

#footer a:hover {
	color:#000000;
	text-decoration:underline;
}

h1 {
	color:#3B6A75;
	font-weight:normal;
	font-size:24px;
}

h2 {
	color:#900721;
}

h3 {
}

.style1 {
	color:#900721;
	font-size:30px;
}

.style2 {
	color:#8D6333;
	font-size:15px;
	font-weight:bold;
	
}

.style3 {
	color:#3B6A75;
	font-size:14px;
	font-weight:bold;
}

.style4 {
	color:#3B6A75;
	font-size:12px;
	font-weight:bold;
}

#blogPosted {
	display:none;
}

.suckertreemenu {
	width:845px;
	height:34px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
}

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
padding: 10px 11px 8px 13px;
font-size:14px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: inline;
text-decoration: none;
color:#22486C;
}

.suckertreemenu ul li a:hover{
color:#900721;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
padding:0px;
font-size:12px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
color:#900721;
text-decoration: none;
padding: 3px 7px;
background-color:#FFFFFF;
width:120px;
}

.suckertreemenu ul li ul li a:hover{
display: block;
color:#FFFFFF;
text-decoration: none;
padding: 3px 7px;
background-color:#22486C;
width:120px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
