@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border:0;
	}
a:focus {
	outline: none;
}
body{
	text-align: left;
	background: #fff;
	font-family: Arial, sans-serif;
	color: #00;
	line-height: 140%;
	font-size:12px;
	}

#head{
	display:none;
}
.inner{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:850px;
}
	
	
.section{
	width:100%;
	padding-top:100px;
	height:1000px;
}

/*IMAGE / GREEN CONTENT*/
.contentTop{
	background:#00C9CE url("bg_contentTop.gif") top left repeat-x;
	padding:30px 0 20px 0;
}
.contentTopStart{
	background:#00AAAD url("motiveStart.jpg") center 0px no-repeat;
	height:auto;
}
.contentTop h1, .contentTopStart h1{
	font-family: Georgia, serif;
	font-size:25px;
	font-weight:normal;
	line-height:100%;
	text-shadow:none;
	color:#000;
	padding:0 0 20px 0;
	border-bottom:#fff 1px solid;
}
.contentTop h2{
	font-family: Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:120%;
	color: #000;
	text-shadow:none;
	padding:15px 0 20px 0;
}
.contentTopStart h1{
	padding:60px 0 20px 0;
	width:500px;
}
.contentTopStart h2{
	font-size:18px;
	color: #fff;
	padding-top:5px;
	font-weight:normal;
}
.contentTop ul {
	margin: 0 0 0 0;
	color: #fff;
	text-shadow:none;
	font-size:24px;
}
.contentTop ul.half {
	float:left;
	width:45%;
	padding-right:10px;
}
.contentTop ul li {
	list-style-type:none;
	padding: 0 0 5px 18px;
	background:url(bullet_white.gif) 0 8px no-repeat;
}


/*TEXTCONTENT*/
.content{
	position:relative;
	background: url("bg_lightGradient.gif") top left repeat-x;
	padding:35px 0 20px 0;
	overflow:hidden;
}
.content h1{
	font-size:28px;
	padding-bottom:15px;
	line-height:100%;
	font-weight:normal;
}
.content h2{
	font-size:28px;
	padding:15px 0 15px 0;
	line-height:100%;
	font-weight:normal;
}
.content p{
	padding-bottom:15px;
}
.content a{
	color:#00AAAD;
	}
.content a:hover{
	color:#fff;
	text-decoration:none;
	background:#00AAAD;
	-webkit-transition:background-color .9s ease;
	-o-transition:background-color .9s ease;
	-moz-transition:background-color .9s ease;
}
.content .image a:hover{
	background:none;
}
.content ul {
	margin: 0 0 20px 0;
}
.content ul.half {
	float:left;
	width:48%;
	padding-right:10px;
}
.content ul li {
	list-style-type:none;
	padding: 0 0 5px 18px;
	background:url(bullet.gif) 0 8px no-repeat;
}
.contentLeft{
	float:left;
	width:520px;
}
.contentRight{
	float:right;
	width:260px;
}
.contentRow{
	float:left;
	width:100%;
}
.toTop{
	position:absolute;
	right:10px;
	bottom:10px;
	width:45px;
	height:45px;
	background:url(toTop.gif) 0 -46px no-repeat;
	text-indent:-9999px;
}
.toTop a{
	display:block;
	width:45px;
	height:45px;
}
.toTop a:hover{
	background:url(toTop.gif) 0 0 no-repeat;
}



/*TEAM*/
#sliderWrap{
	width:750px;
	height:310px;
	padding-left:50px;
}
#sliderWrap img{
	float:right;
}
.text{
	width:450px;
}
#sliderWrap h1{
	line-height:100%;
}
#sliderWrap a{
	color:#fff;
	text-decoration:underline;
}
#sliderWrap ul#slider li{
	list-style-type:none;
	padding:0;
	background:none;
}
.contentTop #sliderWrap ul#slider li ul li {
	background:url(bullet_white.gif) 0 8px no-repeat;
	padding: 0 0 5px 18px;
}
