body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}

a {
	text-decoration:none;
	cursor:pointer;
}

.main {
	width:900px;
	margin-right:auto;
	margin-left:auto;
}

.content, .top_mid {
	background-color:#FFFFFF;
	position:relative;
	float:left;	
}


/* ------------------------ header row -------------------------------- */
.header {
	text-align:left;
	height:160px;
}

.logo_cell {
	position:relative;
	float:left;
}

.header_cell {
	height:115px;
}

.livehelp {
	position:relative;
	float:right;
	top:5px;
}

/* ------------------------ nav row -------------------------------- */
.nav_cell {
	position:relative;
	left:-80px;
}

.nav_left {
	background-image:url(images/nav_bar_left.png);
	width:50px;
	height:45px;
	position:relative;
	float:left;
}

.nav_right {
	background-image:url(images/nav_bar_right.png);
	width:50px;
	height:45px;
	position:relative;
	float:left;
}

.nav_bar {
	background-image:url(images/nav_bar_mid.png);
	width:500px;
	height:45px;
	position:relative;
	float:left;
}

.nav_text {
	position:relative;
	float:left;
	top: 15px;
	font-family:"Comic Sans MS";
}

.nav_text, .nav_text a, .nav_text a:visited {
	color:#FF9933;
}

.nav_text a:hover {
	color:#000099;
}

.nav_spacer {
	background-image:url(images/nav_spacer.png);
	width:11px;
	height:45px;
	position:relative;
	float: left;
}

/* ------------------------ top row -------------------------------- */
.top {
	position:relative;
	height:36px;
	width:100%;
}


.top_left {
	background-image:url(images/bg_top_left.png);
	width:36px;
	height:100%;
	position:relative;
	float:left;
}

.top_right {
	background-image:url(images/bg_top_right.png);
	width:36px;
	height:100%;
	position:relative;
	float:right;
}

.top_mid {
	width:92%;
	height:100%;
}

/* ------------------------ content row -------------------------------- */
.content{
	width:98%;
	padding:1%;
	padding-top:0px;
}




.menu {
	position:relative;
	top: 20px;
	text-align:center;
	
}

.menu_bg {
	width:360px;
	height:180px;
	background-image:url(images/logo2.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
	margin:auto;
}

.menu_hub, .menu_text {
	position:relative;
	left: 180px;
	top: 90px;
	width:0px;
	height:0px;
	display:none;
	overflow:hidden;
}

.menu_hub_img {
	width:100%;
	height:100%;
}

.menu_text {
	text-align:center;
	font-size:1px;
	z-index:5;
	padding-top:10px;
}

.menu_btn {
	width:60px;
	height:60px;
	z-index:10;
	cursor:pointer;
}

#menu_btn1 {
	position:relative;
	top: 22px;
	left: -80px;
}

#menu_btn2 {
	position:relative;
	top: -6px;
}

#menu_btn3 {
	position:relative;
	top: 22px;
	left: 80px;
}

#menu_btn4 {
	position:relative;
	top: -19px;
	left: -80px;
}

#menu_btn5 {
	position:relative;
	top: 9px;
}

#menu_btn6 {
	position:relative;
	top: -19px;
	left: 80px;
}





