@charset "utf-8";

/*  General styling
============================================================================================================*/
	
	/*-----  Style reset  -----*/
		body,
		div,
		dl,
		form,
		h1,
		h2,
		h3,
		input,
		li,
		p,
		textarea,
		ul { 
			margin: 0; 
			padding: 0; 
		}
	
		img { border: 0; }
	/*-----  END Style reset  -----*/
	
	
	html {
		background: url('Images/background_html.gif') repeat-x #000;
	}
	
	body { 
		height: 1750px;
		width: 1096px;
		
		position: relative;
		margin: 0 auto;
		background: url('Images/background_body2.jpg') no-repeat;
	}
	
	body#Programs { 
		height: 1900px;
		width: 1096px;
		
		position: relative;
		margin: 0 auto;
		background: url('Images/background_body2.jpg') no-repeat;
	}
	
	body#Home, body#Financial_Aid { 
		height: 1350px;
		width: 1096px;
		
		position: relative;
		margin: 0 auto;
		background: url('Images/background_body2.jpg') no-repeat;
	}
	
	body#Benefits { 
		height: 1350px;
		width: 1096px;
		
		position: relative;
		margin: 0 auto;
		background: url('Images/background_body2.jpg') no-repeat;
	}
	
	body#privacy_policy
	{ 
		background: url('Images/background_privacy_policy.jpg') no-repeat;
		height: 4000px; 
	}
	
/*============================================================================================================
                                  												        END General Styling */





/*  Page structure
============================================================================================================*/
	
	#contentArea, #contentArea2 { 
		width: 549px;
		height: 950px;
		
		position: absolute;
		top: 345px;
		left: 126px;
	}

	#Programs #contentArea { 
		height: 1150px;
	}
	
	#privacy_policy #contentArea2
	{ height: 3500px; }
	
	#footerArea {
		width: 100%;
		
		position: absolute;
		bottom: 0;
		left: 0;	
	}
	
	#formArea { 
		position: absolute;
		top: 355px;
		left: 680px;
	}
	
	#headerArea {
		height: 168px;
		width: 882px;
		
		position: absolute;
		top: 0;
		left: 118px;
	}
	
/*============================================================================================================
                                   												         END Page structure */




/*  Specific area styling
============================================================================================================*/
		
	/*-----  contentArea styling  -----*/
	
		#contentArea { 
			padding: 10px 0 275px 70px;
			
			background: url('Images/background_contentArea.gif') repeat-y;	
		}
		
		#contentArea2
		{
			position: relative;
			padding: 10px 0px 0px 70px;
			background: url('Images/background_contentArea.gif') repeat-y;	
		}
		
		.google
		{
			padding-top: 0px;
		}
		
		#contentArea a, #contentArea2 a {
			color: #452200;
			text-decoration: none;
		}
		
		#contentArea a:hover, #contentArea2 a:hover {
			text-decoration: underline;
		}
		
		#contentArea h2, #contentArea2 h2 {
			font: bold 15px Arial, Helvetica, sans-serif;
			color: #093;
			text-transform: uppercase;
		}
		
		#contentArea h2 img, #contentArea2 h2 img {
			vertical-align: text-top;
			margin-right: 5px;
		}
		
		#contentArea p, #contentArea2 p {
			width: 450px;
			
			margin-bottom: 10px;
		
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #452200;
		}
		
		#contentArea ol, #contentArea2 ol {
			width: 420px;
			
			margin-bottom: 10px;
		
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #452200;
		}
		
		#contentArea p.extraIndent, #contentArea2 p.extraIndent {
			padding-left: 25px;
		}
		
		#contentArea ul, #contentArea2 ul {
			width: 415px;
			
			margin-top: -5px;
			margin-bottom: 10px;
			padding-left: 40px;
			
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #452200;	
		}
		
		#contentArea2 ul
		{
			padding-top: 5px;
		}
		
		#contentArea li, #contentArea2 li {
			margin-bottom: 5px;
		}
		
		.expandable {
			display: none;
		}
		
		.imageHeader {
			margin-bottom: 15px;
		
			position: relative;
			left: -40px;
		}
	
	/*-----  END contentArea styling  -----*/
	
	
	/*-----  footerArea styling  -----*/
	
		#footerArea p {
			background: #000;
			padding: 10px 0;
			width: 100%;
		
			font: normal 9px/11px Arial, Helvetica, sans-serif;
			color: #fff;
			text-align: center;
		}
		
		#footerArea a
		{ color: #fff; }
	
	/*-----  END footerArea styling  -----*/
	
	
	/*-----  formArea styling  -----*/
	
		#btn_Back {
			position: absolute;
			bottom: 75px;
			left: 30px;
			
			cursor: pointer;
		}
		
		#btn_Submit, #btn_Next {
			position: absolute;
			bottom: 35px;
			left: 175px;
			
			cursor: pointer;
		}
		#btn_Submit {
		  position:absolute;
		  bottom:75px;
		  left:175px;
		}
		
		#stepOne .gplusone
		{
			position:absolute;
			bottom:65px;
			left:175px;
		}
		
		#stepTwo .gplusone
		{
			position:absolute;
			bottom:105px;
			left:175px;
		}
		
		#formArea {
			z-index: 2;
		}
		
		#requestForm {
			width: 308px;
			
			margin-top: -4px;
			padding: 90px 30px 85px 30px;
			
			background: url('Images/background_formArea.png') repeat-y;
		}
		
		#requestForm .twoColumn {
			position: relative;
		}
		
		#requestForm .twoColumn p input {
			width: 100px;
		}
		
		#requestForm .twoColumn p select {
			width: 104px;
		}
		
		#requestForm .rightColumn {
			position: absolute;
			top: 0;
			left: 130px;
		}
	
		#requestForm label {
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #91382f;
		}
		
		#requestForm label span {
			font-size: 13px;
			
			display: inline-block;
			position: absolute;
			bottom: 0;
			left: -10px;
		}
		
		#requestForm p {
			width: 230px;
			
			position: relative;
			
			margin-bottom: 5px;
		}
		
		#requestForm p input {
			height: 17px;
			width: 230px;
		}
		
		.checkbox_text
		{
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #91382f;
		}
		
		#requestForm p input#opt_in
		{
			height: 12px;
			width: 10px;
			margin-right: 5px;
		}
		
		#requestForm p select {
			width: 234px;
		}
		
		#requestForm textarea {
			height: 90px;
			width: 230px;
		}
		
		#formHeader {
			position: absolute;
			top: 10px;
			left: 2px;
		}	
		
		#moreInfo {
			position: absolute;
			top: 165px;
			left: -13px;
		}
		
		#requiredFields {
			font: normal 10px Arial, Helvetica, sans-serif;
			color: #9f1103;
			
			position: absolute;
			bottom: 10px;
			left: 32px;
		}
		
		#requiredFields2 {
			font: normal 10px Arial, Helvetica, sans-serif;
			color: #9f1103;
			
			position: absolute;
			bottom: 10px;
			left: 32px;
		}
		
		#requestForm p label.errorMessage {
			padding-left: 5px;
			
			position: absolute;
			bottom: 0;
			left: 0;

			background: #fff;
			border: 1px solid #9f1003;

			color: #9f1003;
			line-height: 20px;				
		}
		
		#requestForm p span.errorMessage {
			display: block;
			font: normal 11px Arial, Helvetica, sans-serif;
			
			padding: 5px;
			margin-bottom: 5px;
			text-align: center;
			
			background: #fff;
			border: 1px solid #9f1003;

			color: #9f1003;
			line-height: 20px;				
		}
		
		#requestForm p select.errorMessage {
			background: #9f1003;
			color: #fff;
		}
		
		#stepIndicator {
			display: inline-block;
			font: normal 10px Arial, Helvetica, sans-serif;
			color: #9f1103;
			
			position: absolute;
			bottom: 15px;
			left: 210px;
		}
	
	/*-----  END formArea styling  -----*/
	
	
	/*-----  headerArea styling  -----*/
	
		#header_phoneNumber {
			position: absolute;
			top: 0;
			right: 10px;
		}
		
		#link_Benefits {
			position: absolute;
			top: 116px;
			left: 560px;
		}
		
		#link_Home {
			position: absolute;
			top: 116px;
			left: 440px;
		}
		
		#link_Programs {
			position: absolute;
			top: 116px;
			left: 680px;
		}
	
	/*-----  END headerArea styling  -----*/
	
	#militaryFriendly {
		height: 191px;
		width: 235px;
		
		position: absolute;
		top: 850px;
		left: 715px;
	}
	
	/*-----  thanks styling  -----*/
	
		#thanks {
			width: 308px;
			
			margin-top: -4px;
			padding: 90px 40px 0 40px;
			
			background: url('Images/background_formArea.png') repeat-y;
		}
		
		#thanks h1 {
			width: 200px;
			
			margin-bottom: 25px;
			
			font: bold 15px Arial, Helvetica, sans-serif;
			color: #452200;
		}
		
		#thanks ul {
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #452200;
			list-style-type: none;
		}
		
		#thanks li {
			width: 215px;
			
			position: relative;
			margin-bottom: 10px;
		}
		
		#thanks li span {
			display: inline-block;
			position: absolute;
			top: 0;
			left: -10px;
			
			color: #a0593d;
			font-size: 15px;
		}
	
	/*-----  END thanks styling  -----*/


/*============================================================================================================
                            													  END Specific area styling */




/*  Browser-specific overrides
============================================================================================================*/

	#rootIE6 #requestForm {
		background: url('Images/background_formArea.gif') repeat-y;
	}

/*============================================================================================================
                       												         END Browser-specific overrides */
