body, html {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: arial;
  background: #F0F3FC;
}

a, a:visited {
  color: #0063bb;
  text-decoration: none;
  font-weight: bold;
}

table#main_container {
  height: 100%;
  width: 800px;
  margin: 0px auto;
}

td#header_cell {
  padding: 5px;
  background: transparent url(../images/header.gif);
}

td#header_cell div#positioning_div {
  position: relative;
  width: 100%;
  height: 115px;
}

td#header_cell div#positioning_div h1 {
  position: absolute;
  color: #FFF;
  top: 0px;
  right: 0px;
  height: 30px;
  line-height: 25px;
  font-size: 30px;
  margin: 0px;
  filter:
    progid:DXImageTransform.Microsoft.DropShadow(Color=#000000, OffX=2, OffY=2)
    progid:DXImageTransform.Microsoft.Blur(pixelradius=1)
    ;  
}

td#header_cell div#positioning_div img#logo {
  position: absolute;
  left: 10px;
  top: 35px;
  border: 0px;
}

td#menu_bar {
  background: transparent url(../images/header_bar.gif) repeat-x;
  height: 31px;
  line-height: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

td#menu_bar ul {
  text-align: center;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

td#menu_bar ul li {
  display: inline;
  height: 31px;
  line-height: 31px;
  margin: 0px;
  padding: 0px;
}

td#menu_bar a {
  float: left;
  white-space: nowrap;
  height: 31px;
  line-height: 31px;
  color: #FFF;
  padding: 0px 9px;
}

td#menu_bar a.selected, td#menu_bar a:hover {
  background: transparent url(../images/header_bar_selected.gif) repeat-x;
}

td#side_menu {
  width: 160px;
  background: #565962;
  color: #FFF;
}

td#side_menu h1 {
  font-size: 14px;
  color: #282B34;
  text-transform: uppercase;
  background: transparent url(../images/side_menu_header.gif) repeat-x;
  border-bottom: 1px solid #282B34;
  line-height: 39px;
  height: 39px;
  padding-left: 10px;
}

td#side_menu div.link_box {
  font-size: 12px;
  background: #565962 url(../images/link_box_arrow.gif) no-repeat top left;
  padding: 9px 5px 9px 30px;
  border-bottom: 1px solid #7E8494;
  color:#FFFFFF;
 
}

td#side_menu div.link_box a {
  color:#FFFFFF;
}

td#side_menu div.link_box a:visited {
  color:#FFFFFF;
}

td#side_menu div.link_box a:hover, td#side_menu div.link_box a.selected {
  color:#FFF799;
}

div.article {
  padding: 5px 5px 10px 5px;
  font-size: 12px;
  border-bottom: 1px solid #7E8494;
}

td#side_menu div.news_item {
  border-bottom: 1px solid #7E8494;
}

div.article div.date {
  font-weight: bold;
  text-align: right;
}

div#newslist div.date {
  text-align: left;
  display: inline;
}

div#newslist div.title {
  display: inline;
}

td#side_menu div.article a {
  color: #A9A9A9;
  font-weight: bold;
}

td#side_menu div.article a:hover {
  color: #FFF799;
}

td#side_menu div.article a:visited {
  color: #FFF799;
}

td#content div.article div.title {
  font-size: 14px;
  font-weight: bold;
}

td#content {
  width: 640px;
  font-size: 12px;
  line-height: 18px;
  background: #F0F3FC;
  color: #000;
  vertical-align: top;
}

td#content.wide {
  width: 800px;
  background: #fff;
  padding: 0px;
}

td#content.wide.home {
  background: #F0F3FC;
}

td#content h1 {
  font-size: 20px;
  color: #F22A44;
  text-transform: uppercase;
  background: transparent url(../images/content_header_bg.gif) repeat-x;
  border-bottom: 2px solid #5B698C;
  line-height: 39px;
  height: 39px;
  padding-left: 15px;
  margin: 0px;
}

td#content h2 {
  font-size: 16px;
  color: #5B698C;
  background: transparent url(../images/content_header_bg.gif) repeat-x;
  border-bottom: 2px solid #F22A44;
  line-height: 25px;
  height: 25px;
  padding-left: 15px;
  margin: 0px;
}

td#content h3 {
  margin: 0px;
  font-size: 14px;
  color: #4B00E4;
  background: transparent url(../images/content_header_bg.gif) repeat-x;
  border-bottom: 2px solid #4B00E4;
  line-height: 18px;
  height: 18px;
  padding-left: 15px;
}

td#content h4 {
  margin: 0px;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 10px 0px 15px;
}

td#content p {
  margin: 10px 15px 0px 15px;
}

td#content table.charity_details {
  margin: 15px;
  border-collapse: collapse;
  border: 0;
}

td#content table.charity_details td {
  border-bottom: 1px solid #5B698C;
  padding: 5px 5px 5px 0;
  font-size: 12px;
}

td#content div#charity_pages {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: #999;
}

td#content div#charity_pages i {
  font-style: normal;
  color: #F00;
}

td#content div#charity_pages a, td#content div#charity_pages a:visited {
  color: #00f;
}

td#content div#charity_pages a:hover {
  color: #F00;
}

td#footer {
  color: #FFF;
  font-size: 12px;
  height: 29px;
  line-height: 29px;
  background: transparent url(../images/footer_bg.gif) repeat-x;
}

td#footer a {
  color: #FFF;
}

td#footer a:visited {
  color: #C2C4C8;
}

td#footer a:hover {
  color: #FFF799;
}

td#sub_footer {
  background: #F0F3FC;
  font-size: 11px;
  color: #565962;
}

form#search_form {
  color: #FFF;
  font-weight: bold;
  display: inline;
}

form#search_form input.text {
  border: 0px;  
}

form#search_form input.button {
  background: #FFF;
  color: #F22A44;  
  font-weight: bold;
  border: 0px;
  margin: 0px;
}

form#search_form span.button_border {
  border: 1px solid #FFF;
  padding: 1px;
}

table#contact_form {
  width: 100%;
  padding: 20px 0px 20px 20px;
}

table#contact_form td {
  font-size: 20px;
}

table#contact_form textarea {
  width: 100%;
}

table#contact_form input.text {
  width: 500px;
}

/* New Forms built for site in 2009 */

table#form2009 {
  width: 600px;
  padding: 20px 0px 20px 20px;
}

table#form2009 td {
  text-align: right;
  width: 50%;
}

table#form2009 td.left_align {
  text-align: left;
  padding-left:15px;
  }
  
  
table#form2009 td.sit_in_the_middle {
  padding-right: 225px;  
}

table#form2009 textarea {
  width: 95%;
}

table#form2009 input {
  margin-right: 5px;
}

table#form2009 h3 {
  color: #172e60;
  border: none;
  background: none;
  font-size: 1em;
  text-align:left;
}


table#form2009 label.smaller {
  font-size: .84em;
}


table#form2009 div.timeframes {
  float: left;
  width: 100px;
  margin: 0 50px 0 0;
}

a.table_question {
  color: #fff;
  background-color: #00529c;
  padding: 0 1px;
}

/* Thermometer */
div#thermometer {
  width: 160px;
  height: 420px;
  position: relative;
  float: right;
  margin: 0px 0px 20px 5px;
}

div#thermometer img {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}

div#thermometer div#red_fill {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 160px;
  height: 420px;
  background: #F00 url(../images/thermometer_bg.jpg) no-repeat top left;
}

/* Admin */
table.formatted {
  border: 1px solid black;
  padding: 0px;
  margin: 5px;
  border-collapse: collapse;
  width: 90%;
}

table.formatted th {
  background: #EEE;
  text-align: left;
}

table.formatted th, table.formatted td {
  border-bottom: 1px solid black;
  border-collapse: collapse;
  padding: 2px 4px;
}

/* survey styles */
div.survey_qa {
  margin-bottom: 20px;
  border: 2px solid #EEE;
  border-width: 2px 0;
}

div.survey_answer input {
  float: left;
}

div.survey_answer {
  border-top: 2px solid #EEE;
}

div.survey_answer {
  padding-left: 20px;
  clear: left;
}

div.survey_answers textarea {
  margin: 10px 5px 5px 20px;
}

/* Admin Survey Styles */

ul#survey_list, #survey_list ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#survey_list div.q_handle, #survey_list div.a_handle {
  font-size: 1px;
  line-height: 1px;
  height: 10px;
  background: #999 url(../images/move_bg.gif);
  border: 1px solid #666;
  border-top-color: #aaa;
  margin: 5px;
}

#survey_list li {
  background: #eee;
}

#survey_list li ul li {
  background: #ddd;
}

#survey_list form {
  text-align: right;
}

#survey_list ul {
  margin-left: 30px;
}

#survey_list div.q_handle.active, #survey_list div.a_handle.active {
  background: #c66 url(../images/move_bg.gif);
  border: 1px solid #999;
  border-top-color: #eee;
  border-left-color: #eee;
  cursor: move;
}


table#statistics {
  margin: 5px auto;
  border: 1px solid #5f729d;
  border-collapse: collapse;
}

table#statistics td {
  padding: 2px 3px;
  border: 1px solid #5f729d;
}

table#statistics td.count {
  text-align: right
}

table#statistics .header_row td {
  font-weight: bold;
}

span.hilight {
  background: #ff6;
}

form.admin_charity_form {
  display: inline;
}

form.admin_charity_form input {
  float: right;
}

div.admin_charity_pos {
  display: inline;
  float: right;
  margin: 0px 5px;
}

/*3 column Red White and Blue home presentation-----------------------*/
table#red_white_blue {
  margin: 20px 0 0 70px;
}

table#red_white_blue h2 {
  font-size: 1.3em;
  border:none;
  background: transparent;
  color: #000;
  padding-top: 5px;
}

div#red, 
div#white, 
div#blue {
  height: 260px;
  width: 161px;
  margin-right: 5px;
}

div#red a, 
div#white a, 
div#blue a {
  background: #fff;
  width: 125px;
  padding: 3px;
  margin-left: -40px;
}

div#red a {
  color: #700c14;
}

div#white a {
  color: #4d6395;
}

div#blue a {
  color: #000000;
}

div#red a:hover, 
div#white a:hover, 
div#blue a:hover {
  color: #fff;
  text-decoration: none;
}


div#red a:hover {
  background: #700c14;
}

div#white a:hover {
  background: #4d6395;
}

div#blue a:hover {
  background: #000000;
}


table#red_white_blue div#red {
  background: url(../images/home-red.jpg) no-repeat top left;
}

table#red_white_blue div#white {
  background: url(../images/home-white.jpg) no-repeat top left;
}

table#red_white_blue div#blue {
  background: url(../images/home-blue.jpg) no-repeat top left;
}

table#red_white_blue ul {
  list-style-type: none;
  margin-left: 13px;
}

table#red_white_blue ul li {
  margin-bottom: 20px;
}

table#red_white_blue ul li a {
  font-size: .82em;
  text-decoration: underline;
}

div#addresslabel {
  width: 275px;
  background: #FFF;
  color: #333;
  font-family: Courier;
  font-size: 14px;
  line-height: 1.2em;
  padding: 15px;
  margin: 25px;
  border: 2px solid #559;
  text-align: left;
  margin-left: 75px;
  align: left;
}

/*End 3 column home presentation---------------------------------*/


table#event_mgr ,table#event_mgr textarea{
  width: 100%;  
}

table#event_mgr td{
}