/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements

/* For All Browsers
 ******************************************************************************
 
 This stylesheet is imported by all browsers (including older browsers that
 don't load modern.css). Basic type relationships, colors and page widths 
 should be specified here.
 
 ******************************************************************************/
body {
	font: Arial, Verdana, sans-serif;
}
/* POSITIONING/BG
----------------------------------------------------------------------------- */
body {
	text-align: center;
	background: #990000 url(../images/common/bg_home.gif) left top repeat-x;
	background-image: url(../images/common/bg_home.gif);
	}
#container {
	width: 970px; 
	margin: 0 auto;
	text-align: left;
	}
#header {
	}
#inner-container { 
	
	}
#content {
	position: relative;
	height: 14000px;
	clear: both;
	}
#nav-main {
	top: 267px;
	position: absolute;
	padding-bottom: 0px !important;
    z-index: 205;
	}
#nav-const {
	width: 701px;
	top: 31px;
	display: block;
	margin-left: 249px;
	position: absolute;
	background-color: #FFF;
	}
#nav-const ul {
	margin-left: 356px;
	}
#nav-util{
	z-index: 100;
	}
body.layout-n1-p1-s1 #primary-content {
	position: absolute;
	top: 0;
	left: 0px;
	background-color: #FFFFFF;
	padding: 0px 30px 0px 7px;
	width: 550px;
	border-top: 10px solid #fff;
	margin: 0;
	background: #fff url(../images/common/home_news.gif) bottom left no-repeat;
	}
body.layout-n1-p1-s1 #secondary-content {
	position: absolute;
	border: none;
	width: 360px;
	left: 573px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10;
	margin-left: 10px;
	margin-right: 10px;
	}
#footer {
/*Having a top/bottom margin on the footer will give extra scroll space*/
	position: relative;
	margin: 0px 0 0 0;
	height: 93px;
	background: #990000 url(../images/common/footer-09.gif) right top no-repeat;
	width: 950px;
	border-top: 7px solid #fff;
	}
.news-list{
	margin: 0px 0 0 50px;
	}
.news-alert {
	background: none;
	}
.news-alert p{
	color: #FF0000 !important;
	text-transform: uppercase;
	}
.news-alert h4{
	font-size: 14px;
	}
.news-list a.more{
	margin: 10px 0 0 380px;
	position: absolute;
	float: right;
	top: 0;
	clear: both;
	}
.calendar-list a.more{
	margin: 17px 0 0 200px;
	position: absolute;
	float: right;
	z-index: 100;
	top: 0;
	clear: both;
	}
.calendar-list{
	margin: 10px 10px 0 10px;
	padding: 20px 20 20 20;
	background-color: #E3E1E1;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
.calendar-list ul{
	margin: 16px 0 0 0;
	padding: 0px 0 0 0;
	}
        .calendar-list1 {	margin: 10px 10px 0 10px;
	padding: 20px 20 20 20;
	background-color: #E3E1E1;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}