/* CSS Document */

#top {
	background-image: url(../images/sub/topbg.jpg);
	background-repeat: repeat-x;
	height: 55px;
	width:100%;
	border-bottom: 1px solid #777;
	}
	
	#top img {
		padding-left: 20px;
		border: 0px;
		}

#nav {
	border-bottom: 1px solid #777;
	/*width: 940px;*/
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 29px;
	position: relative;
	text-indent: 18px;
	}

#nav li {
	display: inline;
	padding-right: 37px;
	}
	
#subnav {
	background-color: #c5d3c4;
	border-top: 1px solid #fff;
	width: 180px;
	/*padding-top: 30px;*/
	float: left;
	position: absolute;
	z-index: 100;
	color: #555;
	}
	
	#subnav li {
		font-size: 14px;
		font-weight: bold;
		border-top: 1px solid #fff;
		list-style-type:none;
		}
		
	#subnav img {
		border: 1px solid #fff;
		border-left: 0px;
		}
	
	#subnav a {
		color: #555;
		text-decoration: none;
		display: block;
		padding-left: 17px;
		vertical-align: middle;
		
		/*line-height: 32px;*/
		padding-top: 9px;
		padding-bottom: 9px;
		line-height: 16px;
		}
	.bgchange {
		background-color: #eef0ed;
		}
		
	#caption {
		padding-left: 17px;
		padding-top: 10px;
		font-size: 11px;
		width: 120px;
		}

#content-inner {
	position: relative;
	padding-left: 215px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 500px;
	}
	
	#content-inner ul {
		margin-left: 15px;
		list-style-type:square;
		}
		
#breadcrumb {
	color: #5e8cb0;
	}
	
	#breadcrumb a {
		color: #5e8cb0;
		}
		
ul {
	list-style-type:none;
	}

