body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td {
	margin:0;
	padding:0;
}

fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
q:before, q:after {
	content:\\\\\\\'\\\\\\\';
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1em;
}
body {
	background: url(../../images/body-bg.jpg) top center fixed #2E3B1D;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	line-height: 1.4em;
}
a {
	color: #002d59;
}
a:hover {
	text-decoration: none;
	color: #003311;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 790px;
	background-color: #FFF;
	border-left: 5px solid #e5d200;
	border-right: 5px solid #e5d200;
}
#header {
	height: 120px;
	background: url(../../images/header-bg.jpg) #F9F6E3;
}
#header #logo {
	float: left;
	margin: 15px 0 0 40px;
}
#header #top-member-application {
	position: absolute;
	top: 55px;
	right: 40px;
}
#nav-bar {
	float: left;
	width: 790px;
	background-color: #330000;
	border-top: 1px solid #4d002c;
	border-bottom: 1px solid #4d002c;
}
#top-nav, #top-nav ul { /* all lists */
	list-style: none;
	line-height: 1;
}
#top-nav li a {
	display: block;
	color: #fff;
	outline: none;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.3em;
	padding: 7px;
	background-color: #330000;
}
#top-nav li a:hover { /* fist level hover */
	background-color: #6d3030;
}
#top-nav li { /* all list items */
	float: left;
}
#top-nav li ul { /* second-level lists */
	position: absolute;
	left: -9999em; /* using left instead of display to hide menus because display: none isn\'t read by screen readers */
	z-index: 10;
	width: 140px;
}
#top-nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 100px;
}
#top-nav li:hover ul ul, #top-nav li:hover ul ul ul, #top-nav li.sfhover ul ul, #top-nav li.sfhover ul ul ul {
	left: -9999em;
}
#top-nav li:hover ul, #top-nav li li:hover ul, #top-nav li li li:hover ul, #top-nav li.sfhover ul, #top-nav li li.sfhover ul, #top-nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* Second-level and third-level lists */
#top-nav li ul li {
	background: transparent;
}
#top-nav li ul li a {
	text-indent: 0;
	height: auto;
	border: 1px solid #96917d;
	border-top: 0;
}
#top-nav li ul a {  /*styling the second-level lists */
	display: block;
	text-align: left;
	color: #291f09;
	background-color: #a69f85;
	width: 140px;
	line-height: 1.3em;
}
#top-nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 110px;
	background-color: #a69f85;
}
#top-nav li ul li a:hover { /*second-level list hover state */
	color: #291f09;
	background-color: #cac3a7;
}
#banner {
	clear: left;
	height: 120px;
	background-color: #330000;
	border-bottom: 5px solid #e5d200;
}
#content {
	padding: 20px;
	background-color: #F9F6E3;
}
#content ul, ol {
	list-style-type:disc;
	margin-left: 30px;
}
#content table td {
	padding: 3px;
}
.member-application-button {
	display:block;
	width:158px;
	height:26px;
	background:url(../../images/button-member-application.jpg) no-repeat;
}
.member-application-button:hover {
	background-position: 0 -26px;
}
.error-message {
	margin-bottom: 10px;
	padding: 5px 8px;
	color: #900;
	background-color: #ffe5e5;
	border: 1px solid #ffcccc;
}
#email-form {
	width: 100%;
	background-color: #f8fbff;
	border-top: 1px solid #a1c3e5;
	border-bottom: 1px solid #a1c3e5;
}
#email-form tr {
	border-bottom: 1px solid #d3e9ff;
}
#email-form th {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #d3e9ff;
}
#email-form td {
	padding: 10px;
	width: 400px;
	border-bottom: 1px solid #d3e9ff;
}
.tr_required {
	background-color: #ffe5e5;
}
.star {
	color: #900;
}
#email-form input[type=text], #email-form input[type=checkbox], #email-form textarea {
	margin: 3px;
	padding: 2px;
}
#email-form input[type=text] {
	width: 200px;
	font: 12px Verdana
}
#footer-contact {
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom:0;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.4em;
}
#footer {
	background-color: #002d59;
}
#footer-nav {
	float: left;
	width: 790px;
	background-color: #330000;

}
#footer-nav li {
	float: left;
	background-color: #330000;
	margin: 2px 0;
}
#footer-nav a{
	color: #fff;
	outline: none;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.3em;
	background-color: #330000;
	padding: 2px 7px;
}
#footer-nav li a:hover {
	background-color: #6d3030;
}
.listing {
border: 1px solid #ababab;
padding: 5px 5px 5px 5px;
}
img.photo{
border: 1px solid #cdcdcd;
padding: 5px 5px 5px 5px;
background: #fff;
margin: 10px 10px 10px 10px;
}

#please_wait {
color: #ff0000;
margin-top: 5px;
font-weight: strong;
text-align: center;

}
