@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

body {

	background-image: url(../images/body-bg.jpg);
    width:100%
	font-size:12px;
	color: #ffffff;
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:repeat-x;
	font-family:"Lucida Grande", Arial, sans-serif;
	margin:4px;
}
/*.content {
	position:fixed;
	margin-top: 4px;
	width:961px;
}
.content-text {
  font-size: 12px;
	color: #ffffff;
	font-family: , Arial, sans-serif;
	font-weight:normal;
	text-align:justify;

}*/
#homeslides {
	width: 942px;
	height: 588px;
	overflow: hidden;
	float:left;
}
#homecopy {
	position: absolute;
	width: 360px;
	z-index: 99;
	font-size: 12px;
	float:right;
	padding-left:60px;
	padding-top:10px;
}


.contenthome {
	width: 944px;
	height: 475px;
	background:url(../images/content-home.jpg) top left no-repeat;
	margin: 0 auto;
	position:relative;
	float:left;
}
.white-text{
	position:absolute;
	top: 210px;
	font-size: 12px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	float:left;
}
.white-inner{
	font-size: 12px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:normal!important;
}
.img-bdr{
 border:#FFFFFF 1px solid;

}
.heading{
 font-size: 22px;
 color:#FFFFFF;
 font-weight:bold!important;
 }

.inner-bg{
     
	 background-color:#edf0f2;
	width: 944px;
	height: 114px;
	border:#e3e7ea 6px solid;
	
	margin: 0 auto;
}
.footer-bg{
     background:url(../images/footer-bg.jpg) top repeat-x;
	width: 944px;
	height: 114px;
	border:#e3e7ea 6px solid;
	border-top:none;
	margin: 0 auto;
}
.footer-text{
font-family:font-family: "Lucida Grande", Arial, sans-serif;
font-size:11px;
color:#99a9c6;
}
.grey-text{
font-family:font-family: "Lucida Grande", Arial, sans-serif;
	font-size:11px;
	color:#a5a6a7;
}
a{
color:#022056;
font-size:11px;
font-weight:normal;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
