/* ---------------------------------------------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++ Homepage ++++++++++++++++++++++++++++++++++++++++ */
/* ---------------------------------------------------------------------------------------- */

/* +++++ Sidebar +++++ */

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	margin: 10px 0; 
}

.sidebarHead {
	float: right;
	width: 230px; 
	height: 40px;
	margin: 10px 0 0 0;
	padding: 13px 0 0 10px;
	overflow: hidden;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #adc4d2;
}

.sidebarContent {
	float: right;
	margin: 0;
	padding: 15px 30px 0 30px;
	height: 265px;
	width: 180px;
	overflow: hidden;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: url(../images/contact_bg.jpg) repeat-y;
}

.sidebarContent a:link, .sidebarContent a:active, .sidebarContent a:visited {
	color: #fff;
	text-decoration: none;
}

.sidebarContent a:hover {
	color: #3a5d74;
	text-decoration: underline;
}

.sidebarBtm {
	float: right;
	width: 240px; 
	height: 10px;
	overflow: hidden;
	background: #adc4d2;
}

/* +++++ Main Content +++++ */

#mainContent { 
	margin: 10px 0; /* the left margin should mirror the margin on the header and footer for proper alignment. */
}

#NewsTicker {
	margin: 10px 0 0 10px;
	height: 25px;
	background: url(../images/news.gif) no-repeat;
	padding-left: 66px;
}

#NewsHorizontal {
	width: 671px;
	height: 25px;
	display: block;
	overflow: hidden;
	position: relative;
}

#TickerHorizontal {
	width: 671px;
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#TickerHorizontal li, #TickerHorizontal li a:link, #TickerHorizontal li a:active, #TickerHorizontal li a:visited {
	font: 14px Times New Roman, Times, serif;
	color: #fff;
	text-align: center;
	margin: 0;
	padding-top: 3px;
	float: left;
	text-decoration: none;
}