/*************************
*   Global Styles    
*************************/

html {
  height:100%;
}
body {
  height:100%;
  background:#91B77D url(/images/main-background.png) repeat-x;
  margin:0;
  padding:0;
  font-family:Arial, Verdana, Tahoma, sans-serif;
}
img {
  border:0;
}

/*************************
*   Developer Tools    
*************************/

#webdeveloper-ruler p {
  color:black !important;
}

/*************************
*   Typography    
*************************/

h1 {
  font-size:16px;
  color:#F8DB9E;
  margin:0 0 10px 0;
  text-transform:uppercase;
}
h2 {
  font-size:1.1em;
  color:#F8DB9E;
  text-transform:uppercase;
}
h3 {
  font-size:.9em;
  color:#F8DB9E;
  text-transform:uppercase;
}
h4 {
  margin-top:0;
  font-size:.8em;
  color:#B8B3B1;
}
p {
  font-size:.8em;
  color:#B8B3B1;
  margin-top:0;
}
strong {
  color:#F8DB9E;
}
a {
  font-family:inherit;
  text-decoration:none;
  font-weight: bold;
  color:#F8DB9E;
}
#header a {
  color:#FBECCD;
}
div .hr {
  height:2px;
  border-top:1px solid #C1B4A4;
  margin-bottom:8px;
  margin-top:-8px;
}
.notice {
  font-size:.7em;
}

/*************************
*   Contact Form    
*************************/

form.mailer-form label {
  display: inline-block;
  line-height:1.8;
  vertical-align:top;
  font-size:.8em;
}
form.mailer-form ol {
  list-style:none;
  margin:0;
  padding:0;
}
form.mailer-form li {
  list-style:none;
  padding:5px;
  margin:0;
}
form.mailer-form em {
  font-weight:bold;
  font-style:normal;
  color:#f00;
}
form.mailer-form label {
  width:92px;
  color:#FBECCD;
}
form.mailer-form .mailer-field {
  width:185px;
}
form.mailer-form input.submit {
  width:auto;
  float:right;
}

/*************************
*   All Others    
*************************/

#non-footer {
  width:554px;
  background: #897E7C url(/images/content-background.png) repeat-x;
  margin:0 auto;
  min-height:100%;
  height:auto !important;
  height:100%;
}
#header {
  background:#8DB478 url(/images/main-background.png) repeat-x;
  position:relative;
  width:100%;
  height:170px;
  margin:0;
  padding:0;
}
#header img {
  position:absolute;
  top:56px;
  left:0;
}
#header ul {
  position:absolute;
  right:0;
  bottom:-1px;
  padding:0;
  margin:0;
  list-style:none;
}
#header li {
  float:left;
  margin:0 0 0 4px;
  padding:4px 8px 1px 8px;
  font-size:.8em;
  background-color:#4B4544;
  border-top:2px solid #78A567;
  color:#F8DB9E;
  font-family:Times New Romans, serif;
  text-transform: uppercase;
  font-weight:bold;
}
li.child-page a {
  color:#F8DB9E !important;
}
#content-wrapper {
  margin:0;
  padding:22px 22px 70px 22px;
  position:relative;
}
#candy {
  border:1px solid #897E7C;
  min-height:162px;
  padding:4px 4px 0 4px;
  margin:0 0 23px 0;
}
#content {
  width:319px;
  float:left;
  border:1px solid #897E7C;
  margin:0;
  padding:0;
}
#content-text {
  background-color:#5C5553;
  margin:3px;
  padding:7px;
}
#sidebar {
  float:right;
  width:158px;
  margin:0;
  padding:0;
}
#sidebar img {
  border:1px solid #897E7C;
  padding:3px;
  margin-bottom:5px;
}
#sidebar ul {
  list-style:none;
}
#sidebar a {
  font-size:.8em;
}
#deco {
  width:5px;
  position:absolute;
  left:355px;
  top:216px;
}
#footer {
  width:554px;
  position:relative;
  text-align:center;
  margin:-19px auto;
  padding:0;
/*  height:19px;*/
}



/*************************
*   Utilities    
*************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
/* In order to fine-tune the text you need to play around with the font-size, 
letter-spacing, line-height and height CSS properties. */
.sIFR-hasFlash h1 {
	visibility: hidden;
  line-height:27px;
  margin-bottom:4px;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/
