@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

.wrapper{
	position: relative;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFFFFF;
	background-image: url(../images/wrapper-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.header{
	width: 976px;
	height: 113px;
	background-image: url(../images/wrapper-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F3F3F3;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
}

.logo{
	width: 450px;
	height: 110px;
	float: left;
	padding-top: 1px;
	padding-left: 50px;
	color: #FFFFFF;
/*	font-size: 34px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
*/
}
.navigation{
	width: 473px;
	float: left;
	height: 60px;
	padding-top: 67px;
	padding-right: 0px;
	color: #000000;
	font-size: 16px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000;
}

.navigation ul{
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

.navigation li{
	display: inline;
}

.navigation a{
	text-decoration: none;
	float: left;
	/*margin-left: 8px;*/
	margin-right: 11px;

	padding: 21px;
	width: 100px;
	test-align: center;
	display: block;
	background: #00928f;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-outline-radius-topright: 15px;
	height: 30px;
	margin-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	top: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.navigation a#onlink{
	background:#FFF;
	color: #000;
	border-bottom:1pix solid #000;
}
.navigation a:hover{
	color: #666;
	text-shadow: 1px 1px 1px #000;
	background-color: #00FFBF;
}

.navigation a#onlink:hover{
	background:#FFF;
	color: #69F;
	text-shadow: 1px 1px 1px #000;
}

.middle-right{
	width: 461px;
	height: 260px;
	float: right;
	background-image: url(../images/middle-left-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 5px;
	color: #FFFFFF;
	}

.middle-right h1, .middle-right h2, .middle-right h3, .middle-right h4{
	font-weight: normal;
	color: #FFFFFF;
}

.middle-left{
	width: 475px;
	height: 270px;
	float: left;
	padding-left: 15px;
	padding-top: 0px;
}

.main{
	width: 975px;
	padding: 0px;
	height: 0px;
}

.main-left{
	width: 470px;
	float: left;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 20px;
}

.main-left ul li {
	position: relative;
	left: -25px;
	top: auto;
	right: auto;
	bottom: auto;
}

.main-right{
	width: 370px;
	margin-top: 5px;
	margin-right: 30px;
	float: left;
	background-color: #7c7c7c;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.main-right h1, .main-right h2, .main-right h3, .main-right h4{
	color: #FFFFFF;
}
.main-alternate{
	width: 935px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.main-alternate table tr td {
	font-size: 14px;
}
.main-alternate a:link{
	color: #0000A0;
	text-decoration: none;
	padding-left: 10px;
	}
.main-alternate a:visited{
	color: #B73045;
	text-decoration: none;
	padding-left: 10px;
	}
.main-alternate a:hover{
	color: #B73045;
	text-decoration: underline;
	padding-left: 10px;
	}
.main-alternate a:focus{
	color: #004000;
	text-decoration: none;
	padding-left: 10px;
	}
.main-alternate a:active{
	color: #B73045;
	text-decoration: none;
	padding-left: 10px;
	}

.seperater{
	height: 20px;
	clear: both;
}

.footer{
	width: 975px;
	height: 80px;
	background-image: url(../images/wrapper-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #00928f;
	color: #CCCCCC;
	padding-top: 15px;
}

.footer-left{
	width: 350px;
	float: left;
	padding-left: 30px;
	color: #FFF;
}

.footer-right{
	width: 560px;
	float: left;
	text-align: right;
	padding-right: 30px;
	color: #FFF;
}

.footer a{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover{
	color: #CACACA;
	text-decoration: underline;
}

.footer-right a{
	margin-left: 5px;
	margin-right: 5px;
}

.footer ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.footer li{
	display: inline;
}

.footer p{
	padding: 0px;
	margin: 0px;
}

h1{
	font-size: 24px;
	font-weight: normal;
	color:#3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h2{
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h3{
	font-size: 18px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h4{
	font-size: 16px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

p{
	font-size: 14px;
	line-height: 18px;
}

ul{
	font-size: 14px;
	line-height: 24px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #F4F4F4;
	text-decoration: underline;
}

.small{
	font-size: 11px;
.wrapper .main .main-left ul li {
	font-size: 14px;
}
.logo img {
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}
