﻿/*fck start*/

body {
	/*background-color: #cdcdce;*/
	background:#02507D url(/web/design/images/body-bg-gb.png) repeat top left;
	background-color:expression("#02476f");
	padding-top: 10px;
	font-size: 12px;
	color: #4c4c4c;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	
}
.canvas {
	width: 848px;
	margin: 0 auto;
	overflow:hidden;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 0;
	height: 1px;
}

/* Default links */
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/*Content*/
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
h1, h4 {
	font-weight: 700;
}
h1 {
	font-size: 28px;
	color: #07305C;
	margin-bottom: 5px;
	/*padding-top: 28px;*/
}
h2 {
	font-size: 16px;
	color: #fff;
}
h3 {
	font-size: 14px;
	color: #367fa0;
}
h4 {
	font-size: 13px;
	color: #fff;
}
h5 {
	font-size: 11px;
	color: #367fa0;
}
h6 {
	font-size: 11px;
	color: #4c4c4c;
}
strong {
	font-weight: 700;
}
/*fck end*/
.mainCont, .footer {
	width: 848px;
	margin: 0 auto;
	background:#ffffff;
	/*background-color: #c4e5fb;*/
	/*background-image: url("/web/design/images/bg-y.png" );
	background-repeat: repeat-y;*/
}

.mainCont
{
	margin-top:-3px;
	padding-top:0px;
}

.leftCont
{
	width:180px;
	margin-left:4px !important;
	/*margin-left:10px;*/
	background:#EDEDED;	
	min-height: 230px;
	height: auto !important;
	height: 230px;
}

.rightCont {
	float: right;
	width:180px;
	background:#6BA7C0;
	margin-right:4px !important;
	margin-right:4px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding-left: 0px;
	padding-right: 0px;
}

.mainRight {
	width: 625px !important;
	width: 640px;
	min-height: 228px;
	height: auto !important;
	height: 228px;
	float: right;
}
.contentCont {
	min-height: 228px;
	height: auto !important;
	height: 228px;
	width: 380px;
}

.lhs{
	color:#fff;
	padding: 10px;
}
.rhs
{
	color:#fff;
	padding: 10px;
}
.clearFix {
	line-height: 0px;
	clear: both;
	height:0;
	overflow:hidden;
}



input.submitBtn {

		cursor:pointer;
		background:transparent url(/web/design/images/submit-bg.png) repeat-x;

		border:none;
}
