body {
	padding: 0 0 50px 0;
	margin: 0;
	font: 10px times, serif;
	}
	
img {
	border: 0;
	}
.eventimg {
	border: 1px solid #CCCCCC;
	float: right;
	padding-left:0px;
	padding-right:0px;
	margin: 8px 30px 10px 20px;
	clear: left;
}
.eventban {
	border: 1px solid #CCCCCC;
	float: right;
	padding-left:0px;
	padding-right:0px;
	clear: left;
	margin-top: 13px;
	margin-right: 13px;
	margin-bottom: 33px;
	margin-left: 0px;
}
.eventimgplain {
	float: right;
	padding-left:0px;
	padding-right:0px;
	margin: 8px 30px 10px 20px;
	clear: left;
	display: block;
}
.interImg {
	border: none;
	float: right;
	clear: left;
	margin: 10px;
	height: 150px;
}
#idH1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #f90;
	margin: 10px 0 0 0;
	}

h1 {
/*ARYON changed this --*/font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #f90;
	margin: 10px 0 0 0;
	}
		
h2 {
/*ARYON changed this --*/font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 0 0;
	}
	
h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #f90;
	margin: 0px;
	padding: 0px;
	}
		
/*ARYON changed this --*/h4 {
/*ARYON changed this --*/font: bold 13px Georgia, "Times New Roman", Times, serif;
/*ARYON changed this --*/color: #333;
/*ARYON changed this --*/margin: 0 0 0 0;
/*ARYON changed this --*/display: inline;
/*ARYON changed this --*/}
	
h5 {
	font: bold 24px "Times New Roman", Times, serif;
	color: #f90;
	margin: 10px 0 0 0;
	display: inline;
	}
		
h6 {
	font: bold small-caps 14px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 0 0;
	display: inline;
	letter-spacing: 0.1em;
	}
	
h7 /* duran did this one for the event page*/
{ 
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 0 0;
}	

h8 /* duran did this for resources */
{
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: 10px 0 0 0;
}
h9 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #663333;
	margin: 0px;
	padding: 0px;
	float: left;
	}

#sponsorstitle {
	font: small-caps 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.25em;
}

#sponsorsred {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	letter-spacing: 0.04em;
}
#sponsorsorg {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #f90;
}

.eventbody /* duran did this for the event body copy */
{ 
	line-height:15px;
	margin-top:0px;
}

.eventdate
{	
	font-weight: bold;
}
	
textarea
	{
		border: 1px dashed #000;
	}
	
input
	{
		border: 1px dashed #000;
	}
	
select
	{
		border: 1px dashed #000;
	}
	
a:link, a:active,  {
	color:#f90; 
	text-decoration: none;
	}

a:visited {
	color:#f90; 
	text-decoration: none;
	}
	
a:hover {
	color:#666; 
	text-decoration: underline;
	}
		

.image-left {
	float: left;
	margin: 5px;
	}
	
#nav {
	padding-left: 35px;
	clear: both; 
	height: 29px; 
	background-color: #630;
	}
	
	
#nav div {
	width: 730px;
	}

#navigation {
 width: 730px;
 height: 29px;
 background: url(../images/subnav.gif);
 background-repeat: no-repeat;
 margin: 0; 
 padding: 0;
 float: left;
}

#navigation li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	float: left;
	border: 0;}  /* fix bizarre border issue in mac ie */
	
	
li > ul {
	top: auto;
	left: auto;
	}
	
#navigation li:hover div, #navigation li.over div{ display: block; }
	
#navigation li, #navigation a {height: 24px; display: block;}

#about-nav {width: 65px;}
#events-nav {width: 72px;}
#membership-nav {width: 111px;}
#jobs-nav {width: 55px;}
#features-nav {width: 99px;}
#sponsors-nav {width: 90px;}
#contact-nav {width: 85px;}
#news-nav {width: 62px;}
#home-nav {width: 61px;}

#about-nav-on {width: 65px; background: transparent url(../images/subnav.gif) 0 -29px no-repeat; }
#events-nav-on {width: 72px; background: transparent url(../images/subnav.gif) -65px -29px no-repeat; }
#membership-nav-on {width: 111px; background: transparent url(../images/subnav.gif) -137px -29px no-repeat; }
#jobs-nav-on {width: 55px; background: transparent url(../images/subnav.gif) -248px -29px no-repeat; }
#features-nav-on {width: 99px; background: transparent url(../images/subnav.gif) -303px -29px no-repeat; }
#sponsors-nav-on {width: 90px; background: transparent url(../images/subnav.gif) -402px -29px no-repeat; }
#contact-nav-on {width: 85px; background: transparent url(../images/subnav.gif) -492px -29px no-repeat; }
#news-nav-on {width: 62px; background: transparent url(../images/subnav.gif) -577px -29px no-repeat; }
#home-nav-on {width: 61px; background-color: #630;}

#about-nav:hover, #about-nav.over, #about-nav-on:hover, #about-nav-on.over {background: transparent url(../images/subnav.gif) 0 -29px no-repeat;}
#events-nav:hover, #events-nav.over, #events-nav-on:hover, #events-nav-on.over {background: transparent url(../images/subnav.gif) -65px -29px no-repeat;}
#membership-nav:hover, #membership-nav.over, #membership-nav-on:hover, #membership-nav-on.over {background: transparent url(../images/subnav.gif) -137px -29px no-repeat;}
#jobs-nav:hover, #jobs-nav.over, #jobs-nav-on:hover, #jobs-nav-on.over {background: transparent url(../images/subnav.gif) -248px -29px no-repeat;}
#features-nav:hover, #features-nav.over, #features-nav-on:hover, #features-nav-on.over {background: transparent url(../images/subnav.gif) -303px -29px no-repeat;}
#sponsors-nav:hover, #sponsors-nav.over, #sponsors-nav-on:hover, #sponsors-nav-on.over {background: transparent url(../images/subnav.gif) -402px -29px no-repeat;}
#contact-nav:hover, #contact-nav.over, #contact-nav-on:hover, #contact-nav-on.over {background: transparent url(../images/subnav.gif) -492px -29px no-repeat;}
#news-nav:hover, #news-nav.over, #news-nav-on:hover, #news-nav-on.over {background: transparent url(../images/subnav.gif) -577px -29px no-repeat;}
#home-nav:hover, #home-nav.over {background: transparent url(../images/subnav.gif) -639px -29px no-repeat;}

#navigation li div {
  margin: 0; 
  padding: 0; 
  display: none;
  position: absolute; 
  top: 34px;
  left: 44px;
  }
	
#text {
	background-color: #fff;
	width: 100%;
	height: 21px;
	}
	

	
#title-top {
	width: 700px;
	height: 80px;
	margin-left: 40px;
	margin-top: 31px;
	}
	
#logo {
    float: left;
	}
	
	
#chapter {
	float: right;
	padding: 40px 0 0 0;
	}
	
	
/* homepage */	
#home-title-bottom {
	width: 730px;
	height: 24px;
	margin-left: 40px;
	margin-top: 24px;
	}
	
#random-title1 {
	float: left;
	background: url(../images/titlebackground1.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title2 {
	float: left;
	background: url(../images/titlebackground2.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title3 {
	float: left;
	background: url(../images/titlebackground3.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title4 {
	float: left;
	background: url(../images/titlebackground4.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title5 {
	float: left;
	background: url(../images/titlebackground5.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title6 {
	float: left;
	background: url(../images/titlebackground6.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title7 {
	float: left;
	background: url(../images/titlebg_art-museum_art-scribbles.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title8 {
	float: left;
	background: url(../images/titlebg_eakins-circle_race-for-the-cure.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title9 {
	float: left;
	background: url(../images/titlebg_i-76_sku-kill-kill-kill.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title10 {
	float: left;
	background: url(../images/titlebg_i-76_sku-kill-zoom.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title11 {
	float: left;
	background: url(../images/titlebg_northern-liberties_pimp-bikes.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title12 {
	float: left;
	background: url(../images/titlebg_northern-liberties_silky-tunes.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title13 {
	float: left;
	background: url(../images/titlebg_old-city_downtown-sky-catchers.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title14 {
	float: left;
	background: url(../images/titlebg_old-city_huh.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title15 {
	float: left;
	background: url(../images/titlebg_old-city_petes-choices.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title16 {
	float: left;
	background: url(../images/titlebg_penns-landing_title-10-swooper.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title17 {
	float: left;
	background: url(../images/titlebg_reading-terminal-market_terminal-fruit.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title18 {
	float: left;
	background: url(../images/titlebg_rittenhouse-square_rittenhouse-park.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title19 {
	float: left;
	background: url(../images/titlebg_south-philly_duece-baby-duece.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title20 {
	float: left;
	background: url(../images/titlebg_south-philly_fdr-buddy-budderson.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title21 {
	float: left;
	background: url(../images/titlebg_south-philly_fdr-shadows.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title22 {
	float: left;
	background: url(../images/titlebg_south-philly_king-jeans.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title23 {
	float: left;
	background: url(../images/titlebg_south-philly_liberty-tags.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title24 {
	float: left;
	background: url(../images/titlebg_south-philly_moms-elveses.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title25 {
	float: left;
	background: url(../images/titlebg_south-philly_moms-hoods.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title26 {
	float: left;
	background: url(../images/titlebg_south-philly_pats-is-better.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title27 {
	float: left;
	background: url(../images/titlebg_south-philly_south-street-parker.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title28 {
	float: left;
	background: url(../images/titlebg_west-philly_south-street-bridge-is-not-all-bad.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title29 {
	float: left;
	background: url(../images/titlebg_west-philly_west-side-snow.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title30 {
	float: left;
	background: url(../images/titlebg_west-river-drive_west-river-arcs.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title31 {
	float: left;
	background: url(../images/titlebg_west-river-drive_west-river-dragon.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#random-title32 {
	float: left;
	background: url(../images/title_feedback.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
#random-title33 {
	float: left;
	background: url(../images/titlebg_chinatown-fire-company.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}

#random-title34 {
	float: left;
	background: url(../images/titlebg_chinatown.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}

#random-title35 {
	float: left;
	background: url(../images/titlebg_reading-terminal-market.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}

#random-title36 {
	float: left;
	background: url(../images/titlebg_regata.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}

#random-title37 {
	float: left;
	background: url(../images/titlebg_8th-and-market_new-day-old-place.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}

#random-title38 {
	float: left;
	background: url(../images/titlebg_city-hall_the-general-and-the-city.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}

#random-title39 {
	float: left;
	background: url(../images/titlebg_drury-ln-and-s-juniper_canyon.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}

#random-title40 {
	float: left;
	background: url(../images/titlebg_market-street-east_commuters.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}	

#random-title41 {
	float: left;
	background: url(../images/titlebg_south-philly_new-years-day.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}	
		
#random-title42 {
	float: left;
	background: url(../images/titlebg_old-south-philly-bank.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}	
		
#home-title1 {
	background: url(../images/bg_titles.gif);
	width: 451px;
	height: 24px;
	text-align: center;
	padding: 5px 0 0 0;
	float: left;
	}
	
#home-title1 span{
	background-color: #fff;
	padding: 2px;
	font: bold 14px times;
	color: #630;
	}
	
#home-title2 {
	background: url(../images/bg_titles.gif);
	width: 270px;
	height: 24px;
	text-align: center;
	padding: 5px 0 0 0;
	float: right;
	}
	
#home-title2 span{
	background-color: #fff;
	padding: 2px;
	font: bold 14px times;
	color: #630;
	}
	
#home-content {
	width: 730px;
	height: 400px;
	margin: 0 0 0 40px;
	clear: both;
	}
	
#home-content1 {
 	float: left;
	width: 451px;
	}

#home-content1 div{
 	float: left;
	}
	
	
#home-callout1 {
	width: 225px;
	height: 200px;
	margin: 0 1px 0 0;
	}
	
#home-callout2 {
	width: 225px;
	height: 200px;
	margin: 0;
	}

#home-content2 {
 	float: right;
	width: 250px;
	height: 396px;
/* THIS IS THE HEIGHT FOR WHEN SPECIAL EVENTS ARE DISPLAYED:	height: 440px;*/
/* THIS IS THE HEIGHT FOR WHEN SPECIAL EVENTS ARE NOT DISPLAYED:	height: 400px;*/
	background-color: #fff;
	padding: 10px;
	overflow:auto;
/*ARYON CHANGED THIS 12/12 -*/font-size: 12px;
/*ARYON CHANGED THIS 12/12 -*/line-height: 130%;
	}

#home-content2 span{
	color: #f90;
	font: bold 13px times;
	}
	
#quicknav-cell {
	padding: 5px 0 0 0; 
 	clear: both;
	}
	
#quicknav {
 width: 451px;
 height: 211px;
 background: url(../images/quicknav.jpg);
 margin: 0; 
 padding: 0;
 position: relative;
}
#quicknav li {margin: 0; padding: 0; list-style: none; position: absolute; }

#quicknav li, #quicknav a {height: 105px; width: 150px; display: block;}

#quicknav1 {left: 0;}
#quicknav2 {left: 151px;}
#quicknav3 {left: 301px;}
#quicknav4 {left: 0px; top: 106px;}
#quicknav5 {left: 151px; top: 106px;}
#quicknav6 {left: 301px; top: 106px;}

#quicknav1 a:hover {background: transparent url(../images/quicknav.jpg) 0 -211px no-repeat; }
#quicknav2 a:hover {background: transparent url(../images/quicknav.jpg) -151px -211px no-repeat;}
#quicknav3 a:hover {background: transparent url(../images/quicknav.jpg) -301px -211px no-repeat;}
#quicknav4 a:hover {background: transparent url(../images/quicknav.jpg) 0 -317px no-repeat;}
#quicknav5 a:hover {background: transparent url(../images/quicknav.jpg) -151px -317px no-repeat;}
#quicknav6 a:hover {background: transparent url(../images/quicknav.jpg) -301px -317px no-repeat;}
	


/* sub pages */

#home {
	background-image: url(../images/bg_home.gif);
	background-color: #fff;
	}
	
#feedback {
	background-image: url(../images/bg_home.gif);
	background-color: #fff; 
	}

#about {
	background-image: url(../images/bg_about.gif);
	background-color: #fff; 
	}
	
#events {
	background-image: url(../images/bg_events.gif);
	background-color: #fff;
	}
	
#membership {
	background-image: url(../images/bg_membership.gif);
	background-color: #fff; 
	}
	
#jobs {
	background-image: url(../images/bg_jobs.gif);
	background-color: #fff;
	}
	
#resources {
	background-image: url(../images/bg_resources.gif);
	background-color: #fff; 
	}
	
#sponsors {
	background-image: url(../images/bg_sponsors.gif);
	background-color: #fff; 
	}
	
#news {
	background-image: url(../images/bg_sponsors.gif);
	background-color: #fff; 
	}

	
#eventpopup /* DURAN ADDED THIS, MARCH 3, 2005 */
{
	background-image:url(../images/event_popup_bg.gif);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:repeat-y;
}

#eventpopupcontent /* DURAN ADDED THIS, MARCH 3, 2005 */
{
	margin-left: 240px;
	margin-top:10px;
	font-size:12px;
	width:500px;
}

#eventpopupcontent a /* DURAN ADDED THIS, MARCH 3, 2005 */
{
	color:#630; 
	text-decoration: none;
}

	
#text {
	background-color: #fff;
	width: 100%;
	height: 21px;
	}
	
#title {
	float: left;
	background: url(../images/titlebackground.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#subtitle {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #f90;
	margin: 10px 0 0 0;
	}

#title-top {
	width: 700px;
	height: 80px;
	margin-left: 40px;
	margin-top: 31px;
	}
	
#title-feedback {
	float: left;
	background: url(../images/title_feedback.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#title-about-home {
	float: left;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#title-about-home img {
	margin-left: 40px;
	}
	
#title-about {
	float: left;
	background: url(../images/title_about.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#title-events {
	float: left;
	background: url(../images/title_events.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#title-membership {
	float: left;
	background: url(../images/title_membership.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#title-resources {
	float: left;
	background: url(../images/title_resources.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#title-jobs {
	float: left;
	background: url(../images/title_jobs.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#title-sponsors {
	float: left;
	background: url(../images/title_sponsors.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#title-news {
	float: left;
	background: url(../images/title_news.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 164px;
	position: relative;
	}
	
#logo {
    float: left;
	}
	
	
#chapter {
	float: right;
	padding: 40px 0 0 0;
	}
	
#title1 {
	background: url(../images/bg_titles.gif);
	width: 720px;
	height: 24px;
	margin-left: 40px;
	margin-top: 24px;
	text-align: center;
	padding: 5px 10px 0 0;	
	}
	
#title1 span{
	background-color: #fff;
	padding: 2px;
	font: bold 14px times;
	color: #630;
	float: right;
	}
	
#content {
	background: #fff url(../images/bg_subcontent.gif) repeat-y 0 0;
	width: 730px;
	margin-left: 40px;
	float: left; 
	display: inline;
	}
	
#content1 {
	float: left;
	width: 180px;
	}

#content1 div{
 	margin: 0 0 0 10px;
	}
	
#content1 img{
 	margin: 0 0 0 2px;
	}
	
	
.content1 a{
    clear: both;
	margin: 0 0 0 10px;
	font: bold 14px times;
	}
	
.content1 a:link, .content1 a:visited, .content1 a:active {
	color:#630; 
	text-decoration:none
	}
	
.content1 a:hover { 
	color: #fff; 
	font-weight: bold; 
	font-size: 14px; 
	text-decoration: none; 
	background-color: #630 }
	
	
#button-support { width: 147px; height: 23px; margin: 0;  padding: 0;}
#button-support a { margin: 0; padding: 0; height: 23px; width: 147px; display:block; background: transparent url(../images/button_support.gif) 0 0 no-repeat;}
#button-support a:hover {background: transparent url(../images/button_support.gif) -147px 0 no-repeat; }

#button-sponsor { width: 284px; height: 23px; margin: auto;  padding: 0;}
#button-sponsor a { margin: 0; padding: 0; height: 23px; width: 284px; display:block; background: transparent url(../images/button_sponsorship.gif) 0 0 no-repeat;}
#button-sponsor a:hover {background: transparent url(../images/button_sponsorship.gif) 0 -23px no-repeat; }


	
#button-sponsor_gotoform { width: 197px; height: 23px; margin: auto;  padding: 0;}
#button-sponsor_gotoform a { margin: 0; padding: 0; height: 23px; width: 197px; display:block; background: transparent url(../images/button_sponsorship_gotoform.gif) 0 0 no-repeat;}
#button-sponsor_gotoform a:hover {background: transparent url(../images/button_sponsorship_gotoform.gif) 0 -23px no-repeat; }
	
#button-sponsor_wouldyou { width: 227px; height: 23px; margin: auto;  padding: 0;}
#button-sponsor_wouldyou a { margin: 0; padding: 0; height: 23px; width: 227px; display:block; background: transparent url(../images/button_sponsorship_wouldyou.gif) 0 0 no-repeat;}
#button-sponsor_wouldyou a:hover {background: transparent url(../images/button_sponsorship_wouldyou.gif) 0 -23px no-repeat; }
	
	
		
	
	
#button-signup {
 width: 147px;
 height: 37px;
 margin: 0; 
 padding: 0;
}

#button-signup a { margin: 0; padding: 0; height: 37px; width: 147px; display:block; background: transparent url(../images/button_signup.gif) 0 0 no-repeat;}

#button-signup a:hover {background: transparent url(../images/button_signup.gif) -147px 0 no-repeat; }

#eventPhotoArchive {  /* duran did this for the event page */
 width: 147px;
 height: 37px;
 margin: 0; 
 padding: 0;
}

#eventPhotoArchive a { margin: 0; padding: 0; height: 37px; width: 147px; display:block; background: transparent url(../images/button_events_archive.gif) 0 0 no-repeat;}
/* duran did this for the event page */

#eventPhotoArchive a:hover {background: transparent url(../images/button_events_archive.gif) -147px 0 no-repeat; }
	/* duran did this for the event page */
	
#eventsArchive { /* duran did this for the event page */
 width: 147px;
 height: 37px;
 margin: 0; 
 padding: 0;
}

#eventsArchive a { margin: 0; padding: 0; height: 37px; width: 147px; display:block; background: transparent url(../images/button_event_photo_archive.gif) 0 0 no-repeat;}
 /* duran did this for the event page */
#eventsArchive a:hover {background: transparent url(../images/button_event_photo_archive.gif) -147px 0 no-repeat; }
	 /* duran did this for the event page */
	
#button-your275 {
 width: 147px;
 height: 23px;
 margin: 0; 
 padding: 0;
}

#button-your275 a { margin: 0; padding: 0; height: 23px; width: 147px; display:block; background: transparent url(../images/button_your275.gif) 0 0 no-repeat;}

#button-your275 a:hover {background: transparent url(../images/button_your275.gif) 0 -23px no-repeat; }
	
	

	
#content2 {
    float: right;
	font-size: 13px;
/*ARYON CHANGED THIS -*/color: #333;
	width: 500px;
/*ARYON CHANGED THIS -*/margin: 13px 20px 20px 0;
	line-height: 160%;
	}
	

/*ARYON ADDED THE LINK STUFF BELOW -- you'll also need to add class="content2" after all id="content2" -- Honestly I'm not sure if this is correct -- I made the change based on what you did in content1*/
		#content2 a, a:link, a:active, a:visited {
			color:#630; 
			text-decoration: none
			}
			
		#content2 a:hover {
			color:#f90; 
			text-decoration: underline;
			}


#about-exec-content {
	padding: 0 10px 0 0;
	}
	
#about-exec-content span {
	font-weight: bold;
	}
	
/*ARYON CHANGED all of the execnav items, the last rollover on the first row is off
making every successive one off -*/	
#execnav-cell {
 	width: 520px;/*486px*/
	padding: 0; 
	margin: 0;
 	clear: both;
	}
	
#execnav {
 width: 492px;
 height: 218px;
 background-repeat: no-repeat;
 margin: 0; 
 padding: 0;
}

#execnav-pres a{background-image: url(../images/exec-pres.jpg);}
#execnav-pr a{background-image: url(../images/exec-pr.jpg); }
#execnav-program1 a{background-image: url(../images/exec-program1.jpg); }
#execnav-program2 a{background-image: url(../images/exec-program2.jpg); }
#execnav-member a{background-image: url(../images/exec-member.jpg); }
#execnav-sponsor a{background-image: url(../images/exec-sponsor.jpg); }
#execnav-ed a{background-image: url(../images/exec-ed.jpg); }
#execnav-exp a{background-image: url(../images/exec-exp.jpg); }
#execnav-ethics a{background-image: url(../images/exec-ethics.jpg); }
#execnav-web a{background-image: url(../images/exec-web.jpg); }
#execnav-treasurer a{background-image: url(../images/exec-treasurer.jpg); }
#execnav-vicepres a{background-image: url(../images/exec-vicepres.jpg); }

#execnav li {
	height: 93px; 
	width: 73px; 
	padding: 2px; 
	margin: 0; 
	list-style: none; 
	float: left;}
#execnav a {height: 97px; width: 77px; display: block; }
#execnav li a:hover {background-position: 0 -97px;}

#execnavbullet li {
	margin: 0;
	list-style: none;
	text-indent: -10px;
	}



dl.form
{
	clear: both;
	float: left;
	margin: 0 0 20px 0;
}
dl.form dt
{
	float: left;
	clear: left;
	width: 125px;
	text-align: right;
	padding: 5px 0 0 0;
}
dl.form dd
{
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
	width: 370px;
}

.required
{
	border: 1px dashed #f90;
}
	
ul.feedback-form {
	width: 500px;
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	}
	
ul.feedback-form li{
	width: 150px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 50px 0 0;
	}
	
.required_star {
	color: #f90;
	font-size: larger;
	vertical-align: top;
}
	
/*ARYON added this --*/.submitsmall { font-size: 11px }
	
#button-submit {
 width: 69px;
 height: 31px;
 margin: 0; 
 padding: 0;
}

#button-submit a { margin: 0; padding: 0; height: 31px; width: 69px; display:block; background: transparent url(../images/submit.gif) 0 0 no-repeat;}

#button-submit a:hover {background: transparent url(../images/submit.gif) 0 -31px no-repeat; }
	
#button-upload {
 width: 69px;
 height: 31px;
 margin: 0; 
 padding: 0;
}

#button-upload a { margin: 0; padding: 0; height: 31px; width: 69px; display:block; background: transparent url(../images/upload.gif) 0 0 no-repeat;}

#button-upload a:hover {background: transparent url(../images/upload.gif) 0 -31px no-repeat; }
	
	
#button-preview {
 width: 69px;
 height: 31px;
 margin: 0; 
 padding: 0;
}

#button-preview a { margin: 0; padding: 0; height: 31px; width: 69px; display:block; background: transparent url(../images/preview.gif) 0 0 no-repeat;}

#button-preview a:hover {background: transparent url(../images/preview.gif) 0 -31px no-repeat; }
	
#button-unsubscribe {
 width: 183px;
 height: 31px;
 margin: 0; 
 padding: 0;
}

#button-unsubscribe a { margin: 0; padding: 0; height: 31px; width: 183px; display:block; background: transparent url(../images/unsubscribe.gif) 0 0 no-repeat;}

#button-unsubscribe a:hover {background: transparent url(../images/unsubscribe.gif) 0 -31px no-repeat; }
	
#button-postprofile {
 width: 147px;
 height: 23px;
 margin: 0; 
 padding: 0;
}

#button-postprofile a { margin: 0; padding: 0; height: 23px; width: 147px; display:block; background: transparent url(../images/button_postprofile.gif) 0 0 no-repeat;}

#button-postprofile a:hover {background: transparent url(../images/button_postprofile.gif) 0 -23px no-repeat; }
	
	
.jobs td{
	border-bottom: 1px dashed #f90;
	padding: 5px;
	text-transform: capitalize;
	}
	
.jobs-titles td {
	font: bold 14px times;
	color: #000;
	margin: 0 0 0 0;
	}
	
.jobs-title {
	width: 150px;
}

.jobs-field {
	width: 80px;
}

.jobs-location {
	width: 125px;
}

.jobs-date {
}
	
.left-text {
	font-size: 12px;
	padding: 10px;
	}
	
.left-text a{
	font-size: 12px;
	margin: 0 0 0 0;
	color:#069; 
	}
	
.left-text a:link, .left-text a:active,  {
	font-size: 12px;
	color:#069; 
	text-decoration: none;
	}

.left-text a:visited {
	font-size: 12px;
	color:#630; 
	text-decoration: none;
	}
	
.left-text a:hover {
	font-size: 12px;
	color:#f90; 
	text-decoration: underline;
	background-color: transparent;
	}
	
.sponsor-cell a:link, .sponsor-cell a:active,  {
	font-size: 12px;
	color:#753; 
	text-decoration: none;
	}

.sponsor-cell a:visited {
	font-size: 12px;
	color:#753; 
	text-decoration: none;
	}
	
.sponsor-cell a:hover {
	font-size: 12px;
	color:#f90; 
	text-decoration: underline;
	background-color: transparent;
	}
	
/* Footer */
	
#footer {
	clear: both;
	width: 730px;
	height: 19px;
	margin: 0 0 0 40px;
	padding: 9px 0 0 0;
	}
	
#footer div {
	float: left;
	}
	
#footer1 {
    width: 548px;
	height: 19px;
	margin-left: 9px;
	background-color: #630;
	font: 10px;
	color: #cc9;
	padding: 4px 0 0 0;
	text-align: center;
	}

#footer a {
	color:#ff9900; 
	text-decoration: underline;
	}

#footer a:visited {
	color:#f90; 
	}
	
#copy {
	width: 730px;
	margin: 9px 0 0 40px;
	font: 11px arial, sans-serif;
	}
	
#copy a:link, #copy a:active, #copy a:visited {
	color:#000; 
	text-decoration:none;
	}
	
#copy a:hover {
	color:#666; 
	text-decoration:underline;
	}

.picRight {float: right; padding-left:0px; padding-right:0px; margin:20px; border:0px; border: 1px solid #CCCCCC;}
.picLeft {float: left; padding-left:0px; padding-right:0px; margin:20px; border: 1px solid #CCCCCC;}

.full {
	font: bold 12px  Verdana, Helvetica, Arial, sans-serif;
	color: #cc0000;
	}
.change {
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
	text-decoration: line-through;
	}
#boxIt {
	background: #E8E8E8;
	margin: 10px;
	padding: 10px;
	border: thin solid #CCCCCC;
	}

#followUp {
	background: #E8E8E8;
	border-top: thin solid #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #CCCCCC;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
#grouping {
	background: #E8E8E8;
	border-top: thin solid #FF9966;
	border-right: thin none #FF9966;
	border-bottom: thin solid #FF9966;
	border-left: thin none #FF9966;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.txtReview {
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
}
.txtRight {
	color: #666666;
	text-align: right;
	font-style: italic;
	margin-left: 20px;
}
.question {
	color: #FF9933;
}
.answer {
	color: #663300;
}
.backtop {
	text-align: right;
	display: block;
	clear: both;
	float: right;
}
.tabular {
	border: 1px solid #B4B495;
	margin: 1px;
	background-color: #D9D9B3;
	vertical-align: text-top;
}
.tabular td {
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 5px;
	background-color: #ffffff;
	vertical-align: top;
}


.paypalButton {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
