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

body{
	font-family:Verdana, Geneva, sans-serif;	
}


/* ---- WRAP FOR SITES TO DISPLAY ---- */
#staticSiteWrap{
	width:975px;
	height:18px;
	padding:3px;
	margin:auto;
}


.ssText{
	font-size:12px;
	color:#8E8E8E;
}

a.ssLink{
	font-size:12px;
	color:#A6A6A6;
}


a.ssLink:link{
	text-decoration:none;
}
a.ssLink:visited{
	text-decoration:none;
}
a.ssLink:hover{
	text-decoration:underline;
	color:#7D7D7D;
}
a.ssLink:active{
	text-decoration:none;
}



/* ---- BOTTOM NAV SQUARES ---- */
#bbWrap{
	width:975px;
	height:18px;
	margin:auto;
	margin-top:3px;
	left:0;
	right:0;
}

#bbBoxWrap{
	width:148px;
	height:16px;
	margin:auto;
	left:0;
	right:0;
	float:left;
}

#ssBoxWrap{
	width:825px;
	height:12px;
	margin:auto;
	left:0;
	right:0;
	float:right;
}

.bb{
	margin: auto;
	margin-top: 0px;
	padding-left:0px;
}

.bb ul{
	width:327px;
	height:30px;
	margin-top:0px;
}

.bb li{
	position:relative;
	float:left;
	margin:auto;
	margin-top:0px;
	padding-left:4px;
	display:inline;
}

#bbBox1{
	margin-top:0px;
	width:15px;
	height:15px;
	border:1px solid #8E8E8E;
	cursor:pointer;
}

#bbBox2{
	margin-top:0px;
	width:15px;
	height:15px;
	border:1px solid #8E8E8E;
	cursor:pointer;
}

#bbBox3{
	margin-top:0px;
	width:15px;
	height:15px;
	border:1px solid #8E8E8E;
	cursor:pointer;
}

#bbBox4{
	margin-top:0px;
	width:15px;
	height:15px;
	border:1px solid #8E8E8E;
	cursor:pointer;
}

#bbBox5{
	margin-top:0px;
	width:15px;
	height:15px;
	border:1px solid #8E8E8E;
	cursor:pointer;
}

#bbBox6{
	margin-top:0px;
	width:15px;
	height:15px;
	border:1px solid #8E8E8E;
	cursor:pointer;
}

#bbBox7{
	margin-top:0px;
	width:15px;
	height:15px;
	border:1px solid #8E8E8E;
	cursor:pointer;
}


.active{
	background-color:#BABABA;
}


/* ---- START SCROLL CSS ELEMENTS ---- */
#slideWrap{
	position:relative;
	margin:auto;
	padding:0;
	left:0;
	right:0;
	width:1043px;
	height:540px;
	overflow:hidden;
	zoom:1;
}


#scrollWrap{
	position:relative;
	margin:auto;
	left:0;
	right:0;
	width:1043px;
	height:540px;
	overflow:hidden;
}

#leftButtonWrap{
	position:relative;
	width:30px;
	height:539px;
	float:left;	
}

#leftButtonHolder{
	width:30px;
	height:117px;
	margin-top:211px;
	cursor:pointer;
}

#scrollRightSideWrap{
	position:relative;
	width:1009px;
	height:539px;	
	margin:auto;
	float:right;
}

#scrollBannerWrap{
	position:relative;
	width:975px;
	height:539px;
	margin:0;
	float:left;
}

#scrollBannerWrapHolder{
	width:975px;
	position:relative;
	float:left;
	overflow:hidden;
}

.scrollBannerHolder{
	position:relative;
	width:975px;
	height:539px;
	padding:0;
	margin:0;
	float:left;
}

#scrollRightButtonWrap{
	position:relative;
	width:30px;
	height:539px;
	margin:auto;
	float:right;
}

#rightButtonHolder{
	width:30px;
	height:117px;
	margin-top:211px;
	cursor:pointer;
}