html {
	height: 100%;
	font-size: 1.25em; /* 1.25 16px = 20px */
}

body{
	height: 100%;
	margin: 0;
   font-size: 50%; /* adjusts base font to 10px */
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
 	
	/* CSS3 background-size support */
	-o-background-size: 90.1em 100%;
	-webkit-background-size: 90.1em 100%;
	-khtml-background-size: 90.1em 100%;
}

body > #mainContainer{
	height: auto;
	min-height: 100%;
}

body > #background{
	min-height: 100%;
}

#mainContainer{
	width: 82.1em; /* 821px */
	height: 100%;
	position: relative;
	z-index: 1;
}                   

#mainContainer #mainContainerLeft{
	width: 24.1em; /* 240px */	
	float: left;
	position: relative;        
}

#mainContainer #mainContainerLeft #sidePics{
 width: 145px;
 margin: 10px auto 50px auto;
}

#mainContainer #mainContainerLeft #logo{
float: left;
overflow: hidden;
width: 100%;
		
}

#mainContainer #mainContainerRight{
	float: right;	
	width: 57.9em; /* 579px */
	padding-bottom: 10em; /* 100px */
	position: relative;
}

#footer{
	height: 5em; /* 50px */
	position: relative;
	margin-top: -5em; /* 50px */
	color: #072C3F;
	line-height: 150%;
	z-index: 10;
}

#footer #credit{
	position: absolute;
	left: 1em; /* 10px */
	top: 1.5em; /* 15px */
	border: none;
}

#footer #footerTextLeft{
	position: absolute;
	left: 25em; /* 250px */
	bottom: 1em; /* 10px */
	width: 27em; /* 270px */
}

#footer #footerTextRight{
	position: absolute;
	left: 53.8em; /* 538px */
	bottom: 1em; /* 10px */
	width: 27em; /* 270px */
}

#footer a{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #072C3F; 
}

#footer a:hover{
	border-bottom: none;	
}

.boxIcons{
	position: absolute;
	left: 10px;
	top: 10px;
}

/* Sub Navigation Level 2 */
#mainContainer #mainContainerLeft #navigation li ul li ul li a{
	font-weight: normal !important;
}

#mainContainer #mainContainerLeft #navigation li ul li ul li.listNavigationActiveLI a{
	font-weight: bold !important;
}

/* Sub Navigation Level 1 */
#mainContainer #mainContainerLeft #navigation li ul{
	margin: 1em 0 1em 1.5em;
	padding: 0;
	list-style: none;
}

#mainContainer #mainContainerLeft #navigation li ul li{
	line-height: 20px;
}

#mainContainer #mainContainerLeft #navigation li ul li a{
	background-image: none;
	background-color: transparent;
	font-weight: normal;
}

#mainContainer #mainContainerLeft #navigation li ul li.listNavigationActiveLI a{
	font-weight: bold;
}

/* Main Navigation */
#mainContainer #mainContainerLeft #navigation{
	list-style: none;
	padding: 0;
	margin: 15em 0.6em 0 0.6em; /* 150px 6px  */
}

#mainContainer #mainContainerLeft #navigation li{
	margin-bottom: 0.1em; /* 1px */
	line-height: 2.7em; /* 27px */
}

#mainContainer #mainContainerLeft #navigation li.listNavigationActiveLI{
	font-weight: bold;
}

#mainContainer #mainContainerLeft #navigation li a{
	background-color: #1A1A1A;
	color: white;
	text-decoration: none;
	display: block;
	background-image: url(images/nav-chev.gif);
	background-position: 219px 1px;
	background-repeat: no-repeat;
	padding-left: 1em;

	width: 220px; /* Fix for gap between LI tags */
}

#mainContainer #mainContainerLeft #navigation li a:hover{
	text-decoration: underline;
}