/* Override some poor defaults */
img
{
	border: none;
}
a img 
{
	border:none;
}
p 
{
	margin-top:0;
	margin-bottom:1em;
}

/* Basic style info */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	color: #333;
	background-color: #95874D;
	padding-top: 20px;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;	/* certain form elements don't inherit font size */
	padding:0 1px;
	border:1px solid #333;
}

input.noborder, select.noborder, textarea.noborder, span.noborder input
{
	border: none;
}

.wide 
{
	width:95%;
}

td, th
{
	font-size:100%;
}

a 
{
	color:#990000;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

hr 
{
	height:0;
	border-style:none;
	border-top:1px solid #999;
}

#frame
{
	text-align:center;
}

#allcontentwrapper
{
	margin-left:auto; 
	margin-right:auto;
	width: 980px;
	text-align: left;
}

#header
{
	height: 123px;
	background-image:url(../images/template/header-bg-sub.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position:relative;
}
/* SearchBox classes */
#header #search 
{
	float:right;
	text-align:right;
	padding-right:13px;
	padding-top:40px;
	font-size:10px;
}
#SearchBox1 {}
#header #search input.textfield 
{
	border-style:none;
	padding:1px 2px;
}
#header #search input.button 
{
	margin-left: 5px;
	border:1px solid #76726F;
	background-color:White;
	text-transform:uppercase;
}

#header #cart
{
	position: absolute;
	top:96px;
	left:725px;
	z-index:50;
}

#header #cart a img
{
	border: none;
}
#header img.title
{
	position:absolute;
	top:91px;
	left:302px;
}

#contentwrapper
{
	float: left;
	display: block;
	background:#fff url(../images/template/sidebar-bg-sub.gif) repeat-y;
	border-bottom: 1px solid #95874D;  /* fix for Netscape background image stretch */
}
/*\*//*/
  #contentwrapper { padding-top:100px; }
/**/

/* NAVIGATION */

#navigation
{
position: relative;
}

#navigation ul
{
	position: absolute;
	top: 15px;
	left: 425px;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}
	
#navigation li 
{
	float: left;
	position: relative;
}

/* Side Nav */
#sidebarwrapper
{
	float: left;
	width: 164px;
}

#sidebar
{
	margin-left: 15px;
}

#sidebar img
{
	display: block;
}

#sidebar img.joinnow /* join now and history in our hands buttons */
{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left:auto; 
	margin-right:auto;

}

#sidebar input.submitbutton /* submit button */
{
	margin-left:auto; 
}

#sidebar .error
{
	font-weight: bold;
	text-align:center;
	margin: 5px 0 15px 0;
	color: #990000;
}

#sidenav
{
/*	text-align: left;*/
}


#sidenav ul
{
	margin: 10px 0 15px 0;
	list-style: none;
	padding: 0; /* necessary for Mozilla */
	width: 135px;
}

#sidenav li
{
	border-bottom: solid 1px #F0EDDA;
}

#sidenav li a
{
	color: #413D28;
	display: block;
	text-transform:uppercase;
	font-size: 1em;
	font-weight: bold;
	padding: 6px 0 6px 0px;
}

#sidenav li a:hover /*these two elements must be on separate lines for Mozilla*/
{
	background-color: #C5B973;
}

#sidenav li a:over
{
	background-color:#C5B973;
}

#sidebartext 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	margin:0 0 20px 0px;
	color:#4D4831;
}
#sidebartext ul 
{
	margin:5px 0 0 20px;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

#sidebar img.email /* email field label */
{
	margin-left: 2px;
}

#sidebar input.emailinput /* email input field */
{
	margin: 5px 0 5px 0;
	width: 140px;
	border: solid 1px #F0EDDA;
}

/*start internal side navigation elements*/
#sectionnav
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Times New Roman, Serif;
	width: 113px;
	padding-left:20px;
}

#sectionnav a
{
	color: #333;
}
#sectionnav a.disabled, #sectionnav span 
{
	color:#ccc;
}
#sectionnav a.disabled:hover 
{
	color:#ccc;
	text-decoration:none;
}
#sectionnav a.current {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

#sectionnav ul
{
	margin: 0;
	list-style: none;
	padding: 0;	/* necessary for Mozilla */
}

#sectionnav li
{
	width: 110px;
	margin: 7px 0 7px 0;
	font-size: 1.1em;
	font-weight: bold;
}

#sectionnav li a:hover
{
	color: #990000;
	text-decoration: underline;
}

#sectionnav li a:over
{
	color:#990000;
	text-decoration:underline;
}

#sectionnav li ul li 
{
	width: auto;
	margin-left: 10px;
	font-size: .9em;
}

#sectionnav li ul li a
{
color: #990000;
}

#sectionnav .relatedlinks 
{
	margin-top:30px;
}
#sectionnav .relatedlinks em 
{
	display:block;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:2px;
}
#sectionnav  .relatedlinks a 
{
	line-height:120%;
}
#sectionnav  .relatedlinks a:hover
{
	text-decoration:underline;
	color:#900;
}

/*end internal side navigation elements*/

/*start interior content page elements */

#content
{
	border-bottom: 1px solid #95874D;  /* fix for Netscape background image stretch */
}

#mainsectionwrapper
{
	background:#fff url(../images/template/corner_home_bg.gif) top left no-repeat;
/*	border: 1px solid #000;*/
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 816px;
}

#mainsectiondivider
{
	background:#fff url(../images/template/greydot.gif) 150px 0px repeat-y;
	float: left;
	width: 816px;
}

#mainsection
{
	/* border-left: solid 1px #333; */
	float: left;
	margin: 0;
	padding-left: 40px;
	padding-right: 20px;
	width: 620px;
}

#mainsectiondivider.wosecnav
{
	background: none;
}
#mainsection.wosecnav
{
	padding-left: 20px;
	padding-right: 20px;
	width: 776px;
}

#bottomsection {
	margin-left: 20px;
	width:776px; /* 727 */
	font-size:1.2em;
	float:left;
	margin-right: 20px;
	border-top: 1px solid #000000;

}
/* Part of the Skip Navigation stuff for the benefit of screenreaders*/
p.hide 
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

/* start footer elements */
#footer
{
	background-color: #95874D;
	color: #CCC;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
	clear:both;
	width: 980px;
}
#footer ul 
{
	margin-left:auto; 
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
#footer li
{
	list-style: none;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
#footer li a
{
	color: #CCC;
}
#footer p 
{
	margin:0;
}
#footer a 
{
	color:#ccc;
}
/* end footer elements */

div.clearing
{
	clear: both;
}

#mainsection {
    font-size: 1.2em;
}

.learnmorelink {
	font-size: xx-small;
	font-weight: bold;
}

.logobar {
	clear: both;
	text-align:center;
	margin-bottom: 8px;
}
.logobar a {
	margin: 0 8px;}
	
	#bottomsection h4 {
margin-top: 1em;
}
}