﻿/* CSS layout */
body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/Background.png');
	background-repeat: repeat;
}
#masthead {
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	width: 930px;
	height: 188px;
	margin-bottom: -10px;
}
#top_nav {
	background-image: url('images/button-h.png');
	background-repeat: repeat-x;
	height: 58px;
	width: 930px;
	margin-top: -20px;
}
#top_nav ul {
	list-style-type: none;
	margin-bottom: 19px;
	padding: 0px;
}
#top_nav ul li {
	font-size: x-large;
	font-weight: bold;
	padding: 15px;
	float: left;
}
#top_nav ul li a {
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav ul li a:hover {
	background-color: #5C8EE0;
}
#page_content {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 20px 40px 40px 40px;
	background-color: white;
	margin-top: -3px;
	height: 100%;
	overflow: hidden;
	width: 680px;
	font-size: large;
	font-weight: bold;
	float: left;
}
#footer {
	text-align: center;
	height: 20px;
	margin: 50px;
	font-size: large;
	color: #003366;
}
a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.newStyle1 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.centerPage {
	margin: 0 auto;
	width: 930px;
}
h1 {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}
.aboutusList {
	list-style-type: square;
}
.aboutusList li {
	padding-top: 10px;
}
p {
	margin-top: 8px;
	margin-bottom: 15px;
	font-size: large;
}
ul {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.donationbymailbox {
	border: solid 1px black;
	text-align: center;
	width: 200px;
	padding: 20px;
}
.float p {
	margin: 8px 5px 5px 0px;
}
.float {
	float: left;
	margin-right: 20px;
}
.donate_b {
	border-style: solid;
	border-color: #000000 #C0C0C0 #DBDBDB #666666;
	border-width: 3px;
	padding: 7px 10px 7px 10px;
	background-image: url('images/button.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
}
div#side nav {
	float: right;
	clear: right;
}
#side_nav {
	float: left;
	width: 168px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#side_nav .li {
	list-style-type: none;
	border-style: solid;
	border-width: 2px;
	margin: 5px;
	padding: 2px;
	background-color: #9BB9FF;
	border-color: #253D9C #799BFF #0099FF #005893;
	color: #FFFFFF;
	display: block;
}
a:hover {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	background-color: #3399FF;
}
.now_hiring_message {
	color: #B90000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
}
.now_hiring_div {
	padding-left: 570px;
	padding-top: 107px;
}
.link_logos {
	border-width: 0px;
	padding: 5px;
	margin: 5px;
}
