@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
body {
	background: #208695 url(images/bg.png) no-repeat fixed left top;
	color: #2D2D2D;
}

}
img {
	border: none;
}
#wrapper {
	position: relative;
	display: block;
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 65px;
	margin-top: 30px;
	-moz-box-shadow: 3px 2px 8px #666;
	-webkit-box-shadow: 3px 2px 8px #666;
	box-shadow: 4px 4px 4px #666;
}

a {
	color: #999999;
	}
	
a:hover {
	text-decoration: underline;
	}
#logo {
	width:349px;
	height:83px;
	position: relative;
	float: left;
	clear: left;
	display: block;
	padding-left: 60px;
}
#nav {
	width:520px;
	height:71px;
	position: relative;
	background: url(images/bg_nav.jpg) no-repeat;
	display: block;
	padding-right: 20px;
	float: right;
}
#nav ul {
	
	list-style: none;
}
.nav li {
	font: bold 18px Georgia, Times, "Times New Roman", serif;
	clear: right;
	float: left;
	color: #5DB5BF;
	padding-top: 13px;
	padding-right: 30px;
	list-style: none;
}
.nav li a{
	color: #5DB5BF;
	text-decoration: none;
	font-weight: bold;
}
.nav li a:hover{
	color: #90d140;
}
#main {
	position: relative;
	width: 960px;
	display: block;
	clear: both;
	overflow: hidden;
}
#home-left {
	background-color: #fff;
	position: relative;
	display: block;
	margin-top: 100px;
	width: 348px;
	float: left;
	padding-left: 60px;
	padding-bottom: 50px;
}
#home-center {
	background-color: #fff;
	position: relative;
	display: block;
	margin-top: 100px;
	width: 104px;
	float: left;
	padding-left: 18px;
	padding-bottom: 50px;
}
#home-right {
	background-color: #fff;
	position: relative;
	display: block;
	margin-top: 100px;
	width: 348px;
	float: right;
	margin-right: 45px;
	margin-left: 35px;
	padding-bottom: 50px;
}
#content {
	margin-top: 50px;
	width: 500px;
	float: left;
	padding-left: 60px;
	padding-bottom: 50px;
	position: relative;
	display: block;
	clear: both;
	background-color: #fff;
	overflow: auto;
}
h1 {
	font: italic 32px Georgia, "Times New Roman", Times, serif;
	color: #5DB5BF;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-top: 15px;
}
.content {
	font: 16px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 25px;
	padding-right: 50px;
	color: #2D2D2D;
}
.content img {
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: -35px;

}
#content ul {
	padding-right: 10px;
	padding-bottom: 10px;
	list-style-type:none;
}

.content li {
	font: normal normal 17px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left:30px;
	padding-bottom: 15px;
    background:transparent url(images/bullet.jpg) no-repeat;
    background-position:0px -8px;
	color: #2D2D2D;
}
.contact {
	font: italic 18px/24px Georgia, Times, "Times New Roman", serif;
	color: #2D2D2D;
	letter-spacing: 1px;
	padding-top: 12px;
}
.contact img{
	padding-top: 30px;
	padding-bottom: 20px;
	}
.contact2 li{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2D2D2D;
	padding-bottom: 12px;
}
.contact2 li a {
	text-decoration: none;
	color: #2D2D2D;
}
.contact2 li a:hover {
	color: #999999;
	text-decoration: underline;
}
.contact3{
	color: #44b6bf;
	font-weight: bold;
	text-transform: uppercase;
}	
#images {
	position: relative;
	width: 290px;
	margin-top: 70px;
	padding-right: 60px;
	float: right;
	text-align: right;
	position: relative;
	display: block;
}
.copyright {
	font: 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	width: 300px;
	color: #fff;
	padding-left: 110px;
	padding-top: 38px;
	text-transform: uppercase;
}
#gears {
	position: relative;
	text-align: right;
	padding-right: 65px;
	margin-top: -70px;
	margin-bottom: -45px;
}
#gears-homepg {
	position: relative;
	padding-left: 60px;
	margin-top: -70px;
	margin-bottom: -45px;
}

#tagline {
	height: 86px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	background: url(images/bg_tagline.png) repeat-x;
}
#footer {
	position: relative;
	width: 960px;
	height: 127px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 3px 2px 6px #333;
	-webkit-box-shadow: 3px 2px 6px #333;
	box-shadow: 3px 3px 3px #333;
	background: #222 url(images/bg_footer.jpg) no-repeat;
}
.footer{
	font: 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	color: #fff;
	padding-right: 60px;
	padding-top: 38px;
	text-transform: uppercase;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #90d140;
	text-decoration: underline;
}
