body{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	background:url(../images/stacked_circles.png);
	
	}
a {
	border:0px;
	text-decoration:none;
	color:#999;
	}
	
em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
	
.small{
	font-size:10px;
	color:#999999;	
}

#content{
	width:900px;
	height:auto;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
	margin: 0 auto;
	padding: 40px;
	background:#FFF;
	
	}
	
	
#banner{
	padding-top:20px;
	
	}
		
#header{
	width:860px;
	text-align:center;
	margin: 0 auto;
	padding: 20px;
	}
	
.topsection{
	margin-top: 10px;
	text-align:center;
	
	}

#section{
	margin-top: 30px;
	}

.section_title{
	margin-top: 50px;
	width:20%;
	float:left;
	}
.section_content{
	margin-top: 50px;
	padding-left:5%;
	width:75%;
	float:right;
	}

#section1{
	margin-top: 0px;
	width:48%;
	float:left;
	
	}
#section2{
	margin-top: 0px;
	width:48%;
	float:right;
	}
	
.icon{
	width:110px;
	font-family: 'Lato', sans-serif;
	font-size:10px;
	color:#999;
	text-transform:uppercase;
	text-align:center;
	margin: 0 auto;
	padding: 10px;
	float:left;
	}
	
.icon img{
	padding: 10px;
	}
	
.icon2{
	width:115px;
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#999;
	text-transform:uppercase;
	text-align:center;
	margin: 0 auto;
	padding: 5px;
	float:left;
	}
	
.icon2 img{
	padding: 10px;
	}
	
#footer{
	border-top: solid #CCC 1px;
	text-align:center;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 20px;
	font-size:10px;
	color:#999;
	}

.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}
	
.title2{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	}
	
.title_main{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #4329ef;
	text-align: center;
	}

.services_section {
	padding-top:40px; 
	margin-top:30px; 
	border-top:#999 solid 1px;
}


ul  {
	font-size:12px;
	list-style: square outside none;	
}

.form-control{
	display: block;
	width: 95%;
	height: 30px;
	padding: 6px 12px;
	margin-bottom:10px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control {
	height: auto
}


.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	background-color: #4329ef;
	border-color: #ccc;	
	color: #fff;		
}


.btn-default {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;	
}

.btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
}


.center_menu{
	width:750px;
	margin: 0px auto;
	text-align:center;
	}

#cssmenu {
	zoom: 1;
  	width: 100%;
  	height:35px;
  	background: #000000;
  	margin: 0px auto;
  	position:fixed;
}

#cssmenu:before {
	content: '';
  	display: block;
}

#cssmenu:after {
  	content: '';
  	display: table;
  	clear: both;
}

#cssmenu ul {
  	list-style-type: none;
  	position: relative;
  	display: block;
  	margin: 0;
  	padding: 0;  
  	zoom: 1;
}

#cssmenu ul:before {
  	content: '';
  	display: block;
}

#cssmenu ul:after {
  	content: '';
  	display: table;
  	clear: both;
}

#cssmenu li {
	display: block;
  	float: left;
  	margin: 0;
  	padding: 0;
}

#cssmenu li a {
	float: left;
  	color: #FFF;
  	text-decoration: none;
  	height: 22px;
  	padding: 9px 30px 0;
  	font-weight: normal;
}

#cssmenu li:hover,
#cssmenu .active {
  	text-decoration: none;
	color:#4329ef;
  	border-bottom: 4px solid #4329ef;
}

#cssmenu li:hover a {
  	color: #fff;
}
#cssmenu .active a {
  	color: #fff;
  	font-weight: 700;
}






