body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-image: url(../assets/bearcloud_designs/tiling12.jpg);


}
p, h1, h2, h3
{
 margin: 0;
 padding: 0 20px 0 17px;
}
p {
	text-align: left;
	line-height: 16px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

a:link {
	text-align: left;
	color: #003399;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #FF99FF;
}
a:active {
	color: #000066;
}

/* =LAYOUT
========================================= */

#content_wrapper
{
 height: 1074px;
}

ul#nav
{
 margin-left: 12px;
}

#header h1
{
 padding: 0;
 height:181px;
}
#header h1 .ir
{
 background: url(../assets/bearcloud_designs/corporate_heading_new.jpg);
}

#content_wrapper
{
 background: url(../assets/bearcloud_designs/corporate_bg.jpg) top center no-repeat;
}


/* =NAVLINKS
========================================= */

#nav a
{
 width: 138px;
 height: 37px;
}

ul#nav
{
 margin-left: 9px;
}

#nav li ul
{
 margin-top: -38px;
}

#nav li:hover ul, #nav li.sfhover ul
{
 margin-left: 135px;
}

#nav li
{
 margin: 0!important;
 display: inline;
}


#nav a .ir
{
 background: url(../assets/navigation_chameleon/new_nav_corp.jpg) 
  0 0;
}

#nav a#home
{
/* i'm using relative position here to put the home link at the end, so the background looks continuous */
/* I decided against this 
 height: 36px;
 position: relative;
 top: 388px;
 z-index: 99;
 margin-bottom: -16px;  */
 /* to fill up the hole left, but not all the way - just the right amount to make it match */
}
#nav a#home:hover .ir
{
 background-position: -138px 0;
}


#nav a#project .ir
{
 background-position: 0 -37px;
}
#nav a#project:hover .ir
{
 background-position: -138px -37px;
}


#nav a#statement .ir
{
 background-position: 0 -74px;
}
#nav a#statement:hover .ir
{
 background-position: -138px -74px;
}

#nav a#gardens
{
 height: 36px;
}
#nav a#gardens .ir
{
 background-position: 0 -110px;
}
#nav a#gardens:hover .ir
{
 background-position: -138px -111px;
}


#nav a#corporate .ir
{
 background-position: 0 -147px;
}
#nav a#corporate:hover .ir
{
 background-position: -138px -147px;
}


#nav a#membership .ir
{
 background-position: 0 -184px;
}
#nav a#membership:hover .ir
{
 background-position: -138px -184px;
}


#nav a#contact .ir
{
 background-position: 0 -221px;
}
#nav a#contact:hover .ir
{
 background-position: -138px -221px;
}



#nav a#news .ir
{
 background-position: 0 -258px;
}
#nav a#news:hover .ir
{
 background-position: -138px -258px;
}


#nav a#elders .ir
{
 background-position: 0 -295px;
}
#nav a#elders:hover .ir
{
 background-position: -138px -295px;
}


#nav a#links .ir
{
 background-position: 0 -332px;
}
#nav a#links:hover .ir
{
 background-position: -138px -332px;
}


#nav a#comments .ir
{
 background-position: 0 -369px;
}
#nav a#comments:hover .ir
{
 background-position: -138px -369px;
}