/* CSS Document */

body { margin: 0 0 0 0; font-family: Arial, Helvetica, sans-serif; background: url(images/bgShade.jpg) top left repeat-y; font-size: 12px; }
.container { background: #FFFFFF; width: 750px; height: 1000px; padding: 10px 20px 20px 20px; margin-left: auto; margin-right: auto; border-left: 1px solid #CED4C4; border-right: 1px solid #CED4C4; }
.topContainer { width: 100%; height: 99px; }
	.logo { position: absolute;background: url(images/logo.jpg) top left no-repeat; margin-left: -10px; width: 345px; height: 60px; }
	.phone { position: absolute; margin-left: 10px; width: 200px; margin-top:65px; height: 25px; font-size: 20px; font-weight: bold; color: #1B6800;}
	.banner { height: 79px; width: 416px; float: right;}
.headerCont{ height: 237px; width: 750px;}
	.menu { background: #62AD4E; width: 750px; height: 25px; }
		.leftMenu { position: absolute; background: url(images/menuTopLeft.jpg) top left no-repeat; height: 25px; width: 5px; }
		.middleMenu { position: absolute; height: 25px; margin-left: 20px; }
		.menuLink {font-family: Arial, Helvetica, sans-serif; height: 25px; font-size: 14px; font-weight: bold; color: #ffffff; }
		.menuLinktd { margin-right: 10px; padding-left: 5px; padding-right: 5px; vertical-align: bottom; }
		.menuLinktd:hover { background: #5A9F47;}
		.menuLinktd a:link { color: #ffffff; text-decoration: none;}
		.menuLinktd a:visited { color: #ffffff; text-decoration: none;}
		.empty { width: 20px;}
		.rightMenu { position: absolute; background: url(images/menuTopRight.jpg) top left no-repeat; height: 25px; width: 5px; margin-left: 745px;} 
.headerImg { background: url(images/header.jpg) top left no-repeat; height: 212px; width: 750px;}
.bodyContent { padding: 20px 5px 5px 5px; width: 740px; height: 600px;}
.leftContent { position: absolute; width: 250px; height: 530px; border: 1px solid #3EA123; margin-right: 25px;padding: 5px;} 
	.leftBar { background: url(images/barBg.jpg); width: 100%; height: 22px; padding-top: 2px; }
		.leftBarText { font-size: 16px; font-weight: bold; color: #ffffff; margin-left: 10px;}
		.leftContent a:link { color: #0033FF;}
		.leftContent a:active { color: #0033FF;}
		.leftContent a:hover { color: #0033FF;}
.rightContent {position: absolute;margin-left: 277px;width: 460px;height: 514px;}
.footer { background: url(images/footer.jpg) top left no-repeat; height: 37px; width: 750px;}
	.footerText { width: 500px; height: 20px; padding-top: 10px; margin-left: auto; margin-right: auto; color: #003E06; font-weight: bold; font-size: 12px; text-align: center; }
	.footerText a:link, a:visited { color: #003E06; text-decoration: none;}