@charset "UTF-8";
/* CSS Document */

body {
	background-color: #003465;
}
#ifrm { 
    padding: .5em;
    margin: 1.5em 0 1em;
    width: 100%;
	height: 700px;
}
#container {
	width: 930px;
	margin-left: 50px;
	background-image: url(../images/mainpanel_bckgrnd.jpg);
	background-repeat: repeat-y;
	margin-top: -10px;
}

#top_banner {
	background-image: url(../images/banner_image.jpg);
	height: 189px;
	width: 930px;
	background-repeat: repeat;
	background-position: left;
	background-color: #003366;
}
#navbar {
	height: 41px;
	width: 930px;
}
#mainpanel {
	float: left;
	width: 800px;
	min-height: 232px;
	background-image: url(../images/mainpanel_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	padding-right: 30px;
	padding-top: 20px;
}
#left_col {
	float: left;
	width: 130px;
}
#right_col {
	float: right;
	width: 605px;
	padding-left: 20px;
	padding-top: 20px;
	-moz-box-shadow:-5px 5px 5px #888;
	-webkit-box-shadow:-5px 5px 5px #888;
	box-shadow:-5px 5px 5px #888;
	border: 1px solid #666666;
	border-radius: 10px 10px 10px 10px;
	padding-right: 20px;
	margin-bottom: 30px;
}
#rightcol_col {
	background-color: #E1E1E1;
	float: right;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 0px 10px 0px 0px;
	width: 250px;
}
#footer {
	background-image: url(layout_images/footer.jpg);
	height: 40px;
	width: 930px;
	background-repeat: no-repeat;
	background-position: top;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
}
.panel_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #8DA2BA;
	display: block;
	font-size: 10pt;
	height: auto;
	width: 100%;
}
.panel_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #603;
}
.bodytext_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
.bodytext_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
}
.bodytext_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00F;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #003467;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #603;
}
.bodytext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.columnhead_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
}
#coffee_cup {
	background-image: url(../images/coffee_cup_blue.jpg);
	background-repeat: no-repeat;
	background-position: right 75px;
}
#dog {
	background-image: url(../images/dog.jpg);
	height: 237px;
	width: 185px;
	background-repeat: no-repeat;
	margin-left: 260px;
}
#outline {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#outline_all {
	border: thin solid #8DA3BA;
}
#coffeecup {
	float: right;
	width: 275px;
	background-image: url(../images/coffee_cup_blue.jpg);
	background-repeat: no-repeat;
	background-position: 75px 170px;
	height: 390px;
	margin-bottom: 15px;
}
#foodbank {
	background-color: #E1E1E1;
	padding: 10px;
	float: right;
	width: 225px;
	border-radius: 0px 10px 0px 0px;
	margin-left: 20px;
}
#storeneeds {
	background-color: #E1E1E1;
	float: left;
	width: 90%;
	border-radius: 0px 0px 10px 0px;
	padding: 20px;
	margin-bottom: 10px;
}
#events {
	background-color: #E1E1E1;
	float: left;
	width: 90%;
	border-radius: 0px 0px 10px 0px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#petpantry {
	background-color: #E1E1E1;
	padding: 20px;
	float: right;
	width: 350px;
	border-radius: 0px 0px 10px 0px;
	margin-bottom: 20px;
}

