@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
/*	letter-spacing:1px;*/
	background-image:url(../images/mapboss.jpg);

	}

.wrapper {
	padding-bottom:0px;	
	width:980px;
	height:auto;
	margin:auto;

	
}
#page{
	padding-bottom:20px;
	border:#CCCCCC 1px solid;	
	width:980px;
	height:auto;
	margin:0;
	background-color:#FFFFFF;
	float:left;
}

#footer {
	padding:5px;
	border:#CCCCCC 1px solid;	
	width:970px;
	height:auto;
	margin-top:10px;
	background-color:#FFFFFF;
	color:#666666;
	font-size:10px;
	float:left;
	text-align:center;}

#rate {
	width:300px;
	height:auto;
	background-color:#CCCCFF;}
	
#header {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:0px;
	width:980px;
	height:180px;
	}

	
#nav {
	margin-top:0px;
	margin-left:0px;
	width:1024px;
	height:30px;
	float:left;

	}
/*small curved div*/
#sidenav {

	width:150px;
	height:auto;
	padding:15px;
	margin-top:0px;
	margin-left:20px;
	float:left;
	display:inline;
	border:#e6e6e6 1px solid;
	background-color:#f9f9f9;
}
.collapsus {
	border-collapse: collapse;
	}
	

#imagediv {
	
	width:100px;
	height:75px;
	padding-right:30px;
	margin-top:15px;
	overflow:hidden;
	
	}

#centercontent  {
	
	width:500px;
	padding:20px;
	height:auto;
	margin-left:15px;
	margin-top:0px;
	
	float:left;
	display:inline;
	border:#e6e6e6 1px solid;
	
	}

	
/*full width curved div */
#maincontent  {
	
	width:658px;
	padding:20px;
	height:auto;
	margin-left:0px;
	margin-top:8px;
	
	float:left;
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	
	}
#mainCurvedtop {

	width:700px;
	height:auto;
	margin-top:30px;
	margin-left:40px;
	float:left;
	background-image:url(../images/bigcurvetop.gif);
	background-position:top;
	background-repeat: no-repeat;
}	

#mainCurvedbottom {
	margin-top:0;
	width:700px;
	height:8px;
	margin-left:0px;
	float:left;
	background-image:url(../images/bigcurvebtm.gif);
	background-position:bottom;
	background-repeat: no-repeat;

}

/*small curved div*/
#smlcontainer {

	width:163px;
	padding:20px 10px 20px 10px;
	height:auto;
	margin-top:0px;
	margin-left:15px;
	float:left;
	display:inline;
	border:#e6e6e6 1px solid;
	
}


#smlcontent  {
	
	width:178px;
	padding:20px 10px 20px 10px;
	height:auto;
	margin-left:0px;
	margin-top:8px;
	float:left;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;

	}

input.formField{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	border:solid 1px #B9AEC6;
	width:270px;
	
}

hr {
	height:1px;
	color:#006600;
	}