/* Start of CMSMS style sheet 'base.css' */
body{
margin:0;
padding:0;
line-height: 1.3em;
background: #583b1b url(images/wood.jpg) repeat-y center top;
display: block;
font-family: verdana, helvetica, sans-serif;
color: #5c5c5c;
}

b{font-size: 100%;}

h1 {line-height: 1.0em;}

.NewsSummary{
padding: 32px;
}

.NewsSummaryPostdate {
font-family: verdana, helvetica, sans-serif;
font-size: 0.7em;
color: white;
}

.NewsSummaryLink {
font-family: verdana, helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
text-decoration: none;
color: white;
}

.NewsSummaryLink a {
font-family: verdana, helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
text-decoration: none;
color: white;
}

.NewsSummaryLink a:hover {
font-family: verdana, helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
text-decoration: underline;
color: white;
}

.NewsSummaryContent {
font-family: verdana, helvetica, sans-serif;
font-size: 0.7em;
color: white;
}

.Newsbox {
background: #a1c39b;
width: 90%;
Padding: 10px;
}

a.main { color: #015b2d; font-weight: bold; }
a.main:link { text-decoration: none; color: #000000; }
a.main:visited { text-decoration: none; color: #000000; }
a.main:hover { text-decoration: none; color: #583b1b; }
a.main:active { text-decoration: none; color: #003300; }

#maincontainer{
width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: white;
}

#topsection{
background: #008a43;
height: 123px; /*Height of top section*/
background: #008a43 url(images/banner-tile.png) repeat-x top;
color: white;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 250px 0 252px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border-left: solid 1px #333333;
font-size: 1.1em;
line-height: 1.3em;
}

#contentcolumn2{
margin: 0 250px 0 252px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border-left: solid 1px #333333;
font-size: 1.0em;
line-height: 1.1em;
   display: block;  /* FIX IE double margin bug */
   /* margin-left: 0; */
}

#leftcolumn{
float: left;
width: 250px; /*Width of left column in pixel*/
margin-left: 0px; /*Set margin to that of -(MainContainerWidth)*/
   display: block;  /* FIX IE double margin bug */
   /* margin-left: 0; */
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth)*/
background: white url(images/news-tile.png) repeat-y right;
margin-top: 5px;
color: white;
   display: block;  /* FIX IE double margin bug */
   /* margin-left: 0; */
}

#rightcolumn2{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth)*/
margin-top: 5px;
color: white;
border-bottom: solid 6px white;
   display: block;  /* FIX IE double margin bug */
   /* margin-left: 0; */
}

#footerimg{
clear: left;
width: 100%;
text-align: center;
border-bottom: solid 6px white;
}

#footer{
clear: left;
width: 100%;
background: #008a43 url(images/footer-tile.png) repeat-x top;
font-family: verdana, helvetica, sans-serif;
font-size:10px;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: white;
font-weight: bold;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube2{
margin-left: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 0px;
margin-top: 0;
}

/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'base.css' */

