﻿/*********************************************************/
/** Designed by CLOUD ONE DESIGN. www.cloud1design.com  **/
/*********************************************************/

h1 
{
	margin-top: 0px;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #186a86;
	border-bottom: solid 1px;
}
h1 span 
{
	color: #efd857;
}
h2 
{
	font-size: 22px;
	font-weight: normal;
}
h4 
{
	font-size: 16px;
	color: #186a86;
	font-weight: normal;
	text-transform: uppercase;
	
}
ul 
{
	margin-left: 18px;
}
ul li 
{
	list-style-type: none;
	list-style-image: url(Images/arrow-ul.png);
	vertical-align: bottom;
}
a 
{
	color: #008bff;
	text-decoration: underline;
}
a:hover 
{
	color: #176a86;
	text-decoration: underline;
}
hr 
{
	height: 3px;
	border-bottom-style: solid;
	border-bottom: 3px #176a86;
	margin: 6px 0;
}