/* CSS Document */


/* CLASSES */

.menuItemUnit a {
	height: 28px;
	width: 158px;
	border: 25px solid #333333;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-top: 12px;
	padding-left: 7px;
	background-color: #AEB58C;
	display: block;
	text-decoration:none;
	font-size: 12px;
}

.menuItemUnit a:hover {
	border: 25px solid #FFFF00;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color: #E0FECB;
}

.cfTB {
	font-family:Tahoma, Verdana, Arial;
	color: #336600;
	background-color: #EEFFEE;
	font-size: 12px;
	width: 200px;
	border: 1px solid #666666;
	font-weight: normal;	
}

.caseBox {
	background-color: #EEFFEE;
	padding: 10px;	
	border: 1px solid #DDDDDD;
}

/* DIV TAGS */

#topRow {
	border-top:2px solid #336600;
	padding-left:70px;
	padding-bottom:5px;
	height:25px;
}

#cubeRow {
	padding: 15px 0px 20px 70px;
	background-image: url(../images/green-fade.gif);
	background-repeat:repeat-x;
}

#bottomRow {
	padding: 15px 0px 20px 70px;
	background-image: url(../images/green-fade.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#bannerRow {
	height: 250px;
	background-color: #66CC00;
}

#mc1 {
	height: 250px;
	width: 70px;
	float:left;
}

#mc2 {
	height: 250px;
	width: 250px;
	background-color:#FFFFFF;
	float:left;
}

#mc3 {
	height:251px;
	width:530px;
	/* background-color:#d3ef99; */
	background-image:url(../images/g-maingfx.jpg);
	background-repeat:no-repeat;
	float:left;
}

