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

body {font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;}

img {border:none;}
		
a {color:#448277; border: none;}		
#clearfix {display: inline-block;}


.question {color:#1E086E;}		
		
.infobox1 h2, .infobox2 h2, .infobox3 h2,  {font-size:16px; color:#FFFFFF;}		

.infotitle h2 {font-size:16px; color:#FFFFFF;}

.servicemenu .infotitle h2 {font-size:22px; color:#FFFFFF}

.infotitle {width:180px; float:right; text-align: center; margin-top:20px; margin-right:5px;}



.infotext {clear: right; width: 250px; margin-left: 10px; padding-top: 10px;}

.infotext h2 {font-size: 18px; color: #1e086e;}

h2 {font-size: 18px; color:#1e086e;}

.welcometext {background-color:white; padding-left:10px; padding-right:10px; margin-top: -4px;}

.aboutmain {width: 900px; margin:30px;}

.contentarea1 img {margin-right:15px; margin-bottom:15px; border: 0;}

.wrapper .servicemenu {
	width: 260px;
	float:left;
	margin-left: 30px;
	margin-right:30px;
	background-image: url(../images/infoboxtop.jpg);
	background-repeat: no-repeat;
	background-color:#eeeeee
}

.servicemenu a {font-size:16px;}

.servicemenu .infotext { clear: right; width: 250px; margin-left:10px; padding-top:20px;}

.services {width: 580px; float: right; margin-left: 30px; margin-right: 30px; margin-bottom:30px;}


.contacttext {width: 260px; float: left; margin-right:30px; margin-left:30px;}

.contactbox {width: 580px; margin-right:30px;margin-left:30px;}

.demo {padding-left: 45px;
	padding-top: 150px; }


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.infobox1 {
	height:250px;
	width:260px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	background-image: url(../images/infoboxtop.jpg);
	background-repeat: no-repeat;
	background-color:#eeeeee}
	
	.infobox2 {
	height:250px;
		width:260px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	background-image: url(../images/infoboxtop.jpg);
	background-repeat: no-repeat;
	background-color:#eeeeee}
	
.infobox3 {
height:250px;
	width:260px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	background-image: url(../images/infoboxtop.jpg);
	background-repeat: no-repeat;
	background-color:#eeeeee}
	
	
	

.contactinfobox {
	
	width:260px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom:20px;}
	
.contactinfobox3 {
	
	width:260px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-bottom:20px;}	
	

	
	
.contentarea1 {width:960px; height:auto; margin-left:auto; margin-right:auto; margin-top:15px;}	

.contentarea2 {width: 960px; margin-left:auto; margin-right:auto;}

.welcome {width: 580px; margin-top: 60px; margin-left:30px; margin-right: 30px; float: left;}

.welcomepic {width: 260px; display: inline; float:left; position:relative; margin-left: 20px; margin-right:30px; margin-top: 67px;}


.footer {clear: both; background-image:url(../images/footerback.jpg); background-repeat: repeat-x; background-color: #eeeeee; width:100%; height:100px; margin-top:20px;}


.footermain {width:960px; margin-left:auto; margin-right:auto;}

.footerlinks {900px; margin-left:30px; margin-right:30px; text-align:center; padding-top:30px;}

.push {
	height: -100px; 
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}.infobox1 {
	float: left;
}
.infobox2 {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}

