/* CSS Document */
body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#D9D9D9;
	padding: 0px;
	margin: 0px;
}
#body {
	background-color:#FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 15px;
}
#page {
	float:left;
	width:716px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#333333;
}
#bottom {
	font-size:9px;
	color:#666666;
	background-color:#EDEDED;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#pageHeader {
	float:left;
	width:716px;
	margin-bottom: 10px;
}
.pageTitle {
	float:left;
	width:400px;
}
.pageCookie {
	float:left;
	width:316px;
	text-align:right;
	font-size:9px;
	color:#666666;
}
#homeLeft {
	float: left;
	width: 327px;
	margin-right: 18px;
}	
#homeRight {
	float: left;
	width: 367px;
}
.photoBorder {
	border: 1px solid #000000;
}
.photoLeft {
	border: 1px solid #000000;
	margin-right: 10px;
}
.photoRight {
	border: 1px solid #000000;
	margin-left: 10px;
}
.blue {
	width: 367px;
	background-color: #305BA2;
	height: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.subheads {
	color:#305BA2;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}
#servicesBox {
	float: left;
	width: 367px;
	height: 189px;
	border: 1px solid #000000;
	background-image:url(images/services-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.services {
	float:left;
	width: 357px;
	padding:5px;
}
.servicesRight {
	float:left;
	width: 357px;
	text-align:right;
	padding:5px;
}
.serviceTitle{
	float:left;
	width: 716px;
	margin-bottom: 5px;
	font-weight:bold;
}
.serviceText {
	float:left;
	width:696px;
	margin-bottom: 5px;
	margin-left:20px;
	}
a:link {
	color:#305BA2;
	text-decoration:none;
}
a:visited {
	color:#305BA2;
	text-decoration:none;
}	
a:hover {
	color:#305BA2;
	text-decoration:underline;
}		