/* Global Styles */



body {
	margin:0px;
	background-color: #99CC66; /* medium green */
	font-family: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;  /* gray */
	line-height:20px;
	text-align: left;
}
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666; /* dark grey text */
	vertical-align:top;
	text-align: left; /* do we need this to counteract the table alignment of content? */
}


/* Class Styles */
/* Clean this all up - don't mix table cell and text classes. */
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px
}
.pageName {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:30px;
	letter-spacing:0.1em;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}
.subHeader2 {
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.1em;
	padding-left: 10px;
}
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
}

.bigText {
	font-size: 14px
}
.indentedText {
	padding-left: 30px;
	padding-right: 30px;
}
.subHeader {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	text-align: left;
}
.itemHeader {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/* More stuff from template no longer used?
.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
}
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}
*/
.itemHeader {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/* Main content of the page is in a table. Background is light green and the whole is centered in the window. */
table.content {
	width: 1010px;
	height: 100%;
	cellspacing: 0;
	background-color: #F4FFE4;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* are these still used? */
table.eventsTable1 {
	width: 990px;
	border-spacing : 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.eventItem2 {
	width: "33%";
	vertical-align: top;
	text-align: center;
}


/* TABLEs used to display simple lists with mutliple fields */
/* ptgList is a table for lists of PTG board and committee members */
/*     3 columns - job title, name, email address */
/*     Do we want to alternate row colors for easier readability? */
/* formsList is a table for lists of forms and flyers */
/*	   3 columns - date of release (month), form/flyer title and link, and description */
/*     can we make the list sort by "subject" as well? */
/* Should these go in just the files that use them? Thought they might be used in more than on efile, but don't seem to be thus far... */
.ptgList, 
.formsList{
	width:	750px;
	border-collapse: collapse;
	margin-left: 10px;
}

.jobList,
.linkList,
.boxedEventList {
	width: 980px;
	border-collapse: collapse;
	margin-left: 10px;
}

.ptgList caption,
.formsList caption,
.jobList caption,
.linkList caption,
.boxedEventList caption{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.1em;
	padding-left: 2px;	
	border: none;
	text-align: left;
}
.ptgList td,
.jobList td,
.linkList td,
.boxedEventList td{
	vertical-align: top;
	border:	1px solid #666666;
	padding: 4px;
}
.formsList td{
	vertical-align: top;
}
.ptgList td.ptgJob {
	width: 200px;
	border: 1px solid;
}
.ptgList td.ptgName {
	width: 150px;
}
.commList td.ptgEmail {
	width: 200px;
}
.ptgList td.ptgJobDescription {
	width: 650px;
}
.formsList th{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.formsList td.formsDate {
	width: 15%;
}
.jobList td.jobTitle {
	width: 15%;
}
.jobList td.jobDescription {
	width: 50%;
}
.jobList td.jobDate {
	width: 15%;
}
.jobList td.jobContact {
	width: 20%;
}
.linkList td.link {
	width: 200px;
}
.linkList td.linkTitle {
	width: 100px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;	
}
.linkList td.linkDescription {
}


/* Blocks of information about Willard Events */
/* Slightly smaller than the full content area and centered in it. */
/* Display 3 items across the table - so each item width is 1/3rd of the table */
.eventsList {
	width:	990px;
	border-spacing : 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.eventsList .event{ /*HELP! test if this should be .event instead of .td */
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	width: 32%;
	float: left;
	text-align: left;
	height: 300px; /* needs to be larger than biggest event to keep items aligned */
/*	margin: 4px 4px 4px 4px; */
	padding: 4px 4px 4px 4px; 
}

.eventsList .event .eventImage{
	text-align: center;
	height: 130px;
}
.eventsList .event .eventTitle{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.eventsList .eventDescription {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin-bottom: 5px;
}
.eventsList .eventDetail {
	width: 100%;
	margin-bottom: 5px;
}
.eventsList .eventDetail .detailType {
	width: 25%;
	float: left;
}
.eventsList .eventDetail .detailInfo {
	width: 75%;
	float: left;
}


.imageLeft {
	margin: 4px;
	float: left;
}
.imageRight {
	margin: 4px;
	float: right;
}


.dContent {
	width: 1010px;
	height: 100%;
	background-color: #F4FFE4;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.dContent .pageName {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	letter-spacing:0.1em;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
