/* Generic */
body {font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 12pt; line-height: 1.3; background-color: black; margin: 0px; width: 850px; background: url('images/background.gif') no-repeat}
div.page {float: left; width: 100%}
img {border: none}
.bold {font-weight: bold}
.italic {font-style: italic}
.underline { text-decoration: underline}
.center {text-align: center}
.right {text-align: right}
.floatleft { float: left }
.floatright { float: right }
.clearboth { clear: both;}
.required { color: red;}
.testborder { 1px solid red;}

/* Header */
div.header {float: left; width: 100%; font-size: 10pt}
div.address {float: left; width: 175px; padding-left: 450px; padding-top: 80px}
div.hours {float: left; width: 200px; padding-top: 80px}
div.slogan {float: left; color: white; width: 300px; padding-left: 575px; font-size: 14pt; padding-top: 25px}


/* Main Content Area */
div.main {float: left; width: 700px; margin-top: 50px; padding-left: 150px; padding-bottom: 20px}
div.navigation {float: left; width: 130px; padding-right: 20px}
div.content {float: left; width: 550px}

div.footer { margin: 15px 0px 0px 150px; width: 550px; font-size: 10pt; }
div.footer a { color: #28558e; text-decoration: none}
div.footer a:hover { color: #28558e; text-decoration: underline}

/* Donate Online Form */
div.donate_form {width: 552px; }
div.donate_form div.row { padding: 0px 0px 8px 0px }
div.donate_form div.row div.label { width: 150px; padding: 1px 0px 0px 0px; font-weight: bold }
div.donate_form div.row div.field { width: 402px;  }
div.donate_form div.row div.field .first_name { width: 250px;  }
div.donate_form div.row div.field .last_name { width: 250px;  }
div.donate_form div.row div.field .email { width: 250px;  }
div.donate_form div.row div.field .address_1 { width: 250px;  }
div.donate_form div.row div.field .address_2 { width: 250px;  }
div.donate_form div.row div.field .city { width: 250px;  }
div.donate_form div.row div.field .zip { width: 45px;  }
div.donate_form div.row div.field .amount { width: 125px;  }
div.donate_form div.row div.field .submit {}
