/* CSS Document */

body {
	margin:0;
	background:#1d1309;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html { 
	scrollbar-arrow-color:#e5e5e5; 
	scrollbar-track-color:#e5e5e5; 
	scrollbar-face-color:#9D9FA1; 
	scrollbar-highlight-color:#666666; 
	scrollbar-3dlight-color:#9D9FA1; 
	scrollbar-darkshadow-color:#666666; 
	scrollbar-shadow-color:#9D9FA1; 
} 
.clear {
	clear:both;
	}
.small {
	font-size: 9px;
	font-weight:normal;
}
.bold {
	color: #D03C22;
	font-weight: bold;
}
li {
	padding:0 10px 0 0;
	}
#bkgrnd {
	background:#ffffff;
	width:800px;
	margin:0 auto;
}
#bkgrnd-left {
	display:block;
	float:left;
	width:45px;
	height:600px;
	background: #1d1309 url(../media/bkgrnd_left.jpg) repeat-y;
}
#bkgrnd-right {
	display:block;
	float:right;
	width:45px;
	height:600px;
	background: #1d1309 url(../media/bkgrnd_right.jpg) repeat-y;
}
#header {
	display:block;
	float:left;
	height:138px;
	width:710px;
	background: url(../media/reconnect-header.jpg) no-repeat right top;
}	
#logo {
	border-right:12px solid #391a00;
	width:200px;
	height:120px;
	background:#fff;
}
#logo img {
	margin:18px 0 0 0;	
	}
#nav {
	height:18px;
	background:#391a00;
	width:710px;
}
#nav ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	font-size: 11px;
	font-weight: bold;
	}
#nav li {
	float:right;
	margin:2px 0 0 0;
	padding:0 27px 0 0;
	}
#nav a:link,
#nav a:visited,
#nav a:active {
	color:#fff;
	text-decoration:none;
	}	
#nav a:hover {
	color:#00adeF;
	text-decoration:none;
	}
#footer {
	width:800px;
	height:300px;
	margin:0 auto;	
	padding:2px 0px 2px 0px;
	color:#CCCCCC;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#1d1309;
	clear:both;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color:#00adeF;
	text-decoration:none;
	}	
#footer a:hover {
	color:#fff;
	text-decoration:underline;
	}

#sidebar_home {
	display:block;
	float:left;
	width:200px;
	height:460px;
	margin:0;
	padding:0;
	font-size: 10px;
	font-weight: normal;
	border-right:12px solid #391a00;
	background:#d9bb7d;
}
#sidebar_home a:link,
#sidebar_home a:visited,
#sidebar_home a:active {
	padding:5px 0 0 0;
	color:#391a00;
	font-weight:bold;
	text-decoration:none;
	}	
#sidebar_home a:hover {
	color:#00adeF;
	text-decoration:underline;
	}	

#sidebar {
	display:block;
	float:left;
	width:200px;
	height:460px;
	font-size: 10px;
	font-weight: normal;
	border-right:12px solid #391a00;
	background:url(../media/sidebar-gradient.jpg) repeat-x;
}
#sidebar a:link,
#sidebar a:visited,
#sidebar a:active {
	padding:5px 0 0 0;
	color:#391a00;
	font-weight:bold;
	text-decoration:none;
	}	
#sidebar a:hover {
	color:#00adeF;
	text-decoration:underline;
	}
#address {
	color:#000000;
	text-align:right;
	margin:5px 10px 0 0;
	}
#service {
	margin:15px 10px 15px 10px;
}
#service p {
	border-top:2px solid #00adef;
	margin:0 0 17px 0;
	padding:4px 2px;
}
#sidebar-links {
	margin:15px 10px 15px 10px;
}
#sidebar-links p {
	border-top:2px solid #00adef;
	margin:0 0 0 0;
	padding:4px 2px;
}
.title {
	font-size:11px;
	font-weight:bold;
	color:#391a00;
}
#container {
	float:left;
	width:710px;
	background:#fff;
	border-bottom:2px solid #00adef;
}
#content-hm {
	width:498px;
	float:right;
}
#content-hm-main {
	float:left;
	width:327px;
	height:292px;
	background-color:#FFF;
}
#content-hm-main p {
	font-size:11px;
	margin:10px 15px;
	padding:0;
}
#content-hm-main img {
	margin:10px 0 0 13px;
	padding:0;
}
#content-sec {
	float:left;
	width:498px;
}
#content-sec a:link,
#content-sec a:visited,
#content-sec a:active {
	padding:5px 0 0 0;
	color:#00adeF;
	text-decoration:none;
	}	
#content-sec a:hover {
	color:#391a00;
	text-decoration:underline;
	}
#content-sec p {
	font-size:11px;
	margin:10px 15px;
	padding:0;
}
#content-sec img {
	margin:25px 0 0 7px;
	padding:0;
}
.subtitle {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#D03C22;
	border-top:1px dotted #391a00;
	border-bottom:1px dotted #391a00;
}
#bkgrndblank-left {
	display:block;
	float:left;
	width:45px;
	height:1085px;
	background: #1d1309 url(../media/bkgrnd_right.jpg) repeat-y;
}
#bkgrndblank-right {
	display:block;
	float:right;
	width:45px;
	height:1085px;
	background: #1d1309 url(../media/bkgrnd_right.jpg) repeat-y;;
}
#content-full {
	float:left;
	width:700px;
}
#content-full a:link,
#content-full a:visited,
#content-full a:active {
	padding:5px 0 0 0;
	color:#00adeF;
	text-decoration:none;
	}	
#content-full a:hover {
	color:#391a00;
	text-decoration:underline;
	}
#content-full p {
	font-size:11px;
	margin:10px 15px;
	padding:0;
}
#content-full img {
	margin:25px 0 0 7px;
	padding:0;
}
#content-full2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 700px;
	margin: 0px;
	line-height: 17px;
}
#content-full2 div {
	margin:10px 15px;
	padding:0;
}
#content-sec_scroll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 395px;
	width: 498px;
	overflow: auto;
	margin: 0px;
	line-height: 17px;
}
#content-sec_scroll img {
	margin:7px;
	padding:0;
}
#open {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 224px;
	width: 320px;
	overflow: auto;
	margin: 0px;
	line-height: 17px;
	/*--border-top:1px solid #f00;
	border-left:1px solid #f00;
	border-bottom:1px solid #f00;--*/
}

#open a:link,
#open a:visited,
#open a:active {
	padding:5px 0 0 0;
	color:#00adeF;
	text-decoration:none;
	}	
#open a:hover {
	color:#391a00;
	text-decoration:underline;
	}
	
#home_giving_btn1 {
	float:left;
	width:163px;
	background-color:#FFF;
}

#home_giving_btn1 img {
	margin:20px 0 0 13px;
	padding:0;
}

#home_giving_btn2 {
	float:right;
	width:163px;
	background-color:#FFF;
}

#home_giving_btn2 img {
	margin:20px 13px 0 0;
	padding:0;
}

#featureopen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 300px;
	width: 255px;
	overflow: auto;
	margin: 0px;
	padding:30px 20px 0 40px;
	line-height: 17px;
	background:url(../media/christmasborder.gif) no-repeat;
	/*--border-top:1px solid #f00;
	border-left:1px solid #f00;
	border-bottom:1px solid #f00;--*/
}
#featureopen p {
	font-size:11px;
	margin:10px 15px;
	padding:0;
}

.content-hm-title {
	color:#00adef;
	font-weight:bold;
}
#content-hm-sidebar-r {
	display:block;
	float:right;
	width:170px;
	height:460px;
	background-color:#fff;
	border-left:1px solid #1d1309;
	padding:0;
	margin:0;
	overflow:hidden;
}
#content-hm-sidebar-r .spacing1 {
	margin:0 0 0 0px;
	padding:0 0 3px 0;
}
#content-hm-sidebar-r .spacing2 {
	margin:0 0 0 0px;
	padding:0 0 0 0;
}
#content-hm-btm {
	display:block;
	float:left;
	width:328px;
	height:148px;
	border-top:2px solid #391a00;
}
iframe {
	padding: 3px;
	margin:0 0 5px 15px;
	border: 1px dashed #999999;
}
#map {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 300px;
	width: 400px;
}
#map .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#map .textBox {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 8px;
}
#map input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 100px;
}
#map a {
	color: #990000;
}
#map td {
	color: #333333;
	font-size: 11px;
}
#map form {
	margin: 0px;
}
#videoPlayback {
	width:320px; 
	height:280px; 
	background-color:#391a00;
}
.p-border {
	border-bottom:1px dotted #391a00;
}
#trivia {
	width:400px;
	border:1px dotted #00adef;
	padding:5px;
	margin:15px;
}

/*------forms -----*/	

#form-center {
  display:block;
  float:left;
  min-width: 425px;
  max-width: 450px;
  width: 450px;
  height:auto;
  margin:0;
  padding:5px 0 0 100px;
  clear:both;  
}

#form-event {
  display:block;
  float:left;
  min-width: 425px;
  max-width: 450px;
  width: 450px;
  height:auto;
  margin:0;
  padding:5px 0 0 0;
  clear:both;  
}

#form-register {
  display:block;
  float:left;
  width: 475px;
  height:auto;
  margin:0;
  padding:0;
  text-align:left;
}

#left-of-form {
  display:block;
  float:left;
  width: 230px;
  height:auto;
  margin:0;
  padding:5px 0 0 0;
  clear:left;
}

#form-paypal {
  display:block;
  float:left;
  min-width: 200px;
  max-width: 200px;
  width: 200px;
  height:auto;
  margin:0;
  padding:5px 0 0 20px;
  clear:both;  
}

#form-paypalbtn {
  display:block;
  float:left;
  min-width: 70px;
  max-width: 70px;
  width: 70px;
  height:auto;
  margin:0;
  padding:5px 0 0 15px;
  clear:both;  
}

#form-paypalbtn_right {
  text-align:right;
  min-width: 70px;
  max-width: 70px;
  width: 70px;
  height:auto;
  margin:0;
  padding:5px 0 0 15px;
}

#form-pledge {
  display:block;
  float:left;
  min-width: 200px;
  max-width: 200px;
  width: 200px;
  height:auto;
  margin:0;
  padding:5px 0 0 20px;
  clear:both;  
}

#form-donate {
  display:block;
  float:left;
  min-width: 450px;
  max-width: 450px;
  width: 450px;
  height:auto;
  margin:0;
  padding:5px 0 0 10px;
  clear:both;  
}

#thermometer {
	display:block;
	float:left;
	width:400px;
	height:auto;
	margin:0 0 0 20px;
	padding:0;
	border:#117eb1 3px solid;
	clear:both;
}
	
#thermometer img {
	margin:0;
	padding:0;
}
#pledgemeter0 {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate0.gif) no-repeat left bottom;
	}
#pledgemeter5 {
	display:block;
	float:left;	
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate5.gif) no-repeat left bottom;
	}
#pledgemeter10 {
	display:block;
	float:left;	
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate10.gif) no-repeat left bottom;
	}	
#pledgemeter15 {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate15.gif) no-repeat left bottom;
	}
#pledgemeter20 {
	display:block;
	float:left;	
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate20.gif) no-repeat left bottom;
	}	
#pledgemeter25 {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate25.gif) no-repeat left bottom;
	}
#pledgemeter30 {
	display:block;
	float:left;	
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate30.gif) no-repeat left bottom;
	}	
#pledgemeter35 {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate35.gif) no-repeat left bottom;
	}
#pledgemeter40 {
	display:block;
	float:left;	
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate40.gif) no-repeat left bottom;
	}	
#pledgemeter45 {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate45.gif) no-repeat left bottom;
	}
#pledgemeter50 {
	display:block;
	float:left;	
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate50.gif) no-repeat left bottom;
	}	
#pledgemeter55 {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate55.gif) no-repeat left bottom;
	}
#pledgemeter60 {
	display:block;
	float:left;	
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate60.gif) no-repeat left bottom;
	}	
#pledgemeter65 {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate65.gif) no-repeat left bottom;
	}
#pledgemeter70 {
	display:block;
	float:left;	
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate70.gif) no-repeat left bottom;
	}	
#pledgemeter75 {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	height:300px;
	margin:0;
	padding:0;
	background: url(../media/donate75.gif) no-repeat left bottom;
	}
#pledgemeterinfo {
	display:block;
	float:right;
	text-align:center;
	width:270px;
	height:auto;
	margin:0;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}	

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

#form-register form fieldset {
  clear: both;
  font-size: 100%;
  padding: 5px 0;
  margin: 0 0 0 0;
  border-width:0;
}

form fieldset {
  clear: both;
  font-size: 100%;
  padding: 5px 10px;
  margin: 0 0 0 0;
  border-width:0;
}

form fieldset legend {
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
  background-color:#CCCCCC;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div fieldset {
  clear: none;
  margin: 0;
  padding: 0 5px 5px 0;
}


form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 0; 
}

form div.required fieldset legend {
  font-weight: bold;
}

#form-register div label {
  display: block;
  float: left;
  width: 200px;
  padding: 3px 0;
  margin: 0;
  text-align: left;
}

form div label {
  display: block;
  float: left;
  width: 400px;
  padding: 3px 0;
  margin: 0;
  text-align: left;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 400px;
  height: expression('2%');
  padding: 0;
  margin: 0 0 5px 0;
  text-align: left;
}

#form-register div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 400px;
  height: expression('2%');
  padding: 0;
  margin: 0 0 5px 0;
  text-align: left;
  clear:right;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 200px;
}

#form-full div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 420px;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select.date {
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div select.selectEvent {
  width: 250px;
  padding: 1px 3px;
}

#form-register fieldset div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 10px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 10px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 10px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: left;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 0;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}

/*--Flash Video Embed--*/
#vid-container {
	display:table;
	width:704px;
	margin:0 auto;
	padding:5px 0;
	background:#fff;
	border-left:2px solid #09f;
	border-right:2px solid #09f;
	border-bottom:2px solid #09f;
	}
#vid-container p {
	font-size:10px;
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
	}
#vid-container a, #vid-footer a {
	color:#09f;
	text-decoration:none;
	}
#vid-container a:hover, #vid-footer a:hover {
	text-decoration:underline;
	}
#vid-container h1 {
	text-align:center;
	color:#09f;
	margin:0 0 5px 0;
	padding:0;
	font-size:90%;
	}
#vid-header {
	display:block;
	}
#vid-header img {
	display:inline;
	float:left;
	margin-left:40%;
	}

#vid-sidebar {
	display:inline;
	float:left;
	width:700px;
	font-size: 10px;
	font-weight: normal;
	background:#fff;
}

#vid-sidebar a {
	padding:5px 0 0 0;
	color:#391a00;
	font-weight:bold;
	text-decoration:none;
	}	

#vid-sidebar a:hover {
	color:#00adeF;
	text-decoration:underline;
	}

#vid-service {
	display:block;
	float:left;
	background:#fff;
	width:100%;
	margin:5px 0 0 0;

}

#vid-service p {
	border-top:2px solid #00adef;
	margin:0 25px 5px;
	padding:4px 2px;
	text-align:left;
}

#vid-footer {	
	display:block;
	float:left;
	width:100%;
	margin:0 auto;	
	color:#ccc;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}	

