/* CSS Document */

body {
	background: url(main_bg.gif) repeat-x #732403;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: .9em;
	margin: 0;
}
#outside {
	border: 1px #E9E4CB solid;
	background: url(outer_bg.jpg) repeat-x top;
	width: 810px;
	margin: 15px auto;
	position: relative;
}
#inner {
	background: #B03B06;
	width: 800px;
	margin: 5px auto 40px;
}
#header {
	background: url(header.jpg) no-repeat;
	height: 179px;
	width: 800px;
	margin-top: -14px;
}
#nav {
	float:right;
	clear:right;
	color: #FFFFFF;
	font-size: .8em;
	margin-top: 85px;
	padding-right: 20px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#nav ul li {
	float: left;
	padding-left: 8px;
	padding-right: 5px;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#content {
	width: 470px !important;
	width: 460px;
	padding: 0 20px 0 20px;
	font-size: .9em;
	position: relative;
	z-index: 2;
}
#rightcolumn {
	width: 280px;
	float: right;
	padding-right: 10px;
	position: relative;
	top: 10px;
}
#boxes {
	background: url(boxes_bg.jpg) repeat-x;
	margin-top: 0px;
	width: 780px;
	padding-left: 20px;
	height: 396px;
	z-index: 1;
	clear: both;
}
#smallbox {
	background: url(smallbox.jpg) no-repeat;
	margin-top: 250px;
	width: 219px;
	height: 136px;
	float: left;
	padding-right: 20px;
	color: #732403;
}
#largebox {
	background: url(largebox.jpg) no-repeat;
	margin-top: 181px;
	margin-left: 7px;
	width: 219px;
	height: 205px;
	float: left;
}
#footer {
	font-size: .75em;
	padding: 0 20px 0 20px;
	width: 760px;
	margin: 10px auto;
	position: relative;
	z-index: 1;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover {
	color: #999999;
}
#black {
	background: #000000;
	height: 39px;
	margin-top: -55px;
}
#copyright {
	float: left;
}
#bottomnav {
	float: right;
}
#bottomnav ul {
	list-style: none;
	margin: 0;
}
#bottomnav ul li {
	float: left;
	padding-left: 10px;
}
h3 {
	line-height: 1em;
	font-size: 1em;
	color: #732403;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 30px;
	margin-top: 10px;
}
div.moduletable_rightbox {
	border: 1px dashed #E8E4CB;
	padding: 20px 5px 0 5px;
	margin-bottom: 20px;
}
div.moduletable_rightbox h3 {
	font-style: italic;
	color: #E8E4CB;
	font-size: 1.7em;
	text-align: left;
	margin: 0;
}
.contentheading_rightbox {
	font-style: italic;
	color: #732403;
	font-size: 1.7em;
	line-height: 1em;
	text-align: left;
}
table.contentpaneopen_rightbox {
	margin: 0;
	padding: 0;
}
table.contentpaneopen_rightbox div.sig {
	padding: 0;
	margin: 0;
}
table.contentpaneopen_rightbox div.sig .sig_thumb {
	padding: 0;
	margin: 1px;
}
.contentpaneopen_rightbox a:link, .contentpaneopen_rightbox a:visited {
	color: #732403;
	font-weight: bold;
}
.contentheading {
	font-size: 2em;
}
.componentheading {
	font-size: 2em;
	text-transform: lowercase;
}
td.contentheading_rightbox {
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.portfolio:hover {
	color: #333333;
	text-decoration: none;
}
.button {
	background: #732403;
	color: #FFFFFF;
	border: 1px solid #732403;
	width: auto !important;
	cursor: pointer;
}
input {
	border: 1px solid #732403;
	color: #999999;
}
#boxes input {
	width: 200px;
	float: right;
	margin-bottom: 10px;
	margin-right: 8px;
}
.buttonheading {
	white-space: nowrap;
	text-transform: lowercase;
}
#system-message ul li {
	color: #FFFFFF;
}
#system-message dd ul {
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}
.invalid {
	border-color: #C9CA89;
}
label.invalid {
	color: #C9CA89;
}
div#rightcolumn div.moduletable {
border:1px dashed #E8E4CB;
margin-bottom:20px;
padding:20px 5px 0;
}
div#rightcolumn div.moduletable h3 {
color:#E8E4CB;
font-size:1.7em;
font-style:italic;
margin:0;
text-align:left;
}