/* Container Section */

#container {
	display: block;
	margin: 0 auto;
	width: 1000px;	
}

/* Header Section */

#header {	
	margin: 10px 0;
	position: relative;	
	width: 1000px;
}

	#header #logo {
		width: 400px;
		overflow: hidden;
		
	}

		#header #logo img {
			height: 120px;
			margin: 0 auto;
			width: 224px;
		}


	#header #fbPayments {
		width: 310px;
		overflow: hidden;
		float: left;
	}
	
	#header #fbPayments img {
		margin-top: 3px;
	}
	
	#header #fbPayments a {
		float: right;
	}
	
	#header #fbPayments a img {
		margin: 0;
	}

	#header #flashRight {
		position: absolute;
		right: 0;
		top: 0;
	}

/* Top Menu Section */

#topMenu {	
	margin: 8px 0 10px;	
	width: 1000px;
}

	#topMenu ul {
		margin: 0 auto;
		overflow: hidden;		
		width: 680px;
	}
	
	#topMenu.admin ul {
		width: 680px;		
	}

		#topMenu ul li {
			float: left;
			list-style: none;
		}

			#topMenu ul li span {		
				display: block;
				padding: 0 3px;
				line-height: 23px;
			}

			#topMenu ul li a {
				border-bottom: 2px #000000 solid;
				border-top: 2px #000000 solid;
				color: #8dd9ff;
				display: block;
				
				line-height: 23px;
				padding: 0;
			}

				#topMenu ul li a:hover, #topMenu ul li a.selected {
					border-bottom: 2px #8dd9ff solid;
					border-top: 2px #8dd9ff solid;
				}

/* Navigation Section */

#navigation {
	float: left;	
	margin-bottom: 8px; 
	overflow: hidden;
	width: 200px;
}

	#navigation ul#menu {
		background: #000;
	}
	
		#navigation ul#menu li.title {
			background: #8dd9ff;
			color: #ffffff;
			display: block;
			font-size: 14px;
			font-weight: bold;
			padding: 2px 10px 5px;
		}

		#navigation ul#menu li span {
			background: #8AC500;
			color: #ffffff;
			display: block;
			font-size: 12px;
			padding: 5px;
		}

			#navigation ul#menu li a {
				background: #0000;
				color: #fff;
				display: block;
				padding: 5px 10px;
				width: 200px;
			}
			
				#navigation ul#menu li a:hover, #navigation ul#menu li a.selected {
					background: #E0F7FF;
					color: #000;
				}			

/* Content Section */

#content {
	float: right;
	margin-bottom: 8px;
	width: 780px;
}

#contentAdmin {
	margin-bottom: 8px;
}

/* Footer Section */

#footer {
	border-top: 1px #8dd9ff solid;
	clear: both;
	line-height: 24px;
    width: 1000px;
}

	#footer span {
		color: #8dd9ff;
		float: left;
		padding: 0 10px;
	}
	
	#footer ul {
		float: right;
		padding: 0 5px 0 0;
	}
	
		#footer ul li {
			display: inline;
			padding: 0 5px;
		}
		
			#footer ul li.last {
				padding: 0;
			}
			
			#footer ul li a {
				color: #8dd9ff;
				text-decoration: none;
			}
			
				#footer ul li a:hover  {
					text-decoration: underline;
				}
				
	#footer img {
		clear: both;
		height: 73px;
		margin: 10px auto 0;
		width: 518px;
	}

/* JDC Links */

p#jdc {
	display: block;
	font-size: 9px;
	padding: 5px 0;
	text-align: center;
}

	p#jdc a {
		font-size: 9px;
	}
	
		p#jdc a:hover {
			text-decoration: underline;
		}