﻿html {
	height:100%;
	background-color:#fff;
	background:url('../images/blue_bodyBG.jpg') repeat-x;
	background-attachment:fixed;
}

body {
	font-family:Arial;
	font-size:12px;
	color: #404134;
	margin:0px;
	height:100%;
}
a:focus, input:focus {
	outline:0px;
}
#wrapper {
	margin:0px auto;
	width:906px;
	height:100%;
}

#logo {
	float:left;
	margin-left:-906px;
	position:fixed;
	z-index:1000;
	width:906px;
	height:130px;
	background:white url('../images/blue_logo.jpg');
}

	#logo .logo {
		float:left;
		display:inline-block;
		width:340px;
		height:110px;
		margin-top:20px;
	}

	#logo #menu {
		float:right;
		margin-right:4px;
		margin-top:99px;
	}
	
		#logo #menu a {
			display:inline-block;
			height:31px;
		}
	
		#logo #menu .blueHm {
			background:url('../images/blue_home.jpg');
			width:67px;
		}
		
		#logo #menu .blueAbout {
			background:url('../images/blue_about.jpg');
			width:80px;
		}
		
		#logo #menu .blueHow {
			background:url('../images/blue_howitworks.jpg');
			width:105px;
		}
		
		#logo #menu .blueDonate {
			background:url('../images/blue_donate.jpg');
			width:71px;
		}
		
		#logo #menu .blueFAQ {
			background:url('../images/blue_faq.jpg');
			width:62px;
		}
		
		#logo #menu .blueContact {
			background:url('../images/blue_contact.jpg');
			width:89px;
		}
		
		#logo #menu a:hover, #logo #menu .active {
			background-position:0px -31px;
		}

			#logo #menu #smenu1 {
				visibility:hidden;
				position:relative;
				left:67px;
				width:150px;
				top:0px;
				background-color:#154c62;
				z-index:1000;
				border:1px #bb6000 solid;
				border-top:0px;
			}
			
			#logo #menu #smenu2 {
				visibility:hidden;
				position:relative;
				left:147px;
				width:220px;
				top:-61px;
				background-color:#154c62;
				z-index:1000;
				border:1px #bb6000 solid;
				border-top:0px;
			}
			
			#logo #menu #smenu3 {
				visibility:hidden;
				position:relative;
				left:252px;
				width:190px;
				top:-122px;
				background-color:#154c62;
				z-index:1000;
				border:1px #bb6000 solid;
				border-top:0px;
			}
			
			#logo #menu #smenu1 a, #logo #menu #smenu2 a, #logo #menu #smenu3 a {
				display:block;
				margin:0px;
				height:20px;
				padding:5px 10px;
				color:#fff;
				text-decoration:none;
			}
			
			#logo #menu #smenu1 a:hover, #logo #menu #smenu2 a:hover, #logo #menu #smenu3 a:hover {
				background-color:#bb6000;
			}

#header {
	float:left;
	margin-left:-906px;
	top:130px;
	position:fixed;
	z-index:900;
	width:906px;
	height:112px;
	background:url('../images/blue_head.png') repeat-x;
}

	#header p {
		text-align:right;
		margin-top:30px;
		margin-right:15px;
	}

#main {
	float:left;
	z-index:0;
	width:906px;
	min-height:400px;
	margin-top:242px;
	background:url('../images/blue_contentBG.png') repeat-y;
}

#content {
	float:left;
	width:906px;
	background:url('../images/blue_footer2.jpg') no-repeat center bottom;
}

	#content #leftCol {
		float:left;
		width:370px;
		min-height:650px;
		padding-left:50px;
		padding-right:230px;
		padding-bottom:50px;
	}
	
		#content #leftCol a {
			color:#154c62;
		}

			#content #leftCol a:hover {
				text-decoration:none;
			}

		#content #leftCol h1 img {
			border:0px;
			margin-top:15px;
			margin-left:-10px;
		}

		#content #leftCol p, #content #leftCol li {
			line-height:20px;
		}
		
		#content #leftCol li {
			color:#154c62;
			font-weight:bold;
		}

		#content #leftCol strong {
			color:#154c62;
		}

	#content #rightCol {
		float:right;
		position:fixed;
		margin-left:43px;
		width:209px;
		margin-top:15px;
		padding-right:4px;
		margin-bottom:20px;
	}
	
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
	background:url('../images/blue_sidetab.jpg') repeat-x;
	width:194px;
	height:20px;
	padding-top:3px;
	font-size:14px;
	color:white;
	margin-left:0px;
	margin-bottom:3px;
	padding-left:15px;
}

ul#menu li ul {
	margin-left:20px;
	padding-left:20px;
}

ul#menu li ul li {
	color: #154c62;
	margin-left:-10px;
	padding-left:0px;
	list-style:disc;
}

ul#menu li ul li a {
	color: #154c62;
	font-size:12px;
	background:transparent;
}

ul#menu li ul li a:hover {
	text-decoration:underline;
}
/*
		#content #rightCol #menu .header {
			background:url('../images/blue_sidetab.jpg') repeat-x;
			width:194px;
			height:20px;
			padding-top:3px;
			color:white;
			margin-left:0px;
			margin-bottom:3px;
			padding-left:15px;
			font-size:14px;
			font-weight:normal;
		}
		
		#content #rightCol ul#menu, #content #rightCol ul#menu ul {
			list-style-type:none;
			margin: 0;
			padding: 0;
			width:194px;
		}
		
		#content #rightCol #menu ul a {
		  display: block;
		  text-decoration: none;
		  font-size:12px;
		}
		
		#content #rightCol ul#menu li a {
		  color: #fff;
		  text-decoration:none;
		}
		
		#content #rightCol ul#menu li a:hover {
		}
		
		#content #rightCol ul#menu li ul li a {
		  color: #154c62;
		  padding-left: 20px;
		}
			#content #rightCol .header a {
				color:white;
				text-decoration:none;
			}
		
		#content #rightCol ul {
			margin-left:25px;
			list-style:none;
			padding-left:25px;
			margin-right:10px;
			padding-right:10px;
			color:#154c62;
			font-size:13px;
		}
		
			#content #rightCol ul li a {
				color:#154c62;
				text-decoration:none;
			}
	
			#content #rightCol ul li a:hover {
				text-decoration:underline;
			}

*/
	#content .footer {
		color:white;
		clear:both;
		font-size:12px;
		text-align:center;
		margin-top:-25px;
	}
	
	#content .footer span {
		padding:0px 7px;
	}
	
	#content .footer a {
		color:white;
	}
	
	#content .footer a:hover {
		text-decoration:none;
	}
	
.faq {
	color:#154c62;
	font-size:16px;
	font-weight:bold;
}

.bluehighlight {
	color:#154c62;
	font-weight:bold;
}
