BODY{
	background-color: white;
	margin: 0px;
	padding: 0px;
	width: 100%;
	//font-family: 'Source Sans Pro', sans-serif;
	font-family: "myriad-pro",sans-serif;
	font-size: 17px;
}
a{
	text-decoration: none;
	color: #000;
	border: 0px;
}
img{
	border: 0px;
}
.top{
	position: fixed;
	width: 100%;
	height: 80px;
	//border-bottom: 1px solid #ddd;
	z-index: 20;
	background: rgb(255, 255, 255) transparent; /* default fallback */
	background: rgba(255, 255, 255, 0.8); /* nice browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; /* IE8 */
}
.top ul{
	padding: 0px;
	margin: 0px auto;
	list-style: none;
	width: 990px;
}
.top ul li{
	float: right;
	width: 100px;
	height: 50px;
	font-size: 14px;
	border-right: 1px solid #eee;
	padding: 30px 5px 0px 5px;
	text-align: center;
}
.top ul li:last-child{
	border-right: 0px;
}
.bottom{
	margin: 0 auto;
	position: relative;
	width: 100%;
	top: 80px;
	background: #5fd0fe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNWZkMGZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTdiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg,  #5fd0fe 0%, #0057ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#5fd0fe), color-stop(100%,#0057ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #5fd0fe 0%,#0057ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #5fd0fe 0%,#0057ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #5fd0fe 0%,#0057ba 100%); /* IE10+ */
	background: linear-gradient(45deg,  #5fd0fe 0%,#0057ba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd0fe', endColorstr='#0057ba',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
	color: #fff;
	//border-bottom: 1px solid #eee;
}
.container{
	margin: 0 auto;
	position: relative;
	width: 100%;
	top: 80px;
	border-bottom: 1px solid #eee;
}
.container2{
	//margin: 0 auto;
	position: relative;
	width: 100%;
	height: 500px;
	top: 80px;
	//border-bottom: 1px solid #eee;
	//float: left;
	background-color: #ebebeb;
}
.container3{
	height: 500px;
}
.container3 span{
	display: inherit;
	position: relative;
	width: 990px;
	//height: 200px;
	top: 100px;
	//background-color: red;
	font-size: 32px;
	margin: 0px auto;
	color: white;
	font-weight: 100;
}
.rslides{
	list-style: none;
	z-index: 5;
	//float: left;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	//float: left;
	width: 100%;
}
.rslides li{
	width: 100%;
}

.contentBottom{
	font-weight: 300; 
	margin: 0 auto;
	width: 990px;
	//height: 500px;
	padding: 50px 0px;
	//height: 500px;
}
.contentBottom a{
	color: white;
}
.contentBottom ul{
	list-style: none;
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	display: table-row;
}
.contentBottom ul li{
	display: table-cell;
	list-style: none;
	float: left;
	padding-right: 20px;
	font-size: 13px;

}
.contentBottom input{
	width: 100px;
	font-size: 10px;
	height: auto;
	margin: 0px;
	-webkit-appearance: none;
}
.contentBottom button{
	width: auto;
	font-size: 10px;
	height: auto;	
	-webkit-appearance: none;
}
.contentBottom .title{
	font-size: 30px;
	//left: 0px;
	top: 0px;
	width: 275px;
	position: relative;
	float: left;
}
.contentBottom .text{
	position: relative;
	width: 500px;
	top: 10px;
	left: 0px;
	display: inline-block;
	font-weight: 300; 
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}
.content{
	font-weight: 300; 
	margin: 0 auto;
	width: 990px;
	min-height: 700px;
	padding: 0px 20px;
}
.content2{
	font-weight: 300; 
	margin: 0 auto;
	width: 100%;
	height: 500px;
	padding: 0px 0px;
}
.content .title{
	font-size: 30px;
	//left: 0px;
	top: 70px;
	width: 250px;
	position: relative;
	float: left;
}
.content .text{
	position: relative;
	width: 400px;
	top: 80px;
	left: 0px;
	display: inline-block;
	font-weight: 300; 
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	float: left;
}
.content .text img{
	position: absolute;
	//width: 400px;
	top: 0px;
	left: 115px;
}
/*.content ul .text{
	position: relative;
	//width: 600px;
	left: 0px;
	top: 0px;
	display: inline-block;
	font-weight: 400; 
	margin: 0px;
	padding: 0px;
	//background-color: #fff;
	font-size: 14px;
}*/
.content .textColumn{
	position: relative;
	width: 288px;
	height: 300px;
	top: 80px;
	display: block;
	float: left;
	//font-weight: 400; 
	padding: 10px 20px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	text-align: left;
	border-right: 1px solid #eee;
}
.content .textColumn h3{
	font-size: 14px;
	font-weight: 100;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.content .textColumn h2{
	padding: 0px;
	margin: 0px;
}
h2{
	font-size: 25px;
	font-weight: 300;
	//float: left;
	width: 255px;
	text-align: left;
	margin-left: 275px;
}
p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	display: inline-block;
	font-size: 17px;
}
/*.content ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 990px;
	height: 50px;
}*/
/*.content ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}*/

input{
	width: 400px;
	border: 0px;
	padding: 5px;
	font-size: 15px;
	background-color: #999;
	border-radius: 5px;
	margin: 5px;
	float: left;
	color: #fff;
}
textarea{
	width: 400px;
	border: 0px;
	padding: 5px;
	font-size: 15px;
	background-color: #999;
	border-radius: 5px;
	margin: 5px;
	float: left;
	color: #fff;
	//font-family: 'Source Sans Pro', sans-serif;
	overflow: hidden;
}
button{
	width: 410px;
	border: 0px;
	padding: 5px;
	font-size: 15px;
	background-color: #ff6800;
	margin: 5px;
	border-radius: 5px;
	float: left;
	-webkit-appearance: none;
}
.button{
	width: 410px;
	border: 0px;
	padding: 5px;
	font-size: 15px;
	background-color: #ff6800;
	margin: 5px;
	border-radius: 5px;
	float: left;
	color: #000;
	-webkit-appearance: none;
}
.buttonNarrow{
	width: 50px;
	border: 0px;
	padding: 5px;
	font-size: 15px;
	background-color: #ff6800;
	margin: 5px;
	border-radius: 5px;
	float: left;
	color: #000;
}
.anchor{
	position: absolute;
	top: -80px;
	height: 80px;
	width: 0px;
}
.label{
	font-size: 13px;
	padding: 0px 10px;
	width: 150px;
	float: left;
}
.error { 
	display: none; 
	padding:0px 10px; 
	margin:0px;
	color: #ff3b3b; 
	font-size: 11px;
	float: right;
	//background-color: #FFBABA;
}
.success { 
	display: none; 
	padding:10px; 
	color: #ff6800; 
	font-size:13px;
	//background-color: #B7FBB9;
	float: left;
}
.errorList { 
	display: none; 
	margin:0px;
	color: #ff3b3b; 
	font-size: 11px;
	float: right;
	//background-color: #FFBABA;
}
.successList { 
	padding: 10px 0px;
	display: none; 
	color: #ff6800; 
	font-size:13px;
	//background-color: #B7FBB9;
	float: left;
}
.rslidesTeam{
	list-style: none;
	z-index: 5;
	float: left;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	//float: left;
	width: 600px;
	margin-right: 115px;
	top: 150px;
}
.rslidesTeam li{
	
}
.rslidesControl{
	position: relative;
	left: 0px;
	width: 990px;
	//height: 50px;
	top: 80px;
	z-index: 10;
	float: left;
	padding: 0px;
	margin: 0px;
	//background-color: green;
	//border-bottom: 1px solid #ddd;
}
.rslidesControl li{
	float: left;
	width: 112px;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	list-style: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.rslidesControl li:last-child{
	border-right: 0px;
}
.rslidesTeam .text{
	position: relative;
	width: 990px;
	//left: 125px;
	top: 0px;
	display: inline-block;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	//background-color: red;
}
.rslidesTeam .text p{
	//margin-left: 150px;
	width: 600px;
	//float: left;
	//padding: 40px 20px;
	margin-left: 275px;
}
.rslides_here{
	font-weight: 400;
	//background-color: #6bcdf7;
	//border-bottom: 5px solid #eee;
}