@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: top center repeat-x url("img/top-bg.png");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box {
	margin: 0px auto 0px;
	padding: 0px;
	width: 775px;
}
.header {
	width: 775px;
	height: 102px;
}
.logo {
	float: left;
	margin: 11px 0px 0px 0px;
	width: 212px;
	height: 91px;
	background: url(img/logo.png) no-repeat center center;
	overflow: hidden;
	text-indent: -9999px;
}

.menu {
	padding: 0px;
	list-style: none;
	float: right;
	margin: 0px;
}
.menu li {
	display: block;
	float: left;
}
.menu li a {
	display: block;
	width: 91px;
	height: 56px;
	text-align: center;
	line-height: 62px;
	color: #808080;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
	overflow: hidden;
	letter-spacing:1px;
}
.menu li a:hover {
	background: url(img/menu-bg-hover.png);
}
.current {
	background: url(img/menu-bg.png) !important;
}

.banner {
	width: 742px;
	height: 154px;
	padding: 33px 0px 0px 34px;
	background: url(img/banner-bg.png) no-repeat;
}
.welcome {
	width: 366px;
	float: left;
	padding: 0px 100px 0px 0px;
}
.signup {
	width: 269px;
	float: left;
}

h1 {
	overflow: hidden;
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
}
p {
	color: #404040;
	margin: 0px;
}

.welcome-to-baytree {
	background: url(img/welcome-to-baytree.png) no-repeat top left;
}
.newsletter {
	background: url(img/newsletter.png) no-repeat top left;
}

.signup p{
	text-indent: 8px;
	padding: 5px 0px 0px 0px;
}

.sign-up {
	border: 1px solid #404040;
	padding: 5px 0px 5px 5px;
	width: 197px;
}

.sign-up-go {
	height: 28px;
	width: 28px;
	border: 1px solid #404040;
	margin: 0px 0px 0px 5px;
	text-align:center;
	overflow: hidden;
	text-indent: 999px;
	background: url(img/go.png) center center no-repeat;
}





.content {
	overflow: auto;
}

.main-col {
	width: 535px;
	float: left;
	padding: 20px 0px 0px 20px;
}
.right-col {
	width: 180px;
	float: left;
	padding: 20px 0px 0px 20px;
}
.download img{
	border: none;
	
}

.main-col-headers {
	border-bottom: 1px solid #CCCCCC;
}

h2 {
	color: #74a42a;
	font-weight: normal;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}
h3 {
	color: #737373;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.footer {
	width: 775px;
	height: 54px;
	margin: 30px auto 0px auto;
	background: url(img/footer.png) center center no-repeat;
	color:#999999;
}

.left {
	float: left;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}
.right {
	float: right;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 0px;
}
.bottom {
	width: 775px;
	float: left;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}
