@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container {
	border: 0px none #000000; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	}

#navigation {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 80px;
	margin: 0px;
	width: 100%;
	background-image: url(../images/home/clothing_bank-logo1.jpg);
	background-repeat: no-repeat;
	background-position: 14% 5px;
}

ul#primary {
	padding-left: 35%;
}

ul#primary li  {
	display: inline;
	list-style: none;
}

ul#primary a, ul#primary span, ul#primary a.current {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	color: #333333;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

ul#primary span, ul#primary a.current, ul#primary a.current:hover {
	padding-bottom: 3px;
	margin-top: 0;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

ul#primary a {
	background-color: #FFFFFF;
	padding-bottom: 3px;
}

ul#primary a:hover {
	padding-bottom: 3px;
	background-color: #FFFFFF;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}


#cover {
	background-image: url(../images/home/clothing_bank_cover.png);
	background-repeat: no-repeat;
	height: 510px;
	background-color: #990000;
	background-position: bottom;
	padding: 0px;
	margin: 0px;
}

#cover h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 36px;
	padding-right: 0px;
	margin: 0px;
	padding-bottom: 15px;
	padding-left: 160px;
	padding-top: 60px;
}
#cover p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#cover .free_clothes {
	padding-left: 230px;
	padding-bottom: 18px;
}
#cover .shoppers {
	padding-left: 335px;
}


#cover_top {
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	margin-bottom: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

#content {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #990000;
	height: 60px;
} 

#content p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cover_top #hours {
	float: left;
	padding-right: 15px;
	width: 20%;
	position: relative;
	margin-bottom: 30px;
}
#cover_top #news_item {
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	width: 72%;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 40px;
	margin-top: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#cover_top #hours h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cover_top #hours p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cover_top #news_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 35px;
}
#cover_top #news_item h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	margin-bottom: 5px;
	font-size: 32px;
}
#cover_top #news_item h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 0px;
	border-bottom-style: 0;
	padding: 0px;
	color: #333333;
}
#cover table {
	margin-top: 230px;
	margin-left: 380px;
}
#cover td {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
}
#container #cover h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#cover td p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	padding-left: 5px;
}
#cover table td.table_mid {
	padding-left: 10px;
}
#cover a {
	color: #000000;
	text-decoration: none;
}

#cover a:hover {
	color: #990000;
}

#cover a img {
border: none;
}
#cover_top #news_item img {
	padding-right: 8px;
	float: left;
}
#cover_top .map {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
}
#cover_top #news_item h4 {
	float: left;
}

