@charset "UTF-8";
/* CSS Document */


#mainwrapper {
							margin: 0 auto;
							height: 800px;
							width: 894px;
							padding: 0; }
#promo {	
							position: absolute;
							z-index: 5;
							margin: 75px 0 0 5px;
							height: 500px;
							width: 875px;
							padding: 0; }

#top {						width: 894px;
							height: 33px;
							background: url(../images/page_top.png) top no-repeat;
							margin: 0 auto 0 auto;
							padding: 0; }

#page {						background: url(../images/page_bg.png) top left repeat-y;
							width: 894px;
							height: 712px;
							margin: 0 auto 0 auto;
							padding: 0;
							text-align: left; }
							
#left {						width: 298px;
							height: auto;
							padding: 0;
							margin: 0;
							float: left; }
							
#right {					width: 596px;
							height: auto;
							padding: 0;
							margin: 0;
							float: left; }

							

#nav {						width: 596px;
							height: 48px;
							padding: 0;
							margin: 0;
							list-style: none;
							overflow: hidden;
							float: left;
							text-align: -5000px;
							background: url(../images/home_nav_filler.png) top right no-repeat; }
				
#nav li { 					float: left;
							height: 48px;
							overflow: hidden; }
			 
#nav li a { 				display: block;
							padding: 48px 0 0 0;
							height: 0px !important;
							overflow: hidden; }	
														
											
#nav li a.active { 			background-position: left -48px; }

#home a { 					background: url(../images/home_nav_home.gif) top left no-repeat; 
							width: 72px; }
							
#home a:hover { 			background-position: left -48px; }
			
#about a { 					background: url(../images/home_nav_about.gif) top left no-repeat; 
							width: 161px; }
							
#about a:hover { 			background-position: left -48px; }

#communities a { 			background: url(../images/home_nav_communities.gif) top left no-repeat; 
							width: 110px; }
							
#communities a:hover { 		background-position: left -48px; }

#advantage a { 				background: url(../images/home_nav_advantage.gif) top left no-repeat; 
							width: 165px; }
							
#advantage a:hover { 		background-position: left -48px; }


#contact a { 				background: url(../images/home_nav_contact.gif) top left no-repeat; 
							width: 79px; }
							
#contact a:hover { 			background-position: left -48px; }

#flash {					background: url(../images/flash.png) top right no-repeat;
							width: 596px;
							height: 196px;
							margin: 0;
							padding: 0;
							float: left; }
							
#content {					background: url(../images/content_bg.png) top left no-repeat;
							width: 596px;
							height: 467px;
							margin: 0;
							padding: 0;
							float: left; }	
							
#content .copy {			background: url(../images/copy_bg.png) top left no-repeat;
							width: 524px;
							height: 358px;
							margin: 0;
							padding: 0;
							float: left; }
							
h1 {						font: 23px "Times New Roman", Times, serif; 	
							padding: 30px 45px 12px 35px;
							margin: 0;
							font-weight:bold;
							text-align:center;
							line-height: 17px; }
							
p {							font: 12px Arial, Helvetica, sans-serif; 	
							padding: 0px 50px 12px 45px;
							margin: 0;
							line-height: 17px; }
							
p.first {					padding-top: 15px; }
							
#content .buttons {			width: 524px; 
							height: 94px;
							margin: 0;
							padding: 0;
							float: left; }
							
img {						float: left; }	


							