/* CSS
Author: GILLAN E SOLUTIONS
Created: 19-09-2013
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ul ,ol {
	margin-bottom:15px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#a0a1a2;
	text-decoration: none;
	line-height: 18px;
}
p {
	margin-bottom: 15px;
}
a {
	color: #558ed5;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family:"Myriad Pro Cond";
	font-weight:normal;
	font-size:30px;
	color:#3f68e1;
	margin-bottom:15px;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/ 
.left {
	float: left;	
} 
.right {
	float: right;	
}
.background-none {
	background: none !important;
}
/*
-------------------------------------------------------------- 
WRAPPER STYLES
-------------------------------------------------------------- 
*/ 
.wrapper {
	width: 1118px;
	margin:0 auto;
}
/*
-------------------------------------------------------------- 
HEADER STYLES
-------------------------------------------------------------- 
*/
.header-area {
	float:left;
	background: #4169e1 url(images/bg-header-area.jpg) no-repeat top center;
	width:100%;
	height:170px;
}
.header-div {
	float:left;
	background: #4169e1 url(images/bg-header-area.jpg) no-repeat top center;
	width:1103px;
	padding: 0 59px 0 56px;
	height:170px;
}
.logo {
	width:572px;
	height:148px;
	margin:22px auto 0 auto;
}

/*
-------------------------------------------------------------- 
CONTENT STYLES
-------------------------------------------------------------- 
*/
.content-cover {
	float:left;
	background: #efefef url(images/bg-content-cover.gif) repeat-x top;
	width:100%;
	min-height:733px;
}
.content-area {
	float:left;
	background: url(images/bg-content-area.png) no-repeat top center;
	width:1103px;
	padding: 0 59px 0 56px;
}
.content-div {
	float:left;
	background: #ffffff url(images/bg-content-div.gif) repeat-x top;
	width:1103px;
	padding-top:11px;
}
.heading-div {
	float:left;
	background: url(images/bg-heading-div.gif) no-repeat top center;
	width:1103px;
	height:79px;
	line-height:79px;
	text-align:center;
	margin-bottom:15px;
}
ul {
	float:left;
	list-style:none;
	background:#fff;
	padding-top:1px;
}
ul li {
	background:#4169e2 url(images/bg-li.gif) repeat-x bottom;
	display:block;
	width:221px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	padding:10px 0 11px 13px;
	margin:0 1px 0 1px;
}
ul li a {
	display:inline-block;
	color:#fff;
}

table {
	float:left;
	width:100%;
	color:#000;
	border-spacing:0px;
}
.black-box {
	background: #000 url(images/bg-border.gif) repeat-y right top;
	width:236px;
	height:93px;
	line-height:93px;
	color:#f5f5f5;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	padding-left:10px;
}
.grey-box {
	background: url(images/bg-border.gif) repeat-y right top;
	width:51px;
	border-bottom:1px solid #e1e1e1;
	padding-right:2px;
}
td.bg-img {
	background: url(images/hand-icon.png) no-repeat 30px 45px;
}

a.bg-img1 {
	background: url(images/hand-icon.png) no-repeat 0px 0px;
}
