@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #e8eadf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/background.gif);
	background-position: top center;
	background-attachment: fixed;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #292969;
	padding-left: 10px;
	padding-right: 10px;
		border-bottom: 10px solid #292969;
}

#header {
	height: 192px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: -7px;
	width: 950px;
}

#header h1, #header h2, #header h3 {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility:hidden;
}

#news {
	border-top: 4px solid #292969;
	background-color: #f3f5e8;
	height: 20px;
	width: 950px;
	position: relative;	
	overflow: hidden;
}

#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news #AutoScrollContainer {
	position:absolute; 
	top:1px; 
	left:5px; 
	width:950px; 
	height:20px; 
	clip:rect(0,750,20,0); 
	overflow:hidden; 
	z-index:1; 
	visibility:visible; 
	background-color: #f3f5e8; 

}

#news #AutoScrollContent {
	position:absolute; 
	top:0px; 
	left:950px; 
	width:1000px; 
	visibility:visible;
}

#news a:link { 
	color: #000000;
	text-decoration: none;	

} 

#news a:visited { 
	color: #000000;
	text-decoration: none;	

} 

#news a:hover {
	color: #2e2d71;
	text-decoration: underline;

} 

#news a:active { 
	color: #000000;
	text-decoration: none;		
}

#breadcrumbs {
	background-color: #b8bca1;
	height: 18px;
	width: 940px;
	border-bottom: 10px solid #292969;
	padding-top: 2px;
	padding-left: 10px;
}

#breadcrumbs a:link { 
	color: #000000;
	text-decoration: none;	

} 

#breadcrumbs a:visited { 
	color: #000000;
	text-decoration: none;	

} 

#breadcrumbs a:hover {
	color: #2e2d71;
	text-decoration: underline;

} 

#breadcrumbs a:active { 
	color: #000000;
	text-decoration: none;		
}

#home {
	width: 960px;
	margin-right: -10px;
}

#home .column {
	float: left;
	width: 230px;
	border-right: 10px solid #292969;
}

#home .column_padding {
	float: left;
	width: 230px;
	border-right: 10px solid #292969;
	border-top: 250px solid #292969;
	position: relative;
	z-index: 0;
}

#home a:link { 
	color: #000000;
	text-decoration: none;	

} 

#home a:visited { 
	color: #000000;
	text-decoration: none;	

} 

#home a:hover {
	color: #2e2d71;
	text-decoration: underline;

} 

#home a:active { 
	color: #000000;
	text-decoration: none;		
}

#footer {
	clear: both;
	background-image: url(../images/new_footer.gif);
	background-repeat: repeat-x;
	height: 150px;
}

#footer_new {
	position: absolute;
	width: 950px;
}

#footer_new h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
}

#footer_new h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

#footer_new h3 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

#footer_new ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 700px;
	padding-left: 100px;
}

#footer_new li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100px;
}

#footer_new .bottom {
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #494a45;
}

#footer_new .left {
	position: absolute;
	background-image:url(../images/rics.gif);
	width: 100px;
	height: 38px;
	left: 0;
	bottom: 35px;
}

#footer_new .right {
	position: absolute;
	background-image:url(../images/aipp.jpg);
	width: 50px;
	height: 100px;
	right: 10px;
	bottom: 10px;
}

/* blocks */

.block {
	border-bottom: 10px solid #292969;
}

.middle {
	position: absolute;
	top: -250px;
	right: 0;
	height: 240px;
	width: 470px;
	display: block;
}

.middle h1 {
	margin: 0;
	padding: 0;
	background-image: url(../images/middle_background.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	color: #ffffff;
	padding-top: 7px;
	height: 22px;
	width: 470px;
	text-indent: 10px;	
}

.middle #crossfade-container div {
	height: 240px;
	width: 470px;

}

.middle .fade-box {

	position: absolute;
	right: 0;
	width: 470px;
	height: 240px;	
	background-repeat:no-repeat;	
	background-position: 0px 29px;
	
}

.middle #crossfade-container {
	width: 470px;
	height: 240px;	
	position: relative;
}

.block_normal {
	width: 228px;
	border: 1px solid #e6e7e1;
	background-color: #f9faf4;
	font-size: 12px;
	clear: left;
	overflow: hidden;
}

.block_normal input {
	padding: 1px;
	border: 1px solid #b7baa7;
	width: 198px;
}

.block_normal .no_border {
	width: auto;
	border: none;
}

.block_normal .submit {
	background-image: url(../images/submit.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	border: none;
	width: auto;
}

.block_normal h1 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px solid #e6e7e1;
	background-color: #dddfd4;
	text-transform:uppercase;
	color: #565b3d;
	padding-top: 6px;
	height: 22px;
	width: 228px;
	text-indent: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.block_normal ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.block_normal li {
	margin: 0;
	padding: 0;
	margin-left: 20px;

}

.block_normal p {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

.block_normal .content {
	padding: 10px;
}



/* indie blocks */

/* mailing list */

.mailing_list h1 {
	background-image: url(../images/block_mailing_list.gif);
}

/* search */

.search {
	position: relative;
}

.search input {
	padding: 0;
	margin: 0;
	border: 1px solid #b7b9ab;
	height: 22px;
	padding-top: 5px;
	padding-left: 41px;
	width: 187px;
	font-size: 13px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #565b3d;

}

.search .no_border {
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	height: auto;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* link */

.calendar h1 {
	background-image: url(../images/block_calendar.gif);
}



/* link */

.link h1 {
	background-image: url(../images/block_links.gif);
}

.block_normal .link ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
}

.block_normal .link li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 6px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

/* news */

.news h1 {
	background-image: url(../images/block_news.gif);
}

.block_normal .news img {
	float: left;
	border: 1px solid #cdc6be;
	margin-right: 4px;
}

.block_normal .news ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;	
}

.block_normal .news li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	clear: left;
}

.block_normal .news .large h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.block_normal .news .large .article {

}

.block_normal .news .small {
	text-indent: 10px;
}

.block_normal .news h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	padding-top: 6px;
	padding-left: 10px;
	clear: both;
}

.block_normal .news h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

/* poll */

.poll h1 {
	background-image: url(../images/block_poll.gif);
}

.block_normal .poll .thanks {
	padding: 10px;
}

/* weather */

.weather h1 {
	background-image: url(../images/block_weather.gif);
}

/* cams */

.cams h1 {
	background-image: url(../images/block_cams.gif);
}

/* page */

.page h1 {
	background-image: url(../images/block_page.gif);
}

/* promotion */

.promotion h1 {
	color: #ffffff;
}

.promotion {
	color: #ffffff;
}

.promotion .more {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 218px;
}

/* clock */

.clock {
	padding-top: 18px;
	height: 76px;
	background-image: url(../images/clock_background.gif);
	text-align: center;
	color: #ffffff;
	position: relative;
}

.clock p {
	margin: 0;
	padding: 0;
	text-align: left;
	padding-top: 4px;
	padding-left: 10px;
}

.clock .time1 {
	position: absolute;
	top: 0; 
	width: 50px;
	left: 20px;
	font-size: 10px;
	text-align: center;
}

.clock .time2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 228px;
	font-size: 10px;
	text-align: center;
}

.clock .time3 {
	position: absolute;
	top: 0;
	width: 50px;
	right: 20px;
	font-size: 10px;
	text-align: center;
}

.clock .clocks {
	position: absolute;
	width: 228px;
	text-align: center;
	left: 0;
}

.clock div {
	margin-left: auto;
	margin-right: auto;
}

.clock p {
	position: absolute;
	top: 70px;
	left: 0px;
}

/* calendar */

.block_normal .calendar_table {
	height: 180px;	
	border: 1px solid #000000;
	margin-right: 3px;
	margin-bottom: 3px;
	position: relative;
}

.block_normal .calendar_table .last {
	position: absolute;
	left: 0;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #ffffff;
}

.block_normal .calendar_table .next {
	position: absolute;
	right: 0;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;	
	color: #ffffff;
}

.block_normal .calendar_table a:link { 
	color: #ffffff;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;	
	text-decoration: none;	

} 

.block_normal .calendar_table a:visited { 
	color: #ffffff;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;		
	text-decoration: none;	

} 

.block_normal .calendar_table a:hover {
	color: #ffffff;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;		
	text-decoration: underline;

} 

.block_normal .calendar_table a:active { 
	color: #ffffff;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;		
	text-decoration: none;		
}

.block_normal .calendar_table td {
	height: 20px;
	width: 20px;
	vertical-align:top;	
}

.block_normal .calendar_table th {
	height: 20px;
	width: 30px;
	vertical-align:top;
	text-align: center;
}

/* pages */

/* menu */

.menu {
	width: 240px;
	float: left;
	border-bottom: 10px solid #292969;
}

.menu .search {
	border-bottom: 10px solid #292969;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 5px;
}

.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu .gap {
	padding-bottom: 15px;
}

.menu a:link { 
	color: #000000;
	text-decoration: none;	

} 

.menu a:visited { 
	color: #000000;
	text-decoration: none;	

} 

.menu a:hover {
	color: #2e2d71;
	text-decoration: underline;

} 

.menu a:active { 
	color: #000000;
	text-decoration: none;		
}


/* page content */

.page_content {
	width: 710px;
	float: left;
	color: #ffffff;
}

.page_content h1 {
	margin: 0;
	padding: 0;
	color: #b8bca1;
	font-size: 24px;
	padding-bottom: 10px;
}

.page_content h1 span {
	font-weight: normal;
}

.page_content a:link { 
	color: #c41b20;
	text-decoration: none;	

} 

.page_content a:visited { 
	color: #c41b20;
	text-decoration: none;	

} 

.page_content a:hover {
	color: #c41b20;
	text-decoration: underline;

} 

.page_content a:active { 
	color: #c41b20;
	text-decoration: none;		
}

.page_content fieldset {
	margin: 0;
	padding: 0;
	border: 1px solid #dddfd4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
}

.page_content legend {
	font-size: 20px;
	color: #b8bca1;
	font-weight: bold;
	background-color: #ffffff;
}

.page_content label {
	width: 200px;
	float: left;
}

.page_content input, .page_content textarea {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #dddfd4;
}

.page_content .no_border {
	border: none;
}

.page_content .error {
	color: #f01e27;
	font-weight: bold;
}

.page_content .submit {
	border: 1px solid #2e2d71;
	font-weight: bold;
	background-color: #b8bca1;
	padding: 2px;
	color: #2e2d71;
}

.page_content .clear {
	border: 1px solid #2e2d71;
	font-weight: bold;
	background-color: #f3f5e8;
	padding: 2px;
	color: #2e2d71;
}

.page_content .calendar_table {
	height: 180px;
	width: 230px;	
	border: 1px solid #b8bca1;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
}

.page_content .calendar_table .last {
	position: absolute;
	left: 0;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #ffffff;
}

.page_content .calendar_table .next {
	position: absolute;
	right: 0;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;	
	color: #ffffff;
}

.page_content .calendar_table a:link { 
	color: #ffffff;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;	
	text-decoration: none;	
	display: block;
	width: 30px;
} 

.page_content .calendar_table a:visited { 
	color: #ffffff;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;		
	text-decoration: none;	
	display: block;
	width: 30px;
} 

.page_content .calendar_table a:hover {
	color: #ffffff;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;		
	text-decoration: underline;
	display: block;
	width: 30px;
} 

.page_content .calendar_table a:active { 
	color: #ffffff;
	background-image: url(../images/calendar_background.gif);
	background-repeat: repeat-x;
	background-position: top;		
	text-decoration: none;	
	display: block;
	width: 30px;		
}

.page_content .calendar_table td {
	height: 20px;
	width: 20px;
	vertical-align:top;	
	text-align: center;
}

.page_content .calendar_table th {
	height: 20px;
	width: 30px;
	vertical-align:top;
	text-align: center;
}

/* latest news */

.latest_news ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -10px;
}

.latest_news li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f5e8;
	height: 70px;
}

.latest_news h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	padding-bottom: 4px;
	color: #2e2d71;
}

.latest_news h2 span {
	font-weight: normal;
}

.latest_news img {
	float: left;
	padding-right: 10px;
}

/* results */

.results h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #b8bca1;
	padding-bottom: 10px;
}

.results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.results li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b8bca1;
}

.results .content {
	padding-bottom: 10px;
}

.results h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

/* navigation bar */

#navigation_bar {
	width: 710px;
}

#navigation_bar .first {
	width: 177px;
	float: left;
}

#navigation_bar .previous {
	width: 177px;
	float: left;
}

#navigation_bar .last {
	width: 177px;
	float: right;
}

#navigation_bar .next {
	width: 177px;
	float: right;
}
