@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
}
.main{
	width:1000px;
	height:1750px;
	margin-left:auto;
	margin-right:auto;
		
	-webkit-box-shadow: -1px -7px 32px -3px rgba(0,0,0,0.62);
	-moz-box-shadow: -1px -7px 32px -3px rgba(0,0,0,0.62);
	box-shadow: -1px -7px 32px -3px rgba(0,0,0,0.62);
}
.mnu{
	width:1000px;
	height:58px;
	background-color:#00C;
	
	-webkit-box-shadow: 0px 14px 24px -16px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 14px 24px -16px rgba(0,0,0,0.62);
	box-shadow: 0px 14px 24px -16px rgba(0,0,0,0.62);
}

.hdr{
	width:1000px;
	height:200px;
	background-image:url(../baseImages/hdr.jpg);
}

.newsticker{
	width:1000px;
	height:50px;
}
.slider{
	border-bottom:#F90 2px solid;
}

.part1{
	margin-top:10px;
	width:980px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.part2{
	margin-top:25px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:400px;
}

.part3{
	margin-top:25px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ccc;
	height:400px;
}

.part4{
	margin-top:25px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#006;
	height:100px;
}
.part5{
	margin-top:0px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#2590CF;
	height:20px;
}

/* boxrap for top 4 link div */

.boxwrap{
	width:242px;
	height:100px;
	float:left;
	margin-left:3px;
}

.boxwrp-p1{
	width:100px;
	height:100px;
	float:left;
}
.boxwrp-p2{
	width:142px;
	height:100px;
	float:left;
}

.boxwrp-t1{
	width:142px;
	height:50px;
	text-align:right;	
}



#bwrap1{
	background-color:#FBB11A;
}


#bwrap2{
	background-color:#E96E44;
}

#bwrap3{
	background-color:#FB1A64;
}

#bwrap4{
	background-color:#44BEE9;
}

/* end of boxrap for top 4 link div */


/* content part1 and notice */
.maincontent{
	width:731px;
	height:400px;
	float:left;
	margin-left:3px;
}

.notice
{
	width:242px;
	height:400px;
	float:left;
	margin-left:3px;
}

.maincontent_head{
	width:731px;
	height:25px;
	border-bottom:#999 1px solid;
	font-size:18px;	
}
       
.maincontent_content{
	width:731px;
	text-align:justify;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
/* End of content part1 and notice */


/*Part 3 elements*/
.part3_segment{
	width: 317px;
	height:280px;
	background-color:#09C;
	float:left;
	margin-left:12px;
	margin-top:10px;
}

.part3_head{
	width:318px;
	text-align:center;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#036;
}
.part3_cont{
	width:318px;
	text-align:center;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
	height:349px;
}

/*End of Part 3 elements*/

/*part 4 Element*/
div.ftr{	
	width:300px;
	margin-right:10px;
	border-left:thin #aaa dashed;
	text-align:left;
	padding-left:30px;
	padding-top:5px;
	float:left;
}

/*End of 4 Element*/
/*---Notice Icon-----*/
/*.notice-title-icon{*/
/*    background:url('baseImages/push-pin-hi.png');*/
/*    position:absolute;*/
/*    top:-10px;*/
/*    left:0px;*/
/*}*/