/* @group Universal */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	xborder: red solid 1px;
}

* html #logo, #house_driveway{
	behavior: url(public/js/iepngfix.htc);
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

li {
	list-style: none;
	line-height: 20px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #604f85;
	padding: 2px 2px 2px 0;
}

h2 {
	font-size: 14px;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

/* test */

.quote {
	line-height: 20px;
	font-style: italic;
	font-size: 16px;
	padding: 10px;
	background: #009fe0;
	color: white;
	float: right;
	display: inline;
	width: 130px;
	margin:8px 0 8px 8px;
}

#nonprofit {
	clear: both;
	float: left;
	display: inline;
	width: 350px;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 300px;
}


/* @end */

/* @group Layout */

#header {
	width: 100%;
	float: left;
	display: inline;
	background: url(../images/page_bg.gif) repeat-y top center;
	border-top: #0a9a81 2px solid;
	padding: 5px 0 0 0;
}

#content {
	width: 100%;
	background: url(../images/page_bg.gif) center top repeat-y;
	float: left;
	display: inline;
	padding: 0 0 0 0;
	position: relative;
}

#promo {
	width: 100%;
	height: 240px;
	float: left;
	display: inline;	
	background: #0080ba url(../images/promo_bg.gif) repeat-y center top;
	border-bottom: solid 1px #ffe71e;
}

#footer {
	width: 100%;
	background: url(../images/footer_bg.gif) no-repeat center top;
	margin: -1px 0 0 -1px;
	float: left;
	display: inline;
	padding: 20px 0 10px 0;
}

#header_container, #promo_container, #content_container, #footer_container {
	position: relative;
	width: 830px;
	display: block;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#footer_container {
	padding: 0px 0 10px 0;
}


#content_container {
	padding-top: 20px;
	xmargin-bottom: 10px;
}

#main {
	position: relative;
	width: 450px;
	margin-right: 0px;
	margin-left: 30px;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0;
}

#sidebar {
	float: right;
	display: inline;
	width: 234px;
	padding: 10px 10px 20px 10px;
	margin: 15px 50px 20px 0;
	border: 8px solid #fcf392;
	background: #fff;
}


#spacer{
	clear: both;
	width: 100%;
	border-bottom: solid 1px #ffe71e;
}


/* @end */



/* @group Navigation */

#nav {
	float: right;
	display: inline;
	margin: 75px 30px 0 0px;
	xclear: left;
}

#nav li {
	float: left;
	display: inline;
	margin: 0 0 0 2px;
}

#nav a {
	width: 95px;
	padding: 10px 0 5px 0;
	display: block;
	color: white;
	text-align: center;
	font-size: 12px;
}

#nav_home {
	background: #009fe0;
}

#nav_aboutus {
	background: #ffe71e;

}

#nav_donors {
	background: #0a9a81;

}

#nav_board {
	background: #604f85;

}

#nav_contactus {
	background: #e72b2a;

}

#nav_admin {
	background: #009fe0;

}


#logout_btn, #login_btn {
	
}

/* @end */

/* @group header text */

#our_story_text {
	text-indent: -99.9999em;
	background: url(../images/our_story_text.gif) no-repeat;
}

#proposed_site_text {
	text-indent: -99.9999em;
	background: url(../images/proposed_site_text.gif) no-repeat;
}

#history_text {
	text-indent: -10000000px;
	background: url(../images/history.gif) no-repeat left top;
}

#board_text {
	text-indent: -99.9999em;
	background: url(../images/board.gif) no-repeat;
}

#contact_text {
	text-indent: -99.9999em;
	background: url(../images/contactus.gif) no-repeat;
}

#advisory_text {
	text-indent: -99.9999em;
	background: url(../images/advisory.gif) no-repeat;
}

#advisory_contacts_text {
	text-indent: -99.9999em;
	background: url(../images/advisory_contacts.gif) no-repeat;
}

/* @end */




#logo {
	position: absolute;
	top: 5px;
	left: -50px;
}

#name_header {
	position: absolute;
	top: 65px;
	left: 90px;
}

#name_header h2 {
	font-size: 18px;
	font-weight: normal;
}

#slideshow1 {
	position: absolute;
	top: 10px;
	left: 445px;
}

#slideshow2 {
	position: absolute;
	top: 180px;
	left: 30px;
}

#slideshow1 div, #slideshow2 div {
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow1 img {
	border: 2px solid #eaf7fa;
}

#main p {
	line-height: 20px;
}

#mailing_list {
	float: right;
	display: inline;
	padding-bottom: 10px;
	margin: 0 50px 0 0;
	width: 270px;
}

#mailing_list h2 {
	padding-bottom: 5px;
}

#mailing_list_field {
	float: left;
	display: inline;
	border-bottom: 2px solid #604f85;
}

#mailing_list_field input {
	border: none;
	background: none;
}

#mailing_list_submit {
	float: left;
	display: inline;
	xmargin-left: 5px;
}

.submit {
	background: none;
	border: none;
	cursor: pointer;
}

#main p {
	margin: 5px 0 10px 0;
}

#events li {
	padding: 7px 0 7px 5px;
	border-bottom: 1px solid #fcf392;
}

.event_name {
	display: block;
	padding-bottom: 3px;
	font-size: 14px;
	font-style: italic;
}

.event_name:hover {
	text-decoration: underline;
}

.date_time {
	display: block;
	font-size: 12px;
}

#print {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	xpadding: 5px 0 5px 35px;
	xbackground: url(../images/print.gif) left center no-repeat;
}

#gmap {
	width: 475px;
	height: 300px;
	display: block;
	margin-top: 10px;
	border: 1px solid rgb(192, 192, 192);
}

#directions_form {
	width: 465px;
	display: block;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid rgb(192, 192, 192);
	background-color: rgb(238, 238, 238);

}

#directions_form p {
	margin: 5px 0 4px 0;
}

#directions_form label {
	margin: 0 5px 0 0;
	width: 75px;
	text-align: right;
	float: left;
	display: inline;
}

#directions_form p input {
	border: none;
	background: none;
	border-bottom: 2px solid #604f85;
}

.directions_submit {
	border: 1px solid #ffe71e;
	background: #fcf392;
	padding: 2px;
	margin: 5px 0 0 78px;	
}


#directions {
	width: 477px;
	display: block;
	margin-left: -5px;
}


#body_directions #promo, #body_aboutus #promo, #body_contact #promo, #body_thankyou #promo, #body_board #promo, #body_event #promo, #body_add_event #promo, #body_modify_event #promo, #body_admin_view #promo {
	height: 75px;
}



#promo_content {
	margin: 30px 0 0 130px;
	color: white;
	font-style: oblique;
}

#board_members li, #advisory_committee li {
	clear: both;
	font-style: italic;
}

.member_name {
	float: left;
	display: block;
	width: 225px;
	font-style: normal;
	clear: both;
}

#advisory_committee {
	clear: both;
	padding: 10px 0 0 0;
}

#advisory_contacts {
	clear: both;
	padding: 10px 0 0 0;
}

/* @group footer */


#other_links {
	position: relative;
	width: 490px;
	margin-right: 10px;
	margin-left: 30px;
	float: left;
	display: inline;
	padding: 0px 0 10px 0;
}


#admin_links {
	position: relative;
	width: 490px;
	margin-right: 10px;
	margin-left: 30px;
	float: left;
	display: inline;
	padding: 0px 0 10px 0;
}



/* @end */





/* @group contact_form */

#display_errors {
	background: #fcf392;
	border: 1px solid #cc9b00;
	padding: 5px;
	width: 435px;
	margin-top: 5px;
}

#contact_header {
	xpadding-bottom: 8px;	
}

#display_error li {
	list-style-type: disc;
}
#contact_form {
	padding-top: 8px;
}

#contact_form p {
	line-height: 14px;
}

.input {
	background: none;
	border: none;
	border-bottom: 2px solid #604f85;
}

.non_input {
	border: none;
}

#donation_container {
	clear: both;
	float: left;
	display: inline;
	padding: 10px 0 10px 0;
	width: 490px;
}

#method_payment {
	padding-top: 10px;
}

#zip_input, #city_input, #state_input {
	float: left;
	display: inline;
	margin-right: 10px;
}

#help_input, #mailing_input {
	float: left;
	display: inline;
	padding: 2px 0 2px 0;
	clear: both;
	width: 490px;
}

#mailing_input input {
	float: left;
	display: inline;
	clear: none;
}

#mailing_input span {
	float: left;
	display: inline;	
	width: 400px;
	margin-left: 3px;
	line-height: 16px;
	margin-top: -2px;
}

#contact_submit {
	float: left;
	display: inline;
	padding: 10px 0 0 0;
	clear: both;
}

#check_info {
	margin-top: 10px;
	background: #fcf392;
	border: 1px solid #cc9b00;
	width: 450px;
}

#check_info p {
	padding: 8px;
	margin: 0;
	line-height: 18px;
}

/* @end */


/* @group proposed site */

#proposed_site {
	width: 480px;
	margin-top: 15px;
	clear: both;
}


#gmap_home {
	width: 400px;
	height: 325px;
	overflow: hidden;
	margin-top: 10px;
}

#marker_info p {
	line-height: 12px;
}

#marker_info p > p {
	padding-top: 8px;
}



#marker_address {
	font-size: 12px;
}

/* @end */

/* @group admin */



#admin_summary {
	position: relative;
	width: 760px;
	margin-right: 0px;
	margin-left: 30px;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0;
}


#events_table {
	border-collapse: collapse;
}

#events_table th {
	text-align: left;
	border-right: 1px solid #009fe0;
	padding: 3px 6px 3px 6px;
}

.even {
	background: #fffcc3;
}

.past {
	background: red;
}

#events_table td {
	padding: 3px 6px 3px 6px;
	border-bottom: 1px solid white;
}

.cell {
	border-right: 1px solid #009fe0;
}


#add_event_btn {
	margin-left: 5px;
	text-decoration: underline;
}


#add_event_btn:hover {
	font-weight: bold;
}

#back_btn {
	position: absolute;
	top: 0;
	right: 0;
}

#back_btn a:hover {
	text-decoration: underline;
}

/* @end */

/* @group gallery */

#folder_name_input, #folder_desc_input, #add_folder_submit {
	float: left;
	display:  inline;
	margin: 8px 10px 0 0;
}

#add_folder_submit {
	clear: both;
}

#add_folder_form {
	margin-top: 10px;	
}

/* @end */





/*
#donate {
	float: left;
	display: inline;
	width: 250px;
	margin: 3px 0 0 25px;
}

#donation_form {
	margin-top: 3px;
	xbackground: #fcf392;
	border: 1px solid #cc9b00;
	position: relative;
	float: left;
	display: inline;
	width: 230px;
	height: 35px;
	clear: both;
}

#donation_form form {
	margin: 5px 3px 3px 3px;
}

#donation_amount {
	position: absolute;
	top: 7px;
	left: 5px;
	margin-bottom: 5px;
}

#donation_amount input {
	background: none;
	border: none;
	border-bottom: 2px solid #604f85;
}

#donation_image {
	float: right;
	display: inline;
	margin-right: 5px;
}

#donation_button {
	cursor: pointer;
	padding: 3px;
	background: #fcf392;
	border: 1px solid #cc9b00;	
}

#donation_button_click {
	cursor: pointer;
	padding: 3px;
	background: #fcf392;
	border-top: 1px solid #cc9b00;
	border-left: 1px solid #cc9b00;
	border-right: 1px solid #cc9b00;
}
*/
