/*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: right;
	width: 285px;
}

#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: #F2F8FA;
  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: 525px;}
/* END ARTICLES */

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

a {
        color: #248199; text-decoration: none;
        outline-color:invert;
        outline-style:none;
        outline-width:medium;
}
a:hover { color: #2e545f; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h2 {
        font-family: arial, sans-serif;
        color: #5399ab;
        font-size: 19pt;
        margin: 0 0 30px 0;
        padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 34px;
}

.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 1px #c7d6c9;
	padding: 3px;
}

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

textarea {
        border: solid 1px #c7d6c9;
        overflow: auto;
}

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

label span.fld-required {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}


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

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

/* FRONT-END FORMS
--------------------------------------------------- */
form.fe-form {
	border-top: solid 1px #c7d6c9;
	border-bottom: solid 1px #c7d6c9;
	padding: 20px 25px;
	background-color: white;
}

form.fe-form div.input input, form.fe-form textarea {
	border: solid 1px #c7d6c9;
	padding: 3px;
}

form.fe-form select {
	border: solid 1px #c7d6c9;
	padding: 2px;
}

form.fe-form div.firstlastname input {
	width: 180px;
}

form.fe-form div.address input {
	width: 380px;
	margin-bottom: 3px;
}

form.fe-form div.zip {
	margin-left: 5px;
}

form.fe-form div.flc {
	width: 200px;
	float: left;
}

form.fe-form div.frc {
	width: 200px;
	float: left;
}

form.fe-form div.checkbox input, form.fe-form div.checkbox label {
	float: left;
	margin: 0 5px 0 0;
}

form.fe-form div.submit {
	clear: both;
	margin: 15px 0 0 0;
	text-align: right;
}

form.fe-form div.input input.txt-mobilephone {
        background: white url('img/bg_asterisk.gif') no-repeat 100% 0;
}

p.form-footnote {
	font-size: 11px;
	color: #666;
}
/*
--------------------------------------------------- */

/* =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;
}
