body{
	min-width: 880px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px;
	margin:0px;
	margin-top: 0px;
	font-size: 9pt;
	background: url('images/pbg.png') repeat-x;

}

h1{
	font-weight: bold;
	font-size: 12pt;
}

#maincontainer{
	margin:0px auto;
	padding: 0px;
	width: 880px;
}

#header{
	margin: 0px auto;
	padding: 0px;
	width: 880px;
	height:145px;
	background: url('images/header.png') no-repeat;
}

#ccoder{
	position: absolute;
	padding-left: 740px;
	top: 15px;
	width: 110px;	
	height: 110px;
}

#nav{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 880px;
	height:53px;
	background: url('images/nvfbg.png') no-repeat;
}

#nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}

#nav li{
	display: inline;
	padding: 0px;
	float: left;
	width: 140px;
	height: 53px;
}

#nav li a{
	display: block;
	width: 140px;
	height: 53px;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	font-family: Segoe UI,Trebuchet MS,sans-serif;
	text-decoration: none;
	text-align: center;
	line-height: 53px;
	background: url('images/nvg.png') no-repeat;
}

#nav li a:hover{
	color: #fff;
	text-decoration: none;
	background: url('images/nvga.png') no-repeat;
}

#nav li a.active{
	color: #fff;
	text-decoration: none;
	background: url('images/nvgo.png') no-repeat;
}

#main{
	float: left;
	width: 880px;
	padding: 0px;
	margin: 0px auto;
	background: url('images/mbg.png') repeat-y;
	z-index: 1;
}

#mbanner{
	margin: 0px auto;
	width: 770px;
	height: 225px;
	padding: 10px 0px 20px 0px;
}

#main p{
	margin: 0px;
	padding: 5px 10px 5px 25px;
	font-size: 9pt;
	font-family:Arial,Helvetica,sans-serif;
	line-height: 1.7em;
	text-align: justify;
	color: #333;

}

#main p.emph{
	font-family: Segoe UI,Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #111;
	font-weight: bold;
	font-size: 10pt;
}

#main p.title{
	font-family: Segoe UI,Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 14pt;
}

#main p a{
	font-size: 9pt;
	color: #060d6d;
	text-decoration: none;
	font-weight: bold;
}

#main p a:hover{
	text-decoration: underline;
}

#main p.sign{
	font-size: 14pt;
	text-align: left;
	color: #003366;
	font-weight: bold;
	line-height: 1.7em;
	font-style: italic;
}

#main p.btn{
	margin: 0px auto;
	padding: 0px;
	width: 350px;
	text-align: center;
	background: url('images/button.png') no-repeat;
	color: #003366;
	font-weight: bold;
	line-height: 70px;
	}

#main p.btn a{
	color: #003366;
	text-decoration: none;
}

#main p.btn a:hover{
	color: #003366;
	text-decoration: underline;
}

#col1{
	width: 600px;
	float: left;
	}

#col1 ul{
	margin: 0px;
	padding: 10px 20px;
	}

#col1 li{
	list-style: none;
	background: url('images/bullet.png') no-repeat 0% 20%;
	padding: 5px 25px;
	font-size: 9pt;
	color: #111;
	text-align: justify;
	line-height: 1.5em;
}

#col1 p.lbl{
	width: 570px;
	padding: 10px 15px 10px 30px;
	margin: 0px;
	color: #333;
	font-size: 9pt;
	font-family: Arial, sans-serif;
	height: 30px;
}

#col1 p.det{
	width: 570px;
	padding: 10px 15px 10px 30px;
	margin: 0px;
	color: #333;
	font-size: 9pt;
	font-family: Arial, sans-serif;

}

#col1 input.text{
	color: #333;
	font-size: 9pt;
	font-family: Arial,sans-serif;
	border: none;
	background: none;
	width: 222px;
	height: 30px;
	padding: 5px 5px 0px 5px;
	margin-top: 0px;
	background: url('images/txtbg.png') no-repeat 0% 0%; 
}



#col1 input.stext{
	color: #333;
	font-size: 9pt;
	font-family: Arial,sans-serif;
	border: none;
	width: 60px;
	height: 30px;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	background: url('images/stxtbg.png') no-repeat left top; 
}

#col1 textarea{
	color: #333;
	font-size: 9pt;
	font-family: Arial,sans-serif;
	width: 232px;
	height: 120px;
	padding: 5px 5px;
	margin: 0px;
	border: none;
	background: url('images/txtabg.png') no-repeat left top; 
}

#col1 input.button{
	width: 150px;
	height: 40px;
	background: url('images/btnbg.png') no-repeat left top; 
	font-family: Segoe UI,Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	border: none;
	text-align: center;
	cursor: pointer;
}
	

.txtlbl{
	width: 220px;
	padding:0px 30px 0px 10px;
	margin: 0px;
	float: left;
	text-align: right;
	font-weight: bold;
	height: 30px;
}

#col2{
	width: 270px;
	float: right;
	padding-right: 10px;
}

#col2 p{
	padding: 5px 20px 5px 10px;
	text-align: right;
}

.bltp{
	width: 205px;
	height: 15px;
	line-height: 15px;
	margin: 0px auto;
	padding: 0px;
	background: url('images/bltop.png') no-repeat;
}

.blbtm{
	width: 205px;
	height: 40px;
	line-height: 40px;
	margin: 0px auto;
	padding: 0px;
	background: url('images/blbtm.png') no-repeat;
}

.blmid{
	width: 205px;
	margin:0px auto;
	padding: 0px;
	background: url('images/blbg.png') repeat-y;
	
}

.blmidtxt{
	font-size: 9pt;
	color: #111;
	padding: 5px 10px;
	line-height: 1.5em;
	text-align: left;
}

.blmidtxt a{
	font-size: 9pt;
	color: #060d6d;
	text-decoration: underline;
}
.blbtmtxt{
	width: 205px;
	margin: 0px auto;
	font-size: 9pt;
	color: #111;
	padding: 5px 10px;
	line-height: 1.3em;
	text-align: right;
	font-weight: bold;
}

.blbtmtxt a{
	font-size: 9pt;
	color: #111;
	text-decoration: none;
}

.blbtmtxt a:hover{
	color: #111;
	text-decoration: underline;
}


#pftp{
	width: 205px;
	height: 55px;
	line-height: 55px;
	margin: 0px auto;
	padding: 0px;
	background: url('images/pftp.png') no-repeat;
}

#pfbtm{
	width: 205px;
	height: 20px;
	line-height: 20px;
	margin: 0px auto;
	padding: 0px;
	background: url('images/pfbtm.png') no-repeat;
}

#pfmid{
	width: 205px;
	margin: 0px auto;
	background: url('images/pfbg.png') repeat-y;
	padding: 0px;

}

#pfmidtxt{
	padding: 5px 20px;
	}

#pfmidtxt p{
	color: #333;
	width: 140px;
	text-align: left;
	padding:5px 10px 5px 10px;
	border-bottom: 1px dotted #57d2fb;
}

#pfmidtxt p a{
	text-decoration: none;
	color: #333;
	text-align: left;
}

#pfmidtxt p a:hover{
	text-decoration: none;
	color: #060d6d;
}

.pfmid ul{
	padding: 0px;
	}

.pfmid li{
	list-style: none;
	}

.pfmid li a{
	display: block;
	width: 180px;
	text-align: left;
	color: #333;
	font-size: 9pt;
	border-bottom: 1px dotted #57d2fb;
	text-decoration: none;
	line-height: 1.5em;
}

#tgallery{
	padding: 0px;
	margin: 0px;
	clear: both;
}

#tgallery ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	//width: 560px;
	display: inline;
}

#tgallery li{
	list-style-image: none;
	background: none;
	display: block;
	float: left;
	//width: 260px;
	text-align: center;
}
#footer{
	clear: both;
	width: 880px;
	padding: 0px;
	margin: 0px auto;
	background: url('images/mbg.png') repeat-y;
	text-align: center;
}

#footer p{
	margin: 0px;
	clear: left;
	font-family: Arial,Helvetica,sans-serif;
	padding: 20px 10px 5px 10px;
	line-height: 1em;
	text-align: center;
	font-size: 9pt;
	color: #444;
}

#footer ul{
	list-style: none;
	padding: 10px 150px;
	margin: 0px auto;
	text-align: center;
}

#footer li{
	display: inline;
	float: left;
	padding: 0px;
}

#footer li a{
	display: block;
	width: 100px;
	line-height: 20px;
	color: #333;
	font-size: 8pt;
	border-right: 1px dotted #666;
	text-decoration: none;
}

#footer li a.first{
	border-left: 1px dotted #666;
}

#footer li a:hover{
	color: #060d6d;
	text-decoration: none;
}

#footer li a.active{
	color: RGB(197,35,42);
	text-decoration: none;
}
