/* ###########################################################################
# Default stylesheet #

COPYRIGHT 2009 Tenrec, Inc.
########################################################################### */

html { overflow-y: scroll; }

body {
	margin:10px 0 0 0;
	padding:0;
	font: 62.5% Arial, Helvetica, Verdana, sans-serif;
	background-color:#5f3944;
}
* {margin:0;padding:0;}

* img {
	border-style: none;
	}
	
p, td {
	margin:0.75em 0;
	font-size:1.2em;
	line-height:1.4em;
	color:#52483e;/*dark brown*/
	}
	
ul,ol {
	padding:0 1.2em;
	margin:0.75em 0;
	font-size:1.2em;
	line-height:1.4em;
	color:#52483e;/*dark brown*/
	}
ul {list-style-type:disc;}
h1, h2, h3, h4, h5 {
	color:#5f3944;/*purple*/
	font-weight:normal;
	font-family:Verdana, Arial, Geneva, sans-serif;
}
h1 {
	font-size:1.6em;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.3em;
	margin-bottom:0.2em;
	margin-top:1em;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	margin-bottom:0.3em;
	color:#a7600c; /*orange*/
}
h4 {
	font-size:1em;
	margin-bottom:0;
	font-weight:bold;
}
blockquote {
	margin:1em 0;
	font-size:1.4em;
	line-height:1.4em;
	color:#5f3944;/*purple*/
	font-family:Georgia, "Times New Roman", Times, serif;
	text-indent:-0.5em;
	}
#logo {
	margin:0 0 0 80px;
}
	
a {color:#3b6e8f; text-decoration:none;}
a:hover {color:#000;}
.clear {clear:both;}
hr {
	border:none;
	border-top:1px solid #9aa599;
	height:4px;
	background-color:#d1d8d1;
	margin:2em 0;
}
.clear {clear:both;}
.purple {color:#5f3944;/*purple*/}
.orange {color:#a7600c; /*orange*/}
#logoPrint {display:none;}
/* ----------------------------------
			structure
-----------------------------------*/
#shadow {
	width:970px;
	margin:0 auto;
	background: #f3f2ef url(../media/images/bg_page.jpg) repeat-y left;
}
#container {
	width:952px;
	text-align:left;
	background-color:#fff;
	margin:0 auto;
	padding:0;
	
}
#header {
	height:92px;
	background-color: #fff;
	position:relative;
	border-bottom:1px solid #fff;
}
#top {
	height:10px;
	background: #fff url(../media/images/bg_top.jpg) no-repeat left top;
}
#topNav {
	position:absolute;
	top:10px;
	right:0;
	width:190px; 
}
#home #topNav {width:145px;}
#mainNav {
	background-color:#685c53;/* brown */
	width:635px;
	height:27px;
	position:absolute;
	bottom:0;
	right:0;
	background:#988c69 url(../media/images/bg_nav.jpg) repeat-x bottom;/*gold*/
}
#contentWrap {
	width:952px;
	margin:0;
	padding:0;
	background: #f3f2ef url(../media/images/bg_content.jpg) repeat-y left;
}
#headerText {
	background-color:#8b7966;
	height:155px;
	text-align:right;
	margin-bottom:10px;
}
#contentMain {
	float:left;
	width:540px;
	padding:10px 40px 20px 35px;
	min-height:400px;
}
#home #contentMain {min-height:100px;}
#sideColumn {
	width:317px;
	float:left;
	margin:0;
}
#homeBottom {
	clear:both;
	background: #f3f2ef url(../media/images/bg_homeBot.jpg) repeat-y left; 
	border-top:1px solid #fff;
}
#footer {
	clear:both;
	text-align:center;
	width:970px;
	margin:0 auto;
	padding-top:10px;
	background: #5f3944 url(../media/images/bg_bottom.jpg) no-repeat left top;
}
/* ----------------------------------
			topNav
-----------------------------------*/
#topNav ul {
	margin: 5px 0 0 0;
	padding: 5px 0;
	white-space:normal;
	font-size:1.1em;
	height:20px;
}
#topNav li {
	display: inline;
	list-style-type: none;
	float:left;
	padding:0;
	z-index:10;
}
#topNav a { 
	padding:0;
	line-height:20px;
	display:block;
	float:left;
}
#topNav li a {text-indent:-9000px; background-color:transparent;}
#topNav li#homenav a {background:url(../media/images/nav_home.gif) no-repeat center; width:45px;}
#topNav li#homenav a:hover,#topNav li#homenav.on a
{background:url(../media/images/nav_home_over.gif) no-repeat center;}

#topNav li#contact a {background:url(../media/images/nav_contact.gif) no-repeat center; width:70px;}
#topNav li#contact a:hover,#topNav li#contact.on a
{background:url(../media/images/nav_contact_over.gif) no-repeat center;}

#topNav li#login a {background:url(../media/images/nav_login.gif) no-repeat center; width:45px;}
#topNav li#login a:hover,#topNav li#login.on a 
{background:url(../media/images/nav_login_over.gif) no-repeat center;}

#topNav li#logout a {background:url(../media/images/nav_logout.gif) no-repeat center; width:49px;}
#topNav li#logout a:hover,#topNav li#logout.on a 
{background:url(../media/images/nav_logout_over.gif) no-repeat center;}
/* ----------------------------------
			mainNav
-----------------------------------*/
#mainNav ul {
	margin:0;
	padding: 0;
	white-space:normal;
	font-size:1.1em;
	height:27px;
	float:left;
}
#mainNav li {
	display: inline;
	list-style-type: none;
	float:left;
	padding:0;
	z-index:20;
}
#mainNav a { 
	padding:0;
	line-height:27px;
	clear:none;
	display:block;
	float:left;
	width:74px;
}

#mainNav li a {text-indent:-9000px; background-color:transparent;}

#mainNav li#products a {background:url(../media/images/nav_products.gif) no-repeat left; width:170px;}
#mainNav li#products a:hover, #mainNav li#products a.selected
{background:url(../media/images/nav_products_over.gif) no-repeat left;}

#mainNav li#who a {background:url(../media/images/nav_who.gif) no-repeat left; width:111px;}
#mainNav li#who a:hover, #mainNav li#who a.selected
{background:url(../media/images/nav_who_over.gif) no-repeat left;}

#mainNav li#members a {background:url(../media/images/nav_members.gif) no-repeat left; width:116px;}
#mainNav li#members a:hover, #mainNav li#members a.selected
{background:url(../media/images/nav_members_over.gif) no-repeat left;}

#mainNav li#news a {background:url(../media/images/nav_news.gif) no-repeat left; width:124px;}
#mainNav li#news a:hover, #mainNav li#news a.selected
{background:url(../media/images/nav_news_over.gif) no-repeat left;}

#mainNav li#faq a {background:url(../media/images/nav_faq.gif) no-repeat left; width:112px;}
#mainNav li#faq a:hover, #mainNav li#faq a.selected
{background:url(../media/images/nav_faq_over.gif) no-repeat left;}


#mainNav li#membercenter a { display: none; }
/* ----------------------------------
			secondary nav
-----------------------------------*/
#secNav {
	width:316px;
	border-bottom:1px solid #9aa599;
	border-left:1px solid #fff;
}
#secNav li {margin:0; padding:0; display:inline;}
#secNav ul{
	list-style-type:none;
	font-size:1.2em;
	margin:0;
	padding:0;
}
#secNav a {
	color:#5f3944;/*purple*/
	display: block;
	padding: 8px 10px 8px 40px;
	text-decoration:none;
	border-bottom:1px solid #d1d8d1;
	border-top:1px solid #9aa599;
}
#secNav a:hover, #secNav a.selected {
	color:white;
	background-color:#a5b0a5;
}
#secNav a.first {border-top:none;}
#secNav li ul {
	font-size:0.95em;
	border-bottom:1px solid #d1d8d1;
	border-top:1px solid #9aa599;
}
#secNav li ul a {
	padding: 5px 10px 5px 60px; border:none;
}
/* ----------------------------------
		content
-----------------------------------*/
#headerText img{
	margin-top:50px;
}
div.col {
	width:267px;
	float:left;
	padding:15px 15px 15px 35px;
}
div.contentCol {
	width:250px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
div.contentCol strong {
	color:#a7600c; /*orange*/
	margin-top:0.5em;
}
img.border {border:1px solid #fff; margin:5px 0 10px 10px;}
#contactBox {
	background:url(../media/images/bg_contact.jpg) no-repeat left;
	margin:10px 0 0 -35px;
	width:230px;
	height:40px;
	padding:12px 40px 12px 30px;
}
#contactBox h4 a {
	width: 140px; 
	height: 30px;
	background: url("../media/images/btn_contact.gif") no-repeat top;
	text-indent: -9999px;
	margin:12px 0 0 0;
	float:left;
}
#contactBox h4 a:hover {
	background: url("../media/images/btn_contact_over.gif") no-repeat top;
}
#contactBox p {float:right; margin-top:0; padding-top:4px;}
#sideColumn div.col {display:block;}
#icons {
	float:right;
	width:160px;
	height:18px;
	text-align:left;
	margin:5px 25px 0 0;
	padding:0;
}
#icons a {
	text-decoration:none;
	margin:0;	
	display:block;
	float:left;
}
#icons img {margin-top:0px;}
#icons a.small {
	color:#988c69;/*gold*/
	margin:0 5px 0 5px;
	padding:3px;
}
#icons a.big {
	color:#988c69;
	margin:0;
	font-size:1.4em;
}
#icons a:hover.small, #icons a:hover.big {
	color:#000; 
}
#quote {margin:0 5px 0 -10px;}
#quote p {text-indent:-1.1em; margin-left:1.2em; font-size:1.1em;}
table.events {
	margin-top:0.75em;
}
table.events td {
	border-top:1px solid #b4a679;
	padding:1em 1em 1em 0;
}
table.events td strong {color:#a7600c; /*orange*/}
table.events p {font-size:1em; margin:0 0 0.5em 0;}
.underline {
	border-bottom:1px solid #b4a679; 
	padding-bottom:0.25em; 
	margin-top:2em;
	clear:both;
}
h2.underline {
	border:1px solid #b4a679;
	padding:5px;
	text-transform:uppercase;
}
img.bioPic {
	border:1px solid #b4a679;
	float:right;
	margin:10px;
	padding:3px;
}
/* ----------------------------------
			footer
-----------------------------------*/
#footer p, #footer a {
	color:#99938b;
	font-size:1em;
	line-height:1.2em;
	margin-bottom:0;
}
#footer a:hover {color:#fff;}
#footerNav a {padding:0 8px;}
#bug {padding:5px 0 0 10px;}
/* ----------------------------------
			members
-----------------------------------*/
#memberBox {
	background:#fff url(../media/images/bg_memberBox.gif) no-repeat bottom left;
	width:340px;
	position:absolute;
	top:0;
	left:320px;
	text-align:center;
}
#memberBox p, #memberBox a {color:#816e5b;}
#memberBox a:hover {color:#a7600c; /*orange*/}
#membersSide {
	width:200px;
	float:right;
	margin:0;
}
#resourceBox {
	background: #c5cfc5 url(../media/images/bg_resources.jpg) repeat-y left; 
	border:1px solid #9aa599;
	padding:10px;
	margin:10px 20px 20px 0;
}
#resourceBox a {color:#5f3944;/*purple*/}
#resourceBox a:hover {color:#a7600c; /*orange*/}
#resourceBox h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#col1 {
	float:left; width:340px;
}
#col2 {
	float:right;
	width:200px;
	margin-right:-30px;
	
}
div.search, div.spotBox {
	 width:185px;
	 background: #fff url(../media/images/bg_box.jpg) repeat-x bottom; 
	 border:1px solid #c5b99b;
	 padding:10px;
	 margin-top:30px;
}
div.search p{
	width: 180px;
	clear: left;
	margin: 5px 0 10px 0;
	padding: 0;
	height: 1%;
}
div.search label{
	color:#5f3944;/*purple*/
	text-transform:uppercase;
	font-size:0.8em;
	clear:both;
}
div.search input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 140px;
	border:1px solid #c4d0d3;
	padding:1px;
	color:#405b6d;
	
}
input.btn { vertical-align:bottom; margin-left:5px;}
.spotBox h3 {margin:20px 0 0 0; padding:0;} 
h3.line {
	 border-top:1px solid #c5b99b;
	 margin-top:8px;
	 padding-top:8px;
}
span#filter {
	display:block;
	color:#c4d0d3;
	margin:2em -30px 1em 0;
	font-size:1.1em;
}
span#filter select {
	color:#5f3944;/*purple*/
	border:1px solid #c5b99b;
}
span#filter option {
	padding:0 6px;
	font-size:1em;
}
span#filter em { margin-right:5px;color:#a7600c; /*orange*/}
table.directory {
	font-size:1em;
	margin:2em 0;
	border:1px solid #c5b99b;
	width:570px;
}
table.directory th {
	text-transform:uppercase;
	border-bottom:1px solid #c5b99b;
	padding:0.5em 0.75em;
	color:#5f3944;/*purple*/
	font-size:1.1em;
}
table.directory td {padding:0.5em 0.75em;}
table.directory tr.stripe { background-color:#f5f2ea;}

div.folderList h4 {
	 border-top:1px solid #c5b99b;
	 margin-top:8px;
	 padding-top:8px;
	 color:#A7600C;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0.3em;
}

#LoginForm 
{
	background-color: White;
	padding: 10px;
	min-height: 140px;
}
#LoginForm label
{
	display: block;
	width: 80px;
	float: left;
	clear: left;
}
#LoginForm input
{
	display: block;
	width: 100px;
	float: left;
	clear: right;
	margin-top: 5px;
}
#LoginForm #LoginButtons
{
	display: block;
	width: 60px;
	clear: both;
	padding-top: 10px;
	width: 100%;
}

#LoginForm input.btn
{
	display: block;
	width: 60px;
	float: left;
	clear: none;
}

#ChangePasswordForm 
{
	background-color: White;
	padding: 10px;
	min-height: 150px;
	text-align: left;
}
#ChangePasswordForm label
{
	display: block;
	width: 120px;
	float: left;
	clear: left;
}
#ChangePasswordForm input
{
	display: block;
	width: 100px;
	float: left;
	clear: right;
	margin-top: 5px;
}
#ChangePasswordForm #ChangePasswordButtons
{
	display: block;
	width: 60px;
	clear: both;
	padding-top: 10px;
	width: 100%;
}

#ChangePasswordForm input.btn
{
	display: block;
	width: 60px;
	float: left;
	clear: none;
}
#HelpLinks
{
	clear: both;
}
#HelpLinks a
{
	background-image: none !important;
	text-indent: 0px !important;
	width: 200px !important;
}

