/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCE8F6;
}
.bg_left {
	background-image: url(bg_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_right {
	background-image: url(bg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_aqua{
	background-image: url(bg_aqua.gif);
	background-repeat: repeat-y;
	background-color: #E6F8E6;
	
}

.bg_edge{
	background-image: url(edge_right.gif);
	background-repeat: no-repeat;
	background-color: #E0F2FA;

}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2F2F2F;
	line-height: 18px;
}

.body_text a{

	color: #CE6C04;
}

.body_text a:hover{

	background-color: #F3E2D0;
	color:#CE6C04;
}




.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F6E399;
	line-height: normal;
}

.footer_text a{
	color: #DA654A;
}
.footer_text a:hover{
	background-color: #FFD9D0;
}
.news_date{
	color: #7798C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_date a{
	color: #7798C9;
	text-decoration: none;
}


.news_white{
color: #D4D8DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.news_white a{
color: #D4D8DE;
	text-decoration:none;
}

.news_text_big {
	color: #002451;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	
}

.news_text_small {
	color: #002451;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.news_text_small a{
	color: #002451;
	text-decoration:none;
}
.news_text_tiny{
color: #6585AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bg_news {
	background-image: url(bg_news.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.news_item_on{
background-color:#ECF2F5;
cursor:pointer;
}

.picture_border {
padding: 5px;
border: 1px solid #CCCCCC;
 margin: 0px 0px 12px 12px;
}
	
.news_util {
color: #36547A;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.news_util a{
color: #36547A;
}

.grey_text{
color:#0084CB;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.grey_text a{
color: #CE6C04;
text-decoration:none;
}

.call-out{
	background-color:#FFFFFF;
	border: 1px solid #E3E9EB;
}

.title_bar {
	background-image: url(bg_title_bluebar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:22px;
}

.headline_blue {
	
	font-family:"Trebuchet MS";
	color:#0084CB;
	font-size:22px;
}


/* testing new buttons */
.menu_off{
	cursor:pointer;
	background-image: url(side_menu_button_off.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F375C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #315C9B;
	
}
.menu_off span
{
position: relative;
color: #D4D8DE;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
display: block;




}
.menu_off a{
	color: #D4D8DE;
	text-decoration:none;

}

.menu_on{
	cursor:pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(side_menu_button_on.gif);
	background-repeat:repeat-y;
	color: #93D5FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F375C;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #315C9B;	
	

}
.menu_on span{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	
}

.menu_on a{
	color: #93D5FF;
	text-decoration:none;
}

/*selected*/
.menu_selected{
	cursor:pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 44px;
	background-image: url(side_menu_button_selected.gif);
	background-repeat:repeat-y;
	color: #93D5FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F375C;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #315C9B;	

}
.menu_selected span{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.menu_selected a{
	color: #93D5FF;
	text-decoration:none;
}
/*end selected*/

/* END testing new buttons */

/* start thumbnail */
p.thumb{
		float:left;
		/*margin:.5em 0;
		padding:2px;
		*/
		margin-left:12px;
		margin-top:12px;
		background-color: #FFFFFF;
		border:1px solid #999;	
		
	}
	p.thumb a{
		display:block;
		float:left;
		width:160px;
		height:78px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-10px;
		left:0px;	
	}
	
	/* mouse over 
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	*/
	/* start thumbnail */
.thumb_small{
		float:left;
		border:1px solid #999;	
			background:#fff;
			padding:2px;	
		background-color: #FFFFFF;
		
		border:1px solid #999;	
		
		
	}
	.thumb_small a{
		display:block;
		float:left;
		width:75px;
		height:55px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	.thumb_small a img{
		float:left;
		position:absolute;
		top: -10px;
		left:-10px;	
	}
	
	/* mouse over */
	
		.thumb_small a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		.thumb_small a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
		
		.white_block{
	background-color: #ECF2F5;
	border: 1px #E8E8E8;
}


.headline_small{
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
color: #EC8C27;
}

.picture_border_small {
padding: 2px;
border: 1px solid #CCCCCC;
/*margin: 0px 0px 12px 12px;*/
}

.cover {
visibility:hidden;
display:none;
}



.field_bg {
	background-image: url(field_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #666666;
}

.field_bg_on {
	background-color:#FBEDC8;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #485D92;
}