/* Main container */

#main-container {
	width:810px;
	padding-bottom:10px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	border:#CCCCCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}


/* Mercury & Aga Logos */

#logo-container {
	width:810px;
	height:80px;
	float:left;
}


#aga {
	float:left;
	width:178px;
	margin:19px 0px 0px 14px;
}

#mercury-logo {
	width:168px;
	padding-right:20px;
	margin-top:25px;
	float:right;
}



/* Top Navigation */

.menu {
	width:810px;
	float:left;
	z-index: 100;
	font-family:arial, sans-serif;
	margin-bottom:25px;
}


.menu ul { /* all lists */
	list-style: none;
	line-height: 1;
	margin:0px;
	padding-left:15px;
}

.menu a, .selected-menu-item span {
	display: block;
	color: #808080;
}

.menu li { /* all list items - some of this needs overriding for submenus */
	font-size: 10px;
	float: left;
	line-height: 250%;
}

.menu li a, .selected-menu-item span { /* submenu overrides below */
	padding: 0px 20px 0px 0px; 
	color: #808080;
}

.menu li ul { /* second-level lists */
	position: absolute;
	background-color:#ffffff;
	border:#CCCCCC solid 1px;
	width: 145px;
	left: -999em; 
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom: 8px;
	z-index: 9999999;
}

.menu li:hover ul, .menu li.sfhover ul { /* lists nested under hovered list items */
	padding: 0px 0px 10px 4px;
	left: auto;
}

.menu li ul li {
	width: 145px;
	font-size: 10px;
	font-weight: normal;
	line-height: 180%;
}

.menu li ul li a {
	padding:8px 10px 0px 0px;	
	color:#808080;
}

.menu a:hover, .selected-menu-item span { 
	color:#000000; 
}

#content {
	clear: left;
	color: #ccc;
}

a:link {
	text-decoration: none;
	color: #109682;
}
a:visited {
	text-decoration: none;
	color: #109682;
}
a:hover {
	text-decoration: none;
	color: #808080;
}
a:active {
	text-decoration: none;
	color: #109682;
}

/* Footer Container */

#footer-container {
	padding-top:10px;
	float:left;
	width:780px;
	margin:20px 15px 15px 15px;
	border-top:#CCCCCC solid 1px;
}

.footer-links {
	float:left;
	width:auto;
	font-size:10px;
}

.footer-address {
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:15px;
}


/* Padding */

.padding-b-15px {
	padding-bottom:15px;
}

.padding-t-7px {
	padding-top:7px;
}



/* Font styles */

.bold {
	font-weight:bold;
}

.black {
	color:#000000;
}
	
