@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
	background:#FFF;
}

a{
	color:#FF9B07;
	border:none;
	text-decoration:none;
}

img{
	border:0px none;
}

#wrapper {
	width:800px;
	margin:auto;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#435758;
}

#content-top {
	width:800px;
	min-height:100px;
	padding:0px 0px 10px 0px;
}

#content-top-main {
	width:669px;
	min-height:330px;
	margin-left:131px;
	padding:0px 0px 10px 0px;
	background:url(images/large-logo.png) no-repeat;
}

#content-top-main p {
	visibility:hidden;
}

#content-top-main:hover{
	width:669px;
	min-height:330px;
	margin-left:131px;
	padding:0px 0px 10px 0px;
	background:url(images/large-logo2.png) no-repeat;
}

#content-top-main:hover p {
	visibility:visible;
	font-size:12px;
	color:#0796FF;
	padding:80px 0px 0px 11px;
}

#content-mid {
	background:#435758;
	height:25px;
	width:800px;
	overflow: hidden;
	line-height: 2em;
}

#content-mid ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#content-mid ul li {
	background: none;
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0;
}

#content-mid ul li a {
	color: #FFF;
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	padding: 3px 15px 0 15px;
	text-decoration: none;
	font-size: 12px;
}

#content-mid ul li a#active {
	background: #435758;
	color: #FF9B07;
	font-weight: bold;
}

#content-mid ul li a:hover {
	color: #FF9B07;
	background:#7B9A9B;
}

#content-bottom {
	min-height:200px;
	color:#435758;
}

#content-bottom h1 {
	font-size:20px;
	margin:15px 10px 20px 10px;
	color:#0796FF;
}

#content-bottom h2 {
	font-size:16px;
	margin:0px 5px 10px 5px;
	font-weight:bold;
}

#content-bottom p {
	color:#7B9A9B;
	margin:0px 5px 10px 5px;
}

#content-bottom ul {
	margin:0px 0px 10px 0px;
}

#content-bottom ul li {
	margin:0px 0px 0px 55px;
	color:#7B9A9B;
	font-size:14px;
}

.mini-content {
	width:390px;
	margin:0px 5px 0px 5px;
	min-height:200px;
	float:left;
}

.padded {
	padding-top:15px;
}