body
{
	font-size: 14px; 
	line-height:24px;
	font-family:"Raleway", "Lato",serif;
	color:#626262;
}
p{
	margin:4px 0px 30px 0px;
	padding: 0px;
	text-decoration: none;
	font: 14px "Raleway","Lato",serif;
	color: #626262;
	font-weight: 300;
	line-height: 26px;
	text-transform: none;
	text-align: left;
}
/*Links*/
a:link, a:visited 
{
	font: 14px "Raleway","Lato",serif;
	color: #30a4e7;
	font-weight: 300;
	line-height: 26px;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}
a:hover, a:active 
{
	text-decoration: underline;
	color: #30a4e7;
}
/* Headers */
h1{
	margin-top:10px;
	margin-bottom:10px;
	padding: 0px;
	text-decoration: none;
	font: 38px "Raleway","Lato",serif;
	color: #202020;
	font-weight: 600;
	line-height: 48px;
	text-transform: uppercase;
	text-align: left;
}
h2{
	margin:0px;
	padding: 0px;
	text-decoration: none;
	font: 24px "Raleway","Lato",serif;
	color: #202020;
	font-weight: 400;
	line-height: 34px;
	text-transform: none;
	text-align: left;
}
h3{
	margin-top:20px;
	margin-bottom:20px;
	padding: 0px;
	text-decoration: none;
	font: 17px "Raleway","Lato",serif;
	color: #202020;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	text-align: left;
}
h4{
	margin:0px;
	padding: 0px;
	text-decoration: none;
	font: 14px "Raleway","Lato",serif;
	color: #202020;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
}
p{
	margin:4px 0px 30px 0px;
	padding: 0px;
	text-decoration: none;
	font: 14px "Raleway","Lato",serif;
	color: #626262;
	font-weight: 300;
	line-height: 26px;
	text-transform: 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{
	width: 100%;
	list-style: none;
	padding: 0;
	margin:20px 0px 20px 0px;
	display: block;
}
ul li{
	list-style: none;
	margin-bottom:15px;
	padding-left:25px;
	display: block;
	background:url(../images/check.png) no-repeat;
	font: 14px "Raleway","Lato",serif;
	color: #626262;
	font-weight: 300;
	text-transform: none;
	text-align: left;
}

ol{

	padding: 0 0 0 25px;
	list-style-type: decimal;
	margin-top: 15px; 
	margin-bottom:15px;
}
ol li{
	font: 14px "Raleway","Lato",serif;
	color: #626262;
	font-weight: 300;
	margin-bottom: 10px;
	
	
}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 18px; width:100%; }
th          { font-weight: bold; }
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;}
