/* 
================================
Skin styles for DotNetNuke
================================
*/   


#footer
{
height:115px;
background:url("img/fbg.gif");
width:868px;

}
#footWrap
{

height:160px;
width:868px;
background:url("img/footbottom.gif") bottom repeat-x;

}
#footWrap2
{

height:160px;
width:868px;
background:url("img/footbottom.gif") bottom repeat-x;
margin-left:-5px;

}



	body {
		margin:0px;
		padding:0px;
		background:url("img/body_bg.gif") top left repeat-y;
		}
	#leftcontent, #rightcontent
	{
		position: absolute;
		top:172px;
		
	}
        #leftpawsfiller
        {
                background:url("img/paws.gif") top left repeat-y;
                height:480px; width:100%;
                
        }
	#leftcontent {
		left:0px;
		width:160px;
		background:url("img/leftCol.gif") repeat-x;
		text-align:center;
		margin-bottom:-5px;
		padding-bottom:-5px;
		}

	#centercontent {
		background:#fff;
		width:480px;
   		margin-left: 172px;
   		/* margin-right:199px; */
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 174px;
   		/* margin-right:201px; */
		}
	html>body #centercontent {
   		margin-left: 174px;
   		/* margin-right:201px; */
		}
		
	#centercontent_full {
		background:#fff;
		width:680px;
   		margin-left: 172px;
   		/* margin-right:199px; */
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 174px;
   		/* margin-right:201px; */
		}
	html>body #centercontent_full {
   		margin-left: 174px;
   		/* margin-right:201px; */
		}
	#rightcontent {
		position: absolute;
		left:664px;
		width:200px;
		background:#fff;
		/* border:1px solid #cecece; */
		overflow:auto;
		}
	
	#banner {
		background:#fff url("img/banner2.gif") no-repeat;
		height:172px;
		width:866px; 
		voice-family: "\"}\"";
		voice-family: inherit;
		height:149px;
		}
        #banner2 {
		background:#fff url("img/banner2.gif") no-repeat;
		height:172px;
		width:872px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:149px;
                margin-left:-5px;
		}
	html>body #banner {
		height:172px;
		}
        html>body #banner2 {
		height:172px;;
		}	
	
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#banner h1 {
		background:url("img/logo.gif") no-repeat;
		padding:0px;
		margin:0px;
		width:174xp;
		height:172px;
		}
	#banner h1 span {
		display:none;
		}
        #banner2 h1 {
		background:url("img/logo.gif") no-repeat;
		padding:0px;
		margin:0px;
		width:174xp;
		height:172px;
		}
	#banner2 h1 span {
		display:none;
		}
	#rightcontent p {
		font-size:10px
		}
	#nav ul {
		list-style:none;
		padding:6px 0 0 0;
		margin:0;
		}
	#nav ul li {
		display:inline;
		padding:0px 15px 0px 15px;
		}
	#nav ul li a {
		color:#6e444f;
		font-size:18px;
		font-weight:bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
	#nav ul li a:hover {
		color:#837eb8;
		}
	#leftcontent span {
		display:none;
		}
	#home {
		display:block;
		background:url("img/home.gif") no-repeat top right;
		width:160px;
		height:58px;
		}
	#volunteer {
		display:block;
		background:url("img/volunteer.gif") no-repeat top right;
		width:160px;
		height:58px;
		}
	#donate {
		display:block;
		background:url("img/donate.gif") no-repeat top right;
		width:160px;
		height:58px;
		}
	#board {
		display:block;
		background:url("img/board.gif") no-repeat top right;
		width:160px;
		height:58px;
		}
	#contact {
		display:block;
		background:url("img/contact.gif") no-repeat top right;
		width:160px;
		height:58px;
		}

.controlpanel {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width: 100%;
	background-color: #fefefe;
}
/* NAVIGATION ITEMS */
#nav {
	
	margin-top:-47px;
	margin-left:170px;
	width:900px;
	height:37px;
	background:url("img/nav.gif") no-repeat;
	padding-top:7px;
	padding-left:10px;
	z-index:5;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	color:#6e444f;
	font-size:16px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0 20px 0 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_item td  {
	
	color:#6e444f;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.main_dnnmenu_submenu {
	margin-top:6px;
	width:200px;
	padding:5px;
	background:url("img/subNav.gif") no-repeat left bottom;
	z-index:10;
}
 

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.searchBox {
width:130px;
}
