@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight-webfont.eot');
    src: url('../fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight-webfont.woff') format('woff'),
         url('../fonts/geosanslight-webfont.ttf') format('truetype'),
         url('../fonts/geosanslight-webfont.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body,html
{
	font-family: 'geosanslightregular';
	margin:0 auto;	
}
header
{
	width:960px;
	height:100px;
	margin:0 auto;
}
#logo
{
	width:200px;
	height:auto;
}
#logo img
{
	width:200px;
	height:100px;
}

.nav
{
	width:960px;
	margin:0 auto;
	clear:both;
}
.banner
{
	width:960px;
	height:300px;
	margin:0 auto;
	background:#DCDCDC;
}
.banner img
{
	width:960px;
	height:250px;
	margin:0 auto;
}
.banner-content
{
	padding-top:10px;
	padding-left:5px;
	font-size:14px;
}
.content
{
	width:960px;
	height:auto;
	margin:0 auto;
	padding-top:10px;
	font-family: 'geosanslightregular';
}
.content ul li
{
	list-style:circle;	
}
.content h1
{
	padding-top:10px;
}
.overview 
{
	padding-left:10px;
	padding-top:10px;
	margin-top:10px;
	font-family: 'geosanslightregular';

}
.view1
{
	width:300px;
	height:300px;
	float:left;
	padding:10px;
	font-size:16px;
}
.view1 img
{
	width:300px;
	height:auto;
}
.view2
{
	width:300px;
	height:300px;
	float:left;
	padding:10px;
	font-size:16px;
}
.view2
{
	padding-left:10px;
}
.view2 img

{
	width:300px;
	height:auto;
}
.view3
{
	width:300px;
	height:300px;
	float:right;
	padding:10px;
	font-size:16px;
}
.view3 img

{
	width:290px;
	height:180px;
	padding-right:10px;
}
.footer
{
	width:950px;
	height:auto;
	background:#666666;
	color:#FFF;
	margin:0 auto;
}
.footer-content
{
	text-align:right;
}