/* DEFAULTS */
body {
	font-size:small;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;
	background: #CCC;
}
* {
  padding:0;
  margin:0;
  font-size: x-small;
  f\ont-size: small;
}
/* STYLE */
a {
}
img {
  border:0;
}
/* LAYOUT */
div#wrap {
  width:800px;
  margin:auto;
  background: transparent url(img/background.gif) top left repeat-y;
}
div#header {
  background: transparent url(img/header.gif) top left no-repeat;
  position:relative;
  height: 101px; /* 121px - (10px*2) */
  width:760px;
  padding:10px 20px;
}
div#header h1 {
  float:left;
}
div#slogan {
  float:right;
  position:absolute;
  top:60px;
  right:28px;
}
div#slogan h2 {
  color:#40BFC2;
  font-weight:100; 
  font-size:10pt; 
}
div#nav {
  float:right;
  position:absolute;
  right:26px;
  float:right;
  bottom:0px;
  background:transparent url(img/nav_end.gif) top right no-repeat;
  padding-right:11px;
}
div#nav ul {
  background: transparent url(img/nav_begin.gif) top left no-repeat;
  padding-left:20px;
  float:right;
  display:inline;
  list-style:none;
}
div#nav li {
  float:left;
  display:inline;
  background: transparent url(img/nav_bg.gif) top left no-repeat;
}
div#nav li.nav_active {
	color:white;
  background: transparent url(img/nav_bg_hover.gif) top left no-repeat;
	text-decoration:underline;
}
div#nav li:hover {
  float:left;
  display:inline;
  background: transparent url(img/nav_bg_hover.gif) top left no-repeat;
}
div#nav a {
  float:left;
  text-decoration: none;
  font-size: 13pt; 
  font-weight:100; 
  padding:8px 12px 4px 24px;
  color:white;
}
div#nav a:hover {
  text-decoration:underline;
}
div#content { 
  width:776px;
  margin:0 0 0 24px;
}
div#content h1 {
	text-transform:uppercase;
	padding:10px;
	color:#39b54a;
	font-size:18pt; 
}
div#content h2 {
	display:block;
	clear:both;
	background:#f3f3f3;
	color:#666666;
  margin:5px 0;	
}
div#content ul.horiz_list {
	float:left;
	display:inline;
	list-style:none;
}
div#content ul.horiz_list li {
	display:inline;
	float:left;
	margin-right:20px;
}
div#content .center_content {
	line-height:1.5em;
	padding:5px 30px;
	color:#666;
	font-size:10pt; 
	text-align:justify;
	
}
div#footer {
  clear:both;
  background: transparent url(img/footer.gif) bottom left no-repeat;
  height: 11px; /* 31px - (10px*2) */
  padding: 10px 20px 16px 26px;
  color:#a2a2a2;
  font-size:11px; 
}

#contact_button {
width:255px;
margin:0px 0px 0px 465px;
padding-top:30px;
clear:both;
} 
#contact_us {
display:block;
width:251px;
height:37px;
background: transparent url(img/contact_button.gif) no-repeat top left;
}
#contact_us:hover {
background-position:0 -38px;
}
#contact_us span {
display:none;
}

.one_col_box {
  width:732px;
  padding: 5px 10px;
  clear:both;
}
.three_col_box { 
  line-height:1.4em;
  color:#a2a2a2;
  margin-right:20px;
  padding-top: 7px;
  width:236px;
  float:left;
  font-size:11px;
}
.three_col_box+.three_col_last {
	margin-right:0;
}
.center_content {
}
