/**
 * Sliding height & centered. marks template * ----------------------------------------------
 * 
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #afafaf;
	margin-top:0px;
	font-family: Arial, Verdana;
	font-size: 14px;
	background-image:url(../img/bg_gradient.gif);
	background-repeat:repeat-x;
	color:#6e6e6e;
}

a {color:#25247b; text-decoration:none;}
a:link {color:#25247b;}
a:visited {color: #25247b;}
a:hover {color: #98d234;}
a:active {color: #98d234;}

h1 {font-size:28px; color:#232273;}
h2 {font-size:16px; color:#000000; font-weight:bold;}
h3 {font-size:16px; color:#98d234; font-weight:bold;}

div#contain_head {
	position:relative;
	width:100%;	
	height:347px !important; /* real browsers */
}

div#contain_head2 {
	position:relative;
	width:100%;	
	height:153px !important; /* real browsers */
}

div#contain_content {
	position:relative;
	width:100%;
	background-image:url(../img/bg_mid.png);
	background-position:top;
	background-repeat:no-repeat;
}

div#contain_foot {
	position:relative;
	width:100%;	
}
				
div#header {
	position:relative;
	width:882px;
	top:40px;
	margin:0 auto; /* center, not in IE5 */
	height:327px;
	background-image:url(../img/bg_head.png);
	background-repeat:no-repeat;
}

				
div#header2 {
	position:relative;
	width:882px;
	top:40px;
	margin:0 auto; /* center, not in IE5 */
	height:132px;
	background-image:url(../img/bg_headcontent.png);
	background-repeat:no-repeat;
}

div#main_header {
	position:absolute;
	top:10px;
	left:0px;
	height:240px;
	width:882px;
	}
	
dv#content_header {
	position:absolute;
	top:10px;
	left:0px;
	height:132px;
	width:882px;
	}

div#menu_main {
	position:absolute;
	top:248px;
	background-image:url(../img/bg_menu.png);
	background-repeat:no-repeat;
	tex-align:center;
	height:47px;
	width:882px;
	}
	
div#menu_content {
	position:absolute;
	top:30px;
	background-image:url(../img/bg_menu.png);
	background-repeat:no-repeat;
	tex-align:center;
	height:47px;
	width:882px;
	}
	
div#menu_text {
	position:relative;
	top:0px;
	left:0px;
	width:882px;
	height:47px;
	text-align:center;
	font-size:14px;
	}

.menu_home_item {font-size:13px; font-weight:bold; text-align:center;}
.menu_home_hitem {font-size:13px; font-weight:bold; color:#98d234; text-align:center;}

div#wrap_content {
	position:relative;
	width:882px;
	margin:0 auto; /* center, not in IE5 */
	height:100%;
	min-height:450px;
	background-image:url(../img/bg_content.gif);
	background-repeat:no-repeat;
}

div#content {
	position:relative;
	width:812px;
	height:100%;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:30px;
	min-height:800px;
	background-image:url(../img/bg_content.gif);
	background-repeat:repeat-y;
}

div#content2 {
	position:relative;
	width:812px;
	height:100%;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:30px;
	min-height:450px;
	background-image:url(../img/bg_content.png);
	background-repeat:no-repeat;
}

div#footer {
	position:relative;
	width:882px;
	height:70px;
	margin:0 auto; /* center, not in IE5 */
}


div#bottom {
	position:relative;
	top:0px;
	width:882px;
	height:12px;
	background-image:url(../img/bg_bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
	z-index:1;
	left: -1px;
	}


div#footer_main {
	position:relative;
	width:862px;
	height:73px;
	top:5px;
	color:#000000;
	font-size:9px;
	text-align:left;
	padding-left:20px;
	padding-top:12px;
	background-image:url(../img/bg_footer.png);
	}
	
div#copyright {
	float:left;
	height:58px;
	width:475px;
	text-align:left;
	vertical-align:middle;
	}

div#aca {
	float:left;
	height:58px;
	width:300px;
	vertical-align:middle;
	}

.submenu {
	position:relative;
	left:-200px;
	top:-100px;
	}

