@charset "utf-8";
/* CSS Document */

body, div, table, tr, td, ul, li, img, a, p {
	margin:0;
	padding:0;
	border:none;	
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	color:#2c2c2c;
}
th {
	font-weight:normal;
}
p {
	padding:2px 0 4px 0;
	line-height:1.3em;
}
a {
	color:#2c2c2c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#6b0000;
	font-weight:normal;
	font-size:30px;
}
h2 {
	margin:0;
	padding:0 0 3px 0;
	font-weight:normal;
}
h3 {
	padding:0;
	margin:0;
	color:#6b0000;
	font-size:24px;
}
h4 {
	padding:0;
	margin:0;
	color:#544932;
	font-size:20px;
	font-weight:normal;
}


#topbar { height:54px;  font-family:"Georgia", Times New Roman, Times, serif; font-size:12px; color:#51462f; }
#topbar p { padding:2px 0 4px 0; line-height:1.3em; }
#topbar a { color:#2c2c2c; text-decoration:none; }
#topbar a:hover { text-decoration:underline; }

#util {
  font-family:"Georgia", Times New Roman, Times, serif; font-size:12px; color:#51462f;
	background-image:url(/images/bg-subNav.jpg);
	background-repeat:no-repeat;
	float:right;
	text-align:center;
	width:490px;
	height:84px;
	padding:35px 0 0 0;
}
#util li { display:inline; list-style-type:none; }
#util li a { text-decoration:none; color:#6b0000; text-transform:uppercase; padding:8px; }
#util li a:hover { text-decoration:underline; }
#util h3 { padding:10px 0 0 0; }

#content { font-family:"Georgia", Times New Roman, Times, serif; font-size:12px; color:#51462f; }
#content a { color:#807359; }
#content p { padding-top:8px; }
#content-wysiwyg { font-family:"Georgia", Times New Roman, Times, serif; font-size:12px; color:#51462f; background-color: #f8f5ee; 
	background-image:url(/images/bg-page-header.jpg);
	background-repeat:no-repeat;
	background-position:center 50px;
}
#content-wysiwyg a { color:#807359; }


#sidebar { font-family:"Georgia", Times New Roman, Times, serif; font-size:12px; color:#51462f; }
.sidebarbox { padding:10px 0; }
.sidebarbox p {
	background-image:url(/assets/wysiwyg/sidebar/box-sidesbg.png);
	background-repeat:repeat-y;
	padding:0 8px;
}

#footer {
	background-image:url(/images/bg-footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height: 98px;
	text-align:right;
	padding:10px 20px 0 20px;
}
#footer p { color:#ffffff; font-size:12px;  font-family:"Georgia", Times New Roman, Times, serif; }

.border {
	border:1px solid #aa9b7e
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	float:none;
	clear:both;
}

#newsletter {
color:#51462F;
padding:0px 20px 17px 550px;
margin-top:15px;
}

