body{
	margin:0;
	padding:0; 
	background:#fff;
}

#leftcol{
	padding:10px 15px 20px 30px;
}

#rightcol{
	padding:10px 30px 20px 15px;
}

#cell_content{
	background: url('images/content_copy.gif');
	background-repeat:no-repeat;
}

p#copyright{
	margin-top:100px;
	font-size:10px;
	color:#666;
}

p,h1,h2,h3,h4,h5,h6,li{
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color:#333;
}
p{
	font-size:12px;
	}

ul{
	list-style-type:circle;
	list-style-position:outside;
	margin: 0;
}

li{
	font-size:12px;
	margin-bottom:12pt;
}


img.nav_item{
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
	}
	

#table_site{
	margin-top:30px;
	}

a{
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color:#369;
	text-decoration:none;
	font-size:12px;
	}
a:hover{
	text-decoration:underline;
	}
	
/** Nav items **/
a.nav_item_overview,
a.nav_item_locations,
a.nav_item_siteplan,
a.nav_item_images,
a.nav_item_downloads {
	margin-right: 10px;
	display: block;
	height: 29px;
	float: left;
	text-indent: -5000px;
	text-decoration: none;
}
a.nav_item_overview {
	margin-left: 10px;
	background: transparent url(images/overview_off.gif) no-repeat 0 0;
	width: 53px;
}
a.nav_item_overview:hover {
	background: transparent url(images/overview_on.gif) no-repeat 0 0;
	width: 53px;
	text-decoration: none;
}
a.nav_item_locations {
	background: transparent url(images/location_off.gif) no-repeat 0 0;
	width: 48px;
}
a.nav_item_locations:hover {
	background: transparent url(images/location_on.gif) no-repeat 0 0;
	width: 48px;
	text-decoration: none;
}
a.nav_item_siteplan {
	background: transparent url(images/siteplan_off.gif) no-repeat 0 0;
	width: 50px;
}
a.nav_item_siteplan:hover {
	background: transparent url(images/siteplan_on.gif) no-repeat 0 0;
	width: 50px;
	text-decoration: none;
}
a.nav_item_images {
	background: transparent url(images/images_off.gif) no-repeat 0 0;
	width: 42px;
}
a.nav_item_images:hover {
	background: transparent url(images/images_on.gif) no-repeat 0 0;
	width: 42px;
	text-decoration: none;
}
a.nav_item_downloads {
	background: transparent url(images/downloads_off.gif) no-repeat 0 0;
	width: 61px;
}
a.nav_item_downloads:hover {
	background: transparent url(images/downloads_on.gif) no-repeat 0 0;
	width: 61px;
	text-decoration: none;
}
a.pelGrp {
	display: block;
	text-indent: -5000px;
	background: transparent url(images/pellican-group.gif) no-repeat 0 0;
	height: 100px;
	width: 132px;
}
a.pelGrp:hover {
	background: transparent url(images/pellican-group.gif) no-repeat 0 -100px;
}
