@import url("global.css");

/* Top
================================================================== */
/* Changes background for pages */
#MastContainer {
background:url(../images/masthead_bg_pages.jpg) no-repeat;
}

#MainText	{
}
	#MainText p {
	line-height:180%;
	text-align:justify;
	margin:20px 0;
	}
	#MainText h1 {
	line-height:180%;
	color:#f7ecab;
	font-size:150%;
	text-transform:capitalize;
	margin:20px 0;
	}
	#MainText h2 {
	line-height:180%;
	color:#69bceb;
	font-size:100%;
	text-transform:uppercase;
	margin:20px 0;
	}

.ProcPhotos img{
margin: 0 0 10px;
}

/* Contact Us Page Full Form */
#ContactFullForm ul, #ContactFullForm li{
list-style:none;
}
#ContactFullForm li{ /* Vertical spacing between form fields */
margin:4px 0;
}
#ContactFullForm label{ /* Styles for descriptions */
width:150px;
display:block;
float:left;
}
#ContactFullForm input{
width:200px;
}
#ContactFullForm textarea{
width:200px;
height:80px;
}
#ContactFullForm .SubmitBtn{
height:20px;
width:100px;
background:#FFC800;
color:#333;
}
#Parity{
display:none;
}

/* Other Style */
.HR{
background:url(../images/HR.gif) repeat-x;
height:20px;
width:100%;
}
