/*Element Styles*/
a {
	color: #f60; 
	text-decoration: underline;
}

a:hover {
	color: #f60; 
	text-decoration: none;
}

a.image, a.image:hover  {
	border:0;
}

* {
	padding:0;
	margin:0;
}

/*Div Styles*/

.componentheading{
    color: #A2BF06;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
body {
font:12px Arial, sans-serif;
background:#b5d135;

}
.top{
background:url(../images/body_bg.gif) repeat-x top left #fff;
}
.wrapper {
	width:1000px ;
}
.city{

background:url(../images/reapet_city.gif) repeat-x top center;
}
.logo{
padding:20px 0 20px 100px;
margin: 0px auto;
width: 260px;
position: relative;
top: -250px;
}
.footer_bg{
background:url(../images/footer_rp.png) repeat-x bottom left;
_background:url(../images/footer_rp.gif) repeat-x bottom left;
height: 170px;
width: 100%;
}
.top_nav{
background:url(../images/top_nav.gif) no-repeat top left;
width:236px;
height:36px;
position: relative;
top: -250px;
}
.main_menu{
width:239px;
position: relative;
top: -250px;
}
.content{
float:left;
width:741px;
color:#000;
padding:20px 0 0px 20px;
position: relative;
top: -250px;

}

.left_bar{
	width: 236px;
	position: relative;
	top: 250px;
	background:url(../images/nav_bg.png) repeat-y top left;
	_background:url(../images/nav_bg.gif) repeat-y top left;
}

.navigation{
	float:left;
	width:236px;
}

.small{
	color: #666666;
}

.createdate{
	color: #666666;
}

/*--navigation*/

.menu_wrapper{
	width: 236px;
	position: relative;
	top: -260px;
	padding-left: 15px;
}

ul.menu{
	list-style-type: none;
	font-size: 18px;
    font-family: impact;
	color: black;
	font-weight: normal;
	padding-left:15px;
}

ul.menu li{
	padding-bottom:5px;
}

ul.menu a{
	font-size: 18px;
    font-family: impact;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

ul.menu li ul li{
	list-style-type: none;
	font-size: 16px;
    font-family: impact;
	color: black;
	font-weight: normal;
	padding-left:25px;
}

ul.menu li ul li a{
	list-style-type: none;
	font-size: 16px;
    font-family: impact;
	color: black;
	font-weight: normal;
}

/*--footer*/
.jump{

	position:absolute;
	bottom: 200px;
	right: -900px;
}
.footer_link{
	position: relative;
	top: -100px;
	left: 150px;
	text-align:center;
}

/*Content Table Styles*/
td.contentheading{
	color: #A2BF06;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

td.contentheading a{
	color: #A2BF06;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}

/*Login Box Styling*/

.input{
	width: 75%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#form-login ul{
    list-style-type: none;
}

#form-login li{
	margin-bottom: -6px;
}

#form-login a{
	color: #000000;
	font-family: arial;
	font-size: 11px;
	margin-bottom: -5px;
}

#form-login{
	
	width: 75%;
}

#modlgn_username{
	width: 90%;
}

#map_wrapper{
	background-image:url(../images/BC.png);
	height: 500px;
	width: 400px;
}

#map_menu a {
  position: absolute;
  height: 38px;
  width: 88px;
  top: 31px; 
  text-decoration: none;
}

#map_menu a i { 
	visibility: hidden; 
}

a#northern_bc{
	height: 220px;
	width: 250px;
	left: 75px;
	top: 100px;
}

a#vancouver_island{
	left: 85px;
	top: 400px;
	height: 125px;
        width: 100px;
}

a#interior_se{
	left: 200px;
	top:355px;
	height: 175px;
        width: 200px;
}

a#gvrd{
	left:190px;
	top: 455px;
	width: 80px;
}

#modlgn_passwd{
	width: 90%;
}