/* CSS Document */

img { -ms-interpolation-mode: bicubic; } /*Makes resized images in IE not look terrible*/

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: 12px;
	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;
}

/*------BLOG POST------------------------*/
#post{

background-color:#fff;
padding:15px;
margin-left:20px;
margin-top:20px;
border: 1px solid #e6e6e6;
min-height:98px;

}

#post2{

background-color:#fff;
padding-left:20px;
padding-right:20px;
padding-top:25px;
min-height:98px;
}

#post2 h1{
margin:0;
padding:0;
line-height:normal;
font-weight:normal;
color:#00573d;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
	
}

#post2 h1 a{
	

color:#00573d;

text-decoration:none;
}




#white_block{
display:block;

/*
position:relative;
float:left;
padding:15px;*/
padding-bottom:40px;
/*margin-bottom:15px;*/
}

#body_text_large{
	
color:#3e3e3e;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
/*text-align: justify;*/
}

#body_text{
line-height:22px;
color:#3e3e3e;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

#body_text a{
	color:#7a5657;
}

#body_text_small{
	/*text-align: justify;*/
	color:#575045;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	float:left;
	position:relative;
}

#body_text_small a{
	color:#8a2b26;
}

#body_text_small a:hover{
color:#ee3a42;
background-color:#f3e7e7;	
}


#body_text a:hover{
color:#ee3a42;
background-color:#f3e7e7;	
}
#body_text a:active {
  position: relative;
  top: 1px;
}

#news_date{
	color:#73bb45;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	display:block;
	position:relative;
	top:-20px;
	margin-bottom:0px;
}

/*---TAGS---*/

#tags {
color:#147D8D;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-bottom:10px;
margin-top:15px;
clear:left;
display:block;
position:relative;

}

#tags a{
color:#147D8D;
display:block;
position:relative;
background: #c9e3e9;
padding:3px;
float:left;
text-decoration:none;
margin:1px;
border-top :#ebf3f5 solid 1px;
border-right :#ebf3f5 solid 1px;
border-bottom:#bcd5da solid 1px;
border-left:#bcd5da solid 1px;
white-space: nowrap; 
}

#tags a:hover{
	
	background:white;
}

#tags a:active{
	
top:1px;
left:1px;
}

/*---END TAGS---*/


#blog_image_container{
float:right;
display:block;
margin-left:10px;
width:297px;
	
}
#blog_image {
width:240px;
margin-bottom:10px;
height:95px;
overflow:hidden;
padding:5px;
border:solid 1px #8e6e61;
}

#blog_image2 {
width:300px;
margin-bottom:10px;
height:100%;
overflow:hidden;


}



#blog_image img{
float:left;
/*padding:3px;
background-color:#FFF;*/
display:block;
width:100%;
}

#blog_image2 img{
float:left;
display:block;
width:95%;
padding:5px;
border:solid 1px #CCC;
}

#blog_image3 {
float:left;
position:relative;
display:block;
margin-left:0px;
margin-right:15px;
margin-bottom:0px;
width:75px;
}

#blog_image3 img{
float:left;
border-width:1px;
padding:2px;
border-style:solid;
background-color:#FFF;
border-color:#CCC;
display:block;
width:100%;
}

#blog_image_container #image_caption {

	display:block;
	font-size:11px;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b638d;
	position:relative;
	float:left;
	width:100%;
	line-height:14px;
	
}

#blog_image2 #caption {

	display:block;
	font-size:11px;
	top:5px;
	left:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b638d;
	position:relative;
	float:left;
	width:100%;
}











#headline_brown a:hover{
text-decoration:underline;
}

#text_date{
color:#366632;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
float:left;
height:30px;
margin-top:10px;
}

#comment_count{
display:block;
background-image:url(comment_bubble.gif);
background-repeat:no-repeat;
float:left;
margin-top:5px;
margin-left:10px;
padding-left:30px;
height:20px;
}

#comment_count a{
display:block;
margin-top:5px;
color:#ef4049;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/*--------END BLOG POST-----------*/

/*force article images to 100% */

#the_article img{
	
width:654px;	
	
}

/*END force article images to 100% */
