@import url("global.css");


#MASTHEAD{
background:url(../images/subpage_masthead.jpg) no-repeat;
height:167px;
width:1000px;
}
	.Sidebar{
	position:relative;
	width:291px;
	float:left;
	}
	#NAV{
	background:url(../images/subpage_nav.jpg) no-repeat;
	width:291px;
	height:282px;
	margin:0;
	padding:0;
	}
		#NAV p{					/*format the navigation font and styles*/
		color:#fff;
		padding:30px 40px 0 0;
		margin-bottom:0;
		text-align:right;
		text-transform:uppercase;
		font-size:110%;
		line-height:200%
		}
		#NAV a{
		color:#fff;
		text-decoration:none;
		}
		#NAV a:hover{
		text-decoration:underline;
		}
	.Procedures{
	background:url(../images/subpage_left.jpg) no-repeat;
	width:241px; /*291px*/
	height:399px; /*519px*/
	padding:120px 0 0 50px;
	}
		.Procedures a{
		padding:0 0 20px 0;
		display:block;
		}
		.ProceduresList{
		font-size:14px;
		margin:0;
		padding:0;
		}
		.ProceduresList li {
		list-style-type:none;
		}
		.ProcPicR{
		float:right; 
		border:5px solid #014F76;
		}
		.marginBottom5{
		margin-bottom:5px;}
		.ProcPic{ 
		border:5px solid #014F76;
		}
	.Contact{
	background:url(../images/subpage_contact.jpg) no-repeat;
	width:281px; /*291*/
	height:158px; /*248*/
	padding:90px 0 0 10px;
	}
		.Contact p{
		color:white;
		text-align:center;
		}
.ContentBox{
background:url(../images/subpage_content_bg.jpg) repeat-y right;
position:relative;
width:709px;
float:left;
}	
.ContentBoxTitle{
background:url(../images/subpage_content_title.jpg) no-repeat;
width:669px; /*709*/
height:41px; /*71*/
padding:30px 0 0 40px;
}
	.ContentBoxTitle h1{
	font:20px Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:white;
	}
	
.ContentBoxContainer{
background:url(../images/subpage_content.jpg) no-repeat;
width:709px;
}
	.ContentMain{
	float:left;
	width:410px; /*460*/
	padding:20px 10px 20px 40px;
	}
		.ContentMain h2{
		padding:0 0 15px 0;
		}
		.ContentMain p{
		padding:0 0 15px 0;
		}
	.QuickLinks{
	float:right;
	background:url(../images/subpage_quicklinks.jpg) no-repeat;
	width:189px; /*249*/
	height:660px; /*908*/
	top:71px;
	right:-1px;
	padding:250px 0 0 60px;
	}	
.ContentBoxBottom{
background:url(../images/subpage_content_bottom.jpg) no-repeat;
clear:both;
width:709px;
height:41px;
}


/* pages element is the CONTENTBLOCK. This is where all content goes */
	#CONTENTBLOCK{
	float:left;
	top:0;
	left:0;
	width:456px;
	}
		#CONTENTBLOCK p {
		margin:10px 30px;
		line-height:120%;
		font-size:100%;
		}
		#CONTENTBLOCK h2 {
		margin:20px 30px;
		line-height:125%;
		font-size:130%;
		color:#907843;
		text-transform:uppercase;
		font-weight:normal;
		}
/* FinancingBanner */		
.FinancingBanner{
border:1px solid #333;
}
.HR {
background:url(../images/HR.gif) repeat-x;
display:block;
height:20px;
width:100%;
}
/* Full Form */		
#ContactForm ul, #ContactForm li{
list-style:none;
}
#ContactForm li{ /* Vertical spacing between form fields */
margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
width:150px;
display:block;
float:left;
}
#ContactForm input{
border:1px solid #000;
width:200px;
}
#ContactForm textarea{
border:1px solid #000;
width:200px;
height:80px;
}
#ContactForm .SubmitBtn{
height:20px;
width:100px;
background:#FFC800;
color:#333;
}
#Parity{
display:none;
}
