@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#838383;
	font-size:14px;
}

body{
	margin:0px auto;
	padding:0px;
	text-align:center;
	/*background:url(../img/adminbody.gif) top repeat-x;*/
	background-color:#9dc1d0;
}

a{
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	color:#ac7300;
	text-decoration:underline;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img{
	border:0px;
}

h1{
	color:#0c285e;
	background:url(../img/h1-bg.gif) left bottom no-repeat;
	font-weight:normal;
	font-size:22px;
	padding-bottom:5px;
	margin-bottom:10px;
}
h2{	
	color:#ac7300;
	font-weight:bold;
	font-size:16px;
	margin-top:20px;
}

h3{
	color:#0c285e;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
}
#Container{
	margin:0px auto;
	padding:0px;
	width:1004px;
	text-align:left;
	height:auto;
}

#Wrapper{
	width:100%;
}

#Header{
	margin:0px;
	height:178px;
	width:1004px;
	background-color:#000000;
}

.top-link{
	height:21px;
	padding-top:5px;
	padding-right:100px;
}

.top-link p{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}
#Main-Navi{
	width:837px;
	height:40px;
	background:url(../img/navi1.gif) no-repeat;
	padding:30px 75px 0px 92px;
}

#Main-Navi ul{
	list-style:none;
	text-decoration:none;
	
}

#Main-Navi li{
	float:left;
	display:inline;
	margin-right:14px;
}

#Main-Navi span{	
	display:none;
}

/*---Main-Navi Links---*/

.nav1 a{
	float:left;
	background:url(../img/home.gif) no-repeat;
	margin:0px;
	height:26px;
	width:56px;
}

.nav1 a:hover, .nav1-on{
	float:left;
	background:url(../img/home-over.gif) no-repeat;
	height:26px;
	width:56px;
}

.nav2 a{
	float:left;
	background:url(../img/association.gif) no-repeat;
	margin:0px;
	height:26px;
	width:130px;
}

.nav2 a:hover, .nav2-on{
	float:left;
	background:url(../img/association-over.gif) no-repeat;
	height:26px;
	width:130px;
}

.nav3 a{
	float:left;
	background: url(../img/clientservices.gif) no-repeat;
	margin:0px;
	height:26px;
	width:128px;
}

.nav3 a:hover, .nav3-on{
	float: left;
	background:url(../img/clientservices-over.gif) no-repeat;
	height:26px;
	width:128px;
}

.nav4 a{
	float:left;
	background:url(../img/membership.gif) no-repeat;
	height:26px;
	width:108px;
}

.nav4 a:hover, .nav4-on{
	float:left;
	background:url(../img/membership-over.gif) no-repeat;
	height:26px;
	width:108px;
}

.nav5 a{
	float: left;
	background:url(../img/career.gif) no-repeat;
	height:26px;
	width:178px;
}

.nav5 a:hover, .nav5-on{
	float:left;
	background:url(../img/career-over.gif) no-repeat;
	height:26px;
	width:178px;
}

.nav6 a{
	float:left;
	background:url(../img/links.gif) no-repeat;
	height:26px;
	width:50px;
}

.nav6 a:hover, .nav6-on{
	float:left;
	background:url(../img/links-over.gif) no-repeat;
	height:26px;
	width:50px;
}

.nav7 a{
	float:left;
	background:url(../img/contactus.gif) no-repeat;
	height:26px;
	width:96px;
}

.nav7 a:hover, .nav7-on{
	float:left;
	background:url(../img/contactus-over.gif) no-repeat;
	height:26px;
	width:96px;
}

/*---end Main Navi Links----*/
#Content{
	margin:0px auto;
	width:837px;
	height:auto;
	/*background:url(../img/bg-content2.gif) repeat-y;*/
	padding:0px 75px 0px 92px;
}


#AreaRight{
	float: left;
	width:219px;
	margin:0px;
	height:auto;
	padding:10px 25px 0px 25px;
}

#AreaLeft{
	float:left;
	/*width:567px;*/
	width:100%;
	height:auto;
	margin-top:20px;
}

#Content-Footer{
	margin:0px auto;
	width:837px;
	height:auto;
	background:url(../img/bg-content2.gif) repeat-y;
	padding:100px 75px 30px 92px;
}

#Footer{
	background:url(../img/footer-bg.gif) top no-repeat;
	width:556px;
	padding-top:3px;
}

#Footer ul{
	list-style:none;
}

#Footer li{
	float:left;
	display:inline;
	margin-right:10px;
}

#Footer li a{
	text-decoration:none;
	font-size:11px;
}
/*---Area Settings--*/

.right{
	float:right;
}

.left{
	float:left;
}
.clear{
	clear:both;
}

.mB10{
	margin-bottom:10px;
}

.mB20{
	margin-bottom:20px;
}

.mR10{
	margin-right:10px;
}

.txtinput{
height:16px;
margin: 2px 0 3px 0;
font-size:14px;
border: 1px #270403 solid;
padding:3px;
}

.txtarea{
margin: 2px 0 3px 0;
font-size:14px;
border: 1px #270403 solid;
padding:3px;
}
