/* 
	CSS Stylesheet for www.projectwarmthkc.com
	Created 6.18.2009
	By Jay Pilgreen
	copyright River City Studio
*/



	/* --------------------------- Global Declarations ------------------------------------- */
	
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #cc0000;
	outline: none;
/* 	color: #000000; */
}

a:hover {
	color: #990000;
}

a:visited {
	color: #660000;
}

	/* ----------------------- Header Declarations ---------------------------------------- */
	
#header {
	height: 170px;
/* 	background-color: #bcc3db; */
	background-color: #CBD6CF;
}

#headerContainer {
	width: 955px;
	height: 165px;
	position: relative;
	margin: 0px auto;
}

#logo {
	float: left;
	margin-top: 15px;
}

#newsletter {
	position: absolute;
	right: 0px;
	bottom: 15px;
}

#newsletter p {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #333;
	line-height: 21px;
}

#newsletter input {
	font-size: 13px;
	border: 1px solid #333;
	margin-right: 5px;
	padding: 1px;
}

#newsletter input.submit {
	background-color: transparent;
	border: none;
	color: #fff;
	background-image: url('/_img/newsletterSubmitBacker.gif');
	background-repeat: no-repeat;
	width: 57px;
	height: 23px;
	font-size: 10px;
}


	/* ------------------ Nav Declarations ------------------------------------ */
	
#nav {
/* 	background-color: #838e8b; */
	background-color: #9BABA6;
}

#navContainer {
	width: 955px;
	margin: 0px auto;
	height: 16px;
	padding-top: 12px;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	font-size: 10px;
}

#navContainer a {
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	padding: 4px 5px;
/* 	margin: 0px 12px; */
/* 	margin: 0px 10px; */
	outline: none;
}

#nav a:visited {
	color: #000000;
}

#navContainer a:hover, #navContainer a.active {
	background-image: url('/_img/navMidBacker.gif');
	background-repeat: repeat-x;
	color: #fff;
	position: relative;
}

#navContainer a:hover span, #navContainer a.active span {
	position: absolute;
	top: 0px;
	height: 19px;
	background-repeat: no-repeat;
/* 	display: block; */
	width: 4px;
	height: 19px;
}

#navContainer a:hover span.leftNavBacker, #navContainer a.active span.leftNavBacker {
	background-image: url('/_img/navLeftBacker.jpg');
	left: 0px;
}

#navContainer a:hover span.rightNavBacker, #navContainer a.active span.rightNavBacker {
	background-image: url('/_img/navRightBacker.jpg');
	right: 0px;
}

#navContainer span.navLinkBorder {
	position: relative;
	margin: 0px 10px;
}

#imagePreLoader {
	display: none;
	position: absolute;
}


	/* ---------------------------- Main Declarations ----------------------------- */
	
#container {
	width: 966px;
	position: relative;
	margin: 0px auto;
	padding-top: 12px;
}

#right {
	float: right;
/* 	width: 300px; */
	width: 250px;
}	

#right img {
	display: block;
	margin: 0px auto;
	margin-bottom: 12px;
}

#left {
/* 	margin-right: 320px; */
	margin-right: 265px;
	color: #666;
	position: relative;
}	

#left h1, #left h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Arial", Verdana, sans-serif;
	color: #333333;
	margin-bottom: 8px;
}

#left h2 {
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}

#left h3 {
	font-size: 12px;
}

#left p {
	margin-bottom: 10px;
	line-height: 19px;
}

#left p a {
/* 	color: #cc0000; */
}

#left h3 a {
/* 	color: #666; */
}

#left h3 a:hover {
/* 	color: #cc0000; */
}

#left img.geoTag {
	display: block;
	float: right;
	margin-right: 30px;
}

#left p span.addressBlock {
	display: block;
	margin-left: 50px;
}

#left p span.clickDirections {
	display: block;
	font-weight: bold;
	color: blue;
}

#left ul {
	margin-top: 0px;
	margin-left: 25px;
}

#left ul.noPadTop {
	margin-top: -10px;
}

#left ol {
	margin-left: 25px;
}

#left #rightList {
	float: right;
	width: 48%;
}

#left #leftList {
	margin-right: 52%;
}

#mapDump {
	height: 375px;
	width: 425px;
	display: none;
	position: fixed;
	top: 14%;
	background-color: #fff;
	padding: 15px;
	border: 1px outset #666;
}

#mapDump #closeMap {
	position: absolute;
	bottom: 23px;
	right: 15px;
	font-size: 10px;
	color: blue;	
}

#sponsorList h3 {
	margin-bottom: 4px;
	margin-top: 11px;
}

#sponsorList ul {
	margin-top: 0px;
}

#sponsorList ul li {
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}

#sponsorList ul li a {
/* 	color: #cc0000; */
}

#sponsorList ul li a:hover {
/* 	color: blue; */
}


	/* ----------------------- Additional Styles for the Home Page ----------------------- */
	
#leftPromoRail {
	float: left;
	width: 255px;
}

#leftPromoRail a.promoButton {
	display: block;
	margin-bottom: 7px;
}

	/* ----------------------- Rotating Images ---------------------------- */
	
#rotImages {
	margin-left: 265px;
/* 	margin-right: 260px; */
}



	/* ------------------------ School Form styles ------------------------- */
	
.schoolForm {
	padding-bottom: 20px;
}

.schoolForm p.red {
	text-align: right;
	color: #ED1C24;
	width: 450px;
}

.schoolForm p.leftAlign {
	text-align: left;
	width: 100%;
}

.schoolForm p.red input {
	width: 250px;
	border: 1px solid #333;
	padding: 1px;
	vertical-align: text-bottom;
	margin-left: 11px;
}

.schoolForm p.red input.check {
	width: 13px;
	margin-right: 8px;
}	

.schoolForm p.red span.stateSpan {
	color: #666;
}

.schoolForm p.red span.zip {
	margin-left: 15px;
	color: #ED1C24;
}

.schoolForm p.red span.zip input {
	width: 100px;
}

.schoolForm p.red span.doubleLine {
	float: left;
	width: 179px;
	padding-bottom: 10px;
}

.schoolForm p.red input.studentsEnrolled {
	margin-top: 13px;
}

.schoolForm p.leftAlign input {
	margin-left: 0px;
}

.schoolForm p.leftAlign span.padRight {
	margin-right: 13px;
	color: #666;
}

	/* ---- Volunteer Version --- */

.schoolForm p.red span.checkList {
	width: 275px;
	display: block;
	text-align: left;
	color: #666;
	margin-left: 200px;
}

.schoolForm p.red span.checkList span {
	display: block;
}

.schoolForm p.red span.checkList span input {
	margin-left: 0px;
}

.schoolForm p.red span.checkListLabel {
	float: left;
	width: 185px;
}

.schoolForm p.submit {
	text-align: center;
}	

.schoolForm input.submit {
	border: 1px solid #231F20;
	background-color: #231F20;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}