﻿#boxMain {
    margin-top: 18px;
}
#boxMainContent {
	width: 145px;
	padding-right: 5px;
    float: left;
}
#nav {
	float: left;
	width: 145px; /* 145px; excluding padding */
    margin-left: 5px;
    background-color: #C3DCE0;
}
.navTitle {
    font-size: 10px;
    font-stretch: wider;
	background-color: #00A4AC;
	color: white;
	padding: 0px 2px 2px 2px;
	font-weight: bold;
}
.nav a {
	display: block;
    padding: 6px 4px;
}
.nav a:hover {
    background-color: #00A4AC;
	color: white;
	text-decoration: none;
}
.borderTop {
	border-top: 1px solid #00A4AC;
}

#boxFoot {
	clear: left;
	width: 300px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 10px;
}
.tdBullets {
	padding-left: 40px;
	list-style:url(../img/home/bullet2.gif);
}
.tdPara {
	width: 350px;
}
.tdBullets {
	padding-top: 6px;
}
#boxDisclaimer {
	width: 300px;
	font-size: 10px;
}


div#headlines ul {
	margin-left: 0px; /* overwrite wysiwyg.css */
	padding-left: 0px; /* overwrite screen.css */
	margin-bottom: 5px;
}

div#headlines li {
	list-style-type: none;
	background-color: #eee;
	border-bottom: 1px solid #fff;
	width: 300px;
	margin-bottom:0;
}

div#headlines li a {
	font-family: Arial;
	font-size: 13px;
	display: inline-block; /* IE 6/7 accepts the value only on elements with a natural display: inline.*/
	padding: 7px 15px;
	width: 270px; /* 470px excluding padding */
	text-decoration: none;
	color: #4E4C41;
}
div#headlines li a:hover { background-color: #D2D2D2; color: white; }


/* EXPLORE */

.explore {
    width: 300px;
    float: left;
}

div#explore div.h1 {
    border-bottom: 1px solid #eee;
}

div.h1 h1 {
    /*color: #b9b9b9;
    font-size: 22px;*/
    text-transform: uppercase;
}

div#explore .nav2 a {
	display: inline-block; /* IE 6/7 accepts the value only on elements with a natural display: inline.*/
	padding: 7px 10px;
	width: 280px; /* 310px excluding padding */
	font-size: 11px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
	text-transform: uppercase;
}

div#explore .nav2 a:hover {
	background-color:#EEE; /* silver */
}

div#explore div.nav2 { border-bottom: solid 1px #eee; /* grey */ }
div#explore div.nav2:first-child /* IE7 + */ { border-top: solid 1px #eee; /* grey */ }