@charset "utf-8";
/* CSS Document */

html, body,
a, img,
p,h1,h2,h3,h4,h5,h6,
ul,ol,li,
div,span,
fieldset, form, label, legend, textarea,
table, tbody, tfoot, thead, tr, th, td,
object, iframe
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style:none;
	font-family: inherit;
	font-size: 100%;
	color: inherit;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: 0;
}


/* --------------  reset list end ------------ */

body
{
	text-align: center;
	background: #efefef;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.container
{
	width: 980px;
	margin: 0 auto;
	background: url(images/body-bg.jpg) top left no-repeat;
	min-height: 590px;
	overflow: hidden;
	}
	
#headerBox
{
	padding: 25px ;
	text-align: center;
	}
.logoImg
{
	width: 515px;
	height: 80px;
	margin-bottom: 50px;
	}
#contentBox
{
	padding: 10px 0px 60px 0px;
	text-align: center;
	
	}
.threeColumnBox
{
	width: 325px;
	float: left;
	border-right: 1px dashed #ddd;
	overflow: hidden;	
	text-align: left;
	}
.rightColumn
{
	border: none;}
.leftColumn
{
		
		text-align: justify;}
.txtBoxInside
{
	padding: 0 20px;
	}
a
{
	color: #DF601B;
}
a img
{}
a:hover
	{
		color: #FF5200;
		text-decoration: underline;
		}
		
h1
{
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0px 0 35px 0;
	line-height: 140%;
	color:#363E43;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #fff;
	}
h1 strong
{
	color:#262C2F;}
h2
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0px 0 15px 0;
	line-height: 120%;
	color:#363E43;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #fff;
	}	
h2 strong
{
	color:#262C2F;}	

h3
{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 10px 0;
	line-height: 120%;
	color: #FF5200;

	}
	
h4
{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 5px 0;
	line-height: 120%;
	color:#1B1E1F;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	}
h4 a,
h4 a:hover
{	color:#1B1E1F;}
h4 img
{
	vertical-align: text-top;
	margin-right: 2px;}
h5
{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0px 0 25px 0;
	line-height: 120%;
	}
h6
{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 0 5px 0;
	line-height: 120%;
	}
	
p, ul, ol
{
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 140%;
	color:#545B60;
	font-family: Verdana, Geneva, sans-serif;
	}

ul li
{
	padding-bottom: 5px;	
	}	
	
/*-------- fix -----*/	
.clearFix
{
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	}