body{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
}
.homeheader{
	background-image:url(../img/wave.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:310px;
	min-width:1001px;
}
.center{
	width: 1001px;
	position:relative;
	margin:0 auto;
}
.logo{
	margin:0 auto;
	padding-top:17px;
	width: 466px;
}
.clear{
	display:block;
	clear:both;
}
.menu{
	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	background-image:url(../img/m-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	margin:0 auto;
	margin-top:18px;
	box-shadow: 0px 0px 3px #888;
}
.menu .div{
	border-right: 1px dotted #999;
}
.menu a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#2d3f55;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:7px 16px 7px 16px;
	float:left;
}
.menu a:hover, .menu a.active{
	background-image:url(../img/m-bg-a.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 31px;
	font-weight:normal;
	margin-top:0px;
	color:#000;
}
.homelogos{
	background-image:url(../img/logos-bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:156px;
}
.homearrow{
	background-image:url(../img/arrow.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
.content{
	background-image:url(../img/content-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.content-inner{
	background-image:url(../img/content-inner-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
.contentpadding{
	padding:60px;
	padding-bottom: 30px;
}
.logosdiv{
	width: 166px;
	background-image:url(../img/logos-div.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-align: center;
}
a{
	color:#71b1e4;
}
.footer{
	border-top: 1px solid #f3f3f3;
	line-height: 40px;
}
.footerleft{
	float:left;
	width: 400px;
}
.footerright{
	float:right;
	width: 400px;
	text-align:right;
}
.leftmenu{
	display:block;
	padding: 8px;
	background-color:#f3f3f3;
	color:#000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.leftmenu:hover{
	background-color:#fff;
	color: #4bb2c1;
}
.leftmenu-a{
	display:block;
	padding: 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background-color:#fff;
	color: #4bb2c1;
	font-weight: bold;
}
.input{
	padding:3px;
	border:1px solid #c3c3c3;
	width: 99%;
}
.txtarea{
	height: 90px;
}
hr{
border: 0px;
margin: 25px 0;
height: 1px;
background: #7d7d7d;
background: -webkit-gradient(linear, 0 0, 100% 0, from(#e9e8e9), to(#e9e8e9), color-stop(50%, #7d7d7d));
}
/***FOR FRAMEWORK*********************************************/

#xi-fader {
	z-index:998;
	position:fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	display:none;
	background-image:url(../js/images/fader.png);
}

#xi-lightbox {
	z-index:999;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	display:none;
	overflow:hidden;
}

#xi-lightbox-window {
	margin-top:40px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
/********************************************************/