/* CSS Document */
body {
	margin:0;
	padding:0;
	background:url(../images/body_bckgrd.gif) repeat-x left top;
	font-family:Arial;
	font-size:12px;
}

#mainContainer {
	width:850px;
	margin:0 auto;
}

a{border:0; text-decoration:none;}
a:hover{text-decoration:underline;}

img{border:0;}

/* header styles starts */
#header{
	width:100%;
	height:105px;
	margin:0;
	padding:0;
}
#header .logo{
	float:left;
	width:165px;
	height:81px;
	margin-top:25px;
}
#header .channelPartner{
	float:right;
	width:200px;
	height:71px;
	margin-top:25px;
}
/* header styles ends */

/* masthead styles starts */
#mastHead{
	background:url(../images/mastHead.jpg) no-repeat left top;
	width:850px;
	height:250px;
	margin:15px auto 0;
	padding:0;
}
#mastHead .trainingSynopsis{
	width:432px;
}
#mastHead .trainingSynopsis h1{
	font-size:19px;
	color:#FFFFFF;
	margin-left:17px;
	padding-top:12px;
}
#mastHead .trainingSynopsis .text{
	line-height:20px;
	margin:0 5px 0 17px;
}
/* masthead styles ends */

/* content styles starts */
#content{
	width:850px;
	margin:10px auto 0;
	padding:0;
}
#content .left{
	float:left;
	width:425px;
	padding:0;
	min-height:160px;
}
#content .right{
	float:right;
	width:420px;
	min-height:160px;
	padding:0;
}
#content .left .text, #content .right .text{
	background:url(../images/tick-bulltets.png) left top no-repeat;
	line-height:20px;
	padding:17px 5px 0 32px;
}
/* content styles ends */

/* education center styles starts */
#educationCenter{
	clear:both;
	background:url(../images/flagBanner_bckgrd.png) no-repeat left top;
	width:850px;
	height:155px;
	margin:0 auto;
	padding:0;
}
#educationCenter .left{
	float:left;
	width:425px;
	padding:0;
	min-height:180px;
}
#educationCenter .right{
	float:right;
	width:420px;
	min-height:180px;
	padding:0;
}
#educationCenter .left h1, #educationCenter .right h1{
	font-size:19px;
	color:#49B60D;
	padding:20px 28px 0 0;
	text-align:right;
}
#educationCenter .left .button, #educationCenter .right .button{
	float:right;
	background:url(../images/button_bckgrd.png) left top no-repeat;
	font-size:17px;
	color:#ffffff;
	text-align:center;
	width:202px;
	height:34px;
	margin:0 27px 0 0;
	border:0;
	cursor:pointer;
}
#educationCenter .left .text, #educationCenter .right .text{
	clear:both;
	font-size:15px;
	color:#6F8E02;
	font-weight:bold;
	text-align:right;
	padding:10px 30px 0 0;
}
/* education center styles ends */

/* footer styles starts */
#footer .left{
	float:left;
	width:425px;
	padding:0;
	min-height:200px;
}
#footer .register .button{
	float:left;
	background:url(../images/button_register.png) left top no-repeat;
	font-size:0px;
	color:#ffffff;
	text-align:center;
	width:237px;
	height:57px;
	margin:10px 0 0 90px;
	border:0;
	cursor:pointer;
}
#footer .contacts {
	float:right;
	font-size:18px;
	color:#003E53;
	text-align:left;
	width:430px;
	margin:-10px 0 0 0;
}
#footer .contacts .mail {
	background:url(../images/contact_email.png) left top no-repeat;
	padding:14px 0 15px 45px;	
}
#footer .contacts .mail a {
	color:#003E53;
	text-decoration:none;
}
#footer .contacts .mail a:hover {
	color:#003E53;
	text-decoration:underline;
}
#footer .contacts .phone {
	background:url(../images/contact_phone.png) left top no-repeat;
	padding:14px 0 15px 45px;	
}
#footer .copyright {
	clear:both;
	float:right;
	margin:55px 0 10px;
	font-size:12px;
	color:#666;
	text-align:right;	
}
/* footer styles ends */
