@import url("../webfonts/ArialBlack/ArialBlack.css");
@import url("../webfonts/OpenSansRegular/OpenSansRegular.css");
@import url("../webfonts/Klavika-Light/Klavika-Light.css");
html,
body {
	margin:0;
	padding:0;
	height:100%;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.wrapper {
	min-height:100%;
	position:relative;
}


.content {
	padding-bottom:230px; /* Height of the footer element */
}

.main {
	width:100%;

}
.slidercontainer {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 1920px; 
	height: 300px; 
	overflow: hidden;
}
.whatwedo {
	width: 100%;
	background:#F00;
	
}
.pagetitlewrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	text-align:center;
position:relative;
z-index:99;
}
.pagetitle {
display:block;
width:500px;
height:40px;
line-height:30px;
position:relative;
top: 15px;
margin-left:0;
margin-right:auto;
font-family:'Arial' ;
font-size:30px;
font-weight:500;
color:	#f60;
text-align:left;

}
h1{color:#f60;}
.whatwedocontentwrapper{
	width: 1200px;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;

}
.section1{
	width: 275px;
	float: left;
	background-color:#EFEFEF;
	margin: 10px;

	
	position: relative;

}

.expandcontent{
	
	height: 500px;
	width: 100%;
	position: relative;
	display: none;
}
.additionalcontentwrapper{
	width: 1200px;
	position:relative;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
}

.expandbtn {
	height: 60px;
	width: 100%;
	position: relative;
	top:0px

}


.showexpanded {
	height: 50px;
	width: 100%;
	position: relative;
	top:0px;
}
.hideexpanded {
	height: 100px;
	width: 100%;
	position: relative;
	display:none;
}
.maintext {
	width: 100%;
	background-color: #FFF;
	text-align: left;
}
.maintextwrapper {
	font-family:'OpenSansRegular';
	color:#666;
width:1000px;
margin-top:50px;
margin-left:auto;
margin-right:auto;
text-align:left;	
	
}
.linkorange {
color:#FF6600;	
text-decoration:none;
}
.linkorange:hover {
color:#FF6600;	
text-decoration:underline;
}
.textorange{
	font-weight:600;
color:#FF6600;	
}
.textgrey{
	font-weight:600;
color:#666;	
}
.services {
width:100%;	
}

.serviceswrapper {
width:1000px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:50px;
margin-top:25px;	
}


.servicesitem {
	display:inline-block;
	width: 300px;
	background-color:#F4F4F4;
	margin: 10px;
	border: thin solid #CCC;
	border-radius: 25px;
	-moz-border-radius: 25px;


}
.sectiontext {
	font-family: klavika-light;
	font-size: 16px;
	color: #999;
	text-align: justify;
}

.sectiontable {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 475px;
	
}
.sectiontitle {
	font-family: klavika-light;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
@media only screen and  (max-width: 1024px) {
	
.main {
	width:100%;
	
}
.content {
	padding-bottom:450px; /* Height of the footer element */
}
.maintextwrapper {
width:780px;
}
.serviceswrapper {
width:780px;
	
}
.pagetitlewrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	text-align:center;
position:relative;
z-index:99;
}

@media only screen and  (max-width: 800px) {

.main {
	width:100%;	
}
.serviceswrapper {
width:90%;
	
}
.content {
	padding-bottom:600px; /* Height of the footer element */
}
.maintextwrapper {
width:90%;
}
.pagetitlewrapper {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	text-align:center;
position:relative;
z-index:99;
}
.pagetitle {
display:block;
width:95%;
height:40px;
line-height:30px;
position:relative;
top: 15px;
margin-left:0;
margin-right:auto;
font-family:'Arial' ;
font-size:30px;
font-weight:500;
color:	#f60;
text-align:left;

}
@media only screen and  (max-width: 620px) {
	
}
.servicesitem {
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;

	
}
@media only screen and  (min-width: 1920px) {
.main{
	width:1920px;
	margin-left:auto;
	margin-right:auto;	
}
}
