@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
ul, li {
	list-style-position: inside;
}
a:link {
	color: #01193b;
	text-decoration: underline;
}
a:active {
	color: #01193b;
	text-decoration: underline;
}
a:visited {
	color: #01193b;
	text-decoration: underline;
}
a:hover {
	color: #01193b;
	text-decoration: none;
}
#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
#container {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}
#contactnumber {
	text-align: right;
	width: 900px;
}
#header {
	width: 900px;
}
#sidenav {
	width: 218px;
	text-align: left;
	float: left;
	padding-bottom: 20px;
}
#sidenav p {
	padding-left: 17px;
}
#content {
	width: 900px;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
}
#pagecontent {
	width: 682px;
	float: right;
	padding-bottom: 20px;
}
#pagecontentbg {
	width: 682px;
	float: left;
}
#footer {
	color: #FFF;
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 65px;
	width: 900px;
	padding-top: 35px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:active {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.imgPaddingLeft {
	padding-left: 20px;
}
.imgPaddingRight {
	padding-right: 20px;
}
.about_imgPaddingRight {
	padding-right: 20px;
	padding-bottom: 20px;
}
.titlePadding {
	padding-top: 18px;
}
.clear {
	clear: both;
}
.housing_title {
	color: #9C0;
	font-size: 12px;
	font-weight: bold;
}
.ourpeople_title {
	color: #C00;
	font-size: 12px;
	font-weight: bold;
}
.services_title {
	color: #FC0;
	font-size: 12px;
	font-weight: bold;
}
.contact_title {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.ourpeople_staff {
	float: left;
}
