/*NEWS*/
#newspage {
	margin-left: -10px;
	width: 600px;
	}

#newspage img {
	border: 0;
	}
#newstop {
	padding: 10px 0 2px 13px;
	float: left;
	width: 250px;
	color: #000;
	font-size: 9pt;
}

#mediabox {
	z-index: 11;
	/*padding: 10px 0 25px 0;*/
	float: left;
	width: 300px;
}

#newsbottom {
	/*background-image: url(../img/newsbottombg.jpg) ;
	background-repeat: no-repeat;*/
	width: 580px;
	clear: both;
}

#newstypes ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 12px;
}
#newstypes li {
	padding-right: 7px;
	float: left;
}

#recentnewstbl { width: 530px; margin-left: 12px; clear: both;}
#recentnewstbl tr td{vertical-align: middle;}


/*END NEWS*/

/*VOLUNTEER*/
#volunteer {
  width: 100%;
  float: left;
}

#volunteer_options, #coalition_options {
  border: 1px solid #A4B4C8;
  background: #DFDFFF;
  padding: 0 5px;
  clear: both;
}

#coalition_options {
	margin-top: 20px;
}
  #volunteer_options h4,
  #coalition_options h4  {
    width: 100%;
    margin: 5px 0;
  }
#volunteer_options div.input input,
#volunteer div.input input,
#coalition_options div.input input {
  width: auto; 
}
#volunteer_options div.input input,
#volunteer_options div.input label,
#coalition_options div.input input,
#coalition_options div.input label,
#volunteer div.input input,
#volunteer div.input label {
  display: inline;
}
/*END VOLUNTEER*/

/*MISCELLANEOUS HELPER CSS*/

.clearer {
  clear: both; 
}
.lc {
  float: left;
  width: 49%;
}
.rc {
  float: right;
  width: 50%;
}
.fl {
  float: left; 
}
img.fright {
  float: right;
  margin: 5px 0 10px 10px;
}
img.fleft {
  float: left;
  margin: 5px 10px 10px 0;
}
img.center {
  display: block;
  padding: 10px 0 10px 0;
  text-align: center;
  margin: 0 auto;
}

.formLine { clear: both; padding-left: 10px;}
.formLine .formElBox{ float: left; padding-left: 10px; padding-top: 7px; margin-bottom: 3px; font-size: 8pt; font-weight: bold; }

table { 
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
th {
  background: #ccc;
  color: #fff;
}
td {
  text-align: left;
}
td.label {
	width:120px;
	}


tr.even {
  background: #eee;  
}


/* END MISCELLANEOUS */

/* ARTICLES */
.title {font-size: 15pt; font-weight: bold; color: #000; padding-bottom: 10px;}
.subtitle { font-size: 12pt; font-weight: bold; color: #4d91d1; font-style: italic; padding-bottom: 15px;}
.date  { padding-right: 9px; font-size: 8pt; font-weight: bold; color: #888; font-weight: normal; }
.contact, .credit, .author, .publication { font-size: 8pt; font-weight: bold; color: #888; font-weight: normal;}
.article { font-size: 110%; color: #000; width: 600px;}
/* END ARTICLES */
