/* Container Section */

#container {
	background: url(../images/container-bg.png) repeat-y top left;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 1014px;		
}

/* Header Section */

#header {
	margin: 0 7px;	
	overflow: hidden;
}

	#header a#logo {
		float: left;
		
	}

#topMenu {
	background: url(../images/top-menu-bg.png) repeat-x top left;
	height: 31px;
	margin: 0 7px;	
	position: relative;
	width: 1000px;
}

	#topMenu ul {
		overflow: hidden;		
		width: 1000px;
	}

		#topMenu ul li {
			float: left;
			list-style: none;
		}
		
			#topMenu ul li.title {
				color: #89AD06;
				display: block;
				font-size: 14px;
				font-weight: bold;
				line-height: 26px;
				text-align: center;
				width: 170px;
			}

			#topMenu ul li a {
				background: url(../images/top-menu-divider-bg.png) no-repeat top right;
				display: block;
				font-size: 10px;
				font-weight: bold;
				line-height: 28px;
				padding: 0 15px;
			}

				#topMenu ul li a:hover, #topMenu ul li a.selected {					
					text-decoration: underline;					
				}	

	.addThis {
		position: absolute;
		top: 5px;
		right: 10px;
	}
	
/* Content Outer Section */

#contentOuter {
	background: url(../images/content-outer-bg.png) repeat-y top left;
	clear: both;
	margin: 0 7px;
	overflow: hidden;
	padding: 0 0 17px;	
	width: 1000px;	
}
				
/* News Bar Section */

#navigation {	
	float: left;	
	overflow: hidden;
	padding: 0 0 10px;
	width: 170px;
}


	#navigation ul#menu {
		overflow: hidden;
	}

		#navigation ul#menu li span {
			background: #89AD06;
			color: #000000;
			display: block;
			font-size: 12px;
			font-weight: bold;
			height: 25px;
			line-height: 25px;
			overflow: hidden;
			padding: 0 5px;
			width: 159px;
		}

			#navigation ul#menu li a {
				background: #000000;
				color: #ffffff;
				display: block;
				margin: 0;
				padding: 5px;
				width: 159px;
			}
			
				#navigation ul#menu li a:hover, #navigation ul#menu li a.selected {
					background: #6b8309;
					color: #ffffff;
				}			

	#navigation div {
		border-bottom: 1px #4b4b4b solid;
		border-top: 1px #4b4b4b solid;
		margin-top: 10px;
	}
	
		#navigation div img {
			margin: 0 auto;
			text-align: center;
		}

/* Content Section */

#content {
	float: right;
	margin: 10px;
	width: 800px;
}

#contentAdmin {
	margin: 10px 17px;
}

/* Footer Section */

#footer {
	background: #666666; 
	clear: both;
	line-height: 27px;
	margin: 0 7px;
	overflow: hidden;
    width: 1000px;
}

	#footer span {
		color: #ffffff;
		float: left;
		font-size: 11px;
		padding: 0 10px;
	}
	
	#footer ul {
		float: right;
		padding: 0 5px 0 0;
	}
	
		#footer ul li {
			color: #ffffff;			
			display: inline;
			float: left;
			font-size: 11px;
			padding: 0 5px;
		}
										
			#footer ul li.last {
				padding: 0;
			}
			
			#footer ul li span {
				padding: 0 5px;	
			}
			
			#footer ul li a {
				color: #ffffff;
				display: inline-block;
				font-size: 11px;
				line-height: ;
				text-decoration: none;
			}
			
				#footer ul li a:hover  {
					text-decoration: underline;
				}

/* JDC Links */

#websiteBy {
	background: url(../images/footer-bg.png) no-repeat top left;
	display: block;
	height: 12px;
	margin: 0 auto ;
	width: 1014px;	
}

p#jdc {
	display: block;
	font-size: 9px;
	padding: 10px 0;
	text-align: center;
}

	p#jdc a {
		font-size: 9px;
	}
	
		p#jdc a:hover {
			text-decoration: underline;
		}