@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #d8dce0 url(images/bg.gif) repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	margin: 0;
}
h2 {
	margin-top: 10px;
}
#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 118px;
	padding: 0;
	background-image: url(images/header.gif);
}
#headerAnim {
	padding: 0;
	width: 530px;
	height: 90px;
}
#headerMenu {
	margin-left: 10px;
	padding: 0;
	width: 520px;
	height: 28px;
}
#headerMenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#headerMenu ul li {
	display: block;
	float: left;
}
#headerMenu li {
	width: 100px;
	height: 28px;
	display: block;
	padding: 0;
	margin-right: 2px;
}
#headerQuickFind {
	background: url(images/headerqf.gif);
	height: 52px;
	padding: 0;
	margin-bottom: 10px;
}
#mainContent {
	float:left;
	margin-left:10px;
	padding: 0px;
	width: 640px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainLogos {
	padding: 0;
	float: right;
	text-align:center;
	width: 100px;
	margin-right:10px;
}
#mainLogos img {
	padding-bottom:7px;
}
#mainPhotos {
	padding: 0;
	float: left;
	text-align:center;
	width: 175px;
	margin-right:10px;
}
#footer {
	clear:both; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 20px;
	padding: 10px;
}
#footer 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 */
}
.txtXSml {
	font-size:10px;
}
.txtSml {
	font-size:12px;
}
.txtMed {
	font-size:14px;
}
.txtLrg {
	font-size:18px;
	color:#393;
}
.hiredisclaimer {
	background-color: #CCFFCC;
	padding: 5px;
}
