/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	background: #625C51 url(../images/bg.png) repeat-x;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   color: #FFFFFF;
}
A
{
   color: #3A4A5A;
   white-space:nowrap;
}

#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 100%;
	margin: 0 auto -60px;
/*the bottom margin is the negative value of the footer's height*/
	background: url(../images/content-area.png) repeat-y center;
}
#wrapper-all
{
	margin: 0 auto;
	width: 900px;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	background: url(../images/header.png);
	height: 115px;
	width: 100%;
	top: 0;
	left: 0;
}
#header
{
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#logo
{
	width: auto;
	height: auto;
	position: absolute;
	right: 15px;
	top: 15px;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	height: 45px;
	margin-left: 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;
   text-transform: uppercase;
	float: left;
}
#nav-horizontal A
{
	color: #3A4A5A;
	font: bold 9pt Arial;
	display: block;
	padding-top: 11px;
	width: 109px;
	height: 25px;
	text-decoration: none;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	color: #756756;
	font: bold 9pt Arial;
}

/*oooooooooooooooooooo Content*/
#wrapper-content
{
	float: left;
   padding: 10px 20px 0 20px;
   width: 860px;
}
#column-a1
{
	width: 450px;
	float: left;
}
#column-a1 h1 {
   margin: 0;
   margin-left: -5px;
}
#column-a1 img {
   margin-bottom: 15px;   
}
#column-a2
{
	width: 409px;
	float: right;
	min-height: 330px;
	position: relative;
	#margin-right: 15px;
}
#column-b1
{
   width: 975px;
   margin-bottom: 15px;
}
#column-b1 IMG
{
	float: left;
	border: 3px solid #615B50;
   width: 265px;
   margin-right: 26px;
}
#column-b2
{
	clear: both;
	float: left;
	width: 500px;
	position: relative;
}
#column-b2 IMG
{
	margin-bottom: 10px;
}
#column-b3
{
	float: right;
	margin: 25px 20px 0 0;
	width: 315px;
}
#column-b4
{
	clear: both;
	padding: 10px 20px 0;
	float: left;
	width: 500px;
}
#column-b1 iframe {
   height: 144px;
   width: 860px;
	border: 3px solid #615B50;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 60px;
/*#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: 25px;
	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
{
	font-size: 18pt;
	margin-bottom: 15px;
   color: #3A4A5A;
}
H2
{
	font-size: 14pt;
	margin-bottom: 15px;
}
P
{
	line-height: 20px;
	margin-bottom: 1em;
}
.clear
{
	clear: both;
}
.right
{
	float: right;
}
.home
{
	margin-left: 5px;
}
#wrapper-content ol ,
#wrapper-content ul {
   margin-left: 20px;
   margin-bottom: 1em;
}
dl {
   margin-bottom: 1em;
}
dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
  
}

#phone {
   font-size: 14pt;
  
}