/*---Design Stylesheet-------------*/
/*---Written By Andrew Maxwell-----*/
/*---Written on March 13th, 2008---*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	background-color: #222222;
	font-family: "Times New Roman", Times, serif;
	color: #b1b1b1;
	background-image: url(../images/body_bg.png);
	background-position: top center;
	background-repeat: repeat-y;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	color: #837146;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 9px;
}
p, p a {
	font-size: 12px;
	letter-spacing: 1px;
	color: #b1b1b1;
}
.btn {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border: none;
}
table {
}
tr {
}
th {
}
td {
}
ol {
}
ul {
}
li {
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.red {
	color: #ff0000;
}
.yellow {
	color: #ffff00;
}
.sx {
	width: 100%;
}
.sy {
	height: 100%;
}
.copyright {
	font-size: 9px;
}

#container {
	position: relative;
	width: 1024px;
	height: 750px;
	margin: 0 auto;
}
#clock {
	position: absolute;
	width: 530px;
	height: 530px;
	top: 55px;
	left: 230px;
	z-index: 900000;
}
.clock {
	position: relative;
	z-index: 10000;
}
#logo {
	float: left;
	width: 260px;
	height: 100px;
	margin-top: 45px;
	margin-left: 25px;
}
#menu {
	width: 250px;
	height: 319px;
	float: left;
	margin-top: 35px;
	margin-left: 15px;
	background-image: url(../images/menuBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.home_btn {
	width: 152px;
	height: 40px;
	margin-top: 33px;
	margin-left: 25px;
	padding-top: 7px;
	padding-left: 40px;
	float: left;
	background-image: url(../images/home_btn_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 24px;
	text-align: left;
}
.home_btn a:link {
	color: #b1b1b1;
	font-size: 24px;
	text-align: left;
}
.home_btn a:visited {
	color: #b1b1b1;
	font-size: 24px;
}
.home_btn a:hover {
	color: #b1b1b1;
	font-size: 24px;
}
.home_btn a:active {
	color: #b1b1b1;
	font-size: 24px;
}
.about_btn {
	width: 139px;
	height: 42px;
	margin-top: 5px;
	margin-left: 25px;
	padding-top: 7px;
	padding-left: 40px;
	float: left;
	background-image: url(../images/about_btn_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 24px;
	text-align: left;
}
.about_btn a:link {
	color: #b1b1b1;
	font-size: 24px;
	text-align: left;
}
.about_btn a:visited {
	color: #b1b1b1;
	font-size: 24px;
}
.about_btn a:hover {
	color: #b1b1b1;
	font-size: 24px;
}
.about_btn a:active {
	color: #b1b1b1;
	font-size: 24px;
}
.news_btn {
	width: 139px;
	height: 40px;
	margin-top: 5px;
	margin-left: 25px;
	padding-top: 7px;
	padding-left: 40px;
	float: left;
	background-image: url(../images/news_btn_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 24px;
	text-align: left;
}
.news_btn a:link {
	color: #b1b1b1;
	font-size: 24px;
	text-align: left;
}
.news_btn a:visited {
	color: #b1b1b1;
	font-size: 24px;
}
.news_btn a:hover {
	color: #b1b1b1;
	font-size: 24px;
}
.news_btn a:active {
	color: #b1b1b1;
	font-size: 24px;
}
.business_btn {
	width: 153px;
	height: 41px;
	margin-top: 5px;
	margin-left: 25px;
	padding-top: 7px;
	padding-left: 40px;
	float: left;
	background-image: url(../images/business_btn_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 24px;
	text-align: left;
}
.business_btn a:link {
	color: #b1b1b1;
	font-size: 24px;
	text-align: left;
}
.business_btn a:visited {
	color: #b1b1b1;
	font-size: 24px;
}
.business_btn a:hover {
	color: #b1b1b1;
	font-size: 24px;
}
.business_btn a:active {
	color: #b1b1b1;
	font-size: 24px;
}
.contact_btn {
	width: 177px;
	height: 43px;
	margin-top: 5px;
	margin-left: 25px;
	padding-top: 7px;
	padding-left: 40px;
	float: left;
	background-image: url(../images/contact_btn_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 24px;
	text-align: left;
}
.contact_btn a:link {
	color: #b1b1b1;
	font-size: 24px;
	text-align: left;
}
.contact_btn a:visited {
	color: #b1b1b1;
	font-size: 24px;
}
.contact_btn a:hover {
	color: #b1b1b1;
	font-size: 24px;
}
.contact_btn a:active {
	color: #b1b1b1;
	font-size: 24px;
}
#rightContent {
	width: 300px;
	height: 327px;
	float: right;
	margin-top: 27px;
	margin-right: 15px;
	background-image: url(../images/rightContentBG.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#rightContainerText {
	width: 180px;
	float: right;
	margin-top: 15px;
	margin-right: 35px;
	text-align: right;
}
.rightHeader {
	float: right;
	margin-top: 32px;
	margin-right: 35px;
	color: #b1b1b1;
}
.rightHeader a:link {
	color: #b1b1b1;
	font-size: 24px;
	text-align: left;
}
.rightHeader a:visited {
	color: #b1b1b1;
	font-size: 24px;
}
.rightHeader a:hover {
	color: #b1b1b1;
	font-size: 24px;
}
.rightHeader a:active {
	color: #b1b1b1;
	font-size: 24px;
}
#leftFooter {
	width: 460px;
	height: 244px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/leftFooter_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.leftFooterHeader {
	float: left;
	margin-top: 24px;
	margin-left: 30px;
	color: #b1b1b1;
}
.leftFooterHeader a:link {
	color: #b1b1b1;
	font-size: 24px;
	text-align: left;
}
.leftFooterHeader a:visited {
	color: #b1b1b1;
	font-size: 24px;
}
.leftFooterHeader a:hover {
	color: #b1b1b1;
	font-size: 24px;
}
.leftFooterHeader a:active {
	color: #b1b1b1;
	font-size: 24px;
}
#leftFooterContainerText {
	width: 400px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	text-align: left;
}
#rightFooter {
	position: absolute;
	width: 510px;
	height: 245px;
	right: 22px;
	bottom: 4px;
	background-image: url(../images/rightFooter_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.rightFooterHeader {
	float: right;
	margin-top: 22px;
	margin-right: 30px;
	color: #b1b1b1;
}
.rightFooterHeader a:link {
	color: #b1b1b1;
	font-size: 24px;
	text-align: left;
}
.rightFooterHeader a:visited {
	color: #b1b1b1;
	font-size: 24px;
}
.rightFooterHeader a:hover {
	color: #b1b1b1;
	font-size: 24px;
}
.rightFooterHeader a:active {
	color: #b1b1b1;
	font-size: 24px;
}
#rightFooterContainerText {
	width: 400px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	text-align: right;
}
#footer {
	position: relative;
	width: 985px;
	height: 300px;
	float: left;
	margin-left: 19px;
	background-image: url(../images/footer_bg_repeat.png);
	background-position: top left;
	background-repeat: repeat-y;
	
}
#footer_business {
	position: relative;
	width: 985px;
	height: 500px;
	float: left;
	margin-left: 19px;
	background-image: url(../images/footer_bg_repeat.png);
	background-position: top left;
	background-repeat: repeat-y;
	
}
#footerTop {
	position: absolute;
	width: 985px;
	height: 216px;
	top: 0px;
	left: 0px;
	background-image: url(../images/footer_bg_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#footerBottom {
	position: absolute;
	width: 985px;
	height: 29px;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/footer_bg_bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.footerHeader {
	position: relative;
	float: left;
	margin-top: 24px;
	margin-left: 30px;
	color: #b1b1b1;
}
.footerHeader a:link {
	color: #b1b1b1;
	font-size: 24px;
	text-align: left;
}
.footerHeader a:visited {
	color: #b1b1b1;
	font-size: 24px;
}
.footerHeader a:hover {
	color: #b1b1b1;
	font-size: 24px;
}
.footerHeader a:active {
	color: #b1b1b1;
	font-size: 24px;
}
#footerContainerText {
	position: relative;
	width: 900px;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	text-align: left;
	z-index: 2000;
}
#footer_hr {
	position: absolute;
	width: 177px;
	height: 9px;
	top: 50px;
	left: 25px;
	background-image: url(../images/hr.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#contactForm {
	margin-left: 26px;
}
.rightImage {
	margin-top: 23px;
	margin-left: 13px;
}
#thankyouText {
	position: relative;
	margin-top: 140px;
	width: 700px;
	height: 100px;
	float: left;
	text-align: center;
	z-index: 2000;
}
#thankyouText h3 {
	text-align: center;
}
.site, .site a {
	border: solid 1px #837146;
}
#createdBy{
	position: absolute;
	width: 250px;
	height: 20px;
	bottom: -10px;
	left: 30px;
	z-index: 2000;
}
#createdBy p, #createdBy p a{
	text-align: left;
	font-size: 10px;
}
#createdBy2{
	position: absolute;
	width: 250px;
	height: 20px;
	bottom: -15px;
	left: 10px;
	z-index: 2000;
}
#createdBy2 p, #createdBy2 p a{
	text-align: left;
	font-size: 10px;
}
#copyright{
	position: absolute;
	width: 330px;
	height: 20px;
	bottom: -15px;
	right: 0px;
	z-index: 2000;
}
#copyright p, #copyright p a{
	text-align: left;
	font-size: 10px;
}
