/*------------------------------------------------------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 12px arial, sans-serif;
	color: #000;
	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 {
	display: block;
	font: 800 14px tahoma, sans-serif;
	color: #333;
	text-decoration: none;
	padding: 4px;
	margin: 8px 2px 2px 12px;
}
.lvl1:hover {
	color: #333;
	text-decoration: underline;
}
.lvl2 
{
	display: block;
	font: 800 12px tahoma, sans-serif;
	color: #003440;
	text-decoration: none;
	padding: 2px 4px;
	margin: 3px 0 0 22px;
}
.lvl2:hover {
	color: #003440;
	text-decoration: underline;
}
.lvl3 
{
	display: block;
	font: 12px tahoma, sans-serif;
	color: #9a1920;
	text-decoration: none;
	padding: 2px 1px;
	margin: 1px 0 0 32px;
}
.lvl3:hover
{
	color: #bf0000;
	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
{
display: inline-block;
	font: 18px/18px georgia, serif;
	color: #003440;
	text-align: left;
	padding: 0 0 4px 0;
	margin: 0;
	text-decoration:none;
}

.Faq .question
{
	font: normal 11px arial, sans-serif;
	color: #000;
	text-decoration: underline;
	margin: 5px 0 5px 15px;
	display:block;
}
.Faq .link
{
    display: block;
    padding-top:10px;
    color: #bf0000;
    font: normal 11px arial, sans-serif;
}
.Faq .answer
{
    font: normal 11px arial, sans-serif;
    color:#000;
}
.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
{
}

.form
{
	width: 350px;
}
.formlong
{
    width: 620px;
    font-size: 12px;
}
.formCopy
{
	margin: 10px 0px;
}
.formlongest
{
    width:800px;
}
.row
{
	display:block;
	text-align: right;
	padding: 4px;
}
.title
{
	display:inline-block;
	padding: 4px;
	vertical-align: top;
}
.ddl
{
	width: 190px;
}
.row-lt
{
	display:block;
	text-align: left;
	padding: 4px;
}
.cell
{
    width: 300px;
    padding-right:10px;
    float:left;
}
.cell2
{
    width: 300px;
    padding-right:10px;
    float:left;
    padding-top: 30px;
}
.cell3
{
    width: 352px;
    float:left;
}
.cell4
{
    width: 200px;
    float: left;
    text-align: left;
    border: solid 1px #ece9de;
    padding: 10px 10px;
}
.cell5
{
    float: left;
    width: 560px;
    margin-left: 10px;
}
.cell6
{
    float: left;
    width: 800px;
}
.cell7
{
    float: left;
    width:400px;
}
.submit
{
	display: inline-block;
	margin-top: 5px;
	padding:3px 10px 4px 10px;
	border:1px #000 solid;
	background-color:#a40010;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
	text-decoration:none;
}
.CustomForm .pad
{
	float:right;
}
.checklist
{
	text-align:left;	
	display:block;
	padding-top: 5px;	
}
.checklist table tr td
{
    padding:2px 10px;
}

.pd-list
{
    width:560px;
}
.pd-list tr td
{
    width:10%;
    text-align: center;
    padding: 3px;
    border-bottom: solid 1px #ece9de;
}
.pd-list tr .checked
{
    width:19%;
    text-align:left;
    border-bottom: solid 1px #ece9de;
    font-weight: bold;
}
.pd-list tr .hdr
{
    width:16%;
    text-align:right;
    border-bottom: none;
}
.disclaimer
{
    font-size: 10px;
    text-align: left;
    padding-top: 10px;
}
.pd-formcell
{
    width: 80%;
}
.pd-formcell td
{
    width: 25%;
}
.disclaimer
{
    font-size: 10px;
    text-align: left;
    padding-top: 10px;
}
.error
{
	padding: 10px;
	color:Red;
}
