@import url("defaults.css");

@import url("layout.css");

@import url("left_nav.css");

@import url("navbar.css");

@import url("boxes.css");

@import url("accordion.css");

#navContainer>ul>li.last {
	width: 208px;
	margin-right: 0;
}

#frontLeft {
	position: relative;
	float: left;
	width: 698px;
	margin: 7px 7px 0 0;
}

#frontRight {
	position: relative;
	float: right;
	width: 236px;
	margin: 7px 0 0 0;
}

#frontRight>div {
	display: block;
	clear: both;
}

#frontLeft .hr {
	padding: 0 8px 0 0;
}

#siteNav #msmc {
	color: black;
}

.homeNewsBox {
	height: 268px;
	clear: both;
	float: none;
	margin-bottom: 7px;
}

.homeNewsBox a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0;
	border-bottom: 1px solid #CBD4DC;
}

.homeNewsBox .title {
	font-size: 16px;
	font-weight: bold;
	color: #00548D;
	text-transform: uppercase;
	display: inline-block;
}

.homeNewsBox a.vaLink {
	border: none;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding-top: 8px;
	color: #39C;
	font-size: 0.9em;
}

#quickLinks {
	width: 236px;
	height: 287px;
        /*background-color: #cbd4dd;*/
        background-image:url('../images/QL_fullbg.jpg');
}

#quickLinks a {
    	border-top: 1px solid white;
	float:left;
	clear: left;
	display: inline-block;

	padding: 11px 0 0 10px;

	width: 226px;
	height: 30px;

	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	color: #58595b;
	text-decoration:none;
}

#quickLinks .title {
	float:left;
	padding: 5px 0 0 10px;

	width: 232px;
	height: 30px;

	font-family: arial;
        font-size: 16px;
	font-weight: bold;
	color: #00548D;
	text-transform: uppercase;
	display: inline-block;
}

#spacer {
	width: 236px;
	height: 7px;
	background-color: white;
	padding: 0 0 0 0;
	clear: both;
	float:left;
}
