/*------------------------------------------------------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;
}
#SiteMap .content {
	font: 800 14px tahoma, sans-serif;
	color: #0f99e7;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px;
	margin: 2px;
}
/*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: 800 14px georgia, serif;
	color: #f07706;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px;
	margin: 2px;
}
.lvl1:hover {
	color: #7bb021;
	text-decoration: underline;
}
.lvl2 {
	font: 800 12px arial, sans-serif;
	color: #45634b;
	text-decoration: none;
	padding: 1px 4px;
	margin: 1px 0 0 8px;
}
.lvl2:hover {
	color: #7bb021;
	text-decoration: underline;
}
.lvl3 {
	font: 11px arial, sans-serif;
	color: #333;
	text-decoration: none;
	padding: 1px 4px;
	margin: 1px 0 0 16px;
}
.lvl3:hover
{
	color: #7bb021;
	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 georgia, serif;
    color: #45634b;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    text-decoration:none;
    margin-top:10px;
}

.Faq .question
{
    font: normal 11px arial, sans-serif;
    color: #f07706;
    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: #45634b;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    text-decoration:none;
}

.WhatsNew .link
{
      font: normal 11px arial, sans-serif;
      color: #f07706;
      text-decoration: underline;
}

.Newsletter .Opt
{
      width: 200px;
}
.Newsletter .List
{
      width: 350px;
      margin-top: 10px;
}
.Newsletter .List .hdr
{
      font: 800 14px georgia, serif;
      color: #f07706;
      background: none;
}
.Newsletter .List .body td
{
      border: 0px;
}
.Newsletter .subscribe
{
      border: 1px solid #ccc;
}
.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;
}