html {
  height: 100.1%;
}
body {
	background-color: #EEE;
	margin: 0;
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.2em;
}
body img {
  border: none;
}
ul, li {
  list-style: none;
}
body * { margin: 0; padding: 0; }

body#home h2 {
	margin-top: 0.1em;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
body#subpage #content {
  min-height: 420px;
  margin: 0 28px;
}

/* Typography */
a {
  color: #5a7cab;
  outline: none; 
}
a:hover {
  color: #4a5463;
}

h2 {
	font-weight: normal;
	font-size: 1.9em;
	letter-spacing: -1px;
	font-family: Georgia !important;
	color: #0f5896;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
}
h2 strong {
  font-weight: inherit;
}
h2 span {
  margin-top: 4px;
  font-size: 0.7em;
  color: #666;
  letter-spacing: 0;
  display: block;
}
h3 {
  color: #333;
  letter-spacing: -1px;
  margin: 0.9em 0 0.4em;
}
p {
  margin-bottom: 0.7em;
}

/* Layout */
#wrapper {
}
#container {
  width: 782px;
  padding: 0 14px;
  margin: 0 auto;
  border-left: 2px solid #DDD;
  border-right: 2px solid #DDD;
  font-size: 1em;
  background-color: #FFF;
}
#header {
  margin-bottom: 10px;
}
#logo {
  padding-top: 10px;
}
#header #nav {
  background: transparent url(images/nav-bar.gif) no-repeat;
}
#header #nav ul{
  float: left;
  list-style: none;
}
#header #nav ul li {
  float: left;
  background: transparent url(images/nav-sep.gif) no-repeat center left;
}
#header #nav ul li a {
  font-size: 93%;
  color: #9abafe;
  display: block;
  text-decoration: none;
  padding: 11px 20px 11px 20px;  
}
#header #nav ul li a:hover {
  color: #FFF;
}
#header #nav ul li.first {
  margin-left: 8px;
  background: none;
}
#header #nav ul li.on a {
  color: #FFF;
  background: transparent url(images/nav-arrow.gif) no-repeat bottom center;  
}
#midbar {
  clear: both;
  margin-bottom: 16px;
  background: transparent url(images/mid-photo.jpg) no-repeat;  
  height: 208px;
  position: relative;
}
#midbar #recent-news {
	width: 312px;
	position: absolute;
	top: 3px;
	left: 440px;
	padding: 10px;
}
#midbar #recent-news h2 {
  margin-bottom: 10px;
}
#midbar #recent-news li {
  margin-bottom: 7px;
}
#midbar #recent-news li a {
  text-decoration: none;
}
#midbar #recent-news li a strong {
  display: block;
}
#midbar #recent-news li a span {
  text-decoration: underline;
}

#sidebar {
  width: 220px;
  float: left;
}
#featured a {
  display: block;
  width: 186px;
  text-align: center;
  height: 49px;
  border: 1px solid #EEE;
  margin-bottom: 8px;
}
#featured a:hover {
  border-color: #CCC;
}
.testimonial {
  background: transparent url(images/quote-b.gif) no-repeat top left;
  padding-left: 30px;
}
.testimonial p {
  color: #666;
  padding-right: 23px;
  background: transparent url(images/quote-e.gif) no-repeat bottom right;  
}
.testimonial strong {
  display: block;
}
body#home #content {
  min-height: 220px;
  margin-left: 230px;
  border-left: 2px solid #EEE;
  padding-left: 20px;
  line-height: 1.3em;
}
#content ul li {
  margin-bottom: 2px;
  margin-left: 16px;
}
#content #news_list li {
  margin-bottom: 8px;
  margin-left: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #EEE;
}
#content #news_list .release {
  color: #999;
}
#content #client_list {
  margin: 0;
}
#content #client_list li {
  margin: 0;
  margin-bottom: 25px;
}
#content #client_list li p {
  margin-top: 5px;
}
#content #client_list li a {
  display: block;
  width: 126px;
  height: 49px;
  border: 1px solid #EEE;
}
#content #client_list li a:hover {
  border-color: #999;
}
.bio {
  width: 280px;
  margin: 10px 30px 20px;
  padding: 0 16px 6px;
  border: 1px solid #EEE;
  background-color: #DFE9FF;
  float: right;
}
.bio p {
  font-size: 90%;
}
#footer {
  clear: both;
  color: #666;
  margin-top: 20px;
  padding: 20px 10px;
  text-align: center;
}

/* LAYOUT FIX */

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
