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

body {
	font-family: Arial;
	font-size: 10px;
	background: #000000;
	color: #242424;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ebod { background: #e8e8e8; }

.bodHold { /* Hold All Info to Align body in middle */
	width: 715px;
	border: 1px solid #000000;
	border-bottom: none;
	border-top: none;
	background: #FFFFFF;
	margin: 0px auto 0px auto;
}
	.bBanner { /* Hold the Image and adds to BG */
		height: 125px;
		background: url(../images/banner.png) left top no-repeat;
	}
	
	.navigation { /* Navigation Section */
		height: 25px;
		text-transform: capitalize;
		background: #35402e;
		color: #8a9c87;
		font-size: 15px;
	}
		.navigation a { color: #8a9c87; text-decoration: none; text-transform: capitalize; font-weight: bold; }
		.navigation ul { list-style: none; padding: 4px 0px 0px 0px; margin: 0px 0px 0px 0px; }
			.navigation ul li { list-style: none; padding: 0px 6px 0px 6px; float:left; }
	
	.bIcon { /* Icon */
		width: 260px;
		height: 242px;
		float: right;
		z-index: 2;
		position: absolute;
		margin: 0px 0px 0px 455px;
		background: url(../images/badge.png) left top no-repeat;
	}
	
	.bLeft { /* Left Side for Body Information */
		float: left;
		width: 459px; /* Actually Width is 595px; */
		padding: 10px 0px 0px 10px; /* Minus 10 off width for padding left; */
	}
	
	.bRight { /* Right Side for Body Information */
		float: right;
		width: 225px;
		padding: 60px 0px 0px 0px;
		text-align: center;
	}
		.btop {
			width: 460px;
			padding: 0px 0px 0px 0px;
			background: url(../images/b-top.png) left top no-repeat;
			height: 10px;
		}
		.bbody {
			width: 439px; /* Actual Size : 460px; */
			padding: 0px 11px 0px 10px;
			background: url(../images/b-body.png) left top repeat-y;
		}
		.bbottom {
			width: 460px;
			height: 15px;
			margin: 0px 0px 10px 0px;
			background: url(../images/b-bottom.png) left top no-repeat;
		}
	/* Footer Tag */
	.footer {
		color: #FFFFFF;
		width: 705px;
		margin: 0px auto 0px auto;
		padding: 5px 5px 5px 5px;
		background: #252525;
	}
		.footer a { color: #CCC; text-decoration: none;  font-weight: bold; }
		.footer ul { list-style: none; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-transform: capitalize; }
			.footer ul li { list-style: none; float: left; padding: 2px 5px 2px 5px; text-transform: capitalize; }

	
.right { float:right; }
.left { float:left; }
.clear { clear:both; } /* Catches and Fixes info with Floats */