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

/**************************************
  Override default styling rules
**************************************/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.	               */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

:link, :visited { text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0; padding:0; }
a img, :link img, :visited img { border: none; }
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 
img, fieldset {
	display: block;
	border: none;
}
/* Transparency method for IE6 - js/unitpngfix.js */
/************************************************
  Default rules
************************************************/
h1, h2, h3 {
	color: #333;
	background-color: transparent;
	line-height: 120%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
	margin-bottom: 0.3em;
	font-size: 180%;
	text-align: left;
}
h2 {
	margin-bottom: 0.5em;
	font-size: 155%;
	font-weight: bold;
}
h3 {
	margin-bottom: 0.4em;
	font-size: 135%;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 105%;
}
p {
	margin-bottom: 1em;
	color: #333;
	background-color: transparent;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 150%;
}
a, a:link, a:visited{
	color: #B92227;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover, a:active {
	color: #0C83B3;
	background-color: transparent;
	text-decoration: underline;
}
ul li {
	margin: 0;
	padding-bottom: 1em;
	list-style-type: none;
}
acronym {
	border-bottom: 1px dotted #9B1A1E;
}
hr {
	margin: 1em 0;
   border-top: 1px solid #C6C6C6;
	border-right: none;
	border-bottom: none;
	border-left: none;	
   height: 2px;
}
/**************************************
  Body and header rules
**************************************/
body {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 76%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	background-position: top;
	background-repeat: repeat;
}
#home #wrapper {
	background-position: top left;
	background-repeat: repeat-x;
}
#sub #wrapper {
	background-position: top left;
	background-repeat: repeat-x;
}
#subwrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 970px;
	/*min-height: 80%;
	height: auto !important;*/
	min-height: 100%;
	height: auto;
	color: #333;
	background-color: transparent;
}
* html #subwrapper {/* ie6 and under*/
	height: 100%;
}
#home #header {
    height: 298px;
    position: relative;
	 background-color: transparent;
}
#sub #header {	
    height: 261px;
    position: relative;
	 background-color: transparent;
}
#logo-box {
	position: absolute;
	top: 4px;
	left: -14px;
	width: 121px;
	height: 104px;
}
#tagline {
	position: absolute;
	top: 19px;
	left: 86px;
}
/**************************************
  Content rules
**************************************/
#col-left {
	float: left;
	position: relative;
	width: 16%;
	margin-top: 1em;
	padding: 0;
	color: #333;
}
#quotebox {
	position: relative;
	left: 0;
	margin-bottom: 3em;
	padding-right: 1em;
	width: 98%;
	background-color: transparent;
}
#quotebox p {
	font-size: 100%;
}
#quotebox .read-more {
	font-size: 90%;
	padding-top: 0.2em;
}
#quotebox span.name {
	font-weight: bold;
	font-size: 90%;
	line-height: 90%;
}
#col-left p {
	font-size: 100%;
}
div#main {
	float: right;
	width: 83%;
}
#main-left {
	float: left;
	width: 68%;
	margin-bottom: 0.5em;
	padding: 0.6em 1em 1em 1em;
	min-height: 27em;
	height: auto;
	line-height: 1.5em;
	/*overflow: auto;*/
}
/* for Internet Explorer */
/*\*/
* html .main-left {
height: 15em;
}
/**/
/* This is for the Highslide portfolio */
#main-port2 { 
	float: left;
	width: 99%;
	margin-bottom: 0.5em;
	padding: 0.6em 1em 1em 1em;
	min-height: 27em;
	height: auto;
	line-height: 1.5em;
	/*overflow: auto;*/
}
#main-right {
	position: relative;
	float: right;
	width: 25%;
	margin: 0;
	padding: 0.6em 0.7em 1em 1em;
}
#main-left h1, #main-port2 h1 {
	padding-bottom: 0;	
}
#main-right h3, #col-left h3 {
	font-size: 145%;
	font-weight: normal;
}
.bullet-list {
	margin: 1em 0 0.5em 3em;
}
#main .bullet-list ul {
	list-style-position: inside;
}
#main .bullet-list li {
	padding-left: 0.4em;
	list-style-type: square;
	font-size: 105%;
}
#main ul.non-bullet-list li {
	padding-bottom: 1em;
	font-size: 105%;
}
/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	/*margin-top: -138px;*/
	padding: 0;
	height: 83px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer-menu {
	position: relative;
	margin: 0 auto;
	padding-top: 0.8em;
	width: 970px;
	text-align: right;
}
#footer-menu ul {
	/*margin-left: 156px;	*/
	margin-bottom: 0.2em;
}
#footer-menu li {
	display: inline;
	margin: 0;
	padding: 0 0.5em 0 0.4em;	
	border-right: 1px solid white;
}
#footer-menu li a, #footer-menu li a:link {
	font-size: 90%;
	color: #FFF;
	background-color: transparent;
}
#footer-menu li a:hover, #footer-menu li a:active {
	color: #28B7F1;
	background-color: transparent;
}
#footer-menu li.last {
	border-right: none;
}
#footer-menu p {
	padding: 0.5em 0.5em 0 0;
	font-size:1em;
	font-weight: normal;
	color: #FFF;
}
/************************************************
  Navigation rules
************************************************/
#nav {
	position: absolute;
	top: 79px;
	right: 0;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 825px;
	list-style-type: none;
	text-align: right;
}
ul#navlist {
	float: right;
	margin: 0;
}
#navlist li {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;	
}
#navlist li a, #navlist li a:link {
	padding: 2px 15px 1px 15px;
	font-weight: bold;
	font-size: 120%;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #FAFAFA;
	text-decoration: none;	
}
#navlist li a:hover {
	color: #28B7F1;
	background: transparent;
	text-decoration: none;
}
#navlist li a.current, #navlist li a.current:link {
	color: #26B7F1;
	background: transparent;
}
#navlist li a.current:hover {
	color: #FAFAFA;
	background: transparent;
}
#navlist li.last a {
	padding-right: 0;
}

/**************************************
  Miscellaneous rules
**************************************/
.right {
	text-align: right;
}
.img-right {
	float: right;
	margin: 0 0 1em 0.5em;
}
#main-right .img-right {
	margin-bottom: 0.2em;
}
.img-left {
	float: left;
	margin: 0 0.4em 0.8em 0;
}
.img-right-border {
	padding: 4px;
	border: 1px solid #333333;
}
.img-right-current {
	float: right;
	margin: -26px 0 0 0.5em;
	z-index: 50;
}
.img-makeover {
	margin-bottom: 1em;
}
.recent-work img {
	display: inline;
	margin: 5px 12px 5px 0;
}
.box-callout {
	margin: 1em 2em;
	padding: 0.7em 0.8em 0.2em 0.7em;
	border: 2px double #C7C7C8;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	color: #333;
	background-color: #E7E7E8;
}
.copyright {
	color: #444;
	font-size: 9px;
	text-align: center;
}
.seo {
	color: #444;
	font-size: 9px;
	text-align: lleft;
}
.big-black {
	color: #000;
	font-size: 22px;
	font-weight: normal;
}
.caption {
	padding-top: 2px;
	font-size: 11px;
	line-height: 1.1em;
	font-style: italic;
}
.clear-both {
	clear: both;
}
.centered {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.main-hr {
	margin: 1em 0;
	border-top: 1px solid #575758;
}
.indent20px {
	padding-left: 20px;
}
.client-list {
	margin-bottom: 1.5em;
	font-size: 95%;
}
.client-list ul {
	line-height: 135%;
}
.client-list li {
	padding-bottom: 0.4em;
}
div.clientareabox {
	margin: 2em 10px 0 0;
	font-size: 1.2em;
	padding: 2px;
	text-align: right;
	color: #848484;
	background-color: #E5E5E6;
}
.callout-box {
	clear: both;
	margin: 0.8em 0;
	padding: 0.5em 0.5em 0.5em 0.7em;
	background-color: #E1E2E4;
	border: 1px dotted #575758;
	font-size: 97%;
}
