@charset "iso-8859-1";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}
.header, .testimonialSource {
	font-size:12px;
	color:#666666;
	font-family:tahoma, verdana, arial, courier;
	font-weight:bold;
	text-align: left;
}
.testimonialSource {
  font-family: arial;
}
.awkward { padding-left: 36px;}

a img {
  border: none;
}
img { 
  margin:0;
}
html #featuredClients {
  padding-left: 30px;
  width: 230px;
  padding-top: 0px;
}
html #featuredClients img {
  display: block;
  margin-bottom: 24px;
}
html #testimonials br {
  line-height: 10px;
}
.header strong {
	color:#939393;
}
.header strong a {
	color:#939393;
	text-decoration:none;
}
.header strong a:hover {
	color:#000000;
}
.header b {
	color:#B11986;
}
.header b a {
	color:#B11986;
	text-decoration:none;
}
.header b a:hover {
	color:#000000;
}
.content {
	font-size:11px;
	color:#777777;
	line-height:14px;
	font-family:tahoma, verdana, arial, courier;
	text-align: justify;
}
.services content {
	padding: 12px 43px 35px 53px !important;
}
.contact .links a {
  display: block;
  margin-bottom:10px;
}
.content strong {
	color:#777777;
	line-height: 24px;
}
.content a {
	color:#3CB1D9; 
	text-decoration:underline;
}
.content a:hover {
	text-decoration:none;
}
.content span {
	color:#636363;
}
.content span a {
	color:#636363; 
	text-decoration:underline;
}
.content span a:hover {
	text-decoration:none;
}
.content ul {
	margin:0;
	padding:0;
	list-style:none;
}
.content li {
	background:url(../images/q1.gif) center left no-repeat; 
	margin:0 0 0 0px; 
	padding:0 0 0 10px;
	line-height:17px;
}
.content li strong {
	color:#5BA3C1;
}
.content li a {
	color:#5BA3C1;
	text-decoration:underline;
}
.content li a:hover {
	text-decoration:none;
}
.link {
	font-size:11px;
	color:#4487A3;
	font-family:tahoma, verdana, arial, courier;
}
.link a {
	color:#4487A3;
	text-decoration:underline;
}
.link a:hover {
	text-decoration:none;
}
html .footer {
	font-size:11px;
	color:#8D8C8C;
	font-family:tahoma, verdana, arial, courier;
}
html .footer a {
	color:#858585;
	font-size:10px;
	text-decoration:underline;
	font-family:arial, tahoma, verdana, courier;
}
html .footer a:hover {
	text-decoration:none;
}
html .form {
	font-size:11px;
	color:#777777;
	border:#8A8A8A solid 1px;
	font-family:Tahoma, verdana, arial, courier;
	width:186px;
	height:23px;
	padding:3px 0 0 8px
}
.contentHeader {
	font-size:14px;
	color:#333 !important;
	line-height:16px;
	font-family:tahoma, verdana, arial, courier;
	font-weight: bold;
	display: block;
}
.subHeader {
  font-weight: bold;
  display: block;
  margin: 24px 0 5px 0;
}
html .contentQuote {
	font-size:11px;
	color:#000000;
	line-height:14px;
	font-family:tahoma, verdana, arial, courier;
	font-style: normal;
	text-align: justify;
}
html .contentCenter {
	font-size:11px;
	color:#777777;
	line-height:14px;
	font-family:tahoma, verdana, arial, courier;
	text-align: center;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
html #TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

html #TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

html #TB_window a:link {color: #666666;}
html #TB_window a:visited {color: #666666;}
html #TB_window a:hover {color: #000;}
html #TB_window a:active {color: #666666;}
html #TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
html #TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

html .TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
html .TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

html #TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 0px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

html #TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

html #TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

html #TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

html #TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

html #TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

html #TB_title{
	background-color:#e8e8e8;
	height:27px;
}

html #TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

html #TB_ajaxContent.TB_modal{
	padding:15px;
}

html #TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

html #TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

html #TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

html #TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
