@charset "utf-8";
body {
	background-color: #e5eff7;
	background-image: url(../images/bg-shadow.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: center;
}
.content-bg {
	background-image: url(../images/bg-gradient.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.content-container {
	text-align: left;
	width: 840px;
	background-color: #4d9bd7;
}
.content, .content-wide {
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
.logo {
	padding-top: 34px;
	padding-left: 40px;
	width: 462px;
}
.menu {
	padding-top: 54px;
	height: 50px;
	width: 533px;
	padding-left: 35px;
}
.page-title {
	padding-top: 45px;
	padding-left: 35px;
}
.content p, .content h3, .content table, .content-wide p, .content-wide h3, .content-wide table, ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 14px;
}
.content table, .content-wide table, ul  {
	padding-left: 40px;
	padding-right: 30px;
}
.content h3, .content-wide h3 {
	padding-left: 40px;
	padding-right: 40px;
}
ul {
	margin-left: 20px;
}
li {
	padding-bottom: 10px;
}
.content td {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.content p, .content-wide p {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 40px;
}
.content-wide p {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-right: 40px;
}
.right-strip {
	float: right;
	width: 268px;
}
.laundry {
	padding-left: 20px;
	float: left;
}
.clear-both {
	display: block;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 500px;
	clear: both;
}
a {
	color: #0D456A;
}
a:hover {
	color: #fff;
}
.right-content {
	background-image: url(../images/right-bottom.gif);
	margin-left: 22px;
	margin-right: 29px;
	background-color: #dae7f1;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 22px;
	padding-right: 30px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.right-content a {
	text-decoration: none;
	color: #666666;
}
.right-content a:hover {
	text-decoration: underline;
}
.raquo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.footer {
	height: 67px;
	width: 800px;
	clear: both;
	background-image: url(../images/footer.jpg);
	font-size: 12px;
	color: #2E78C1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: top;
	line-height: 19px;
}
.footer a:hover {
	color: #FFFFFF;
}
.footer a {
	color: #2468A6;
}



.right-content p {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.menu img {
	float: left;
}
.img-border {
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #999;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
