body
{
	font-size: 14px; 
	font-family:"Raleway", "Lato",serif;
	color:#626262;
}
p{
	margin-bottom: 15px;
	text-decoration: none;
	font: 14px/21px "Raleway","Lato",sans-serif;
	color: #4a4a4a;
	text-transform: none;
	text-align: left;
}
/*Links*/
a {	text-decoration: none; }
.content a { border-bottom: 1px dotted #345e2c; }
a img {border:0;}
a:link, a:visited {
	color: #345e2c;
}
a:hover, a:active {
	color: #000;
}
.content a:link,
.content a:visited {
	color: #345e2c;
	text-decoration: none;
}
.content a:hover,
.content a:active,
.content a:focus {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
}
/* Headers */
h1,h2,h3,h4,h5,h6 {font-weight:normal;margin-bottom:10px;font-family:"Times New Roman", Times, serif;color:#295f24;}
h1{	font-size:36px;}
h2{	font-size: 30px;}
h3{	font-size: 18px;}
h4{	font-size: 16px;}

/* HTML Elements */
dfn         { font-weight: bold; }
sup, sub    {  }

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; }

blockquote{
	background: url(../images/quotes.png) no-repeat top left;
	font: italic 18px/28px "Times New Roman", Times, serif;
	padding-left: 20px;
}

/* lists */

ul{
	list-style: none;
	padding: 0;
	margin:20px 0px 20px 0px;
    display: table;
}
ul li{
	background: url(../images/check2.png) no-repeat;
	font: 14px "Raleway","Lato",sans-serif;
	line-height:21px;
	color: #4a4a4a;
	text-transform: none;
	text-align: left;
	margin: 0 0 10px;
	padding-left:20px;
}

ol{
    display: table;
	padding: 0 0 0 25px;
	margin:20px 0px 20px 0px;
	list-style-type: decimal;
}
ol li{
	font: 14px "Raleway","Lato",sans-serif;
	color: #4a4a4a;
	text-transform: none;
	text-align: left;
	margin: 0 0 10px;
	padding:0;
}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 18px; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px;}
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;}
