/*====================
Global Styles
======================*/
* {
margin: 0;
padding: 0;
}
body, html {
background-color: #fff;
color: #222;
padding: 0;
margin: 0;
}
body {
font: 80% "Century Gothic", Arial, Helvetica, sans-serif;
line-height: 1.6em;
height:101%;
}
/*====================
Link Styles
======================*/
a:link {
color: #066;
}
a:visited {
color: #066;
}
a:focus {
color: #066;
}
a:hover {
color: #c00;
}
a:active {
color: #f90;
outline: none;
}
/*====================
Heading Styles
======================*/
h1,h2,h3,h4,h5,h6 {
color: #000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
font-size: 1.8em;
margin: 0 0 .9em;
}
h2 {
font-size: 1.6em;
margin: 0 0 .8em;
}
h3 {
font-size: 1.4em;
margin: 0 0 0.7em;
}
h4 {
font-size: 1.2em;
margin: 0 0 .6em;
}
h5 {
font-size: 1em;
margin: 0 0 .5em;
}
/*====================
Image Styles
======================*/
img {
border: 0;
}
/*====================
List Styles
======================*/
dl, ol, ul {
margin: 0 0 1em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 .6em 3em;
}
ul {
padding:0 0 0 3em;
}
ol {
padding: 0 0 0 3em;
}
li {
margin: 0 0 0 .5em;
}
/*====================
Quote Styles
======================*/
blockquote {
margin: 1em 0;
padding-left: 20px;
}
/*====================
General Styles
======================*/
code, kbd, pre {
font-family: Courier, "Courier New", Tahoma;
}
ins, del {
font-style: italic;
}
p {
margin: 1em 0;
text-align: justify;
}
abbr, acronym, dfn {
cursor: help;
border-bottom-width: 1px;
border-bottom-style: dashed;
}
/*====================
Site Specific Styles
======================*/
div#wrapper {
	width: 770px;
	position: relative;
	left: 50%;
	margin: 20px 0 0 -380px;
}

/* Begin header area */
div#header a#header-logo {
	float: left;
}
div#header div#header-text {
	margin-right: 130px;/* This number should be the width of the logo at the top-left of the site, plus a few pixels for white space */
	margin-left: 130px;/* This number should be the width of the image at the top-right of the site, plus a few pixels for white space */
	font-size: 1em;
}
div#header img#header-image {
	float: right;
}
/* End header area */

div.clear {/* Use this class whenever you need to clear an element and have no other pre-existing element to do it with */
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

div#leftCol, div#leftColTop, div#leftColBottom {
	float: left;
	width:516px;
}
div#leftColCon {
	float: left;
	width: 467px;
	padding: 0 10px 0 15px;
	border-right: 18px solid #CCC;
}
div#leftColTop, div#leftColBottom {
	width: 510px;
	height: 20px;
}
div#leftColTop {
	background: url('../img/content-top.png') top right no-repeat;
}
div#leftColBottom {
	background: url('../img/content-bottom.png') bottom right no-repeat;
}
div#rightCol {
	float: right;
	width: 250px;
	margin-top: 1em;
	padding: 0 0 1em 0;
	background: #fff url(../img/large-nav-logo.gif) no-repeat left top;
}
div#rightCol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#rightCol li {
	margin: 15px 0;
	padding: 0;
	font-size: 1.1em;
}
div#rightCol li a {
	display: block;
	color: #C00;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
div#rightCol li a:hover {
	color: #00F;
	text-decoration: none;
}
div h2 {
	padding: 3px;
	border-bottom: 1px solid #000;
}
div h3 {
	color: #33f;
}
span.content-h {
	color: #33f;
}
p#footer {
	clear: both;
  padding-top: 1em;
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}
p#footer span#disclaimer {
	display: block;
	font-size: .4em;
}
p#designedBy {
  font-size: .8em;
  color: #666;
  text-align: center;
}
.cleanAbbr {
  border-bottom: 0;
}
table#aboutClientTable td {
  padding: .5em;
  vertical-align: top;
}

/* Client Style */
div.client {
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: .5em;
	padding-top: .2em;
	border-top: 1px solid #333;
}
div.client img {
	float: left;
}
div.client div {
	float: left;
	margin-left: 10px;
}
div.client h3 {
	margin-bottom: 0;
}
div.client h4, div.client ul {
	margin-top: 0;
}

/* PDF Style */
div.pdf {
	clear: both;
}
div.pdf img {
	float: left;
	padding-bottom: 10px;
}
div.pdf div {
	width: 380px;
	float: left;
	margin-left: 10px;
}