


#page
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#LeftArrow
{
	position: relative;
	top: 170px;
	left: 10px;
	width: 25px;
}

#RightArrow
{
	position: relative;
	top: 117px;
	left: 755px;
	width: 25px;
}



#bottom
{
	margin-top: -55px;
}

.clear
{
	clear: both;
	height: 1px;
}

.arrow
{
	cursor: pointer;
}



/* MENU ------------------ */

#menuOver
{
	margin-left: 430px;
	position: relative;
	top: -654px;
	width: 100px;
	height: 46px;
	background: url('images/menuOver.png') repeat-x top right;
}

#Menu
{
	position:relative;
	margin-left: 0px;
	height: 33px;
	width: 650px;
	z-index: 3;
}
#Menu a { color:#000; }

#Menu ul
{
	list-style: none;
}

#Menu ul li
{
	float: left;
	cursor: pointer;
	height: 35px;
	text-align: left;
}

.Page1
{
	padding:13px 0 0 23px;
	font-size: 110%;
	height: 35px;
	width: 50px;
	color: #ffffff;
}

.Page1Over
{
	padding:13px 0 0 23px;
	font-size: 110%;
	font-weight: bold;
	height: 35px;
	width: 50px;
	color: #ffffff;
}

.Page2
{
	padding:13px 0 0 23px;
	font-size: 110%;
	height: 35px;
	width: 50px;
	color: #ffffff;
}

.Page2Over
{
	padding:13px 0 0 23px;
	font-size: 110%;
	font-weight: bold;
	height: 35px;
	width: 50px;
	color: #ffffff;
}

.Page3
{
	padding:13px 0 0 23px;
	font-size: 110%;
	height: 35px;
	width: 50px;
	color: #ffffff;
}

.Page3Over
{
	padding:13px 0 0 23px;
	font-size: 110%;
	font-weight: bold;
	height: 35px;
	width: 50px;
	color: #ffffff;
}

.Page4
{
	padding:13px 0 0 23px;
	font-size: 110%;
	height: 35px;
	width: 50px;
	color: #ffffff;
}

.Page4Over
{
	padding:13px 0 0 23px;
	font-size: 110%;
	font-weight: bold;
	height: 35px;
	width: 50px;
	color: #ffffff;
}

.MenuOverText
{
	color: #495B69; /* #FFE077; */
}

.linkBox
{
	width: 776px;
	display: block;
}

/* Side Scroller */
/* JG scroll on  
#ScrollBox 
{
	margin-left: 60px;
	width: 660px;
	height: 453px;
	position:relative;
	top: -90px;
	overflow: hidden;
}

#BigBox
{
	width: 3800px;
	position:  absolute;
	height: 551px;
}

.block
{
	background:green;
	width: 866px;
	height: 551px;
	margin-right: 10px;
}

*/

#ScrollBox 
{
	margin-left:  25px;
	margin-top: -75px;
	width: 730px;
	min-height: 500px;	
	position:  absolute;
	overflow: hidden;
}

#BigBox
{
	width: 3800px;
	position:  absolute;
	height: 551px;
}

.block
{
	width: 866px;
	float: left;
	height: 551px;
	margin-right: 10px;
}


/*
	Accordion
*/

.accordion_toggle {
	display: block;
	height: 30px;
	width: 866px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	background: transparent url('images/ServiceBar.png') repeat-x;
	cursor: pointer;
	margin: 0;
}

.toggle_text
{
	padding-top: 7px;
	padding-left: 5px;
}

.accordion_toggle_active 
{
	color: #495B69; /* #FBE97E; */
}

.accordion_content {
	border-left: solid 1px #5D5F68;
	border-right: solid 1px #5D5F68;
	border-bottom: solid 1px #5D5F68;
	color: #fff;
	overflow: hidden;
	
}

.content_text
{
	padding: 5px;
	padding-left: 15px;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}




