@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, img, a, table, tbody, td, th, tr, form {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
}

body {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  background: url(../userfiles/image/page_design/bkg.png) repeat-x #668195;
}

a, a:visited { 
	color: #003C77;
	text-decoration: underline;
}

a:active, a:hover { 
	color: #0062B7;
	text-decoration: underline;
}


#outerWrapper {
  background-color: #FFF;
  background-image: url(../userfiles/image/page_design/client_bkg.gif);
  background-repeat:repeat-y;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  overflow: auto;
}

#innerWrapper {
	margin: 0 10px;
	overflow: auto;
}

#header {
	margin: 0;
	height: 314px;
	background-color: #fff;
}

#header #slideshow {
	float: left;
	width: 568px;
}

#header #banner {
	float: left;
	width: 360px;
	margin-left: 12px;
	background-color: #335771;
}

#bannerTable img { display: block; }
#bannerTable td { }

#bannerTable td#firstRow { height: 259px; }
#bannerTable td#secondRow { height: 24px; padding-left: 50px; }
#bannerTable td#thirdRow { height: 31px; padding-left: 50px; }

#bannerTable input.styled { 
	width: 108px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	border: 1px solid #FC0;
	margin: 0 4px;
	background-color: #fff;
	background-image: url(../userfiles/image/page_design/input_bkg.png);
	background-repeat: repeat-x;
	padding: 0 4px;
}

#bannerTable #go {
	margin: 0;
	padding: 0;
	height: 23px;
	position: absolute;
}


#slideshow {
	float: left;
	width: 568px;
	height: 314px;
	position:relative;
}

#slideshow A {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	display: block;
}

#slideshow A.active {
    z-index:10;
}

#slideshow A.last-active {
    z-index:9;
}

#menu {
    color: #000;
    width: 940px;
    font-family: "Arial Black", Gadget, sans-serif;
	background-image: url(../userfiles/image/page_design/menu_bkg.png);
	background-repeat:repeat-x;
	background-color: #F58433;
    font-size: 12px;
    line-height: 21px;
    overflow: hidden; 
    text-align: center;
	padding: 8px 0 2px;
}

#menu a {
	color: #FFF;
    display: inline;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	margin: 0 8px;
	text-transform: uppercase;
}

#menu a:hover {
	color: #FFC;
}

#main {
	width: 650px;
	margin: 0 2px 16px 0;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#main p {
	margin-bottom: 12px;	
}

#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 29px;
	color: #003C77;
	margin-bottom: 0;
}

#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	font-style: italic;
	color: #668094;
	margin-bottom: 0;
}

#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	font-style: italic;
	color: #F58433;
	margin-bottom: 0;
}

#main h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 18px;
	color: #F58433;
	margin-bottom: 0;
}

#main h4 + p, #main h4 + ul,#main h4 + ol {
	margin-top: 4px;
	padding-top: 0;
}

#main ul {
	padding-left: 0;
	margin-left: 16px;
}

#main ul li {
	padding-left: 24px;
	list-style-type: none;
	background: url(/favicon.png) 0 2px no-repeat;
}

#main ul + p {
	padding-top: 0;
	margin-top: 0;
}

#main .node {
	width: auto;
	padding: 32px 24px 24px 40px;
	background-image: url(../userfiles/image/page_design/main_bkg.png);
	background-repeat: repeat-x;
	background-color: transparent;
}

#sidebar {
	width: 288px;
	float: left;
}

#sidebar #events {
	background-image: url(../userfiles/image/page_design/events_title.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 62px 12px 12px 12px;
}

#sidebar #news {
	background-image: url(../userfiles/image/page_design/news_title.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 62px 12px 12px 12px;
}

#sidebar #twitter {
	background-image: url(../userfiles/image/page_design/twitter_title.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 62px 12px 12px 12px;
}

#sidebar #twitter .item {
	text-decoration: none;
	margin: 4px 10px;
	padding: 0 10px;
	display: block;
}

#twitter .item p { 
	font-size: 11px;
	line-height: 15px; 
}

#sidebar #twitter .date {
	margin-top: 2px;
	padding-top: 0px;
	text-align: right;
	font-size: 9px;
}

#sidebar #twitter a {
	text-decoration: none;
}

#sidebar #twitter .date a {
	color: #999;
}

#sidebar #twitter .date a:hover {
	color: #006B9F;
}


#sidebar a.item {
	text-decoration: none;
	margin: 10px;
	padding: 10px;
	display: block;
	border:1px solid #FFF;
}

#sidebar a.item:hover {
	border:1px solid #F48433;
	background-image: url(../userfiles/image/page_design/sidebar_node.png);
	background-repeat: repeat-x;
}

#sidebar .title {
	font-weight: bold;
	color: #003887;
}

#sidebar .city,
#sidebar .source {
	font-weight: bold;
	color: #668094;
}

#sidebar .time {
	color: #002C4C;
}


#sidebar .date {
	color: #888;
	font-size: 10px;
}

#sidebar .venue {
	color: #000;
}

#sidebar .details {
	color: #F48433;
	font-size: 10px;
	text-decoration: underline;
}

#sidebar a:hover .details {
	color: #CC0000;
}

#footer {
	margin: 0;
	padding: 12px;
	background-color: #DBE2E6;
	border-top: 1px solid #FFF;
	text-align: center;
}

.more {
	display: block;
	text-align: right;
}

a.permalink {
	display: block;
	text-align: right;
	font-size: 10px;
	text-decoration: none;
}

ul, ol {
  padding: 0px 24px;
  font-size: 12px;
  line-height: 17px;
}

li {
	padding-bottom: 12px;	
}

p {
	font-size: 12px;
	line-height: 17px;
	padding-top: 8px;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

#client .summary h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
}

#client .summary p {
  margin-top: 0;
  margin-bottom: 8px;
}

#client .summary {
	padding-bottom: 12px;
	margin: 0 40px;
}

#client .summary .date {
	margin-top: 22px;
	font-weight: normal;
	font-size: 10px;
	color: #666;	
}

#eventList {
	margin-bottom: 12px;
	padding: 0;
}

#eventList .eventDate h1 {
	font-size: 20px;
	margin: 26px 0 12px 0;
	line-height: normal;
}

#eventList .event {
	padding: 0px 12px 12px 12px;
	margin-bottom: 8px;
	border: 1px solid #cccccc;
	background: #fff url(/userfiles/image/site_design/node_bkg.png) repeat-x 0 -12px;
}

#eventList .event table {
	width: 100%;
}

#eventList .event table td {
	padding: 0;
	margin: 0;
}

#eventList .event .eventDescription {
	color: #094E81;
	padding: 30px 0 0 16px;
	display:block;
	width: 270px;
	float: right;
        color: #000;
}

#eventList .event .eventDescription p {
}

#eventList .event h2 {
	font-size: 18px;
	color: #666666 !important;
	line-height: normal;
	margin: 8px 0 0 0;
	padding: 0;
}

#eventList .event h3 {
	color: #003887;
	margin: 10px 0 0 0;
	padding: 0;
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
}


#eventList .event .city {
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
}

#eventList .event .eventDate {
	width: 225px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}


#eventList  .eventDate p {
	margin: 0;
	padding: 0;
}

#eventList .eventDate p .date {
      margin-bottom: 12px;
}

#eventList .eventDate .location {
      margin-top: 12px;
      font-size: 11px;
      line-height: 13px;
      color: #000;
}

#eventList .eventDate .location .venueName {
  font-weight: bold;
  font-size:12px;
  line-height: 15px;
  color: #668094;;
}

.eventDescription a p {
	font-weight: normal;
}


#eventList .event .eventDescription h1 {
	margin: 6px 0 8px 0;
	padding: 0;
	font-size: 16px;
	line-height: 19px;
}

#eventList .event .eventDescription h2 {
	margin: 6px 0 8px 0;
	padding: 0;
	font-size: 14px;
	line-height: 17px;
}

.eventDescription a:hover p,
.eventDescription a:hover h1 {
	color: #006B9F !important;
}

#linkList {
	margin-top: 18px;
}

#linkList h3 {
	margin-top: 18px;
}

.link {
	padding-bottom: 12px;
	border-bottom: 1px solid #CDE;
}

.link p.date {
	font-size: 11px;
	line-height: 13px;
	color: #888;
	margin: 0;
	padding: 0;
}

input.outlined { border: 1px solid #000; margin-bottom: 4px; background: #fff url(/userfiles/image/site_design/textbox_bkg.gif) repeat-x left top; }
span.required {color:#069;font-weight:bold;}
input.outlined.required { border-color: #069; }
#volunteerTable input.outlined { width: 180px; }

#volunteer_button, #contribute_button {
	margin-top: 60px;
}

td.formcell input { margin: 0 0 2px 0; }
#funds td.formcell input { margin: 0px 2px 0 0; display: block; float: left; }
#funds td.formcell input#amount_other { margin: 0px 2px 0 0; display: inline; float: none; }
td.formcell { padding: 2px 0; }
#funds td.formcell {padding: 1px 0;}

ul#complianceList { font-size: 10px; line-height: 12px; padding: 0 0 0 14px; list-style-type: square; }
ul#complianceList li { margin-bottom: 6px;}

.small { font-size: 85%; line-height: 1.2em;}
.smaller { font-size: 75%; line-height: 1.2em;}

