/* Start of CMSMS style sheet 'Spindrift Home' */
@charset "utf-8";
/* CSS Document */

html, body{
	background-color: #446931;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a{
	color: #FFFFFF;
text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	width: 760px;
	margin: 0 auto;
}

#topLeft{
	float: left;
	margin-bottom: 5px;
}

#navigation{
	background-image:url(images/spindrift_template/nav_bg.jpg);
background-repeat: no-repeat;
	width: 256px;
	height: 236px;
	float: right;
	margin-bottom: 5px;
padding-top: 5px;
font-size: 14px;
}

#navigation ul{
	list-style: none;
	padding: 0 20px;
margin:0;
}

#navigation ul li{
	padding: 10px 0;
	background-image: url(images/spindrift_template/nav_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navigation ul li a{
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li a:hover{
	color: #28421c;
}

#leftContent{
	width: 232px;
	float: left;
}

#middleContent{
	width: 240px;
	height: 290px;
	float: left;
	overflow: auto;
	padding: 15px;
	
	background-color: #497235;
	margin-top: 3px;
	font-size: 12px;
}

#middleContent h3{
margin: 0;
}

.NewsSummaryPostdate{
font-size: 10px;
margin-top: 10px;

}

.NewsSummaryLink{
font-weight: bold;
}

.NewsSummaryCategory{
font-size: 10px;
}

.NewsSummaryAuthor{
font-size: 10px;
}

.NewsSummarySummary{
font-size: 10px;
}

.NewsSummaryMorelink{
border-bottom: 1px solid #3e652c;
padding-bottom: 10px;
}

#rightContent{
	width: 258px;
	float:left;
font-size: 12px;

}

#rightContentTop h3{
margin:0;

}

#rightContentTop{
	
	min-height: 185px;
	background-image:url(images/spindrift_template/home_bottom_03.gif);
padding:15px;
background-repeat:no-repeat;
}

#footer{
	clear:both;
	font-size: 11px;
	padding-top: 10px;
}

.NewsSummaryMorelink{
font-size: 12px;
}

.viewAllLink{
float:right;

}
/* End of 'Spindrift Home' */

