@charset "UTF-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.twoColFixRt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 370px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EFEFEF;
	margin: 0 20px 0 30px;
}
.twoColFixRt #mainContent {
	margin: 0 395px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 25px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header {
	
}

#mainContent h1 {
	color: #FF6306;
	font-size: 1.25em;
	font-weight: bold;
	margin: 45px 0 0 15px;
}

#container h3 {
	color: #FF6306;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0px 0 20px 40px;
}


#mainContent h2 {
	color: #666666;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0 -10px 15px;
}

a {
	color:#FF6600;
}

a:hover {
	color:#666666;
}

#bodyGraphic {
	width: 532px;
	margin-left: 15px;
}

#bodyGraphicPhotos {
	width: 512px;
	margin-left: 15px;
	padding-left: 0px;
}

#mainContent p {
	width: 530px;
	font-size: 0.85em;
	margin-left: 15px;
}

#nonProfit #testimonial {
	width: 534px;
	margin: 0px 0 0 15px;
}	

#about {
	background-color:#FFFFFF;
	padding: 20px 0 0 0;
}

#nonProfit #about	{
padding-top:30px;
}

#about p {
	width: 300px;
	margin: 10px 20px 0 20px;
	font-size: 0.8em;
	color:#333333;
}

#nonProfit #about p, #nonProfit #about h3	{
margin-left: 0;
}

#about h3 {
	color: #666666;
	font-size: .9em;
	font-weight: bold;
	margin: 40px 0 0 20px;
	padding: 0;
}



/* LEAD FORM STYLES */


form.imapLeadForm {
	font-size: 0.8em;
	padding: 0;
	margin: 20px 0 0 10px;
	height: 360px;
}

form.imapLeadForm fieldset {
	text-align: right;
	margin: 0;
	padding: 5px 0px 3px 0;
	border: 0;
}

form.imapLeadForm fieldset label {
	font-weight: bold;
	color: #333333;
	padding-right: 10px;
}

form.imapLeadForm input, form.imapLeadForm select {
	width: 170px;
	font-size: 0.8em;
}

form.imapLeadForm textarea {
	width: 170px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

form.imapLeadForm input.submitButton {
	width: 327px;
	height: 43px;
	margin: 10px auto 10px 15px;
}


form.imapLeadForm strong {
	font-size: 1.1em;
	padding: 0;
	margin: 20px 0 0 30px;
	display: block;
}

form.imapLeadForm em {
	font-style:normal;
	color:#FF6600;
}


form.imapLeadForm input.captureInput {
	width: 70px;
}



.liner {
	margin: 0 0 -10px 0;	
}

#privacy {
	display: block;
	clear: both;
	font-size: 0.8em;
	margin: 10px 0 10px 10px;
}

/* FOOTER STYLES */

.twoColFixRt #footer {
	width: 1000px;  
	background: #333333;
	margin: 0 auto 50px auto;
	border: 0;
	text-align: right; 
	
}
	
.twoColFixRt #footer p {
	font-size: .8em;
	color:#999999;
	padding: 20px 20px 20px 0;
	margin: 0;
}	

.twoColFixRt #footer a {
	color:#999999;
	text-decoration: none;
}

.twoColFixRt #footer a:hover {
	color:#FFFFFF;
	background-color: #333333;
}

#popUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	width: 300px;
	background-color: #ffffff;
	z-index: 50;
	position: absolute;
	top: 200px;
	left:400px;
	padding: 20px;
	margin:5px auto;
	visibility: hidden;
	border: 10px solid #999999
}

#popUp p, #popUp h2 {
	text-align: left;
}

#popUp h2 {
	background-color:#FF6600;
	color: #ffffff;
	padding: 10px;
}


form {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin-left: 0px;
	height: auto;
}

fieldset {
	width: 300px;
	float: left;
	padding: 8px;
	margin:0;
	border: 0;
}

form fieldset#contactForm label {
	width: 100px;
	float: left;
	display: block;
	text-align: right;
	padding: 12px 5px 0 0;
	margin: 0;
}

form fieldset#contactForm input {
	width: 170px;
	padding: 0;
	margin: 10px 0 3px 0;
	display: block;
	float: left;
	font-size:12px;
}

form fieldset#contactForm img {
	padding:0;
	margin: 10px 0 3px 0;
	display: block;
	float: left;
	font-size:12px;
}

form fieldset#contactForm select {
	width:240px;
	padding:0;
	margin: 10px 0 3px 0;
	display: block;
	float: left;
	font-size:12px;
}

form fieldset#contactForm textarea {
	width:240px;
	padding:0;
	margin: 10px 0 3px 0;
	display: block;
	float: left;
	font-size:12px;
}


#nonProfit input.submitButton 	{
	width: 327px;
	height: 43px;
	margin: 10px auto 10px 15px;

}

