@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html{
	min-height: 100%;
	padding-bottom: 1px;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*Remove dotted line around linked images in Firefox*/

a:active, a:focus, input[type="image"] {
outline: 0;
}


html {
	margin-bottom: 1px;
	min-height: 100%;
}

/* UNIVERSAL CLASSES */

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.no-show{
	display: none;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

small{

}

a{
	text-decoration: underline;
	color: #98CAFE;
	font-weight: bold;
}

a:hover{
	color: #BDDFBB;
}

a:visited{

}

h1{
	height: 41px;
	background-repeat: no-repeat;
	clear: right;
	width: 600px;
	margin-bottom: 10px;
}
.txt_head_home {
	background-image:url(../images/h1-home.jpg);
}

.txt_head_services {
	background-image:url(../images/h1-services.jpg);
}

.txt_head_trials {
	background-image:url(../images/h1-trials.jpg);
}

.txt_head_graphics {
	background-image:url(../images/h1-graphics.jpg);
}

.txt_head_contact {
	background-image:url(../images/h1-contact.jpg);
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #8dc667;
}

h3{
	
}

h4{
	
}

h5{
	
}

p{
	line-height: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

ul{

}

ul li{
	margin: 8px 0px 8px 40px;
}
.icon {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.photo-right {
	float: right;
	width: 243px;
	padding-bottom: 12px;
	padding-left: 25px;
}
p.photo-attribution {
	font-size: 10px;
	color: #969ca2;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}
p.photo-attribution-white {
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* NAVIGATION */



#nav{
	height: 24px;
	float: right;
	width: auto;
	margin-top: 100px;
	margin-right: 10px;
}

#nav ul {
	list-style: none;
	float: right;
}

#nav a{ /* this ensures the background is clickable */
	display: block;
	height: 22px;
	background-repeat: no-repeat;
	text-decoration: none;
}


#nav li {
	position:relative;
	float: left;
	display:block;
	height: 22px;
	margin: 0;
}

#nav li.nav-services a {
	background-image: url(../images/nav-services.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	
#nav li.nav-services {
	width: 73px;
}

#nav li.nav-trials a {
	background-image: url(../images/nav-trials.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li.nav-trials {
	width: 128px;
}

#nav li.nav-graphics a {
	background-image: url(../images/nav-graphics.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li.nav-graphics {
	width: 129px;
}

#nav li.nav-contact a {
	background-image: url(../images/nav-contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li.nav-contact {
	width: 98px;
}

#nav li a:hover {
	background-position: 0px -21px;
}

#nav li.nav-selected a{
	background-position: 0px -21px;
}


/* BEGIN FORMATTING */

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #d6d6d6;
	background-color: #4d5b6d;
}

#wrapper{
	width: 939px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 122px;
	overflow: hidden;
}

#logo{
	float: left;
	margin-top: 53px;
	padding-left: 35px;
}
#flash {
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat-y;
	background-position: 1px 0px;
	padding-left: 10px;
	background-color: #4d5b6d;
}


#banner {
	height: 34px;
	background-repeat: no-repeat;
	background-position: 1px -2px;
}

.services {
	background-image: url(../images/banner-services.jpg);
}
.cases-and-clients {
	background-image: url(../images/banner-trials.jpg);
}

.sample-graphics {
	background-image: url(../images/banner-graphics.jpg);
}

.contact {
	background-image: url(../images/banner-contact.jpg);
}

#content {
	padding-right: 35px;
	padding-left: 35px;
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat-y;
	background-position: 1px 0px;
	padding-top: 45px;
	padding-bottom: 40px;
}
#content ul {
	margin-bottom: 20px;
}
#content ul li {
	background-image: url(../images/bullet-arrow.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 2px;
	padding-left: 18px;
	margin-left: 30px;
}
.body-quote {
	color: #8d8c8c;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 23px;
	padding-top: 25px;
}
.attribution {
	font-size: 11px;
	line-height: 15px;
	color: #7f8491;
	margin-bottom: 5px;
}

#left-quote {
	float: left;
	width: 145px;
	margin-right: 60px;
	color: #8d8c8c;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 3px;
}

#left-quote p {
	line-height: 23px;
}

#left-quote p.attribution{
	font-size: 11px;
	text-align: right;
	line-height: 15px;
	color: #7f8491;
	padding-bottom: 10px;
}

#content-right {
	float: right;
	width: 664px;
}

#content-right-home {
	float: right;
	width: 295px;
	margin-left: 50px;
}
.trial {
	font-size: 13px;
}

.trial th {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.trial td {
	width: auto;
	vertical-align: top;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252e3c;
	padding-bottom: 2px;
}
.graphics {
	margin-top: 20px;
}
.graphics td {
	width: 50%;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 30px;
}


#footer{
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: -12px;
}

#footer p{
	font-size: 10px;
	color: #a0a0a0;
	padding-top: 10px;
	padding-left: 10px;
	clear: both;
}

#footer a{
	font-weight: normal;
	color: #a0a0a0;
}
#footer a:hover {
	text-decoration: underline;
	color: #CECECE;
}

