/* ARAKAWA STYLE SHEET */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;	
}
body.sub {	
	background: url('images/left-nav_back.gif') repeat-y 0;
}
p {
	font-size: 10pt;
	margin: 0;
	padding: 0 0 1.5em;
}

a img {
  border: none;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h4 {
	background: #DDD;
	font-size: 1em;
	padding: 5px;
} 

ul.reach {
	margin-top: 0px;    
	margin-bottom: 0px;
}

tr {
	vertical-align: top;
	font-size: 10pt;
}
tr.table-heading {
	font-weight: bold;
	background: #eee;
}
tr.white-row {
	background: #fff;
}
tr.gray-row {
	background: #fff;
}
#header {
	width: 100%;
	height: 111px;
	background-color: #fff;z
}
#banner {
	width: 100%;
	height: 265px;
	background: url('images/home_banner_back.gif') repeat-x 0;
	position: relative;
}
#banner-image {	
	background: url('images/home_banner.gif') no-repeat 0;
	position: absolute;
	width: 100%;
	height: 265px;
	top: 0;
	left: 0;
}
#home-content {
	margin: 30px 25px 15px 250px;
}
#home-menu {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 190px;
}
#home-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#home-menu ul li a {	
	color: #d3e499;
	text-decoration: none;
}
#home-menu ul li {
	color: #8d9ccf;
	font-size: 12pt;
	padding: .25em 0;
}
#home-menu a:hover {
	color: #fff;
}
#home-title {
	position: absolute;
	left: 250px;
	top: 120px;
	margin-top: 0;
}
#home-title h2 {
	font-size: 2.3em;
	color: #fff;
	font-weight: normal;
	
}

/* Subpage Layouts */
#sub-banner {
	width: 100%;
	height: 30px;
	background: url('images/sub-banner.jpg') no-repeat 0;
	background-color: #8e96c5;
}
#sub-banner h2 {
	margin: 0;
	padding: 3px 0 0 0;
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;	
	padding-left: 165px
}

#left-nav {
	float: left;
	background: url('images/left-nav.gif') no-repeat 0 0;
	width: 133px;
	height: 150px;
	padding: 11px 5px 0 20px;
}
#left-nav ul {
	list-style-type: none;
	padding: 0 10px 0 0;
	margin-left: 5px;
}

#left-nav ul li a {	
	color: #d3e499;
	text-decoration: none;
}
#left-nav ul li a:hover {
	color: #fff;
}
#left-nav ul li {
	color: #8d9ccf;
	font-size: 12pt;
	padding: .25em 0;
}
#left-nav ul li ul li {
	font-size: 1em;
}
#sidebar {
	float: right;
	background: url('images/divide.gif') no-repeat 0 30px;
	width: 175px;
	position: relative;
	padding-left: 15px;
	padding-top: 30px;
	height: 220px;
	display: none;
}
#sidebar img,
.sidebar img {
	margin: 5px;
}
#sidebar .caption,
.sidebar .caption {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic;
}

#content {
	margin: 32px 200px 20px 175px;
	padding-bottom: 20px;
}
.content  {
	margin: 32px 10px 20px 175px;
	padding-bottom: 20px;
	position: relative;
	clear: right;
}
/* end filter */
.content .text {
	padding-bottom: 20px;
	padding-right: 200px;
	width: auto;
}
.sidebar {
	/* position: absolute; */
	background: url('images/divide.gif') no-repeat 0 50px;
	top: 0;
	right: 0;
	padding-left: 15px;
	padding-top: 50px;
	height: 220px;
	float: right;
}
#content-contact {
	margin: 32px 10px 20px 170px;
	padding-bottom: 20px;
}

#contactForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
}


.detail-box {
  background-color: #8E96C5;
  padding: 5px;
  width: 300px;
  margin-bottom: 2em;
}
.detail-box h5 {
  color: #fff;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 1em;
}
.detail-box .detail-box-content {
  background-color: #c6cae2;
  padding: 5px;
}
.detail-box .detail-box-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail-box .detail-box-content ul li {
  list-style: none;
  margin: 5px;
  padding: 0;
}
.detail-box .detail-box-content a {
  text-decoration: none;
}
.detail-box .detail-box-content a:hover {
  text-decoration: underline;
}



/* ----------------------------
=Alsett Clearing Method for floats 
-------------------------------*/  
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
.clearfix {display: inline-block;}
/* backslash hack hides from IE Mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* end backslash hack */
