﻿html, body{
	text-align: center;
	font-family: Trebuchet MS;
	margin-top: 0px;
	margin: 0 0 0 0;
}

object { 
	outline: none; 
}

a{
	text-decoration: none;
	border: none;
}
.mainDiv{
	width: 1136px;
	padding: 0 0 0 0;
	vertical-align: top;
	background-color: white;
	margin: auto;
}

.Bar1{
	height: 90px;
}
.Bar1 .left{
	margin-left: 30px;
	margin-right: 200px;
	float: left;
}
.Bar1 a img{
	border: none;
}

.Bar1 .Buttons a{
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 0 0 0;
}
.Bar1 .Buttons a:hover{
	height: 120px;
	position: relative;
	top: -30px;
}

.Bar1 .Buttons .btn1{
	background-image: url("../images/redBtn1.jpg");
}
.Bar1 .Buttons .btn1:hover{
	background-image: url("../images/redBtn1_on.jpg");
}
.Bar1 .Buttons .btn2{
	background-image: url("../images/redBtn2.jpg");
}
.Bar1 .Buttons .btn2:hover{
	background-image: url("../images/redBtn2_on.jpg");
}
.Bar1 .Buttons .btn3{
	background-image: url("../images/redBtn3.jpg");
}
.Bar1 .Buttons .btn3:hover{
	background-image: url("../images/redBtn3_on.jpg");
}
.Bar1 .Buttons .btn4{
	background-image: url("../images/redBtn4.jpg");
}
.Bar1 .Buttons .btn4:hover{
	background-image: url("../images/redBtn4_on.jpg");
}
.Bar1 .Buttons .btn5{
	background-image: url("../images/redBtn5.jpg");
}
.Bar1 .Buttons .btn5:hover{
	background-image: url("../images/redBtn5_on.jpg");
}
.Bar1 .Buttons .btn6{
	background-image: url("../images/redBtn6.jpg");
}
.Bar1 .Buttons .btn6:hover{
	background-image: url("../images/redBtn6_on.jpg");
}

.Bar2 img{
	float: left;
}
.Bar2 a{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
.Bar2 a:hover{
	position: relative;
	top: -20px;
	height: 80px;
}

.Bar2 .btn1{
	background-image: url("../images/greenBtn1.jpg");
}
.Bar2 .btn1:hover{
	background-image: url("../images/greenBtn1_on.jpg");
}
.Bar2 .btn2{
	background-image: url("../images/greenBtn2.jpg");
}
.Bar2 .btn2:hover{
	background-image: url("../images/greenBtn2_on.jpg");
}
.Bar2 .btn3{
	background-image: url("../images/greenBtn3.jpg");
}
.Bar2 .btn3:hover{
	background-image: url("../images/greenBtn3_on.jpg");
}

.ContentMain{
	width: 100%;
	position: relative;
	top: -22px;
	z-index: 3;
	background-color: white;
}
.ContentMain .left{
	float: left;
	margin: 0 110px 80px 0;
}

.ContentMain .right{
	height: 428px;
	width: 120px;
	float: right;
}
.ContentMain .right .rightTop{
	background-image: url("../images/contentRight.jpg");
	height: 30px;
}
.ContentMain .right .rightBottom{
	background-image: url("../images/contentBG2.jpg");
	background-repeat: repeat-x;
	height: 418px;
}
.footer{
	text-align: right;
	position: relative;
	top: -20px;
	color: #C9CACC;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	z-index: 1;
}
.footer a{
	color: #C9CACC;
	text-decoration: underline;
}
.footer a:hover{
	color: #B9CACC;
}
.leftBar, .rightBar{
	width: 50%;
	height: 500px;
	position: absolute;
	top: 0;
	z-index: -1;
}
.leftBar{
	left: 0;
}
.leftBar .colored{
	height: 30px;
	background-color: #2E5C04;
	width: 100%;
	margin-top: 350px;
}
.leftBar .grayed{
	height: 349px;
	background-color: #f1fbe3;
	background-image: url("../images/tileLeft2.jpg");
	background-position: 0 32px;
	background-repeat: repeat-x;
	width: 100%;
}
.rightBar{
	right: 0px;
	margin-top: 32px;
}
.rightBar .colored{
	height: 30px;
	background-color: #e6920c;
	width: 100%;
	margin-top: 318px;
}
.rightBar .colored_b{
	height: 30px;
	background-color: #e6920c;
	width: 100%;
	margin-top: 148px;
}
.rightBar .grayed1{
	height: 148px;
	background-image: url("../images/contentBG2.jpg");
	background-repeat: repeat-x;
	width: 100%;
}
.rightBar .grayed2{
	height: 266px;
	background-image: url("../images/contentBG2.jpg");
	background-repeat: repeat-x;
	background-position: 0px -148px;
	width: 100%;
}
#flashBox{
	padding: 0 0 0 0;
	text-align: center;
	z-index: -100;
	height: 850px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}
.dataRow{
	height: 190px;
	margin-left: -15px;
}

.footer2{
	background-color: white;
	background-image: url("../images/footer_BG.jpg");
	background-repeat: no-repeat;
	float: right;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	z-index: 1;
	height: 25px;
	width: 858px;
	padding-top: 127px;
	padding-left: 30px;
	color: #f7fdfd;
}
.footer2 a{
	color: #f7fdfd;
	text-decoration: underline;
	padding-right: 630px;
}
.footer2 a:hover{
	color: #B9CACC;
}
.corner{
	background-color: white;
	background-image: url("../images/corner.jpg");
	background-repeat: no-repeat;
	height: 80px;
	width: 272px;
	position: relative;
	top: 72px;
	float: left;
}
.leftBar .bottomTile{
	height: 89px;
	margin-top: 732px;
	background-color: white;
	background-image: url("../images/tileLeft5.jpg");
	background-position: 0 9px;
	background-repeat: repeat-x;
	width: 100%;
}
.ContentMain .center .title{
	height: 44px;
	padding-top: 70px;
}

