@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 130%;
	color: black;
	background: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*Reset Ends Here*/

#wrapper {
	width: 100%; height:auto;
}

/*Header Styles*/
#header {
	text-align: center;
	height: auto; width:100%;
}

#header img {
	margin: 0 auto;
}

#header-nav {
	height: 43px; width:100%;
	background-image:url(../img/bg_header_nav.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	display: block;
	vertical-align:bottom;
}

#header-nav ul li{
	display: inline;
	height: 43px;
	color: #109fc7;
}

#header-nav ul{
	height: 43px;
}

#header-nav a{
	display: inline-block;
	height: 28px; width: auto;
	margin: 0; margin-left: -5px; padding: 0; padding-top: 15px;
	text-decoration:none;
	color: #109fc7;
}

#header-nav a:hover{
	background-image:url(../img/bg_header_nav.gif);
	background-repeat:repeat-x;
	background-position: 0px -43px;
	margin: 0; margin-left: -5px; padding: 0; padding-top: 15px;
	color: #109fc7;
}

#city-banner {
	background:url(../img/banner_city.gif) repeat-x bottom center;
	height: 44px; 
	margin: 0 auto;
}

/*LOGIN-FORM Style*/
#login {
	background:url(../img/bg_login.jpg) no-repeat;
	height: 173px; width: 222px;
	padding-top: 15px;
}
	
#login-form{
	margin-top: 0px; margin-left: 10px;
}

#login-top {
	background:url(../img/bg_login_top.gif) no-repeat;
	width: 222px; height:12px;
	float: left;
}

#login-mid {
	background: #E0E4E5 url(../img/bg_login_mid.gif) no-repeat;
	width: 202px; height:auto; /*height:290px;*/
	padding-left: 10px; padding-right: 10px; 
	float: left;
}

#login-bottom {
	background: #E0E4E5 url(../img/bg_login_bottom.gif) no-repeat;
	width: 222px; height:15px;
	margin-bottom: 10px;
	float: left;
}

#login-mid p {
	border-bottom:2px solid #999;
}

.input{
	background:url(../img/bg_input.gif) repeat-x;
	padding-top: 2px;
	height:23px;
	border:none;
}

#login-form .copy {
	height: 23px;
	vertical-align:middle;
}

#login-form td {
	vertical-align:middle;
}

#login-form a:hover{
	text-decoration:underline;
}

/*Content Styles*/
#content {
	min-height: 300px; height: auto;
	margin: 0 auto; margin-bottom: 40px;
	background:#FFF;
	clear: both;
}

#index-content {
	min-height: 300px; height: auto;
	margin-bottom: 40px;
	background:#FFF;
	clear: both;
}


/*BULLETIN BOARD*/
#board-left {
	width: 618px; height: auto; min-height:500px;
	float:left;
	margin-left: 15px; margin-right: 20px; margin-bottom: 20px;
	padding-right: 15px;
}

#board-left a{
	color:#109fc7;
	text-decoration: none;
}

#board-left a:hover{
	color:#109fc7;
	text-decoration: underline;
}

#board-left p{
	text-align:justify;
}

#board-left img{
	display: block;
	padding-bottom: 20px;
}

#board-left ul li{
	list-style: outside;
}

#board-left ul{
	padding: 20px;
}

#board-right {
	float: left;
	width: 250px;
	float:left;
}

#board-right a{
	color: #000;
	text-decoration:none;
}

#board-right a:hover{
	text-decoration:underline;
}

#board-right img {
	margin-bottom: 30px;
}

.unordered li{
	list-style:inside;
}

.ordered li{
	list-style:decimal;
}

#board-left ul{
	margin-left: 20px;
}

#table-board {
	margin-top: 20px;
	margin-left: 40px;
}

/*ABOUT*/
#about-left {
	height: auto; min-height:500px;
	float:left;
	margin-left: 15px; margin-right: 20px; margin-bottom: 20px;
	padding-right: 15px;
}

.about p{
	text-align:justify;
}

.about img {
	margin: 10px;
}

.about li {
	list-style:outside;
}

.about ul, .about ol {
	padding: 20px;
}

ol.alpha li{
	list-style:upper-alpha;
}

/*HOW CAN I HELP*/

#help-left {
	width: 600px; height: auto; min-height:500px;
	float:left;
	margin-left: 15px; margin-right: 20px; margin-bottom: 20px;
	padding-right: 15px; padding-left: 20px;
}

#help-left ul li{
	list-style:url(../img/blt_triangle.gif);
	line-height:150%;
}

#help-left ul li a{
	color: #109fc7;
	text-decoration:none;
}

#help-left ul li a:hover{
	color: #109fc7;
	text-decoration:underline;
	font-weight:bold;
}

#help-right img{
	margin-bottom:30px;
}


#help-right {
	float: left;
	width: 250px;
	float:left;
}


/*FAQs*/
.faq-left {
	height: auto !important;
}

.faq-left p {
	text-align:justify;
}

/*GALLERY*/
#gallery-left {
	width: 610px; height: 200px; min-height:350px; height:auto;
	float:left;
	margin-left: 15px; margin-right: 20px; margin-bottom: 20px;
	padding-right: 15px;
}

#gallery-right {
	float: left;
	width: 250px;
	float:left;
}

#table-photo {
	margin: 0 auto; margin-top: 30px;
	width:250px;
	text-align:center;
}

#table-photo select{
	width: 210px;
	letter-spacing:3px;
	margin:0 auto;
}

#table-photo td{
	text-align:center;
}

#table-photo li {
	list-style:url(../img/blt_triangle.gif);
	text-decoration:none; line-height:160%;
	color:#000;
	letter-spacing:2px;
}

#table-photo li a {
	text-decoration:none;
	color:#000;
}

#table-photo li a:hover {
	text-decoration:underline;
	color:#000;
}

#table-photo ul {
}
#tabs {
	width: 26px; height:190px;
	float:left; margin-top: 40px;
}
#photo-box {
	width: 560px; height: 200px; min-height:350px; height: auto;
	padding: 10px;
	float:left;
}

#photo-box h3 {
	margin: 0 auto;
	width: 300px;
}

#tab-photo {
	width: 26px; height:91px;
	float: left;
	background:url(../img/tab_photo.gif) top left no-repeat;
}

#tab-photo:hover {
	background:url(../img/tab_photo.gif) no-repeat;
	background-position: 0 -91px;
}

#tab-video {
	width: 26px; height:91px;
	float: left;
	margin-top: 10px;
	background:url(../img/tab_video.gif) top left no-repeat;
}

#tab-video:hover {
	background:url(../img/tab_video.gif) no-repeat;
	background-position: 0 -91px;
}

#photo-thumbs {
	margin: 0 auto;
	width: 300px;
}

.thumbs img{
	width:110px; height:81px;
	margin:0; padding:0;
	border:1px solid #CCC;
}

.thumbs a{
	width:110px;
	margin:0; padding:0;
	display: block;
	font-size:9px; text-decoration:none;
	color:#000;
	text-align:center;
}

.thumbs:hover a{
	text-decoration:none;
}

.thumbs{
	width:110px; height:110px;
	margin:0; padding:5px 5px 5px 3px;
	float: left;
	border: 1px solid #FFF;
	text-align:center;
	word-wrap: break-word;
}

div.thumbs:hover{
	margin:0; padding:5px 5px 5px 3px;
	float: left;
	border: 1px solid #109fc7;
	text-align:center;
}

/*VOLUNTEER A PLACE */

#volunteer-tabs {
	width: 26px; height:190px;
	float:left; margin-top: 80px;
}

#volunteer-main {
	width: 880px; height: 200px; min-height:350px; height:auto;
	float:left;
	margin-right: 20px; margin-bottom: 20px; margin-top: 40px;
}

#volunteer-left {
	width: 410px; height: 200px; min-height:430px; height: auto;
	margin: 20px; padding: 10px;
	float:left;
}

#volunteer-left h3 {
	line-height:120%;
}

#volunteer-right {
	width: 360px; height: 200px; min-height:250px;
	margin-top: 20px; padding: 10px;
	float:left;
}

#volunteer-div {
	height: 200px; min-height:350px; height: auto;
}

#table-volunteer td {
	padding: 5px;
	vertical-align:top;
}

.volunteer-input{
	width: 280px;
	letter-spacing:3px;
}

#table-volunteer select{
	letter-spacing:3px;
}


/*VIEW PHOTOS*/
#photo-display, #comments {
	width: 500px;
	margin: 0 auto; margin-bottom: 20px;
}

#photo-city {
	border: 1px solid #CCC;
	margin: 0 auto;
}

#table-photo-display td{
	height: 20px;
	line-height:140%;
}

/*COMMENTS STYLE*/
#comments {
	width:500px;
	margin-top: 10px; padding: 10px;
	background: #c3dce1;
}

#comments h3{
	width:490px;
}

#comments h3 a{
	text-decoration:none;
	color:#666;
}

#comments h3 a:hover{
	text-decoration:none;
	color:#fff;
}

#table-comments, #table-display-comments {
	width:480px;
	vertical-align:top;
	margin:0 auto;
}

#table-display-comments {
	width:480px;
	vertical-align:top;
	margin-bottom:10px;
}

#table-display-comments td{ 
	height:30px;
	padding:10px;
	vertical-align:top;
}

#table-comments td{ 
	height:30px;
	padding: 5px;
	vertical-align:top;
}

#table-comment-login {
	width:410px;
	vertical-align:top;
	margin: 0 auto; margin-bottom:10px;
	padding: 5px;
}

#table-comment-login td{
	width: 200px;
	height:20px;
}

#form-comment-login .field{
	background-image: none;
	border:1px solid #999;
}

#table-comment-login a {
	font-size: 9px;
}


#table-donate {
	margin-left: 0;
}

/*Footer Styles*/
#bar {
	border-top: 2px solid #13d6ff;
	width:100%;
	margin:0 auto; margin-bottom: 10px;
	float:left;
	position:relative;
}

#footer {
	text-align:center;
	margin-top: 10px;
}

#footer-nav {
	margin-top: 20px; margin-bottom: 10px;
}

#footer-nav a{
	text-decoration: none;
	color: #000;
}

#footer-nav a:hover{
	text-decoration: underline;
}

#copyright, #copyright a {
	font-size: 10px;
	color:#666;
	text-decoration:none;
	margin-bottom: 10px;
}

/*REGISTRATION Style*/
#registration_form, #edit_form, #account {
	margin: 0 auto;
	width: 400px;
}

#registration_form td, #edit_form td, #account td {
	height: 23px;
}

#message {
	height: 103px; width: 202px;
	padding-top: 0px; margin-bottom: 10px; margin-left: 0px;
	float: left;
}

#login-message {
	margin-left: -50px;
	text-align:center;
}

#message ul li{
	display: inline;
}

#errors {
	float: left;
	margin: 5px 0 10px 10px; padding: 0;
	clear:left; color:#000;
	font-size:9px;
	width: 122px; height:auto;
}


/*SIDE BUTTONS*/

#btn-hcyh-side, #btn-gallery-side, #btn-forum-side{
	width: 199px; height:122px;
}

#btn-hcyh-side {
	background:url(../img/btn-hcyh-side2.jpg) no-repeat;
	float: left;
}

#btn-hcyh-side ul li{
	list-style: inside;
	padding-left: 50px;
	width: 200px;
}

#btn-hcyh-side ul li.activePage{
	list-style: inside;
	background:url(../img/btn-hcyh-side-hover.jpg) no-repeat;
	width: 200px;
}

#btn-hcyh-side ul li.nonActivePage:hover{
	list-style: inside;
	background:url(../img/btn-hcyh-side-hover.jpg) no-repeat;
	width: 200px;
}

#btn-hcyh-side ul{
	margin-top: 60px;
	width: 200px;
}

#btn-hcyh-side a{
	text-decoration: none;
	color:#000;
}

#btn-hcyh-side a:hover{
	text-decoration: underline;
	color:#000;
}

#btn-gallery-side {
	background:url(../img/btn-gallery-side.jpg) no-repeat;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 10px; 
}

#btn-gallery-side img {
	float: right;
	margin-top: 50px; margin-right: 20px;
	width: 64px; height:49px;
}

#btn-forum-side {
	background:url(../img/btn-forum-side.jpg) no-repeat;
	float: left;
}

#btn-forum-side a{
	margin-left: 40px; margin-top: 70px;
	width:150px;
	display:block;
	text-decoration: none;
	color:#000;
}

#btn-forum-side a:hover{
	text-decoration: underline;
	color:#000;
}

/*ADMIN STYLES*/
#content {
	background:none repeat scroll 0 0 #FFFFFF;
	clear:both;
	height:auto;
	margin:0 auto;
	min-height:300px;
}
	#admin-main {
		width: 1000px;
		margin: 0 auto;
	}
#form-login {
	width: 400px; height:150px;
	margin: 0 auto; margin-top: 20px;
	padding-top: 30px;
	background:#CCC;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#table-admin-login {
	margin: 0 auto;
}

#table-admin-login{
	margin: 0 auto;
}

.admin-nav {
	margin-bottom: 10px;
}

.admin-nav ul li {
	display: inline;
}

.sub-nav {
	margin-bottom: 20px;
	margin-left: 30px;
	color: #0CF;
}

.sub-nav ul li {
	display: inline;
	font-size:10px;
	margin-bottom: 10px;
	color: #0CF;
}

#table_users {
	margin: 0 auto;
	font-size:12px;
	width:100%;
}

#table_users img.flags{
	margin: 0 auto;
	display: inline;
	float: left;
}

#table_users th, td.bck-green {
	height: 20px;
	border: 1px solid #000;
	padding: 5px;
	color:#FFF;
	font-weight:bold;
}

#table_users td {
	border:1px solid #000000;
	height:30px;
	padding:5px;
}

table.tablesorter .headerSortUp {
	background-image: url(../admin/img/sort.png);
	background-repeat: no-repeat;
	background-position:right;
}
table.tablesorter .headerSortDown {
	background-image: url(../admin/img/sort.png);
	background-repeat: no-repeat;
	background-position:right;
}

/*PRESS*/

.press-thumbs {
	width: 190px;
	height: 130px;
	padding: 10px 0px; margin: 1px;
	float: left;
	text-align:center;
	border: 1px solid #0CF;
}

img.press-thumbs-img{
	margin: 0 auto !important;
	padding-bottom:3px !important;
	max-width: 180px; width: auto;
	height:100px;
}

.press-thumbs blockquote{
	margin: 0 auto !important;
	width: 200;
	text-align:center !important;
	font-size:12px;
}

/*Shared Class Styles*/
.inline {
	display: inline;
}

.clear {
	clear:both;
}

.justify {
	text-align:justify;
}

.max-width {
	width:1000px;
	margin: 0 auto;
}

.text-links, .text-links:focus {
	text-decoration: none;
	color:#109fc7;
	line-height:150%;
}

.text-links:hover {
	text-decoration: underline;
}

.copy {
	width: 200px;
}

#table_contact .copy {
	width: 100px;
}

#table_contact input{
	margin-bottom:3px;
}

.page_header {
	color: #109fc7;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom: 20px; margin-top: 10px;
}

.sub-header {
	color: #109fc7;
	font-size: 17px;
	margin-bottom: 10px;
	font-family:"Times New Roman", Times, serif;
}

.about_header {
	color: #999;
	font-size: 20px;
	margin-bottom: 20px; margin-top: 10px;
}

.lightblue {
	color: #13d6ff;
}

.darkblue {
	color: #109FC7;
}

.bck-blue {
	background-color: #c3eaf9;
}

.bck-green {
	background-color: #3A9EBE;
}

.bck-green:hover {
	background-color: #3A9EBE;
}

.bold {
	font-weight: bold;
}

.hover-line:hover {
	text-decoration:underline;
}

.orange {
	color:#F16313;
}

.border-right {
	border-right: 2px solid #13d6ff;
}

.min-width {
	margin: 0 auto;
	width: 735px;
}

.mid-width {
	margin: 0 auto;
	width: 935px;
}

.margin-top {
	margin-top: 40px;
}

.blue-border {
	border: 1px solid #13d6ff;
}

.dark-border {
	border: 1px solid #109fc7;
}

.active-tab {
	background-position: 0px -91px !important;
}

.table-border {
	border: 1px solid #CCC;
}

.bg-white {
	background:#FFF;
}

.justify {
	text-align:justify;
}

.align-right {
	text-align:right;
}

.border-bottom {
	border-bottom:1px solid #CCC;
}

.midborder-bottom {
	border-bottom:2px solid #CCC;
}

.td-flat {
	height:1px !important;
	padding-top:0 !important; padding-bottom:0 !important;
}

.justify {
	text-align:justify !important;
}

.center {
	text-align: center;
}

.wrap {
	word-wrap: break-word; 
}

.red {
	color:#F00;
}

.broken-border {
	border-bottom: 1px dashed #CCC;
}

li .list {
	list-style:url(../img/blt_triangle.gif);
	line-height:150%;
	
}

.addthis_toolbox{
	width: 200px !important;
	float: right;
}

.addthis_toolbox a{
	text-decoration:none;
	color: #109fc7;
	font-weight:bold;
}

/*Color Guides*/
/*
light blue: #13d6ff;
slightly darker blue: #109fc7;
yellow: #f9c521;

*/

