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


body,td,th {
	font-family: Helvetica, Arial, "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #191919;
}
body {
	background-color: #4c4c4c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	outline: none;
}

img {
	border: none;
}	


a:link {
	color: #11b2ef;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #11b2ef;
}
a:hover {
	text-decoration: underline;
	color: #11b2ef;
}
a:active {
	text-decoration: none;
	color: #11b2ef;
}




a:link.quest {
	color: #191919;
	text-decoration: none;
	font-size: 14px;
}
a:visited.quest {
	text-decoration: none;
	color: #191919;
}
a:hover.quest {
	text-decoration: none;
	color: #11b2ef;
}
a:active.quest {
	text-decoration: none;
	color: #11b2ef;
}


a:link.serv {
	color: #191919;
	text-decoration: none;
}
a:visited.serv {
	text-decoration: none;
	color: #191919;
}
a:hover.serv {
	text-decoration: none;
	color: #11b2ef;
}
a:active.serv {
	text-decoration: none;
	color: #11b2ef;
}



#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#content {
	width: 960px;
	height: auto;
	float: left;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 14px black;
	-webkit-box-shadow: 0px 0px 14px black;
}

#header {
	width: 920px;
	height: 102px;
	margin-top: 20px;
	margin-left: 20px;
	background-image: url(../_images/header.gif);
	background-repeat: no-repeat;
	float: left;	
}

#logo {
	float: left;
	width: 360px;
	height: 102px;
}

#emailaddress {
	float: right;
	width: 266px;
	height: 20px;
	margin-top: 38px;
	margin-right: 18px;
}

#left {
	float: left;
	width: 200px;
	height: auto;
	margin-top: 26px;
	margin-left: 20px;
}



#menu {
width: 200px;
float:left;
height: auto;
} 

#menu ul
{
list-style-type:none;
margin:0;
padding:0;
} 

#menu ul li
{
display: inline;
/* for IE5 and IE6 */
border-bottom: 2px solid #000;
width: 200px;
height: auto;
float: left;
margin-bottom: 7px;
} 


#menu ul a
{
color: #191919;
text-decoration: none;
font-size: 16px;
display: block;
padding: 3px;
padding-left: 0px;
width: 200px;
} 

#menu ul a:link, #menu ul a:visited
{
color: #191919;
text-decoration: none;
} 

#menu ul a:hover
{
color: #11b2ef;
} 

#menu ul li a#current
{
color: #11b2ef;
} 



#menu ul ul li
{
display: inline;
/* for IE5 and IE6 */
border-bottom: 1px solid #c0c0c0;
padding-bottom: 2px;
padding-top: 2px;
margin-bottom: 0px;
} 

#menu ul ul a
{
	color: #191919;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 3px;
	padding-left: 0px;
	width: 200px;
	letter-spacing: -0.22px;
} 

#menu ul ul a:link, #menu ul ul a:visited
{
color: #191919;
text-decoration: none;
} 

#menu ul ul a:hover
{
color: #11b2ef;
} 

#menu ul ul li a#current
{
color: #11b2ef;
} 


.srv
{
color: #191919;
text-decoration: none;
font-size: 16px;
display: block;
padding-left: 0px;
width: 200px;
}

.srvon
{
color: #11b2ef;
text-decoration: none;
font-size: 16px;
display: block;
padding-left: 0px;
width: 200px;
}


#middle {
	width: 960px;
	height: auto;
	float: left;
}



#right {
	float: left;
	width: 700px;
	height: auto;
	margin-top: 26px;
	margin-left: 20px;
}

#rightinside {
	float: left;
	width: 700px;
	height: auto;
	margin-left: 20px;
}

.collumn {
	width: 220px;
	float: left;
	height: auto;
	margin-right: 20px;
	margin-top: 24px;
}

.collumnwide {
	width: 460px;
	float: left;
	height: auto;
	margin-top: 24px;
}

.collumnwideform {
	width: 460px;
	float: left;
	height: 740px;
	margin-top: 24px;
}

.collumnend {
	width: 220px;
	float: left;
	height: auto;
	margin-top: 24px;
}

.collumnend2 {
	width: 220px;
	float: left;
	height: auto;
	margin-top: 24px;
	margin-left: 20px;
}

.formholder {
	width: 460px;
	height: auto;
	text-align: left;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

input {
	width: 450px;
	height: 24px;
	background-color: #f0f0f0;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-top: none;
	border-right: none;
}

input.button {
	width: 65px;
	height: 28px;
	background-image: url(../_images/button.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;	
	margin-top: -4px;
}

input.button:hover {
	width: 65px;
	height: 28px;
	background-image: url(../_images/button_on.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;	
	margin-top: -4px;
}

textarea {
	width: 450px;
	height: 126px;
	background-color: #f0f0f0;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-top: none;
	border-right: none;
}



#question {
	width: 220px;
	height: 191px;
	background-image: url(../_images/question.gif);
	background-repeat: no-repeat;	
}

#questiontop {
	width: 196px;
	height: 32px;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	padding: 12px;
	padding-top: 9px;
}

#questionbottom {
	width: 192px;
	height: 32px;
	font-size: 16px;
	line-height: 19px;
	color: #191919;
	margin-top: 105px;
	padding-left: 28px;
}

h1 {
	font-size: 16px;
	line-height: 20px;
	color: #11b2ef;
	font-weight: normal;
}

.service {
	width: 220px;
	height: 200px;
	float: left;
}

.servicetitle {
	width: 209px;
	height: 24px;
	float: left;
	background-image: url(../_images/service_title.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-left: 11px;	
}

.servimage {
	margin-bottom: 9px;
}

.servicebottom {
	width: 220px;
	height: 24px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}




#testimonials {
	width: 166px;
	float: left;
	height: auto;
	background-image: url(../_images/testimonials.gif);
	background-repeat: no-repeat;
	margin-top: 28px;
	padding: 17px;
	padding-top: 50px;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #191919;
	background-color: #f2f2f2;
}



.blue {
	color: #11b2ef;
}

.bluebig {
	color: #11b2ef;
	font-size: 14px;
	line-height: 17px;
}


#footer {
	width: 940px;
	height: 25px;
	float: left;
	clear: both;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #000000;
	font-size: 11px;
	color: #ffffff;
	margin-top: 20px;
}




