@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #646567;
}
#container {
	width: 930px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin-top: 30px;
	height: 145px;
}
#logo {
	margin: 0;
}
#toplinks {
	position: relative;
	float:right;
	top: -14px;
	background: url(images/toplinks_bg.gif) bottom right no-repeat;
	width: 307px;
	height: 21px;
	text-align:right;
}
#toplinks a {
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
	padding: 0 22px 0 17px;
	text-transform: lowercase;
	text-decoration: none;
}
#toplinks a:hover {
	font-size: 105%;
	text-decoration: none;}
#toplinks .first {
	border-right: solid 2px;
}
#navbar {
	background: url(images/nav_bg.gif) repeat-x;
	height: 21px;
	margin: 35px 0 0 0;
	text-align:right;
}
#navbar a, #navbar a:link, #navbar a:visited {
	
	background: url(images/nav_link_bg.gif) repeat-x;
	height: 21px;
	color: #807b35;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 -4px;
	padding: 4px 40px 3px 40px;
	border-right: solid 4px #ffffff;
	text-decoration: none;
}
#navbar a:hover {
	color: #ffffff;
	background: url(images/nav_bg.gif) repeat-x;
	text-decoration: none;
}
#rightsidebar {
	float: right;
	margin:10px 0 0 0;
	width:320px;
}
#mainContent {
	margin: 25px 0;
	padding: 0;
}
#bottom_sub_menu li {
	text-align: right;
	height: 23px;
	list-style: none;
}
#footer {
	border-top: solid 4px #807b35;
}
#footer p {
	margin: 0;
	padding: 5px 0;
	font-size: 80%;
}
/* links */
a, a:visited {
	color: #4c0126;
	text-decoration: underline;
}
a:hover {
	color: #807b35;
	text-decoration: underline;
}
/* headers and text */
p, ul, ol, td {
	font-size: .9em;
}
h1 {
	font: 150% "Times New Roman", Times, serif ;
	font-weight: normal;
	color: #4c0126;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #4c0126;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #4c0126;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: #4c0126;
}
/* alignment classes */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
/* additional classes */
.clear {
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
img {
	border:none;
}
td {
	vertical-align: top;
}
.imgfloatleft {
	float: left;
	padding: 0 20px 20px 0;
}
.imgfloatright {
	float: right;
	padding: 0 0 20px 20px;
}
.bigger { font-size: 115%;}
/* IContact Styles */
.link,
#SignUp .signupframe {
}
.link {
}
#SignUp .signupframe {
	border: 1px solid #4c0126;
}
