* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px; 
	line-height: 24px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(/images/background-repeat.jpg) repeat top left;
}

body table {
	font-size:13px;
}

/************************************************ Regions & Wrappers */

#page {
	width: 990px;
	margin: 10px auto auto;
}

#top {
	margin: auto;
}

#header {
	background: url(/images/banner.png) no-repeat top center;
	width: 841px;
	height: 261px; 
	display: block;
	margin: auto;
}

#container {
	/*clear: both;*/
	background: url(/images/body-bg2.png) repeat-y top left !important;
	background: url(/images/body-bg.png) repeat-y top left;
	margin: auto;
	width: 841px;
}

#squeeze {
	/*position: relative;*/
	padding: 0px 10px 0px 10px;
	margin: auto;
	width: 740px;
	background: url(/images/squeeze-bg-bottom4.png) no-repeat bottom right !important;
	background: none;
}

#squeeze .with-sidebar {
	margin-left: 270px !important;
	margin-left: 250px;
}

#squeeze .content {
	
}


#squeeze img {
	margin: 0 5px 5px 5px;
}

#squeeze .body .image-border {
	padding: 2px;
	border: 1px solid #bccfab;
}


#watermark-background {
	background: url(/images/background-image.png) no-repeat right bottom !important;
	background: url(/images/background-image-ie.gif) no-repeat right bottom;
}

/************************************************ side bars */

/* Uncollapse margins with padding */

#container .sidebar {
	float: left;
	z-index: 2;
	position: relative;
	padding: 1px 0;
	clear: both;
}


#left-sidebar {
	background: url(/images/sidebar.jpg);
	width: 219px;
	height: 271px;
	margin: 10px 0px 0px 30px !important;
	margin: 10px 0px 0px 10px;

}

#left-sidebar .content {
	width: 170px;
	padding: 20px 0px 0px 20px;
}



/************************************************ page titles */


#squeeze .page-titles {
	width: 470px;
	text-align: center;
	background: url(/images/page-title-underline.jpg) no-repeat center 51px;
	height: 77px;
	margin: 0px 0px 0px 270px !important;
	margin: 0px 0px 0px 250px;	
	display: block;
}

#squeeze .page-titles h1 {
	margin: 0;
}

#squeeze .page-titles h1 img {
	margin: 0;
	padding: 0;
}

/************************************************ Nav */

#nav {
	background: url(/images/menu-bg.jpg);
	height: 314px;
	width: 206px;
	float: left;
	margin: -10px 0px 0px 30px !important;
	margin: -10px 0px 0px 10px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
	margin-top: 90px;
}

#nav li { /* all list items */
	/*float: left;*/
	/*width: 10em; /* width needed or else Opera goes nuts */
	/*padding:10px 14px 0px;*/
	padding: 0;
	height: 35px;
	text-align: center;
	position: relative;
}

#nav ul li a {
	display: block;
	color: #000;
	outline: none;
	text-decoration: none;
	padding:10px 14px 11px 14px;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul li ul li a:hover {
	
}
/*
#nav li.about a {
	width: 175px;
}

#nav li.events a {
	width: 65px;
}

#nav li.find a {
	width: 50px;
}

#nav li.for-members a {
	width: 110px;
}

#nav li.memberships a {
	width: 112px;
}

#nav li.journal a {
	width: 67px;
}


#nav li.contact a {
	width: 85px;
}

#nav li.home a {
	width: 60px;
	border: none;
}
*/

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	font-family:Arial, Helvetica, sans-serif;
	/*padding: 5px 0px 5px 5px;*/
	margin: 0px;
	height: 25px;
	text-align: left;
}

#nav li ul li:hover {
	/*background: #fff;*/
}


#nav li ul li a {
	font-weight: normal;
	font-size: 11px;
	padding: 7px 0px 7px 5px;
	width: 145px !important;
	/*border-bottom: 1px solid #9abd7c;*/
	border-right: none;
}

#nav li ul li a:hover {
	/*padding: 7px 0px 7px 5px;*/
	/*margin-top: 1px;*/
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	top: 35px;
}

/************************************************ Typography */

/* Headings general */

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 9px 0 0 0;
	line-height: 1;
	color: #669240;
}

/* font sizes */
h1 {font-size: 18px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}
h6 {font-size: 9px;}


/* font weights */

h1 {font-weight: bold;}
h2 {font-weight: bold;}
h3 {font-weight: normal;}
h4 {font-weight: bold;}
h5 {font-weight: bold;}
h6 {font-weight: bold;}

/* Linked headings */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

p {
	margin: 6px 0px 12px;
}


ul {
	/*margin: 0px 0 1.5em 0;*/
	padding: 0 0 0 2em;
}

a {
	color:#669240;
}

a:hover, a.iehover {
	color: #4a682f;
}

/************************************************ Logo and site name */

#logo-title {
	margin: auto;
	padding: 60px 0 0 70px;
}

#logo {
	float: left;
	margin: 0 1em 0 0;

}

#logo img {
	display: block;
	border: 0;

}

#logo-title h1 {
	margin: 0;

}

#logo-title a {
	text-decoration: none;
}



/************************************************ Footer */
#footer {
	float: none;
	clear: both;
	margin: auto;
	font-size:12px;
	background: url(/images/footer3.png) no-repeat top center !important;
	background: url(/images/footer.png) no-repeat top center;
	color: #7a531d;
	text-align: center;
	width: 841px;
}
#footer a {
	color: #7a531d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footer-menu {
	padding:20px 0px 0px 0px;	
}

#footer .footer-notes {
	padding:0px;
}





/************************************************ Tables */

table {}

tbody {
	border: none;
}

th {
	border: none;
}

td {
	padding: 3px;
}

/************************************************ Forms */

.form-text, textarea {
	padding: 1px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	background: #fff;
	color: #000;

}

select {
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	background: #fff;
	color: #000;

}

option {
	padding-right: 1em;
}

.form-submit, button {
	padding: 1px;
	border-width: 1px;

}

.form-item .description {
	color: #666;
	font-size: 90%;
}

#login-button,
#login-button2,
#send-button {
	background: #996f96;
	border: 1px solid #7b5e79;
	width: 60px;
	height: 20px;
	outline: none;
	color: #ffffff;
	font-size: 11px;
	cursor: pointer;
	display: block;
}

#contact-form span {
	color:#FF0000;
}
#contact-form .error {
	color:#FF0000;
	font-size:11px;
}
/**********************************************/


/*********************************************** news */



