@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: FrutigerLightCn;
	src: url(../fonts/FrutigerLightCn.otf) format("opentype");
	}

.clearer {
	clear: both;
	height: 0px;
	}
.slideshow {
	height: 168px;
	width: 278px;
	margin-bottom: 13px;
	}
	
h1 {
	font-family: FrutigerLightCn, Century Gothic, Arial;
	font-size:24px;
	color:#555555;
	margin:0px;
	}
h2 {
	font-family: FrutigerLightCn, Century Gothic, Arial;
	font-size:18px;
	color:#555555;
	margin:0px;
	}
h3 {
	font-family: FrutigerLightCn, Century Gothic, Arial;
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
	line-height: 37px;
	}

.logo {
	width: 850px;
	height: 186px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/logo/blanklogo.jpg);
	background-repeat:no-repeat;
	}
.navbg {
	width: 850px;
	height: 37px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/navbar/navbg.jpg);
	background-repeat:no-repeat;
	}
.navspacer {
	width: 850px;
	height: 21px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/navbar/navspacer.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
	}
.titlespacer {
	width:770px;
	height:10px;
	}
.maincontent {
	width: 770px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:40px;
	padding-right:40px;
	}

.tabtitle {
	width: 770px;
	height: 41px;
	background-image: url(../images/tabs/tabtitle.jpg);
	background-repeat:no-repeat;
	line-height: 33px;
	color:#FFFFFF;
	text-align: center;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
	}
.tabheader {
	width:770px;
	height:16px;
	background-image:url(../images/tabs/tabheader.png);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	}
.tabbgspacer {
	width:770px;
	height:19px;
	background-image:url(../images/tabs/tabbgspacer.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	}
.tabbg {
	width:770px;
	height:auto;
	background-image:url(../images/tabs/tabbg.jpg);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	}
.tabfooter {
	width:770px;
	height:16px;
	background-image:url(../images/tabs/tabfooter.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	}
