/* Page Elements */
	#contact_content {
		position:			relative;
		width:				620px; /* 761px */
		margin:				0 auto;
		padding:			0;
		background:			/* transparent url(contentbg.gif) repeat-y top left; */
	}
	#contact_footer {
		position:			relative;
		width:				761px;
		margin:				0 auto;
		padding:			0;
		margin-top:			-20px;
		line-height:		80px;
		color:				#493F0B;
		height:				100px;
		text-align:			center;
		background:			/* transparent url(footerbg.gif) repeat-y top left; */
	}	
	#contact_content form {
		margin-left:		30px;
		margin-right:		30px;
	}
	h1 {
		padding:			0;
		margin:				0;
		positon:			relative;
		height:				134px;
		line-height:		134px;
		text-indent:		30px;
		background:			/* transparent url(headbg.gif) no-repeat bottom left; */
		font-size:			2.5em;
		font-weight:		300;
	}
	
		
/* End Page Elements */

/* Begin Form Elements */

	

	fieldset {  
		margin: 			10px 0 0 0;  
		padding: 			0;
		background:			transparent url(fieldsetbg.gif) no-repeat bottom right;
	}

	legend {  
		text-transform:		uppercase;
		font-size:			1.0em;
		padding:			4px 8px 4px 8px;
		margin-left:		1em;
		color:				#ffffff;
		background:			#145b98; /* #493F0B */
	}
	
	fieldset ol {  
		padding: 			10px 10px 0 10px;  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
		padding-bottom: 	0.55em;
		line-height:		1.75em;
	}
	
	fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}
	
	labelscreen {
		position:			relative;
		clear:				left;
		float:				left;
		width:				15em;
		margin-right:		5px;
		padding-right:		30px;
		line-height:		2.5em;
		text-align:			right;
	}
	
	labelscreen.required {
		background:			transparent url(required.gif) no-repeat center right;
	}
	
	labelscreen span {
		position:			absolute;
		left:				-10000px;
		top:				0px;
	}
	
	p span.required {
		display:			inline-block;
		vertical-align: 	middle;
		line-height:		3.4em;
		width:				25px;
		line-height:		3.4em;
		text-indent:		-10000px;
		overflow:			hidden;
		background:			transparent url(required.gif) no-repeat center right;		
	}
	
	input {
		padding:			5px;
		font-size:			1.25em;
		float:				right;
		margin-right:		50px;
		border:				1px solid #aaaaaa; /* #493F0B */
		color:				#1E1903; 
		background:			#e9f4f8; /* F5F6D4 */
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}

