body {
	text-align: center;
	min-width: 726px;
	padding: 0;
	margin: 0;
	background: #FCF1EA url(images/bg.gif) top center repeat-y;
}

#top-line {
	width: 100%; 
	background-color: #9C8849; 
	height: 10px;
}

#wrapper {
	text-align: left;
	width: 726px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
}

#right {
    margin: 0 0 0 156px;
	padding: 0;
}

#side {
    float: left;
    width: 156px;
    margin: 0;
	background-color: transparent;
	padding: 0;
	border-right: #CECAC7 inset 1px;
}

/*---------- FIX FOR IE 6 3PX TEXT JOG -------*/

/* Hide from IE5-mac \*/

* html #side {
margin-right: -3px;
}

* html #hdr {
height: 1%;
margin-left: -3px;
}

/* End IE5/mac hide */

/*---------- END FIX FOR IE 6 3PX TEXT JOG -------*/

#side ul {
	font: bold 14px/1.5 "Lucidia Grande", "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 1px;
	list-style-type: none;
	margin: 10px 0;
	padding: 0 0 45px 12px;
}

#side li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #CECAC7;
}

#side li.current {
	border-bottom: 1px solid #CECAC7;
}

#side li a:link, #side li a:visited {
	display: block;
	color: #4D4D4D;
	padding: 5px 3px;
	background-color: #fff;
	text-decoration: none;
}

#side li a:hover, #side li a:active {
	display: block;
	color: #000;
	padding: 5px 3px;
	background-color: #F3EDAD;
	text-decoration: none;
}

#content {
	margin: 25px;
	font-family: Georgia, "Times New Roman", serif;
	font-size:13px;
	line-height:1.6em;
}

#content h1 {
	font: bold 155%/1.5 "Lucinda Grande", "Trebuchet MS", Helvetica, sans-serif; 
	margin: 10px 0 10px -11px;
}

#content h2 {
	font: bold 135%/1.5 "Lucinda Grande", "Trebuchet MS", Helvetica, sans-serif; 
	margin: 10px 0;
	border-bottom: dotted 1px #ccc;
}

#content h3 {
	font: bold 115%/1.5 "Lucinda Grande", "Trebuchet MS", Helvetica, sans-serif; 
	margin: 10px 0px 0px 0px;
}
#content ul {
	list-style:square;
}
p, li {
	margin: 5px 0px 10px 0px;
}

#hdr {
	background-color: #EEF7F8; 
	height: 91px; 
	border-bottom: 1px solid #ccc;
}

#hdr h1 {
	margin: 0; 
	padding: 10px; 
	text-align: right; 
	color: #9C6E4A;
}

#content a:link, #content a:visited {
	color: #158E9F;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #158E9F;
	text-decoration: none;
}

label {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #525252;
}

fieldset dd {
	padding-top: 5px;
	margin: 0;	
}


fieldset {
	border: none;
	padding: 10px 20px;
}

.button {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
}

table.simple {
	border-collapse:collapse;
}
table.simple td {
	padding:0px 20px 15px 0px;
	vertical-align:top;
}
/* --------------------------------------------- */

a.pdf:link, a.pdf:visited {
	background: url(images/icon-pdf.gif) no-repeat right center;
	padding-right: 18px;
}
a[href$="pdf"] {
	background: url(images/icon-pdf.gif) no-repeat right center;
	padding-right: 18px;
}

a.audio:link, a.audio:visited {
	background: url(images/icon-audio.gif) no-repeat right center;
	padding-right: 18px;
}

a.video:link, a.video:visited {
	background: url(images/icon-video.gif) no-repeat right center;
	padding-right: 18px;
}

#gn-tag {
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 50px;
}

#gn-tag a:link, #gn-tag a:visited {
	color: #666;
	text-decoration: none;
}

#gn-tag a:hover, #gn-tag a:active {
	color: #666;
	text-decoration: underline;
}

.errorImage {
	margin: 0 10px;
}

.errortext {
  font: bold smaller sans-serif;
  color: red;
}

.formerror {
	font: bold 12px/1.5 Arial, Helvetica, sans-serif;
}

/*--- MAILCHIMP STUFF ---*/
#signup{
  float:left;
  width:100%;
}
  #signup #mc_embed_signup form{
    padding:0 0 0 0;
  }
  #signup #mc_embed_signup h2{
    font-size:1.35em;
  }
