@charset "utf-8";
/* CSS Document */

body {
	background: url(images/site-bg.jpg) repeat-x top #585244;
	margin: 0;
	font-size: 10.5pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #744C11;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 20px;
	color: #412C0D;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: 20px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 18px;
}

.img-border {
	border: solid 1px #412C0D;
}

#header {
	width: 931px;
	margin: 0 auto;
}

#top-spacer {
	height: 40px;
	background: url(images/top-repeat.gif) repeat-x;
}

#nav {
	float: left;
	width: 181px;
	height: 239px;
	background: url(images/nav-end.jpg) bottom no-repeat;
}

#banner {
	width: 750px;
	float: left;
}

#shadow {
	width: 937px;
	margin: 0 auto;
	background: url(images/site-shadow.gif) repeat-y;
}

#content-bg {
	width: 931px;
	margin: 0 auto;
	background: url(images/gradient-bg.gif) repeat-x top #857048;
}

#left-col-bg {
	background: url(images/left-col-bg.jpg) no-repeat top;
	float: left;
	width: 181px;
}

#left-col {
	padding: 7px 10px 0 10px;
	color: #271D13;
}

#left-col span {
	font-size: 7pt;
	color: #2A5742;
}

#left-col span strong {
	color: #555;
	font-size: 8pt;
}

#left-col span strong em {
	color: #2A5742;
	font-size: 8pt;
	font-style: normal;	
}

#right-col-bg {
	float: left;
	width: 750px;
	background: url(images/content-top.gif) top right no-repeat;
}

#right-col-container {
	padding: 25px 15px 0 24px;
}

#right-col-container a {
	color: #AA6622;
	text-decoration: none;
}

#right-col-container a:hover {
	text-decoration: underline;
}

.content-box {
	margin-bottom: 20px;
	width: 711px;
}

.box-top {
	background: url(images/box-top.gif) no-repeat top;
	height: 4px;
	font-size: 0px;
}

.box-btm {
	background: url(images/box-btm.gif) no-repeat bottom;
	height: 3px;
	font-size: 0px;
}

.box-content {
	padding: 20px;
	border-right: solid 3px #585244;
	background-color: #ede2bf;
}

.spacer {
	clear: both;
}

#footer-links {
	clear: both;
	font-size: 11px;
	color: #351B00;
	text-align: center;
	padding: 30px 0 20px 0;
}

#footer-links a {
	color: #662200;
	text-decoration: none;
}

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

#footer-credit-bg {
	height: 69px;
	background: url(images/footer-bg.gif) repeat-x;
}

#footer-credit {
	padding: 30px 15px 0 15px;
	font-size: 11px;
	color: #351B00;
}

#footer-credit a {
	color: #662200;
	text-decoration: none;
}

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

#caspian {
	float: right;
}
#button-link {
	display: block;
	background: url(images/button.png) top left no-repeat;
	color: #FFF;
	padding: 10px; 
	font-weight: bold; 
	width: 175px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
}
#button-link a {	
	color:#FFF;
}
.ul-docs li {
	list-style: none;
	display: inline;
}

.form {
	background-color:#EEEEEE;
	border:1px solid #666666;
	color:#444444;
	font-size:13px;
	height:20px;
	width:140px;
	margin: 2px 0;
}
.form-big {
	background-color:#EEEEEE;
	border:1px solid #666666;
	color:#444444;
	font-size:13px;
	margin: 2px 0;
}