
/* This file contains layout classes for specific content on differemt pages. This file
   could be furthur modularized to only include styles needed for a specific page. */

/* Home Page Styles */

	.HomeLeft {
		float: left;
		width: 405px;
		height: 269px;
		margin: 10px 0 0 34px;
		display: inline;}
	
	.HomeLeftText {
		margin: 6px 0 0 4px;
		padding-top: 16px;
		width: 356px;
		text-align: center;}
	
	.HomeRight {
		float: right;
		width: 477px;
		height: 226px;
		margin: 50px 28px 0 0;
		display: inline;}
	
	.HomeRightText { text-align: center; padding: 8px 0 0 0; }
	.HomeRightText h1 { margin: 0 0 12px 0; padding: 0 0 0 41px; text-align: left; }
	.HomeRightText span { margin-bottom: 32px; display: block; }
	.HomeRightText  p { text-align: left; padding: 0 16px 0 18px; }
		
/* About Page Styles */

	.AboutWrap {height: 420px; margin-top: 18px;}
		
	.AboutLeft {
		float: left; 
		width: 217px; 
		height: 275px;
		margin: 12px 0 0 44px;
		padding: 10px 0 0 0;
		text-align: center;
		display: inline;}
	
	.AboutRight {
		float:right; 
		width: 600px; 
		heights: 387px;
		margin: 18px 64px 0 0;
		padding: 20px 20px 10px 20px;
		display: inline;}
		
	.AboutRight h1 {margin: 0px 0 0px 0;}
	.AboutRight h2 {margin: 0px 0 12px 0;}
	.AboutRight h3 {margin: 0px 0 0px 0;}
	.AboutRight h4 {margin: 0px 0 12px 0;}
	.AboutRight h5 {margin: 24px 0 8px 0;}
	
	.AboutRight p {margin-bottom: 12px;}
	
	.AboutRight ul {margin: 0 0 12px 20px;}
		
	.AboutRight ul li {margin-bottom: 6px;}

/* Contact Page Styles */

	.ContactLeft {
		float: left;
		display: inline;
		width: 397px;
		height: 316px;
		margin: 16px 0 0 44px;
		padding: 0 0 0 0;
		}
		
	.ContactLeft p {
		text-align: center; 
		width: 200px; 
		margin-top: 28px;
		}

	.ContactRight {
		float: right;
		display: inline;
		width: 454px;
		height: 363px;
		margin: 16px 42px 0 0;
		padding: 0 0 0 0;
		}
		
	.ContactRight form {
		width: 390px; 
		padding: 10px;
		margin: 20px 0 0 20px;
		}
		
	.ContactRight label {
		float: left; 
		width: 80px; 
		text-align: right; 
		padding-right: 6px; 
		margin-bottom: 8px;
		}
	
	.ContactRight input.ContactField {
		float: left; 
		margin-bottom: 8px; 
		width: 240px;
		}
		
	.ContactRight form textarea { width: 290px; height: 160px; }
		
	.ContactRight .ContactSubmit { text-align:center; margin-top: 6px; }


/* Brochure Page Styles */

	.BrochureLeft { 
		float: left;
		width: 308px;
		margin: 18px 0 0 18px;
		padding: 10px 15px 15px 15px;
		display: inline;
		}
		
	.BrochureLeft ul {margin: 6px 0 0 14px;}
		
	.BrochureLeft li {margin: 8px 0 0 0; padding: 0; border: 0px solid #000;}
	
	.BrochureLeft a {color: #2b68b3;}
		
	.BrochureRight {
		float: right;
		width: 556px;
		margin: 18px 18px 0 0;
		padding: 10px 15px 15px 15px;
		display: inline;
		}
		
	.ParrotDivider {text-align: center;}
	
	.BrochureRight h1 {margin: 0 0 12px 0;}
		
	.BrochureRight h2 {margin: 0 10px 0 10px;}
	
	.BrochureRight p {margin: 0 10px 12px 10px;}
		
	.BrochureRight ol {margin: 12px 10px 12px 35px;}
	
	.BrochureRight ol li {}
	
	.BrochureRight ul {margin: 12px 10px 12px 35px;}
	
	.BrochureRight ul li {}

/* Email Thank You Page Styles */

	.ThanksTextBlock {
		padding: 25px; 
		background: #fff; 
		border: 1px solid #4f5d9f; 
		width: 670px; 
		margin: 60px auto; 
		text-align: center; 
		font-size: 1em; 
		color: #404c84; 
		font-weight: bold;
	}
	

/* Contract Download Page Styles */

	.ContractTextBlock {
		padding: 25px; 
		background: #fff; 
		border: 1px solid #4f5d9f; 
		width: 690px; 
		margin: 30px auto; 
		text-align: center; 
		font-size: 0.9em; 
		color: #404c84; 
		font-weight: bold;
	}
	
	.ContractTextBlock p {margin-bottom: 32px; }
	
	.ContractTextBlock .FloatLeft {margin-left: 80px; display:inline; }
	
	.ContractTextBlock .FloatRight { margin: 20px 80px 0 0; display:inline; }
	
	.ContractTextBlock p.FloatRight {}
	
	