@charset "utf-8";

* {margin:0; padding:0;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
	background-color: #FFFFFF;
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	color: #6699ff;
	padding: 2px 0 8px;
}
h1 {
	font-size: 1.4em;
	color: #00027B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2, h3, h4, h5 {
	color: #6699ff;
}
h2 {
	font-size: 0.875em;
}
h3 {
	font-size: 0.725em;
}
h4 {
	font-size: 1.2em;
	margin: 25px 0 0;
}
h5 {	
	padding-bottom: 5px;
	margin: 5px 0 10px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #666666;
}
h6 {
	color: #2c2c2c;
	margin: 10px 0;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
p {
	color: #333333;
	padding: 15px 0 0;
}

p.small {
	font-size: 0.775em;
	padding: 0;
}

label {
	float: left;
	width: 161px;
}
label.error {
	float: right;
	width: 230px;
	color: #010066;
	background: #adcafe;
	padding: 0px 2px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


/* QUOTE-TESTIMONIAL STYLES */
div.quote {
	width: 450px;
	margin: 25px 0 0;
	padding: 15px 20px 10px 40px;
	background: #DAEEC6;
	box-shadow: 0px 0px 5px #51584A;
	-moz-box-shadow: 0px 0px 5px #51584A;
	-webkit-box-shadow: 0px 0px 5px #51584A;
}
div.quote:hover {
	box-shadow: 0px 0px 8px #51584A;
	-moz-box-shadow: 0px 0px 8px #51584A;
	-webkit-box-shadow: 0px 0px 8px #51584A;
}
div.quote img {
float: right;
}
.quote h6 {
	font-size: 1.2em;
	color: #595656;
}
.quote p {
	width: 350px;
	margin: 0 0 5px;
	padding: 0;
	font-style: italic;
}
.quote cite {
	color: #4E70AE;
	font-style: normal;
	display: block;
	margin-top: 15px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
}
.faq h2{
	font-size: 1em;
	color: #222;
	padding: 15px 0 0;
	margin: 0;
}
.faq p {
	padding: 0 0 10px;
}
.mainContenthr {
	color: #FFD100;
	font-size: 1px;
}
a:link  {
	text-decoration: none;
	color: #36F;
	text-transform: none;
}
a:visited,a:active {
	color: #339900;
	text-decoration: none;
}
a:hover  {
	color: #336699;
	text-decoration: underline;
}
.headerBottomimg {
	float: left;
}
.imgRight {
	float: right;
}
.imgLeft {
	float: left;
	margin-right: 10px;
}
a img {
	border: none;
}
#header {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	height: 226px;
	width: 800px;
	border: none;
	background: #fff url(../css/images/Header.jpg) center top no-repeat;
}
#truck {
	background: url(../css/images/ThriftTruck.gif) no-repeat;
	width: 150px;
	height: 85px;
	margin-left: 632px;
	margin-top: 48px;
}
#headerCorner {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 165px;
	width: 175px;
	float: left;
	clear: left;
}
#headerAcross {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 38px;
	padding: 0px;
	width: 799px;
	border: 1px solid #CCCCCC;
}

#edgeLeft {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 150px;
	padding: 0px;
	width: 800px;
	border: 1px solid #CCCCCC;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-position: inside;
}

/* MAIN NAVIGATION */
#mainNav {
	border: none;
	padding: 191px 0 0 54px;
	position: relative;	
}

#mainNav ul {
	padding: 0px;
	list-style-type: none;
	border: none;
	text-align: center;
	margin: 0 auto;
	background: #010066;	
}
#mainNav li {
	float: left;	
	position: relative;
}
#mainNav a {
	float:none;
	font-size: 0.625em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #010066;
	font-weight: bold;
	padding: 5px 14px;
	border: none;
}	
#mainNav a:hover {
	border-bottom: solid 5px #ffda36;	
	background-color: #6599FF;
}
#mainNav #current {
	border: none;
	background-color: #FFD100;
	color: #00007E;
}
#mainNav #current a {
	background-color: #FFDA36;
	border: none;
	color: #00007E;
}
body#home li.home a, 
body#donation101 li.donation101 a, 
body#about li.about a, 
body#partners li.taxReceipt a,
body#locations li.locations a, 
body#schedule li.schedule a, 
body#profile li.profile a  {
	background-color: #FFDA36;
	border: 0px none #FFCC33;
	color: #00007E;
}
#mainNav li  ul {
	list-style: none;
}
	#mainNav .dropdown li:hover ul { 
		display: block;
	}	
	#mainNav .dropdown li  ul {
		position: absolute; 
		padding:0 !important; 
		float: none; 
		display:none;
		z-index:1; 
		border-bottom: solid 5px #ffda36; 
		width: 175px;
		top: 28px;
		left: 0;
	}
		#mainNav .dropdown li  ul li { 
			border-top: 1px solid #aaa; 
			width: 175px;
			text-align: left;
		}
			#mainNav .dropdown li  ul li a {
				border: none; 
			}
	#mainNav .dropdown li  ul.subNav li a {
		background: #010066; 
		color: #FFFFFF; 	
		height: 20px;
	}
		#mainNav .dropdown li  ul.subNav li a:hover {
			background-color: #6599FF; 
			border-bottom: none;
		}

		
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	background-image: url(../css/images/Wrapper.jpg);
	background-repeat: repeat-y;
	min-height: 430px;
}
#leftSidebar {
	float: left;
	background-image: url(../css/images/leftEdge.gif);
	background-repeat: repeat;
	width: 63px;
}		
#icons {
	float: right;
	width: 72px;
	height: 230px;
	text-align: center;
}

/* RIGHT SIDEBAR */
#rightSidebar {
	float: right;
	width: 250px;
	padding-top: 20px;
}
#rightSidebarTextbox {
	font-size: 0.795em;
	color: #000000;
	padding-left: 50px;
}

/* RIGHT SIDEBAR NAVIGATION */
#sidebarNav {
	border: none;	
}
ul#sidebarNav {
	list-style: none;
}
#sidebarNav li {
	margin: 0 0 2px 0;
}
#sidebarNav a {
	height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	font: bold oblique 0.875em/37px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 0 0 0 50px;
}
#sidebarNav #dropoff a {
	background: url(../css/images/blue-nav.png) 0 -240px no-repeat ;
}
#sidebarNav #dropoff a:hover {
	background: url(../css/images/blue-nav.png) 0 -280px no-repeat ;
}
#sidebarNav #schedule a{
	background: url(../css/images/blue-nav.png) 0 -160px no-repeat ;
}
#sidebarNav   #schedule a:hover   {
	background: url(../css/images/blue-nav.png) 0 -200px no-repeat ;
}
#sidebarNav #eservice a{
	background: url(../css/images/blue-nav.png) 0 -320px no-repeat ;
}
#sidebarNav #eservice a:hover {
	background: url(../css/images/blue-nav.png) 0 -360px no-repeat ;
}
#sidebarNav #clothing a{
	background: url(../css/images/blue-nav.png) 0 -80px no-repeat ;
}
#sidebarNav #clothing a:hover {
	background: url(../css/images/blue-nav.png) 0 -120px no-repeat ;
}
#sidebarNav #vehicle a{
	background: url(../css/images/blue-nav.png) 0 0px no-repeat ;
}
#sidebarNav #vehicle a:hover {
	background: url(../css/images/blue-nav.png) 0 -40px no-repeat ;
}

/* CONSTANT CONTACT FORM */
div#constantContact {
	width: 188px;
	padding: 0 0 7px 12px;
	margin: 25px 0 0 45px;
	background: #ADCAFE;
	overflow: hidden;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-family: verdana;
	font-size: 0.8em;
	line-height: 18px;
}
#constantContact form {
	width: 100%;
}
#constantContact input {
	width: 130px;
	margin: 2px 8px 0 0;
}
#constantContact input[type=submit] {
	width: 30px;
	vertical-align: baseline;
}
#constantContact p {
	padding: 0;
}

/* YELLOW CARD */
div.cardConfirm {
	width: 198px;
	padding: 0;
	margin: 20px 0 0 45px;
	border-right: none !important;
}
div.cardConfirm img {
	width: 200px;
	height: 139px;
}
div.cardConfirm a {
	font: bold italic 0.825em/1.6em Georgia, "Times New Roman", Times, serif;	
	text-align: center;
	display: block;
}
#cardStamp {border: 2px solid #FFDA36;}
	#cardStamp .cardTitle {background: #FFDA36;}
	#cardStamp a {color: #272727;}	
	#cardStamp a:hover {color: #494949;}
		

/* SHOP CAUSE */
div#shopcause {
	width: 188px;
	padding: 0 0 7px 2px;
	margin: 25px 0 0 45px;
}

/* MAIN CONTENT AREA */
#mainContent {
	float: left;
	width: 675px;
	background-repeat: repeat-y;
	margin-left: 65px;
	font-size: 0.825em;
	color: #999999;
	padding: 20px 20px 20px 10px;
}
.withSidebar {
	width: 445px !important;
}
* html #mainContent {  /* IE6 hack to fix the double margin on a floated element */
	margin-left: 32px;
}
#mainContent ul {
	color: #000000;
	list-style-position: outside;
	margin-left: 20px;
}
#rotatingInfoHeader {
	padding: 5px;
	width: 376px;
	margin: 20px 0 0 0;
	color: #FFFFFF;
	text-align: left;
	font-size: 0.875em;
	text-transform: none;
	font-weight: bold;
	background-color: #336699;
	border: none;
}
#rotatingInfo {
	width: 435px;
	border: none;
	margin: 0px;
	padding: 5px;
}
#disclaimer {
	font-size: 0.725em;
	padding-top: 15px;
	width: 385px;
	text-align: left;
	color: #333333;
	margin-top: 20px;
	padding-left: 15px;
}

#rotatingInfoNews {
	width: 425px;
	margin: 0px;
	font-size: 0.775em;
	padding: 8px;
	border-bottom: 1px dashed #cccc99;
	color: #333333;
}
#rotatingInfoPartners {
	width: 358px;
	margin: 0px;
	font-size: 0.775em;
	padding: 8px;
	color: #333333;
	border-bottom: 1px dashed #cccccc;
}

/* FOOTER */

#footer {
	height: 35px;
	width: 746px;
	margin: 0 auto;
	padding: 10px 0 0 54px;
	background: url(../css/images/Footer.jpg) no-repeat;
	font-size: 0.625em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
#footer a {
	color: #FFDA36;
}
#footer a:link  {
	color: #FFDA36;
}
#footer a:hover {
	color: #FCDF30;
	text-decoration: underline;
}
#footerCorner {
	float: left;
	height: 38px;
	width: 63px;
	vertical-align: top;
	background-image: url(../css/images/leftEdge_corner.gif);
}
#footerAddress {	
	height: 24px;
	margin: 5px 0 0 60px;
	padding-top: 4px;
	text-align: center;
	font-size: 0.725em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #6699cc;
}
#bottomLinks {
	width: 725px;
	height: 25px;
	margin: 0 auto;
	padding-left: 75px;
	color: #41599C;
	font-weight: normal;
	text-align: center;
}
#bottomLinks a {
	width: 725px;
	height: 25px;
	font-size: 0.725em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #41599C;
	font-weight: normal;
}
#bottomLinks a:hover {
	width: 725px;
	height: 25px;
	font-size: 0.725em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #6699FF;
	font-weight: normal;
	text-decoration: underline;
}
#ContentNav {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 15px;
}
.bubbleInfo {
    position: relative;
}
.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}
.redtext {
	color: #C00;
}
