/* HOME QUICK LINKS and Home CSS */
/*-----------------------------------------------------*/
#areas {
	float: left; 
	width: 296px; 
	margin-right: 0px; 
	line-height: 20px;
	margin-bottom: 10px;}

#areas h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #BC0000;
	font-weight: normal;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#areas a {
	text-decoration: none;
}

#areas a:hover {
	text-decoration: underline;
}

#highlights {
	width: 594px; 
	float: right;
}

#currentHighlights { 	
	background-image: url(../../../skins/Home/images/highlights_background.jpg);
	background-repeat: repeat-x;
	width: 918px; 
	margin-top: 2px;
	border: 2px solid #bdbabb;
}

#currentHighlights img { 
	border: 1px solid #2a2a2a;
	float: right;
	margin-left: 5px;
}

#currentHighlights a { 
	text-decoration: none;
	text-transform: uppercase;
}

#currentHighlights a:hover { 
	text-decoration: underline;
}

#currentHighlights table { 
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

#currentHighlights td.firstHighlight { 
	width: 33%; 
	vertical-align: top;
	border-right: 1px solid #bdbabb;
	padding: 10px 15px 5px 15px;
}

#currentHighlights td.secondHighlight { 
	width: 33%; 
	vertical-align: top;
	border-right: 1px solid #bdbabb;
	padding: 10px 15px 5px 15px;
}

#currentHighlights td.thirdHighlight { 
	width: 33%; 
	vertical-align: top;
	border-right: none;
	padding: 10px 15px 5px 15px;
}

#currentHighlights h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	color: #191919;
	line-height: 12px;
}

#currentHighlights h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #BC0000;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
}


#quickLinks { 	
	background-image: url(../../../skins/Home/images/glance_background.jpg);
	background-repeat: repeat-x;
	width: 918px; 
	margin-top: 0px;
	border: 2px solid #bdbabb;
}

#quickLinks div.quickWrapper {
	margin: 0px 0px 0px 5px; 
	width: 175px; 
	float: left;
}

#quickLinks div.quickWrapperEnd {
	margin: 0px 0px 0px 5px; 
	width: 150px; 
	float: left;
}

#quickLinks div.quickWrapperFloatRight {
	margin: 0px 0px 0px 5px; 
	border-right: 1px solid #bdbabb;
	width: 175px;
	float: right;
}

#quickLinks div.quickWrapperEndFloatRight {
	margin: 0px 0px 0px 5px; 
	width: 170px; 
	float: right; 
}

#quickLinks div.quickLine {
	border-right: 1px solid #bdbabb;
	width: 1px; 
	float: left;
	height: 250px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}



#quickLinks #top { 
	width: 918px;
}

#quickLinks #middle { 
	width: 918px;
	margin: 0px auto
}

#quickLinks #bottom { 
	width: 918px;
	height: 21px;
}

#quickLinks h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #BC0000;
	font-weight: normal;
}

#quickLinks div.parent { 
	font-weight: bold; 
	font-size: 13px;
}

#quickLinks div.parent a { 
	color: #082f66;
	text-decoration: none;
}

#quickLinks div.parent a:hover { 
	text-decoration: underline; 
	color: #990000;
}

#quickLinks div.children { 
	font-size: 13px;
	margin: 2px 0px 2px 10px;
}

#quickLinks div.children a {
	color: #082f66;
	text-decoration: none;
}

#quickLinks div.children a:hover { 
	text-decoration: underline;
	color: #990000;
}

.homeLink a { 
	text-decoration: none;
}

.homeLink a:hover { 
	text-decoration: underline;
}

.homeLink div { 
	margin-bottom: 2px;
}



/* End HOME QUICK LINKS and Home CSS */
/*-----------------------------------------------------*/