﻿/* Typography
================================================== */
body { 
	font: 16px  "Helvetica", "Arial", "Lucida Grande", sans-serif;
	line-height:18px;
}

/* Basic Text
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", 
  "Helvetica Black", "Arial Bold", "Lucida Grande", sans-serif; font-weight:600; line-height:1.35em;}
h1{font-size:2em; color:#537646;}
h2{font-size:1.75em; color:#E2CD71;}	
h3{font-size:1.2em; color:#726659; font-style: italic;}
h4{font-size:1em;}
h5{}
h6{}
p{}
strong{font-weight:bold;}	
hr{}

/* Special Text
================================================== */
blockquote { }
pre, code { }
small { }
em{font-style:italic;}

/* Links
================================================== */
a{color:#537646;}
a:hover{color:#537646;}
a img{}
a:link{}	
a:visited{}	
a img{border:none;}

/* Lists
================================================== */
ol, ul, blockquote {padding-left:3em;}
ul{list-style:outside;}
ol{list-style:decimal;}
ul, ol, dl, p {margin-bottom: .75em; font-size: 1em;}
ul ul{margin-bottom:0px;}

/* Styles
================================================== */
.brown{color:#726659; font-size:2em;}
.align-left{float:left; margin-right:10px;}
.align-right{float:right; margin-left:10px;}
.quote{ padding:5px 5px 6px 5px; color: #537646; text-align:left; display:block; width:90%; margin:0px auto; font-style: italic;}
.no-border{border:none !important;
  	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;}

/* #Tables
================================================== */
table{margin-bottom:.75em; width:100%; max-width:100%; }
table td{padding:3px 2px;}
