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

body { background-color:#333333;
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}
a { font-size::12px;
	color:#ffffff;
	text-decoration: none;
}
h2{
	color: #777777;
    font-size: 20px;
    font-weight: normal;
}
h3{
	font-size:16px;
	color:#b0b0b0;
	margin:0px;
}
h4{
	font-size:14px;
	color:#b0b0b0;
	margin:0px;
	font-weight:normal;
}
h5{
	font-size:13px;
	color:#b0b0b0;
	margin:0px;
	font-weight:normal;
}



#main { margin: 0 auto;
		width: 823px;
		height: 900px;
}
#logo { height: 96px;
		float: left;
		width: 100%;
		
}

#nav { background-color: #000000;
    float: left;
    height: 39px;
    line-height: 14px;
    width: 100%;		
}

li {  border-right: 1px solid #FFFFFF;
    display: inline;
    height: 56px;
    margin-left: 17px;
    padding-bottom: 10px;
    padding-right: 18px;
    padding-top: 10px;
}
#bottom li { 
    display: inline;
    height: 56px;
    margin-left: 14px;
    padding-right: 10px;
	border:none;
}

#banner { height:303px;
		  width: 823px;
		  margin-top: 6px;
}

#three{ height:178px;
		 width: 823px;
		 margin-top: 6px;
}

#left{ height:178px;
	   width: 274px;
	   float:left;
}

#middle{
	height:178px;
	   width: 275px;
	   float:left;
	   text-align: center;
}

#right{
	height:178px;
	   width: 274px;
	   float:right;
	   text-align: right;
}
#mission { border-bottom: 1px solid;
    color: #999999;
    margin-top: 6px;
    min-height: 50px;
    padding-bottom: 15px;
    padding-top: 10px;
    width: 823px;
}
#bottom{ width: 100%;
	height: 37px;
}

#bottomleft{ float: left;
    font-size: 10px;
    height: 36px;
    width: 274px;
	padding-top: 11px;
}

#bottommiddle{
	height:36px;
	   width: 275px;
	   float:left;
	   text-align: center;
}

#bottomright{
	height:36px;
	   width: 274px;
	   float:right;
	   text-align: right;
	   font-size:10px;
	   padding-top:20px;
}
#bottomleft ul { padding-left: 2px;
				 text-align:left;
}
#smallogo { float:right;}
#links { float:left;}

#content { height:560px;
		  width: 823px;
		  margin-top: 6px;
		  color:#777777;
		  border-bottom:solid 1px #999999;
		  padding-bottom:20px;
}
#content p{ line-height: 2;}
#content li{ display:block;
				height:1px;
				border:none;}
#content ul {   margin-left: 1px;
    margin-top: -16px;
    padding-left: 1px;
}
#map { text-align:center;}
#logobig { float:left;
		width:50%;
}
#sn { float:right;
		width:50%:
}