@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;
	}
	#MainText .Photo {
		border:1px solid #FC6;
		margin:0 0 10px 20px;
		}

.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%;
}

#ContactForm {
    float: right;
    height: 292px;
    margin: 0;
    width: 430px;
	}
		#ContactForm p {
		line-height:125%;
		margin:20px 0 10px 20px;
		}

		/* -------- HOME CONTACT FORM -------- */
		#ContactForm form {
		font:12px "Times New Roman", Times, serif;
		padding-left:38px;
		}
		#ContactForm input, #ContactForm textarea{
		font:12px "Times New Roman", Times, serif;
		color:#FFFFFF;
		background:#4d4d4d;
		border:1px solid #333;
		height:18px;
		margin:5px 5px 0 0;
		padding:2px 2px 2px 5px;
		width:230px;
		}
		#ContactForm textarea {
		height:70px;
		}
		#ContactForm .SubmitBtn, #ContactForm .ClearBtn{
		font-family:"Times New Roman", Times, serif;
		background:#000;
		color:#f7ecab;
		border:none;
		height:30px;
		text-transform:uppercase;
		font-size:125%;
		width:70px;
		}
		#Parity {
		display:none;
		}

