/* DEFAULT STYLES FOR (X)HTML ELEMENTS
-------------------------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
  font-family:  Arial, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color:#382e05;
}


a { 
  color:#382e05;
  text-decoration: none; 
  outline:none;
  background:#f9e837;
}

a:hover { text-decoration: underline; }


p { margin: 5px 0 15px 0; }


h1 {
/*	font:bold 44px Arial, "Helvetica-Nue", sans-serif;
	color:#382e05;
	line-height:51px;
	padding:0 0 10px 0;*/
	font:bold 40px Arial, "Helvetica-Nue", sans-serif;
	color:#382e05;
	line-height:48px;
	padding:0 0 10px 0;
}

h2 {
/*	font:normal 36px Georgia, "Times New Roman", Times, serif;
	color:#62a033;
	line-height:50px;*/
	font:normal 32px Georgia, "Times New Roman", Times, serif;
	color:#62a033;
	line-height:36px;
	padding:0 0 5px 0;
}

h3 {
/*	font:normal 30px Arial, "Helvetica-Nue", sans-serif;
	color:#024427;
	line-height:34px;
	padding:0 0 10px 0;*/
	font:normal 26px Arial, "Helvetica-Nue", sans-serif;
	color:#024427;
	line-height:34px;
	padding:0 0 5px 0;
}

h4 {
	font:italic normal 18px Georgia, "Times New Roman", Times, serif;
	color:#665917;
	line-height:22px;
}


h1 a, h2 a, h3 a, h4 a {
 background:none;	
}

ul, ol {
  list-style-position: outside;
  list-style-type: none;
}


ol { list-style-type: decimal; }
dl {
  margin-top: 12px;
  margin-bottom: 12px;
}
dl dt {
  font-weight: bold;
}

dd {
	margin:0 0 5px 0;
}


blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 17px;
  border-left: 1px solid #666;
  font-style: italic;
}
blockquote * { color: #666; }

strong { font-weight: bold; }

em { font-style: italic; }

hr {
	border-bottom:1px solid #CFBF81;
	border-top:1px solid #CFBF81;
}

/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */

.small {
  font-size: 10px;
  line-height: 18px;
}

.large {
  font-size: 16px;
  line-height: 24px;
}

.quiet {
  color:#919191;
  font-weight:100;
}


/* EXTRA DEFAULT STYLES FOR COMMON TYPOGRAPHIC IDIOMS
-------------------------------------------------------------------------------- */

.caps {	
	text-transform: uppercase;
	}
.serif {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.italic {
	font-style:italic;
	}
.mini {
	font-size:.88em;
	}
.light {
	font-weight:100;
	}
.heavy {
	font-weight:900;
	}
.highlight {
  	background:#f9ec8f;
	border-top:1px solid #CFBF81;
	border-bottom:1px solid #CFBF81;
	padding:10px 20px;
	margin:15px 0;
  	}
.secondary_highlight a {
	background:#ffffff;
	border-top:1px solid #D8C223;
	border-bottom:1px solid #D8C223;
	padding:10px 20px;
	margin:5px 0;
	display:block;
}

.secondary_highlight a:hover{
  background:#f9e837;
  border-top:1px solid #D8C223;
  border-bottom:1px solid #D8C223;
  text-decoration:none;
}


.hr {
	border-bottom:1px solid #CFBF81;
	padding:10px 0 20px 0;
}

.error {
  	color:#CE4538;
  	}
.clear {
  clear: both;
  }
