@charset "UTF-8";
/* CSS Document */



/*  HEAD AREA ++++++++++++++++++++++++++++++++++++++++++++    */

#headernew {
	background-color: #A7BDA7;
	margin:0;
	padding:0;
}



#headernew p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}


#headernew .addthis_button_compact {
	color:#fff;
	font-size:13px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#headernew .addthis_button_compact a:link, #headernew .addthis_button_compact a:visited, #headernew .addthis_button_compact a:hover, #headernew .addthis_button_compact a:active {
	color:#fff;
}


/*  THIS STYLE IS FOR THE SHARE CODE ON RIGHT OF HEADER - IT IS ALSO IN THE homepage_styles.css and styles_content.css files  */

#addthisDiv {
	height:21px;
}



/*  NEW STYLES FOR DROP DOWN NAVIGATION  _______________________________________________________ 
These also have to be placed in styles_content.css file  

*/



#navcontainer {
	background-color:#8c9e85;
/*	height:20px;*/
	padding:0px 0 3px 0;
	text-align:center;
}




#navcontainer p.navhead {
	display:inline;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
	font-weight:normal;
/*	margin:14px;*/

}


#navcontainer p.navhead a:link, #navcontainer p.navhead a:visited, #navcontainer p.navhead a:hover, #navcontainer p.navhead a:active {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	padding: 0px 6px;
}

#navcontainer .navtable {
	width:100%;
	text-align:center;
}


/*   end drop down nav styls __________________________________________________*/

/*   this sets table on other pages to 90% __________________________________________________*/



.topinatable {
	width:90%;
	margin:auto;
}