@import url("global.css");

.ContentBox {
color:#000;
background:url(../images/bg_ContentBox.jpg) no-repeat bottom;
width:980px;
}
.LeftContent {
float:left;
width:690px;
}
	.LeftContent h1{
	margin:0 0 5px 0;
	}
	.LeftContent h2{
	margin:10px 0 20px 0;
	}
	.LeftContent h3{
	margin:0 0 14px 0;
	}
	.LeftContent h4{
	margin:0 0 20px 0;
	}
	.HeaderBox {
	background:url(../images/bg_HeaderBox.jpg) repeat-x #3c81ad;
	padding:30px 30px 10px 30px;
	width:630px;/*690px*/
	}
		.HeaderBox h1{	
		padding:0 0 10px 0;
		}
		.HeaderList {
		margin:0;		
		padding:0;
		}
			.HeaderList li{
			color:#FFF;	
			display:inline;
			float:left;			
			margin:0 0 0 30px;
			width:270px;
			}
			.HeaderList a{
			display:block;	
			padding:0 0 5px 0;	
			}
		.FAQList {		
		padding:0 0 0 30px;	
		}
			.FAQList li{
			PADDING:0 0 5px 0;
			color:#FFF;	
			}
			.FAQList a{
			display:block;		
			}
		
	.Content {
	color:#000;
	padding:20px 30px 0 30px;
	width:630px;/*690px*/
	}
		.Content ul {
		padding:0 0 20px 30px;
		}
		.Content ul li{
		list-style-type:disc;	
		padding:0 0 5px 0;	
		}	
		.Content ol li{
		list-style-type:decimal;
		padding:0 0 5px 0;			
		}		
		.Content a{
		color:#333;	
		}
		.Content a:hover{
		color:#330000;
		}
	.SideBar {	
	float:left;
	padding:0 23px 30px 23px;
	width:244px;/*290px*/
	}
			a.ProcBanner {
			display:block;
			padding:0 0 7px 0;
			}
		.QuickContact {
		color:#FFF;
		padding:30px 0 30px 0;
		}
			.QuickContact #ContactFormMini li{	
			color:#FFF;		
			}
			.QuickContact a{
			color:#FFCC33;
			}
			.QuickContact a:hover{
			color:#ccc;
			}
	.MasterBoxBottom {
	background:url(../images/MasterBoxBottom.gif) no-repeat;
	display:block;
	height:20px;
	margin:0 auto;
	width:980px;
	}
		
/* Contact Us Page*/
.GoogleMap {
float:left;
margin:0 20px 0 0;
}
.GoogleMap iframe{
border:7px solid white;
}		
.GoogleMap a{
color:#333;
}

#ContactForm ul, #ContactForm li{
list-style:none;
}
#ContactForm li{ /* Vertical spacing between form fields */
margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
width:140px;
display:block;
float:left;
}
#ContactForm input{
border:1px solid #442210;
height:20px;
width:250px;
}
#ContactForm textarea{
border:1px solid #442210;
width:250px;
height:80px;
}
#ContactForm .SubmitBtn{
border:1px solid #442210;
height:25px;
width:100px;
background:#3c1e0e;
color:#ceae90;
}
#Parity{
display:none;
}

.NavASPSLogo{
width:150px;
height:70px;
display:block;
margin:40px 0 0 200px;
_margin-top:20px;
}