body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #8c835e;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 750px;
	text-align: center;
	font-size: small;
	line-height: 130%;
	font-weight: normal;
	position: relative;
}

p
{
	margin: 5px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 140%;
}

h1, h2, h3, h4
{
	color: #732841;
	text-align: left;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	clear: left;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #666;
}

h2
{
	font-size: 120%;
	letter-spacing: 0px;
	line-height: 120%;
	margin-bottom: 0px;
}

h3, h4
{
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	color: #000;
	letter-spacing: 0px;
}

h4
{
	font-size: 100%;
	margin: 5px 0px 0px 0px;
}

input.cbox
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 20px;
}

.cbox-text
{
	margin: 0px 0px 5px 8px;
	padding: 0px;
	white-space: nowrap;
}

textarea
{
	font-family: arial, Helvetica, sans-serif;
}

a, a:link, a:visited
{
	color: #732841;
}

a:hover, a:active
{	color: #000;
	background: #f0f0f0;
}

ul.link
{
	padding-bottom: 0px;
}

ul.link li
{
	margin: 0px;
	padding: 5px 0px 3px 20px;
	background: 10px 0.6em no-repeat url(../images/list_link.gif);
	list-style: none;
	line-height: 1.25em;
}

ul.link li a, ul.link li a:visited
{
}

ul.link li a:hover, ul.link li a:active
{
	text-decoration: none;
	background-color: transparent;
}

dt
{
	font-weight: bold;
}

dd
{
	margin: 2px 0px 7px 10px;
}

#banner
{
/*	font-size: 0px;	*/					/* Need to get rid of extra space in Netscape 6 (possibly others */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	width: 750px;
	height: 180px;
	background: #fff;
	position: relative;
}

#banner #banner-link
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 100px;
}

#container
{
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;		/* Need bottom padding for space at bottom of page */
	text-align: left;
	width: 750px;
	vertical-align: top;
	background: #fff url('../images/bg_container.gif');
	float: left;
}

/* Need to put width in or anything in main below the sidebar will
shift slightly to the left */
#main
{
	width: 550px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	float: right;
}

#main-content
{
	vertical-align: top;
	padding: 0px;
	margin: 15px 20px 20px 20px;
}

#sidebar
{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background: #6a263f;
}

ul#navbar
{
	margin: 0px;
	padding: 0px;
}

ul#navbar li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 1%;
}

#navbar a, #navbar a:visited
{
	color: #c0b793;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 130%;
	display: block;

	margin: 0px;
	padding: 7px 10px 7px 15px;
}

#navbar a:hover, #navbar a:active
{
	color: #fff;
	background-color: transparent;
}

#footer
{
	width: 750px;
	height: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 0px;
	text-align: center;
	clear: both;
	background: #d0c8a3 url(../images/sandoval_footer_01.jpg) no-repeat;
}

#footer ul
{
	margin: 0px;
	padding: 35px 0px 0px 0px;
	list-style: none;
	line-height: 20px;
}

#footer ul li
{
	margin: 0px;
	display: inline;
	padding: 0px 2px 0px 2px;  /* Works for most browsers */
}

#footer li a, #footer li a:visited
{
	display: inline;
	text-decoration: none;
	white-space: nowrap;
	color: #414c2f;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

#footer li a:hover, #footer li a:active
{
	color: #000;
}

#footer #credit
{
	font-size: 85%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#footer #credit a, #footer #credit a:visited
{
	color: #6a263f;
}

#footer #credit a:hover, #footer #credit a:active
{
	color: #000;
}

.img-float-left
{
	float: left;
	margin: 0px 20px 10px 0px;
}

.img-float-right
{
	float: right;
	margin: 0px 0px 10px 30px;
}

p.icon
{
	clear: left;
	margin-bottom: 20px;
}
p.icon img
{
	float: left;
	margin: 0px 10px 20px 5px;
/*	vertical-align: baseline; */
}
p.icon a
{
/*	vertical-align: baseline; */
}

#bylaws
{
	margin-left: 20px;
}

.address-table td
{
	padding-right: 20px;
}

#freefind
{
	text-align: right;
	margin: -15px 0px 0px 0px;
	padding: 0px;
}

#freefind form
{
	margin: 0px;
	padding: 0px;
}


.button
{
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

.button a, .button a:visited
{
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 4px 6px 4px 6px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	color: #000;
	background: #d0c8a3;
	text-decoration: none;
}

.button a:hover, .button a:active
{
	color: #000;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

ul.chapters
{
	clear: left;
	padding-left: 60px;
	padding-top: 0px;
	margin-top: -10px;

}

ul.page-nav
{
	padding:0px 10px 10px 0px;
}

ul.page-nav li
{
	background: transparent url(../images/arrow_gray.gif) no-repeat scroll 0px 0.2em;
	line-height: 1.2em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 15px;
}

ul.page-nav li a, ul.page-nav li a:visited
{
	text-decoration: underline;
}

ul.page-nav li a:hover, ul.page-nav li a:active
{
	text-decoration:underline;
}

ul.radio-check-list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

input.cbox
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 20px;
}

.cbox-text
{
	margin: 0px 0px 5px 8px;
	padding: 0px;
	white-space: nowrap;
}

textarea
{
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

span.required
{
	font-size: 150%;
	color: #f00;
	vertical-align: bottom;
	padding-left: 3px;
}

.th_note, .td_note
{
	font-weight: normal;
	font-style: italic;
}

.td_heading
{
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
}

p.form-error-heading
{
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

p.form-error
{  	color: #f00;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.google-map
{
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

.table-event, .table-service
{
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
}

	.table-event th, .table-service th
	{
		padding: 2px 10px 2px 5px;
		background: #6a263f;
		color: #fff;
		border-top: 1px solid #e8e8e8;
		text-align: left;
	}

	.table-event th
	{
		width: 100px;
	}

	.table-event td, .table-service td
	{
		padding: 2px 5px 2px 10px;
		border-top: 1px solid #e8e8e8;
		background: #d0c8a3;
		color: #000;
	}

/***
.table-event
{
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
}

	.table-event th
	{
		padding: 2px 10px 2px 5px;
		background: #f0f0f0;
		border-top: 1px solid #e8e8e8;
		text-align: left;
		width: 100px;
	}

	.table-event td
	{
		padding: 2px 5px 2px 10px;
		border-top: 1px solid #e8e8e8;
	}
***/

.table-form, .table-meetings
{
	background: #d0c8a3;
	margin-bottom: 2px;
}

	.table-form th, .table-meetings th
	{
		padding: 4px 10px 4px 5px;
		border-top: 1px solid #e8e8e8;
		text-align: left;
	}

	.table-form td, .table-meetings td
	{
		padding: 4px 5px 4px 10px;
		border-top: 1px solid #e8e8e8;
	}

		.table-form th.header, .table-meetings th.header
		{
			background: #6a263f;
			color: #fff;
		}

	.table-meetings td
	{
		font-size: 85%;
	}
