/*------------------------------------------------------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;
	vertical-align: top;
}
#SiteMap .content {
	font: 13px verdana, sans-serif;
	color: #3a5287;
	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: 12px verdana, sans-serif;
	color: #3a5287;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px;
	margin: 2px;
}
.lvl1:hover {
	text-decoration: underline;
}
.lvl2 {
	font: 12px verdana, sans-serif;
	color: #567dbe;
	text-decoration: none;
	padding: 1px 4px;
	margin: 1px 0 0 8px;
}
.lvl2:hover {
	text-decoration: underline;
}
.lvl3 {
	font: 11px verdana, sans-serif;
	color: #457c95;
	text-decoration: none;
	padding: 1px 4px;
	margin: 1px 0 0 16px;
}
.lvl3:hover
{
	color: #000;
	text-decoration: none;
}


/*---------------------------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: 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
{
}

.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;
}
/*--------- Custom FORM -----------*/
.form
{
	display: block;
	width: 740px;
	padding: 0;
	margin: 10px 0 50px 0;
}
.form table
{
	display:inline;
	margin:0;
	padding:0;
}
.form .error
{
	font: bold 14px arial, sans-serif;
	color:#f00;
	text-align:left;
	margin:5px 0 10px 40px;
}
.form .row
{
	display: block;
	width: 732px;
	font: 12px arial, sans-serif;
	color: #000;
	text-align: left;
	padding: 4px;
	margin: 0;
}
.form .title
{
	float: left;
	width: 130px;
	text-align: right;
	padding: 6px 10px 0 0;
	margin: 0;
}
.form .title2
{
	display:inline;
	padding: 6px 10px 0 20px;
	margin: 0;
}
.form .input
{
	float: left;
	width: 590px;
	text-align: left;
	padding: 0;
	margin: 0;
}
.form .input2
{
	float: left;
	width: 100px;
	text-align: left;
	padding: 0;
	margin: 0;
}
.form .button
{
	float: left;
	width: 260px;
	text-align: left;
	padding: 12px 0;
	margin: 0;
}
.FormBtn.Upload
{
	width: 180px;
	height: 15px;
	font: 800 12px arial, sans-serif;
	color: #333;
	background: #dcdcdc;
	border: 1px solid #999;
	text-decoration: none;
	text-align: center;
	padding: 3px 16px;
	margin: 12px 80px 12px 140px;
}
.FormBtn.Upload:hover
{
	color: #fff;
	background: #089cce;
	border: 1px solid #000;
	text-decoration: none;
}
.FormBtn.Submit
{
	width: 180px;
	height: 15px;
	font: 800 12px arial, sans-serif;
	color: #333;
	background: #dcdcdc;
	border: 1px solid #999;
	text-decoration: none;
	text-align: center;
	padding: 3px 16px;
	margin: 12px 30px 12px 100px;
}
.FormBtn.Submit:hover
{
	color: #000;
	background: #fef200;
	border: 1px solid #ef037f;
	text-decoration: none;
}
.form .border
{
	display: block;
	width: 100%;
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 12px;
}
.form .hip
{
	width:300px;
	height:200px;
	background:yellow;
}
.form .pad.refresh
{
	display:block;
	float:left;
	margin:-25px 0 0 300px;
}
.form .row .content
{
	margin:0px 0 0 140px;
}
.form .link
{
	margin:0px 0 0 140px;
}