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

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

#mediabox {
	z-index: 11;
	padding: 0px 0 20px 0;
	float: left;
	width: 260px;
}

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

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

#recentnewstbl { width: 530px; margin-left: 13px; 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 */

/* TYPOGRAPHY
--------------------------------------------------- */
p { margin: 0 0 20px 0; }
p.nomargin { margin: 0 0 0 0; }

a {
        color: #4f8fc8; text-decoration: none;
        outline-color:invert;
        outline-style:none;
        outline-width:medium;
}
a:hover { color: #1d5d92; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h2 {
        font-family: Georgia, "Times New Roman";
        color: #1d5d92;
        font-size: 22pt;
        background: url('img/bg_h2.gif') repeat-x 0 100%;
        margin: 0 0 30px 0;
        padding: 0;
        line-height: 34pt;
        text-indent: 15px;
}
h3 { 
        font-family: Georgia, "Times New Roman"; 
        font-weight: normal; 
        font-size: 20px; 
		padding-bottom: 20px; 

} 

h3 a { 
        color: #1D5D92; 
} 

.clear { clear: both; }

/* GET INVOLVED
--------------------------------------------------- */

#issueleft div.issuebox {
        width: 285px;
        float: left;
        margin: 0 0 20px 10px;
        height: 120px !important;
        line-height: 1.3em;
        font-size: .95em;
}

#issueleft div.issuebox img {
        float: left;
        padding: 0 5px 35px 0;
}

#issueleft div.issuebox a {
        color: #333;
}

#issueleft div.issuebox span.issueheader a {
        font-weight: bold;
        color: #1d5d92;
}

#issueleft div.issuebox span.issueheader a:hover {
        background: #1d5d92;
        color: white;
}

#recordleft div.recordbox {
        width: 285px;
        margin: 0 0 20px 10px;
        height: 120px !important;
        line-height: 1.3em;
        font-size: .95em;
}

#recordleft div.recordbox p {
        margin: 0 5px 35px 0;
}

#recordleft div.recordbox img {
        float: left;
        padding: 0 5px 35px 0;
}

#recordleft div.recordbox a {
        color: #333;
}

#recordleft div.recordbox span.issueheader a {
        font-weight: bold;
        color: #1d5d92;
}

#recordleft div.recordbox span.issueheader a:hover {
        background: #1d5d92;
        color: white;
}


/* FORMS
--------------------------------------------------- */
div.input {
        margin: 0 0 10px 0;
}

div.input input {
        border: solid 2px #aaa;
        border-bottom: solid 1px #ccc;
        border-right: solid 1px #ccc;
        margin-bottom: 2px;
}

div.input input[type=checkbox] {
        border: 0;
        margin: 0;
}

textarea {
        border: solid 2px #aaa;
        border-bottom: solid 1px #ccc;
        border-right: solid 1px #ccc;
        overflow: auto;
}

div.input label {
        display: block;
        font-weight: 800;
}

div.rc div.input label {
        display: inline;
}

div.input input[type="hidden"] {
        border: 0;
}
/*
--------------------------------------------------- */
/*
--------------------------------------------------- */

/* =Video
-----------------------------------------------------------------------------*/

#video_list
{
        list-style: none;
        margin-left: 0px;
        padding-left: 0px;
        float: left;
        list-style-position: outside;
}

#video_list li
{
        margin-bottom: 15px;
        margin-right: 10px;
}

