/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
HTML, BODY
{
	height: 100%;
	background: #625C51 url(../images/bg.png) repeat-x;
}
A
{
	text-decoration: underline;
	color: #900000;
}
A:hover
{
	text-decoration: none;
}
#wrapper-all
{
	margin: 0 auto;
	width: 900px;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 100%;
	margin: 0 auto -50px;
/*the bottom margin is the negative value of the footer's height*/
	background: url(../images/content-area.png) repeat-y center;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	background: url(../images/header.png);
/*height: 150px;*/
	height: 125px;
	width: 100%;
	top: 0;
	left: 0;
}
#header
{
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#logo
{
	width: auto;
	height: auto;
	position: absolute;
	right: 35px;
	top: 15px;
}
#slogan
{
	position: absolute;
	top: 25px;
	left: 35px;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	height: 45px;
	margin: 0px 0 0 10px;
	background: url(../images/nav-bar.png) no-repeat;
	padding-left: 10px;
}
#nav-horizontal LI
{
	list-style: none;
	display: block;
	width: 109px;
	text-align: center;
	float: left;
}
#nav-horizontal A
{
	color: #333333;
	font: bold 9pt Arial;
	display: block;
	padding-top: 11px;
	width: 109px;
	height: 25px;
	letter-spacing: 0;
	text-decoration: none;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	color: #94070A;
	font: bold 9pt Arial;
	text-decoration: none;
}
#nav-vertical
{
	width: 202px;
	float: left;
}
#nav-vertical LI
{
	background: #8C321E;
	list-style: none;
	margin-bottom: 5px;
}
#nav-vertical A
{
	color: #000000;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
/*height: 100px;*/
	float: left;
	margin: 10px 0 0;
}
#column-a1
{
	width: 450px;
	float: left;
}
#column-a2
{
	width: 409px;
	float: right;
	padding: 0 25px 80px 0px;
	min-height: 330px;
	position: relative;
	#margin-right: 15px;
}
#column-a2 IMG
{
	margin-bottom: 10px;
}
#extras
{
	position: absolute;
	bottom: 0;
	right: 0;
}
#column-a3
{
	background: #8C321E;
	width: 236px;
	float: left;
	margin: 0 0 0 10px;
}
#column-b1
{
	height: 150px;
	padding: 0 20px;
}
#column-b1 IMG
{
	float: left;
	border: 3px solid #615B50;
}
#column-b2
{
	clear: both;
	padding: 10px 20px 0;
	float: left;
	width: 500px;
	position: relative;
}
#column-b2 LI
{
	font: 10pt Arial;
	color: #800;
	list-style: circle;
	line-height: 150%;
	/*[empty]margin-bottom:;*/
}
#column-b2 UL
{
	margin: 0 0 1em 20px;
}
#column-b2 IMG
{
	margin-bottom: 10px;
}
#column-b2 IFRAME
{
	border: 3px solid #615B50;
}
#column-b4 LI
{
	list-style: none;
	font: 14pt "Trebuchet MS", Arial;
	border: 1px solid #615B50;
	width: 170px;
	margin-top: -1px;
	padding: 5px;
}
#column-b4 LI A
{
	color: #570000;
	width: 170px;
	display: block;
	padding: 4px;
	margin: -4px 0 -5px -4px;
	text-decoration: none;
}
#column-b4 LI A:hover
{
	text-decoration: none;
}
#column-b4 LI:hover
{
	color: #570000;
	background: #615B50;
	cursor: pointer;
}
#column-b4 UL
{
	margin-left: 10px;
}
#column-b3
{
	float: right;
	margin: 25px 20px 0 0;
	width: 315px;
}
#column-b4
{
	clear: both;
	padding: 10px 20px 0;
	float: left;
	width: 500px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 50px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 860px;
	margin: 0 auto;
}
#sticky-footer-push
{
	background: #848A73;
	clear: both;
	visibility: hidden;
}
#footer
{
	color: #000000;
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
	margin-top: 15px;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 20px;
	text-decoration: none;
	color: #555555;
	font: 8.5pt Arial;
}
#footer-links A
{
	color: #555555;
	text-decoration: none;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
H1
{
	color: #323232;
	font: 18pt "Trebuchet MS", Arial;
}
H2
{
	font-size: 14pt;
	margin-bottom: 1em;
}
P
{
	line-height: 20px;
	margin-bottom: 1em;
	font: 9pt/1.5 Arial;
	color: #FFF;
}
.clear
{
	clear: both;
}
.right
{
	float: right;
}
.center
{
	margin: 0 auto 10px;
	display: block;
	text-align: center;
}
.home
{
	margin-left: 5px;
}
IMG.space
{
	margin-right: 46px;
	#margin-right: 43px;
}
P STRONG
{
	text-decoration: underline;
}
.whitetext
{
	color: #FFF;
}
#contact-info
{
	clear: both;
	padding: 20px 0 0 90px;
}
.large
{
	font-size: 12pt;
	font-weight: bold;
}
