
@import "CSS_new.css";

/*
	All Menu's on the left.
	Content Stretches to rightside of window.

	ToDo:
	
		- Put left and right menus inside DIV containers.  Aliviating "top:#;" positioning for each one.
*/

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
/*	min-width:420px;*/
	margin:15px 0px 0px 170px; /*was 20px top + extra 5px for H3-bottom*/
	background-color:white;
	padding:10px; /*10px;*/
	z-index:3;
	
}

.footer {
	clear:both;
	margin:20px 0px 0px 170px;
	text-align:right;



	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
/*	height:15px;
	width:100%;
	min-width:420px;
*/	border-top:1px solid #FD9B57;
	background-color:white;
	padding:5px;
	z-index:1; 
	
	
}

.navbarBlue
{
	border:1px solid #128FC9;
	background-color:#8FDCFF;
}

#navAlpha {
	position:absolute;
/*	top:133px;*/
	width:150px;
	left:20px;
	z-index:2;
/* ie hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:155px;
	}
/* "be nice to Opera 5" rule. */
body>#navAlpha {width:155px;} /* this is also for firefox, which adds padding values to overall height/width */

.normalHeight {
	top:133px;
}
.extraBannerHeight {
	top:210px;
}