@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background:url(http://localhost/devshack/images/expanding_bg.gif) repeat-x;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
#container {
	width: 960px;
	height: 846px;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin: 0; /* change to the above line to center on page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:inherit;
}

#header { 
	margin:0px;
	padding:0px;
}

#mainContent {
	padding: 0;
	height:786px;
	background:url(http://localhost/devshack/images/background_full.gif) no-repeat;
}

#footer {
	clear:both;
	text-align:right;
	height:44px;
	padding-top:20px;
}

h1, h2, h3, ul, p, li {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
}

a {
	text-decoration:none;
	color:#363;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

#bottomrow {
	clear:both;
	paddding-top:20px;
	margin-top:20px;
}
#headerinfo h1 {
	font-size: 14px;
}

#mapcontent {
	float:right;
	width: 720px;
	height: 570px;
	margin-right:12px;
}

object{
border:10px solid #ccfccc;
display:block;
}

#legend {
	float:left;
	width:188px;
	height:538px;
}

#legend img,
#legend a {
	padding:0px;
	margin:0px;
	border:0px;
line-height:0px;
}

#profile {
	float:left;
	width:188px;
	height:490px;
}

#profile img.profilepic {
	border:#CCFCCC solid 6px;
	float:right;
	margin-bottom:8px;
	
}

#profile p {
	font-size:10px;
	color:#134E04;
	padding-left:6px;
}

#leftNavButtons {
	width:40px;
	float:left;
}
#nav {
	float:right;
	width:920px;
}

#pagebody {
	color:#FFF;
	width:660px;
	float:right;
	height:566px;
	overflow:auto;
}
#pagebody p, #pagebody li {
	color:#FFF;
	font-size:14px;
	line-height: 20px;
}
#pagebody h2 {
	color:#FF9E03;
}

#left_box, #profilepic{
	position: relative;
	float:left;
	width:230px;

}

#squirrel, .profilepic { 
	float:left;
	width:198px;
	position:relative;
	left:21px;
	border:10px solid #ccffcc;
	border-top: none;
}

#squirrel{
height:198px;
}

#profilepic{
height:500px;

}

#pagebody a {
	font-weight:bold;
	color:#FF9E03;
}
#pagebody a:hover {
	font-weight:bold;
	color:#FFFFFF;
}

#internal_nav{
position:relative;
top:10px;
margin:0px 0px 30px 0px;
padding:5px 5px 8px 0px;
height:20px;
}

#internal_nav a{
font-size:12px;
color: #ccffcc;
text-decoration:underline;
}
#internal_nav a:hover{
color: #FF9E03;
}

#profile_nav{
clear:both;
position:relative;
left:0px;
width:216px;
text-align:center;
padding:15px 0px 0px 22px;
}

.profile_nav_table{
width:214px;
text-align:center;
}

/*Popup box*/
label { 
	display:block;
}
.whats_big_mapple {
	background:url(/images/WBM_Background.gif) no-repeat;
	width:800px;
	height:530px; /* total height will be 600px with the 70px padding below */
	padding-top:70px;
}	


