* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font: 62.3% Verdana, Lucida, sans-serif;  
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {text-decoration: none;}

html {height:100%;}

img {border: 4px solid #E9E9E9;}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 960px;  
	margin: 0 auto; 
}
#Container { 
	width: 960px;
	padding-bottom: 15px;
}
#Layout {
	width: 820px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}

#Content {
	width: 540px;
	float: left; 	
	margin: 0;
	text-align: left;
	min-height: 400px;
}
/** Header **/
#Header {
	width: 916px;
	background-color: #fff;
	margin: 0 auto;
	height: 170px;
}
 	#Header h1 { 
	  	color: #54a433; 
		font-size: 2.1em; 
		font-family: Tahoma, Verdana, sans-serif;
		padding: 50px 0 0 40px;
		}
#Header img {border: 0; float: left; margin-left: 40px;}
#Header p {padding-left: 40px; font-size: 15px; color: #54a433; margin-top: 2px;}
#Header #title {float: left;}

/** Site map **/
#sitemap {
	position: absolute;
	top: 5px;
	left: 830px;
	color: #72A3EC;
}
#sitemap a {color: #666;}
#sitemap a:hover {color: #5e924b;}

/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
	display: block;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar {
	float: right;
	width: 200px;
	padding: 20px 0 0 0;
	}

#Sidebar h3 {color: #54a433; font-size: 12px; font-weight: bold; margin-top: 0; margin-bottom: 10px;}
#Sidebar h4 {border: 0; font-size: 13px; margin: 0; color: #155bfc; font-weight: bold;}
#Sidebar h4 span {font-size: 12px; font-weight:normal;}
#Sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Sidebar li {
	margin-bottom: 10px;
	font-size: 11px; 
	padding-bottom: 6px;
}

#Sidebar li ul {
}

#Sidebar li li {
	margin: 0;
}

#Sidebar a.levela {font-weight: bold; }
#Sidebar a.current {color: #54a433; font-weight: bold;}
#Sidebar li {margin: 2px; list-style: none;}
#Sidebar ul.sub {padding-left: 10px; margin-top: 5px; }

#Sidebar #sidebarMenu{
	margin: 50px 0 40px 0;
	font-weight: bold;
}

#Sidebar #sidebarMenu li.current a {color: #54a433;}

#Sidebar #address {
	background-color: #f9f9f9;
	border: 1px solid #f4f4f4;
	padding: 20px;
	}

/* Comments
******************************************/

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

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}
ul#SearchResults li p {
	font-size: 85%;
	margin-top: 5px;
	color: #9F9F9F;
}

#PageNumbers {
	float: right;
}
.results {
	font-size: 90%;
	float: left;
	color: #7F7F7F;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}

#Newsletters {display: none;}

/* Footer */

#Footer {
	height: 70px;
}

#Footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#Footer a {
	color: #666666;
}
  
/* Print */

#print {
	float: right;
	color: #ddd;
	margin-top: 15px;
}

/* --------------- Home Page --------------- */

img#HPmain {
	float: right;
	width: 246px;
	padding: 20px 0 0 0;
	border: 0;
	}


/*  ---------------   Navigation   --------------- */

#Navigation {
	width: 918px;
	margin: 0 auto;
	background: url(../images/bacnav.jpg) repeat bottom;
 	display: table;
	height: 30px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;

}
 
  
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 500;
	}
.sf-menu {margin-left: 20px;}
.sf-menu li {
	line-height:	1.2;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		599;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	border-left:	0px solid #fff;
	border-top:		0px solid #fff;
	padding: 		.5em .5em;
	text-decoration:none;
}

.sf-menu a.lev1 {font-size: 12px; font-weight: bold;}
.sf-menu li.current {background: #5e924b;}
.sf-menu li.current a.lev1 { background: #5e924b; color: #fff;}

.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background: #6b767e;
	border-top:		1px solid #D5E2F7;
}
.sf-menu li li li {
	background: #6b767e;
	border-top:		1px solid #D5E2F7;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#33383c;
}

li.newsSummary span {
	padding-right: 10px;
	}
  
 
