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


body,td,th {
	width:100%;
	background:#C6C7C9;
	margin: 0;
	padding: 0;
	color:#000000;
	font-family:Trebuchet, sans-serif, Helvetica, Arial;
	font-size: 12px;
}
body {
	background-image: url(../images/image_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}


/*remove default settings*/		
h1, h2, h3, h4, p {
	margin:0;
	padding:0;
	}

/*end of remove default settings*/

/*Custom format tags*/
p {
	margin: 0px 0px 8px 0px;
	line-height:18px;
}
h2 {
	margin: 0px 0px 12px 0px;
	line-height:24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:22px;
	}

.title {
	line-height:24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	font-weight:bold;
	}


#banwrap {
	width:791px;
	height:528px;
	margin:0 auto;
	background-image: url(../images/image_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}




#menubackground {
	position:absolute;
	top:490px;
	left:0px;
	background:url(../images/menu_background.png) no-repeat center top;
	width:100%;
	height:99px;
	text-align:center;
}

#submenubackground {
	position:absolute;
	top:145px;
	left:0px;
	background:url(../images/menu_background.png) no-repeat center top;
	width:100%;
	height:99px;
	text-align:center;
}


#outsidewrap {
	position:absolute;
	width:100%;
	text-align:center;
	z-index:100;
}
#insidewrap {
	position:relative;
	margin:0 auto;
	background-color:#FFFFFF;
	width: 819px;

}


#main_menu {
	position:absolute;
	top:490px;
	left:0px;
	width:804px;
	height:99px;
	text-align:left;
	padding-left:15px;
	background: url(../images/menu_background.png) no-repeat center top;
	z-index:10;
	}
#submain_menu {
	position:absolute;
	top:145px;
	left:0px;
	width:804px;
	height:99px;
	text-align:left;
	padding-left:15px;
	background: url(../images/menu_background.png) no-repeat center top;
	z-index:10;
	}

#menu_list {
	position:relative;
	top:42px;
	width:650px;
	height:56px;
	
	}

#menu_list ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	}
#menu_list ul li {
	list-style-type: none;
	display: inline; 
	}

#menu_list a {
	display:inline-block;
	height:36px;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 20px 15px 0px 15px;
	}
#menu_list a:link {color:#FFFFFF; text-decoration:none;}
#menu_list a:visited {color:#FFFFFF; text-decoration:none;}
#menu_list a:hover { background-color:#B5C527; color:#FFFFFF; text-decoration:none;}


#banner {
	position:relative;
	height:528px;
	}
#banner img {
	opacity:1.0;
    filter:alpha(opacity=100);
}
#subbanner {
	position:relative;
	height:183px;
	}




#bannertab ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	}
#bannertab ul li {
	list-style-type: none;
	display: inline;
	margin-right:5px;
	}

#bannertab a {
	display:inline-block;
	width:18px;
	height:18px;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bannertabbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	}
#bannertab a:link {color:#FFFFFF; text-decoration:none;}
#bannertab a:visited {color:#FFFFFF; text-decoration:none;}
#bannertab a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/bannertabover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}








#content {
	position:relative;
	
	
	}
#footer {
	position:relative;
	margin-top:40px;
	text-align:left;
	padding-left:20px;
	font-size:10px;}

#footer ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	}
#footer ul li {
	list-style-type: none;
	display: inline;
	margin-right:8px;
}


#footer a {
	font-size: 10px;
	color:#000000;
	}
#footer a:link {color:#000000; text-decoration:none;}
#footer a:visited {color:#000000; text-decoration:none;}
#footer a:hover {color:#000000; text-decoration:underline;}


#copyright {
	float:right;
	margin-right:20px;}

