p{
	margin-bottom: 20px !important;
}
/*Links*/
a:link, a:visited 
{
	text-decoration: none;
	cursor: pointer;
	text-shadow:none;
}
a:hover, a:active 
{
	text-decoration: none;
	cursor: pointer;
	text-shadow:none;
}
/* Headers */
h1{
	margin: 0 0 10px 0;
	padding: 0;
	font: 36px 'Montserrat', sans-serif;
	color: #252525;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
h2{
	margin: 0 0 10px 0;
	padding: 0;
	font: 30px 'Montserrat', sans-serif;
	color: #252525;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
h3{
	margin: 0 0 10px 0;
	padding: 0;
	font: 24px 'Montserrat', sans-serif;
	color: #252525;
	font-weight: 400;
	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{
	width: 100%;
	list-style: none;
	padding: 0;
	margin:20px 0px 20px 0px;
	display: block;
}
ul li{
	background: url(../images/check.png) no-repeat 0 6px;
	font-style: normal;
	font-weight: normal;
	font:16px 'Montserrat', sans-serif;
	color:#656565;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	line-height: 24px;
	padding-left: 20px;
}

ol{
	width: 100%;
	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 'Montserrat', sans-serif;
	color:#656565;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	line-height: 10px;
	margin: 6px 0 20px 0px;
	padding:0;
}
blockquote{
	padding: 0px;
	background: url(../images/blockquote.png) top left no-repeat;
	font:italic 18px/24px 'Muli', sans-serif;
	color: #656565;
	font-style: italic;
	margin-bottom: 18px;
	margin-top: 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;}

.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
}

