body,
html {
	margin:0;
	padding:0;
	color:#000;
}
body {
	min-width:990px;
  font-family: Verdana, Helvetica, Arial;
  font-size: 12px;
  background-color: #652b01;
}

a img {
  border: none;
}

a {
  color: #6E4A20;
  text-decoration: none;
}
a:hover
{
	color: #C6853A;
}

.info {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-style: italic;
}

h2 { 
  font-size: 1.7em;
	padding: 0; margin: 0 0 5px 0;
}

#sidebar h2
{
	margin-top: 10px;
}

#sidebar hr
{
  color: #917658;
  height: 1px;
  border: none;
  background-color: #917658;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.clear {
  clear: both;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}
#errorExplanation ul {
  margin: 2px 24px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

#wrap {
background:#fffecc;
margin:0 auto;
width:990px;
}
#header {
height: 169px;
background: url("/images/top.png");
text-align:center;
}
#logo {
	position: relative;
	top: 63px;
}
.paginate
{
	text-align:center;
}
#nav {
background:#fffecc;
text-align:center;
font-size: 1.2em;
font-weight: bold;
border-top: 2px solid #917658;
}
.left {
	float:left;
	padding: 10px;
	text-align:left;
}
.right {
	float:right;
	padding: 10px;
	text-align: right;
}
#main {
float:left;
width:729px;
padding: 5px;
background:transparent url(/images/gradient.png) repeat-x;
}
h1 {
  font-size: 2.1em;
}
#main h1, #main h2, #main h3, #main p {
padding:0 10px;
}
#sidebar {
text-align:center;
border-left: 1px solid #917658;
float:right;
width:230px;
background:transparent url(/images/gradient.png) repeat-x;
padding: 10px;
margin-bottom: 5px;
}
#sidebar ul {
margin-bottom:0;
}
#sidebar h3, #sidebar p {
padding:0 10px 0 0;
}
#footer {
	margin-top: 3px;
	border-top:2px solid #917658;
background:#cc9;
clear:both;
text-align:center;
font-size: 0.9em;
}
#footer img
{
	opacity: 0.3;
	padding: 4px;
}
#footer p {
padding:5px;
margin:0;
}

.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
    top: 0;
    left: 0;
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    top:  0; 
    left: 0 
} 


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#fffecc;
}
.sf-menu li li {
	background:		#cc9;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#917658;
	outline:		0;
}

#polarplunge 
{
  text-align:center;
  font-size: 14px;
  font-weight: bold;
}

#polarplunge a 
{
  color: #006699;
}
