/* Default CSS Document */

															/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	}

	body {
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	color:#666666;
	background-color:white;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: .75em;
	text-align: left;
			}

	body.sub {
	background-image:url(../images/sub_bg.jpg);
	background-repeat:repeat-x;
	color: #333;
	background-color:white;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: .75em;
	text-align: left;
			}
			
	a{
	color:#285baa;
	text-decoration:none;
	}
	
	a:hover{
	color:#0099FF;
	text-decoration:underline;
	}

	#top{
	width:1000px; 
	margin:0px auto; 
	height:110px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	}
	
	#top-in{
	padding-top:83px;
	margin:0 0 0 400px;
	height:50px;
	}
	#logo{height:110px;}
	#contact{}
	#main-content{ width:1000px; margin:0px auto; }
	#level{width:100%;height:440px;}
	#sub{width:300px;border:1px solid #666666;float:left;height:400px;}
	#header{height:30px;background-color:red;width:100%;background-image:url(../images/header-bg.jpg);background-repeat:repeat-x;}
	#header h1{font:bold 18px arial; color:white;padding:5px 0 0 10px;letter-spacing:.5px;}
	#slider{width:850px; height:160px;margin:15px auto;}
	#sub-content{width:260px;background-color:white;background-image:url(../images/sub-content-bg.jpg);background-repeat:repeat-x;padding:20px;}
	#sub-content p{color:#666666;font:12px arial;line-height:18px;}
	#sub-content h2{margin:10px 0 5px 0;font:bold 18px arial; color:#666666;}
	#sub-content ul{}
	#sub-content ul li{color:#666666;font:12px arial;line-height:18px;margin-bottom:10px;}
	#footer{background-image:url(../images/footer_bg.jpg);background-repeat:repeat-x;height:300px;background-color:black;}
	#foot-in {width:1000px; margin:0px auto; text-align:center;padding-top:15px; color:#285baa;font-family: "Arial", "Helvetica", sans-serif;font-size: .75em;}
	#sub-foot{float:left;width:300px;}
	#sub-foot h1{margin-bottom:20px;}
	#foot-in p{color:white;font:14px arial;}
	#foot-in a{color:#3980e7;}
	#bottom{

	}
	#bottom-menu{

	} 
	
	#bottom-menu p{

	}


/*menu*/

#topbar{
font-size:14px;
color:white;
font-weight:bold;
padding:6px;
height:1%;
clear:both;
}
#topbar a{
color:white;
text-decoration:none;
margin:0 6px;
height:23px;
line-height:23px;
float:left;
display:block;
padding:0 8px 0 8px;
}

#topbar a:hover{
background-color:white;
color:black;
}

a.active{
height:23px;
line-height:23px;
background:url(../images/tb_a.png) right top no-repeat;

}
a.active span{
background:url(../images/tb_span.png) left top no-repeat;
height:23px;
display:block;
padding-left:10px;
}