/*------------------------------------------------------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:0px;
	text-align:left;
}
/*Changes: There is now a tab style for sites like PMT that have tab navigations */
.tab {
	font: normal 11px arial, sans-serif;
	color: #000;
	text-decoration: underline; 	
}
.lvl1 {
	font: 12px georgia, serif;
	color: #ff3399;
	text-decoration: none;
	padding: 4px;
	margin: 2px;
}
.lvl1:hover {
	color: #636;
	text-decoration: underline;
}
.lvl2 {
	font: 12px arial, sans-serif;
	color: #666;
	text-decoration: none;
	padding: 1px 4px;
	margin: 1px 0 0 8px;
}
.lvl2:hover {
	color: #636;
	text-decoration: underline;
}
.lvl3 {

	font: 11px arial, sans-serif;
	color: #c12030;
	text-decoration: none;
	padding: 1px 4px;
	margin: 1px 0 0 16px;
}
.lvl3:hover
{
	color: #636;
	text-decoration: underline;
}


/*---------------------------CONTENT PAGES----------------------------------*/
.Contacts img
{
	vertical-align: top;
}

.Contacts .body td
{
	border:0px;
	padding: 2px;
	text-align: left;
}

.Faq 
{
	text-align: left;
	padding: 0 15px;
}

.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;
}
.answer
{
	font: normal 11px arial, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
	margin-top:10px;
}
.Faq .question
{
	font: normal 12px arial, 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: 350px;
}

.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
{
}
.CustomForm .pad
{
	float:right;
}
.form
{
	width: 350px;
}
.row
{
	display:block;
	text-align: right;
	padding: 4px;
}
.title
{
	display:inline;
	padding: 4px;
	vertical-align: top;
}
.submit
{
	float:right;
	margin-top: 10px;
}
.error
{
	color:Red;
}

.Testimonials .body
{
	width: 100%;
	margin: 12px 0 0 0;
}
.Testimonials .body .top td
{
	border-top: 1px solid #d3d5d4;
	margin: 12px;
}
.Testimonials .body .first
{
	width: 35%;
	font: 12px arial, sans-serif;
	color: #535353;
	text-align: left;
	vertical-align: top;
	padding: 12px 6px;
	margin: 12px;
	background: none;
}
.Testimonials .body .last
{
	width: 65%;
	font: italic 12px arial, sans-serif;
	color: #000;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 12px 6px;
	margin: 12px;
	background: none;
}
.Testimonials .body td
{
	margin: 18px;
}
.Testimonials .padright
{
	margin: 6px 18px 6px 12px;
}
