body { margin: 0; padding: 10px 0; background: url(../_images/bg-main.gif) 0 0 repeat; }
	a { text-decoration: none; }
	a:hover { text-decoration: underline; }
	img, div, a { behavior: url(../_scripts/iepngfix.htc) }

#container { width: 924px; margin: 0 auto; background: #fff; }

/* Header */
#header { width: 924px; height: 127px; position: relative; }
	.headerBG1 { background: url(../_images/bg-header-1.gif) 0 0 no-repeat; }
	.headerBG2 { background: url(../_images/bg-header-2.gif) 0 0 no-repeat; }
	.headerBG3 { background: url(../_images/bg-header-3.gif) 0 0 no-repeat; }
	.headerBG4 { background: url(../_images/bg-header-4.gif) 0 0 no-repeat; }
	.headerBG5 { background: url(../_images/bg-header-5.gif) 0 0 no-repeat; }
	.headerBG6 { background: url(../_images/bg-header-6.gif) 0 0 no-repeat; }

	#logo { position: absolute; top: 14px; left: 25px; }
	#title { position: absolute; top: 14px; left: 89px; }
	#utilityNav { padding: 16px 6px 0 0; font-size: 1.1em; font-weight: bold; color: #fff; text-align: right; float: right; }
		#utilityNav a { color: #fff; }
	.headerBG3 #utilityNav { color: #234660; }
		.headerBG3 #utilityNav a { color: #234660; }	

/* Main Nav */
#mainNav { position: absolute; top: 93px; left: 12px; width: 860px; height: 34px; padding: 0; }
	#mainNav ul { width: 860px; list-style-type: none; }
		#mainNav ul li { float: left; }
			#mainNav ul li a { display: block; height: 34px; }
			#mainNav ul li.selected a { background-position: 0 -34px; }
				#mainNav ul li a span { position: absolute; left: -999em; }

				#mainNav ul li ul { position: absolute; background: url(../_images/bg-ddnav-btm.gif) left bottom no-repeat; padding: 0 0 15px 0; width: 222px; left: -999em; z-index: 5000; }
					#mainNav ul li ul li { background: #fff url(../_images/bg-ddnav.gif) 0 0 repeat-y; float: none; }
					#mainNav ul li ul li.first { padding: 5px 0 0 0; background: url(../_images/bg-ddnav-top.gif) 0 0 no-repeat; }
						#mainNav ul li ul li a { width: 197px; padding: 5px 10px 5px 15px; height: auto; font-size: 1.1em; line-height: 1.1em; }
					#nav li:hover ul, #nav li.sfhover ul { left: auto; }
					
					#subNav1 a { color: #416b8a; }
					#subNav2 a { color: #db6c27; }
					#subNav3 a { color: #c89b25; }
					#subNav4 a { color: #688036; }
					#subNav5 a { color: #723371; }

.nAbout { width: 173px; background-image: url(../_images/nav-about.png); }
.nMember { width: 172px; background-image: url(../_images/nav-member.png); }
.nEvents { width: 173px; background-image: url(../_images/nav-events.png); }
.nChapter { width: 172px; background-image: url(../_images/nav-chapter.png); }
.nFoundation { width: 170px; background-image: url(../_images/nav-foundation.png); }


#sAbout .nAbout, #sMember .nMember, #sEvents .nEvents, #sChapter .nChapter, #sFoundation .nFoundation { background-position: 0 -34px; }

/* Main */
#main { background: url(../_images/bg-body.gif) 0 0 repeat-y; }
	#mainTop { background: url(../_images/bg-body-top.gif) 0 0 no-repeat; }
		#mainBottom	{ background: url(../_images/bg-body-btm.gif) left bottom no-repeat; width: 924px; overflow: hidden; }

		#leftColumn { width: 160px; padding: 30px 0 10px 0; float: left; }
		#rightColumn { width: 752px; margin: 12px 0 24px 12px; display: inline; float: left; overflow: hidden; }
			#innerLeft { width: 425px; display: inline; float: left; }
			#innerRight { width: 300px; margin: 0 0 0 12px; display: inline; float: left; }
		
		
/* Main Content Styles */
.mainContent { font-size: 1.1em; color: #333; }
	.mainContent h1 { padding: 0 0 9px 0; font-size: 1.9em; font-weight: normal; color: #677f2f; text-transform: uppercase; }
		.mainContent h1 span { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-transform: lowercase; }
		.mainContent h1 a { color: #677f2f; }
	.mainContent h2 { font-size: 1.2em; color: #c63; }
		.mainContent h2 a { color: #c63; }
	.mainContent h3 { font-size: 1.2em; }
	.mainContent p { padding: 0 0 18px 0; }
	.mainContent ul { padding: 0 0 0 0; list-style: none; }
		.mainContent ul li { padding: 0 0 18px 10px; background: url(../_images/bullet-1.gif) 0 6px no-repeat; }
	.mainContent ol { padding: 0 0 0 20px; }
		.maincContent ul li { padding: 0 0 18px 0; }
	.mainContent table { margin: 5px 0; }
		.mainContent table td { padding: 0 0 8px 0; vertical-align: top; }
	.mainContent a { color: #c63; text-decoration: underline; }
	.mainContent a:hover { text-decoration: none; }
	
	.boxShort { padding: 12px 20px 18px 20px; background: url(../_images/bg-box-short.gif) 0 0 no-repeat; }
		.boxShort p { padding-right: 30px; }
		.icon { padding: 6px 0 0 15px; float: right; }
	.boxLong { padding: 12px 50px 18px 20px; background: url(../_images/bg-box-long.gif) 0 0 no-repeat; }
		.boxLong table td { vertical-align: top; align: top; }
	
	.divider1 { padding: 0 0 10px 0; }
	
	#siteMap { padding: 0 0 0 15px; font-size: 1.2em; }
		#siteMap p { padding: 20px 0 5px 0; }
		#siteMap a { color: #333; text-decoration: none; }
		#siteMap a:hover { text-decoration: underline; }
		#siteMap li { padding: 0 0 5px 20px; background: url(../_images/bullet-2.gif) 10px 5px no-repeat; }
	
/* Left */
#loginBox { padding: 0 16px 16px 16px; color:  #999; }
	#loginHdr { padding: 0 0 4px 0; text-transform: uppercase; font-weight: bold; color: #db6c27; }
	#loginBox p { padding: 0 0 8px 0; }
	#loginBox .textbox { width: 120px; }
	#loginBox .smallText { font-size: .9em; }
	#loginBox a { color:  #999; text-decoration: underline; }

.adBox { margin: 0 12px; padding: 8px 8px 16px 8px; background: #fff; }
	.adBox p { margin: 0 0 8px 0; }
	.adBox .adText { position: absolute; left: -999em; }



/* Right */
.promoBox { margin: 0 0 12px 0; }
	
/* Gallery Image Rotator */
#galleryBox { margin: 0 0 12px 0; padding: 14px 0 0 16px; height: 276px; background: url(../_images/bg-gallery.gif) 0 0 no-repeat; }
	#galleryBox h4 { padding: 0 0 4px 0; color: #db6c27; font-size: 1.9em; font-weight: normal; text-transform: uppercase; }
		#galleryBox h4 span { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-transform: lowercase; }
		#galleryBox h4 a { color: #db6c27; }

#gallery { width: 266px; height: 206px; position: relative; }
	.galleryImage { position: absolute; top: 0; left: 0; }
	.hidden { display: none; }
	
#galleryNav { margin: 6px 0; overflow: hidden; font-family: Arial, Helvetica, sans-serif; }
	#galleryNav li { background: none; margin: 0; padding: 0; list-style-type: none; float: left; }
		#galleryNav li a.galleryNav { display: block; padding: 3px 5px; color: #333; text-decoration: none; }
		#galleryNav li a.galleryNav:hover { background: #db6c27; color: #fff; text-decoration: none; }
		#galleryNav li a.selected { background: #db6c27; color: #fff; }
	#galleryPlay { margin: 3px 3px 0 0; display: block; width: 20px; height: 17px; background: url(../_images/btn-play.gif) 0 0 no-repeat; }
		#galleryPlay span { position: absolute; left: -999em; }
	#galleryPause { margin: 3px 6px 0 0; display: block; width: 19px; height: 17px; background: url(../_images/btn-pause.gif) 0 0 no-repeat; }
		#galleryPause span { position: absolute; left: -999em; }


.promoRedBottom { background: url(../_images/box-red-btm.gif) left bottom no-repeat; }
.promoRedBottom2 { background: url(../_images/box-red-btm2.gif) left bottom no-repeat; }
.promoRedTop { width: 268px; padding: 14px 16px 0 16px; background: url(../_images/box-red-top.gif) 0 0 no-repeat; font-size: 1.2em; }
	.promoRedTop h4 { padding: 0 0 12px 0; color: #db6c27; font-size: 1.6em; font-weight: normal; text-transform: uppercase; }
		.promoRedTop h4 span { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-transform: lowercase; }
		.promoRedTop h4 a { color: #db6c27; }

.promoRedToper { width: 268px; padding: 14px 16px 0 16px; background: url(../_images/box-red-top.gif) 0 0 no-repeat; }


.promoYellowBottom { background: url(../_images/box-yellow-btm.gif) left bottom no-repeat; }
.promoYellowTop { width: 268px; padding: 14px 16px 0 16px; background: url(../_images/box-yellow-top.gif) 0 0 no-repeat; }
	.promoYellowTop h4 { padding: 0 0 12px 0; color: #d1a32c; font-size: 1.9em; font-weight: normal; text-transform: uppercase; }
		.promoYellowTop h4 span { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-transform: lowercase; }
		.promoYellowTop h4 a { color: #d1a32c; }
	.promoYellowTop h5 { padding: 0 0 12px 0; font-size: 1.2em; }


/* Sponsors */
#sponsors { width: 912px; height: 84px; margin: 0 auto; padding: 14px 0 0 12px; background: url(../_images/bg-sponsors.gif) 0 0 no-repeat; }
	#sponsors .sponsorText { display: block; width: 130px; height: 11px; background: url(../_images/hdr-mediapartners.gif) 25px 0 no-repeat; }
	#sponsors .sponsorText span { position: absolute; left: -999em; }

/* Footer */
#footer { width: 924px; margin: 0 auto; padding: 20px 0 25px 0; text-align: center; font-size: 1em; font-weight: bold; color: #7d9bb2; }
	#footer a { padding: 0 11px; color: #fff; }