/* 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: 21px;
  font-weight: normal;
  color:#1a1a1a;
}


a { 
  color:#275127;
  text-decoration: none; 
  outline:none;
  cursor:pointer;
}

a:hover { 
	text-decoration: underline;
  	cursor:pointer;
	color:#275127;
}



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


h1 {
	font:normal 30px/36px Georgia, "Times New Roman", Times, serif;
	color:#275127;
	padding:0 0 5px 0;
	text-transform:capitalize;
}

h2 {
	font:normal 21px/28px Arial, "Helvetica-Nue", sans-serif;
	color:#ad6045;	
	text-transform:capitalize;
	
}

h3 {
	font:normal 18px/24px Georgia, "Times New Roman", Times, serif;
	color:#669966;	
	padding:0 0 5px 0;
	text-transform:capitalize;
	
}

h4 {
	font:bold 14px/22px Arial, "Helvetica-Nue", sans-serif;
	color:#8cd0e0;
	text-transform:capitalize;
	
}


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

ul, ol {
  list-style-position: outside;
  list-style-type: none;
  margin:5px 0 5px 20px;
}


li {
	list-style: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: 0;
  font-style: italic;
}

strong { font-weight: bold; }

em { font-style: italic;
	font-weight:inherit;
}

hr {
border:1px solid #a5c7a5;
}

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

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

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

.quiet {
  color:#808080;
  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:#ffffee;
	border-top:1px solid #da8c6d;
	border-bottom:1px solid #da8c6d;
	padding:10px 20px;
	margin:15px 0;
  	}

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

