@charset "utf-8";
/* CSS Document */

body { 
	background: #225a99 url(/images/2010_bg.jpg) repeat-x;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Bottom {
	margin-right: 6px; 
	background: #397ec3 url(/images/04_important_dates.jpg) no-repeat; 
	width: 276px; 
	height: 206px;
	overflow: hidden;
}
.BottomPane {
	padding: 40px 15px 10px 15px;
}
.BottomPane p {
	margin: 0;
	font-size: 11px;
	padding: 0px 0px 3px 0px;
	line-height: 12px;
}
.Right {
	margin-right: 6px; 
	background: #397ec3 url(/images/05_how_can_i_afford.jpg) no-repeat; 
	width: 276px; 
	height: 206px;
	overflow: auto;
	line-height: 20px;
}
.Right p {
	margin: 0;
	padding: 0;
}

.RightPane {
	padding: 115px 15px 10px 15px;
} 
.Left {
	background: #397ec3 url(/images/06_news.jpg) no-repeat; width: 416px; height: 65px; 
	margin-bottom: 6px;
	overflow: auto;
}
.LeftPane {
	padding: 40px 15px 5px 15px;
}
.RightPane, .RightPane a, .RightPane a:visited, .BottomPane, .BottomPane a, .BottomPane a:visited, .LeftPane, .LeftPane a, .LeftPane a:visited {
	color: #ffffff;
}
#news {
	height: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

/* DROP */

#dropBannerWrapper {
    position: relative;
    width: 980px;
    overflow: hidden;
    text-align: center;
}
#dropBanner {
	height: 280px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#dropBanner li {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#dropBanner li.lbListRotatorItemActive {
    z-index: 1;
}
#dropBannerHelper {
	margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 890px;
}
#dropBannerHelper li {
	list-style-type: none;
    float: left;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
	font-size: 10px;
	background-color: #6099cc;
	height: 10px;
	width: 10px;
}
#dropBannerHelper li.dropBannerHelperItemActive {
    background-color: #ed803d;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#00204e;
	width: 185px;
/*	border:1px solid #1d5e9e;  */
	margin: 39px 0px 0px 0px;
}

/* DIV SCROLER */

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
#scrollingText
{
	width: 386px;
	height: 12px;
	position: relative;
}

#scrollingText div.scrollableArea *
{
	display: inline;
	margin: 0;
	padding: 2px 0px 0px 0px;
	font-family: Courier, Arial, Sans-Serif; 
	font-size:12px; 
	font-weight: normal; 
	color: #ffffff; 
	width: auto;
	height: auto;
}


/****
	GOOGLE CALENDAR EVENTS
****/
#events { padding: 35px 15px 10px 15px; color: #ffffff; font-size: 11px; line-height: 110%; }
#events ul { list-style-type: none; margin: 0; padding: 0; }
#events li { padding: 0px 0px 6px 0px; }
#events a { font-weight: normal; color: #ffffff; text-decoration: none; }
#events a:hover { text-decoration: underline; }
#events .date_bold { font-weight: bold; }



