body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 14px;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
select {
	margin-top: 5px;
	margin-bottom: 5px;
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #089203;
	background-image: url(../images/bg_tree.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}

.section {
	width: 900px;
	margin-right: 30px;
	margin-left: 30px;
	position: relative;
}
.section_sm {
	width: 730px;
	margin-right: 115px;
	margin-left: 115px;
}


.secTop {
	background-image: url(../images/secTop.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 13px;

}
.splash_btns {
	position: relative;
}

.secTop_sm {
	background-image: url(../images/secTop_sm.png);
	background-repeat: no-repeat;
	width: 730px;
	height: 13px;
}

.secHead {
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}

.secHead_sm {
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	width: 690px;
	text-align: center;
	padding-left: 20px;
}

.secHead_sm p{
	margin: 0px;
	color: #089203;
	font-weight: bold;
	font-size: 28px;
	text-shadow: 1px 1px 2px #666;
	width: 730px;
	
}
label {
	margin-right: 20px;

}


.secNum {
	width: 35px;
	float: left;
	background-image: url(../images/numBg.png);
	background-repeat: no-repeat;
	color: #626366;
	font-weight: bold;
	font-size: 27px;
	text-align: center;
	height: 35px;
	margin-right: 10px;
	padding-top: 6px;
}

.secTitle {
	color: #089203;
	font-weight: bold;
	font-size: 26px;
	bottom: 0px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 40px;
}
.secContent {
	clear: both;
	background-color: #FFF;
	padding-right: 40px;
	padding-left: 70px;
	background-image: url(../images/sec_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 790px;
	padding-bottom: 30px;
	padding-top: 10px;
}
#messages {
	position: absolute;
	left: 60px;
}
.msg {
	background-image: url(../images/msgBox.png);
	background-repeat: no-repeat;
	height: 330px;
	width: 750px;
	position: absolute;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	top: 0px;
	left: -10px;
	display: none;
	z-index: 1000;
}
.msg_sm {
	background-image: url(../images/provInfoBox.png);
	background-repeat: no-repeat;
	height: 252px;
	width: 307px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	display: none;
	position: absolute;
	top: 0px;
	left: 215px;
	z-index: 5000;
}
.msg p, .msg li  {
	font-size: 12px;
}
.msg h3, .msg_sm h3{
	font-size: 15px;
	color: #089203;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

.msg_sm h3 {
	background-image: url(../images/info_sm.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.closebtn {
	height: 12px;
	width: 60px;
	position: absolute;
	bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCC;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
	border: 1px solid #7EB839;
	left: 40px;
	cursor: pointer;
}



.secContent_sm {
	background-color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../images/sec_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 650px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
}


.secFooter {
	background-image: url(../images/secFoot.gif);
	height: 58px;
	width: 780px;
	padding-right: 100px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
	position: relative;
}
.lisns {
	background-image: url(../images/LISNS.png);
	height: 58px;
	width: 358px;
	position: absolute;
	top: 3px;
	right: 140px;
}


.secFooter_sm {
	background-image: url(../images/secBtm_sm.png);
	height: 66px;
	width: 610px;
	padding-right: 100px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 0px;
	position: relative;
}
#start_panel {
	background-image: url(../images/start_bg.png);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 63px;
	text-align: center;
	padding-top: 10px;
}
.startbtn {
	sheight: 34px;
	font-size: 18px;
	width: 207px;
	text-align: center;
	background-image: url(../images/btn_grn_2.png);
	padding-top: 10px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 34px;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
}

.tip {
	font-size: 13px;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 15px;
}


.cpanel {
	background-image: url(../images/bg_btm.png);
	height: 270px;
	width: 960px;
	background-repeat: no-repeat;
	position: relative;
	background-repeat: no-repeat;
}

h1 {
	margin: 0px;
	color: #089203;
	font-weight: bold;
	font-size: 28px;
	text-shadow: 1px 1px 2px #666;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
ul {
	list-style-position: outside;
	padding-left: 20px;
}
li {
	margin-bottom: 5px;
	margin-top: 5px;
}
.navbtn {
	background-image: url(../images/btn_grn_2.png);
	background-repeat: no-repeat;
	height: 34px;
	color: #FFF;
	font-size: 18px;
	width: 207px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}

.cra_logo {
	position: absolute;
	right: 50px;
	font-size: 11px;
	width: 250px;
	background-image: url(../images/cra_logo_bi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
	padding-bottom: 45px;
	bottom: 160px;
}


.rbtn {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
}
.lbtn {
	position: absolute;
	top: 50px;
	left: 50px;
}
#canMap {

}
.pgnavbar li .dim {
	background-image: url(../images/numBg_dim.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.infoBox {
	font-size: 12px;
	color: #089203;
	background-image: url(../images/provInfoBox.png);
	height: 262px;
	width: 307px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 30px;
}

.mapPanel {
	position: relative;
}

.pgnavbar {
	position: absolute;
	top: 128px;
	margin: 0px;
	padding: 0px;
}


.pgnavbar li{
	height: 44px;
	width: 42px;
	float: left;
	list-style-type: none;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.pgnavbar li a, .pgnavbar li p {
	height: 33px;
	width: 33px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 2px solid #000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/numBg.png);
	color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.pgnavbar li a:link, .pgnavbar li a:visited, .pgnavbar li a:hover, .pgnavbar li a:active {

}
.pgnavbar li a:hover {
	color: #00F;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
.pgnavbar li .smTxt {
	font-size: 11px;
	font-weight: normal;
}
.question {
	font-weight: bold;
	padding-top: 10px;
}
#proceed {
	background-image: url(../images/btn_white_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	height: 36px;
	position: relative;
	padding-top: 8px;
	width: 500px;
}
#proceed img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#pdfbtn {
	background-image: url(../images/btn_white_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	width: 522px;
	text-align: center;
	height: 36px;
	position: relative;
	padding-top: 8px;
}
#pdfbtn img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.button {
	background-color: #089203;
	width: 100px;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	cursor: pointer;
}
.error_msg {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}
#feedback {
	width: 800px;
	z-index: 1000;
	position: absolute;
	left: 50px;
	top: 0px;
	display: none;
}
#feedback_top {
	background-image: url(../images/msgBox_top.png);
	height: 47px;
	width: 800px;
}

#feedback h1 {
	padding-left: 0px;
}
.surveybtn {
	background-image: url(../images/btn_white_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
	width: 160px;
	text-align: center;
	height: 32px;
	position: relative;
	padding-top: 12px;
}
.surveybtn img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#feedback_mid {
	background-image: url(../images/msgBox_mid.png);
	width: 700px;
	background-repeat: repeat-y;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
}
#feedback_btm {
	background-image: url(../images/msgBox_btm.png);
	width: 800px;
	height: 46px;
}
#approvalmeter {
	position: absolute;
	right: 50px;
	top: 130px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	height: 40px;
	background-image: url(../images/seagull.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-top: 5px;
}
.langbtn {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.langtgl a {
	position: absolute;
	text-decoration: none;
	font-weight: bold;
	right: 10px;
	top: 35px;
	font-size: 14px;
}
.infolink {
	color: #00F;
	text-decoration: underline;
	cursor: pointer;
	display: inline;
}
#container_splash {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #040000;
	background-image: url(../images/splash_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	height: 868px;
}
.section_splash {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	color: #FFF;
}
.white {
	color: #FFF;
}
.shadower {
	text-shadow: 2px 3px 5px #000000;
}
.splash_title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 60px;
}


.centered {
	text-align: center;
}
#enbtn {
	position: absolute;
	left: 50px;
}
.splash_btns {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 100px;
}
#frbtn {
	position: absolute;
	right: 50px;
}
.fr_cpanel {
	background-image: url(../images/bg_btm_fr.png);
}

