body
{
	font-size: 14px; 
	line-height:20px;
	font-family:'Lato', sans-serif;
	color:#000;
}
p{
	margin-top:8px;
	margin-bottom: 17px;
	text-decoration: none;
	font:17px 'Lato', sans-serif;
	color: #4c4843;
	font-weight: 300;
	line-height: 23px;
	text-transform: none;
	text-align: left;
	text-shadow: 0px 1px 0px #fff;
}
/*Links*/
a:link, a:visited 
{
	color: #8e7459;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active 
{
	text-decoration: none;
	color: #c69a67;
	cursor: pointer;
}
/* Headers */
h1{
	margin:0px;
	padding: 0px;
	font:30px'Montserrat',serif;
	color: #3c435b;
	line-height: 30px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
h2{
	margin:0px;
	padding: 0px;
	font:24px'Montserrat',serif;
	color: #3c435b;
	line-height: 30px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
h3{
	margin:0px;
	padding: 0px;
	font:20px'Montserrat',serif;
	color: #3c435b;
	line-height: 30px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
/* HTML Elements */
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 18px; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 18px 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 18px; }


/* lists */

ul{
	list-style: none;
	padding: 0;
	margin:0px 0px 10px 0px;
	display: block;
}
ul li{
	background: url(../images/check.png) 5px 7px no-repeat;
	font-style: normal;
	font-weight: normal;
	font:16px 'Lato', sans-serif;
	color: #686663;
	font-weight: 300;
	text-transform: none;
	text-align: left;
	line-height: 24px;
	margin: 0px;
	padding-left:20px;
}

ol{
	list-style: none;
	padding: 0 0 0 25px;
	margin:20px 0px 20px 0px;
	list-style-type: decimal;
}
ol li{
	font-style: normal;
	font-weight: normal;
	font:16px 'Lato', sans-serif;
	color: #686663;
	font-weight: 300;
	text-transform: none;
	text-align: left;
	line-height: 24px;
	margin: 0;
	padding:0;
}
blockquote{
	padding-left: 25px;
	background: url(../images/blockquote.png) top left no-repeat;
	font:italic 16px/24px "Lato", sans-serif;
	margin: 10px 0 20px 0;
}
/* Tables
-------------------------------------------------------------- */

table       { width:100%; border-collapse:collapse;}
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 2px 5px 2px 5px;
	text-decoration: none;
	font:17px 'Lato', sans-serif;
	color: #4c4843;
	font-weight: 300;
	line-height: 23px;
	text-transform: none;
	text-align: left;
	text-shadow: 0px 1px 0px #fff;
}
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Helpers
-------------------------------------------------------------- */
.b-relative
{
	position: relative;
}
.b-hide 
{
	display: none;
}
.blocker  
{
	display: block;
}
.b-inline
{
	display: inline;
}
.b-nobreak  
{
	white-space: nowrap;
}
.b-overflow 
{
	overflow: hidden;
}
.b-float
{
	float: left;
	_clear: right;
}
.b-floatr
{
	float: right;
	_clear: left;
} 
.clear
{
	clear:both;
	width:1px;
	height:1px;
	overflow:hidden;
}
.thin {font-family:'Colaborate-Thins', Georgia, serif;}
.regular {font-family:'Colaborate-Regulars', Verdana, sans-serif;}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

