@charset "utf-8";
/* Index.html CSS Document */
body{font-family: Arial, Helvetica, sans-serif;	font-size:14px; color:#000; margin:0px;}
h1{font-size:17px; color: #000; font-weight:normal;}
h2{font-size:27px; color:#76bb40; font-weight:normal; margin:10px 0px;}
p{display:block; text-align:justify;}

#container{width:1000px;margin:0 auto;}
#header{display:block;}	#banner{display:block;}

#navigation{display:block; height:44px; margin-top:1px; background:url(images/navdivbg.png) repeat-x; border:1px solid #c4c4c4; border-top:none; border-bottom:none;}
	#navigation a{text-decoration:none; font-size:14px; color:#4e4e4e; font-weight:bold; padding:14px 55px 22px 55px; float:left;}
	#navigation a:hover{text-decoration:none; color:#70ba37; padding-bottom:22px;}
	
#p1 #one, #p2 #two, #p3 #three, #p4 #four, #p5 #five{text-decoration:none; color:#70ba37; padding:14px 59px 22px 58px; background-image:url(images/hover-arrow.png); background-repeat:no-repeat; background-position:bottom;}

#contents{padding:20px 0px 0px; display:block; }
	.column_l{width:308px; padding-right:25px; float:left;}
	.column_c{width:283px; padding:0px 25px; float:left; background:url(images/bg_column.gif) no-repeat;}
	.column_r{width:308px; padding-left:25px; float:left; background:url(images/bg_column.gif) no-repeat;}

#ex{width:283px; height:46px; background:url(images/btn_ex.gif); display:block; margin-left:12px;}
	#ex:hover{background-position:bottom;}
	
#info{width:283px; height:46px; background:url(images/btn_info.gif); display:block; margin-left:12px;}
	#info:hover{background-position:bottom;}
	
#submit{width:283px; height:46px; background:url(images/btn_submit.gif); display:block; margin-left:12px;}
	#submit:hover{background-position:bottom;}
	
#sub{width:223px; height:56px; background:url(images/btn_sub.gif); display:block; margin-left:12px; float:right; margin:20px 0px 30px 20px;}
	#sub:hover{background-position:bottom;}

#footer{display:block; font-size:11px; background:url(images/bg_foot.jpg) no-repeat; padding-top:15px; margin-top:15px; clear:both;}

