/*------------------------------------------------------Site Map ---------------------------------------------------------*/
/*Changes: There are no seperate padding styles: padding should be applied to the .content, .tab, .lvl1, etc.*/
#SiteMap a
{	
	display: block;
}
#SiteMap td
{
	border: 0;
	text-align:left;
}
/*Changes: There is now a tab style for sites like PMT that have tab navigations */
#SiteMap .tab {
	font: 800 15px arial, sans-serif;
	color: #54712d;
	text-decoration: none; 
	width: 200px;	
	padding: 0;
	margin: 8px 0 0 0;
	float: none;
}
.lvl1 {
	display: block;
	width: 200px;
	font: 800 12px arial, sans-serif;
	color: #2b3d1d;
	text-decoration: none;
	text-align: left;
	border: 1px solid #9aa980;
	padding: 2px 4px;
	margin: 8px 0 2px;
}
.lvl1:hover {
	color: #000;
	background: #c2d0b8;
}
.lvl2 {
	display: block;
	font: 800 12px arial, sans-serif;
	color: #54712d;
	text-decoration: none;
	text-align: left;
	padding: 2px 0;
	margin: 0 0 0 18px;
}
.lvl2:hover {
	color: #2b3d1d;
	text-decoration: underline;
}
.lvl3 {
	display: block;
	font: 12px arial, sans-serif;
	color: #c60;
	text-decoration: none;
	text-align: left;
	padding: 1px 0;
	margin: 0 0 0 36px;
}
.lvl3:hover
{
	color: #c60;
	text-decoration: underline;
}


/*---------------------------CONTENT PAGES----------------------------------*/
.Contacts img
{
	vertical-align: top;
}

.Contacts .body td
{
	border:0px;
	padding: 2px;
	text-align: left;
}

.Faq 
{
	text-align: left;
}

.Faq ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Faq li
{
	padding: 0;
	margin: 0;
}

.Faq .category
{
	font: 800 13px arial, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
	margin-top:10px;
}

.Faq .question
{
	font: normal 11px verdana, sans-serif;
	color: #000;
	text-decoration: underline;
	margin-left: 15px;
	margin-top: 5px;
	display:block;
}

.WhatsNew 
{
	text-align: left;
}

.WhatsNew .body td
{
	border: 0px;
}

.WhatsNew .category
{
	font: 800 12px arial, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
}

.WhatsNew .link
{
	font: normal 11px verdana, sans-serif;
	color: #000;
	text-decoration: underline;
}

.Newsletter .Opt
{
	width: 200px;
}

.Newsletter .List
{
	width: 500px;
}

.Newsletter .List .hdr
{
	font: 800 14px arial, sans-serif;
	color: #000;
	background: none;
}

.Newsletter .List .body td
{
	border: 0px;
}

.Newsletter .subscribe
{
	border: 1px solid #998c59;
}

.Newsletter td
{
	padding:4px;
}

.Newsletter .subscribe .check
{
	display:inline;
}

.Newsletter .subscribe .name
{
}

.Search
{	
	text-align: left;
}
.Search .pad
{
	float:left;
	padding-right:5px;
	padding-bottom: 5px;
}

.Search .link
{
	display:block;
}

.Search .body td
{
	border:0px;
	border-bottom: 1px solid #9eb3bc;
}