html, body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: auto;
	width: 760px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}

/* Navigation Bar */
#navBar {
	background-color: #666666;
	height: 95px;
	background-image: url(images/index_15.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navBar img {
	float: left;
	margin-top: 11px;
}

#navBar h1 {
	position: relative;
	left: 15px;
	top: 30px;
	width: 478px;
}

#navBar #students {
	height: 80px;
	width: 120px;
	float: left;
	overflow: hidden;
	margin-top: 12px;
	border: 1px solid #FFFFFF;
}
#navBar #students a {
	background-image: url(images/studentButton.gif);
	background-position: 0px 0px;
	height: 80px;
	width: 120px;
	float: left;
	overflow: hidden;
}
#navBar #students a:hover {
	background-image: url(images/studentButton.gif);
	background-position: 0px -80px;
	height: 80px;
	width: 120px;
	background-repeat: no-repeat;
}
#navBar #landlords {
	height: 80px;
	width: 120px;
	float: left;
	margin-top: 12px;
	border: 1px solid #FFFFFF;
}
#navBar #landlords a {
	background-image: url(images/landlordButton.gif);
	background-position: 0px 0px;
	height: 80px;
	width: 120px;
	float: left;
	background-repeat: no-repeat;
}
#navBar #landlords a:hover {
	background-image: url(images/landlordButton.gif);
	background-position: 0px -80px;
	height: 80px;
	width: 120px;
	background-repeat: no-repeat;
}
#navBar #map {
	height: 80px;
	width: 120px;
	float: left;
	margin-top: 12px;
	border: 1px solid #FFFFFF;
}
#navBar #map a {
	height: 80px;
	width: 120px;
	background-image: url(images/mapButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	float: left;
}
#navBar #map a:hover {
	background-image: url(images/mapButton.gif);
	background-position: 0px -80px;
	height: 80px;
	width: 120px;
	background-repeat: no-repeat;
}
#navBar #contact {
	height: 80px;
	width: 120px;
	float: left;
	margin-top: 12px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
}
#navBar #contact a {
	background-image: url(images/contactButton.gif);
	height: 80px;
	width: 120px;
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
}
#navBar #contact a:hover {
	height: 80px;
	width: 120px;
	background-image: url(images/contactButton.gif);
	background-repeat: no-repeat;
	background-position: 0px -80px;
}

/* Header */
#header {
	background-color: #FFFFFF;
	height: 225px;
	background-image: url(images/slogan-title.jpg);
	background-repeat: repeat-x;
}

#header img {
	float: right;
	margin: 0px;
}

.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 50px;
	padding-top: 75px;
}

/*
.pageTitle {
	margin-top: 0px;
	margin-bottom: 0px;
}*/

#sideBar {
	background-color: #f5f5f5;
	float: left;
	width: 239px;
	padding: 10px;
	clear: right;
	margin: 0px;
	overflow: auto;
}

#sideBar img {
	margin-right: 10px;
}

#content {
	float: right;
	width: 479px;
	padding: 10px;
	margin: 0px;
	height: 100%;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C5F63;
}

#content li {
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: disc;
	margin-right: 10px;
	margin-left: 10px;
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#searchBox {
	height: 40px;
	width: 200px;
	overflow: hidden;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 30px;
	background-color: #F7F7F7;
}
#searchBox a {
	background-image: url(images/searchBtn.gif);
	height: 40px;
	width: 200px;
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
}
#searchBox a:hover {
	height: 40px;
	width: 200px;
	background-image: url(images/searchBtn.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

.columnBorderRight {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #4A5F62;
}

.columnBorderLeft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #4A5F62;
}

#footer {
	background-color: #FF0000;
	padding: 0px;
	margin: 0px;
	height: 40px;
	clear: both;
}
#searchBoxFooter {
	height: 40px;
	width: 259px;
	overflow: hidden;
	padding: 0px;
	background-color: #F7F7F7;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#searchBoxFooter a {
	background-image: url(images/searchBtnFooter.gif);
	height: 40px;
	width: 259px;
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
}
#searchBoxFooter a:hover {
	height: 40px;
	width: 259px;
	background-image: url(images/searchBtnFooter.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#statcounter {
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	margin-top: -40px;
}

/*Map*/
#northBayMap {
	height: 600px;
	width: 720px;
	clear: both;
	margin: 0px;
	background-color: #869B9E;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#northBayMapIe {
	height: 1%;
	width: 720px;
	clear: both;
	margin: 0px;
	background-color: #869B9E;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 20px;
}

/*#rightShadow {
	background-image: url(images/index_16.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: right;
}*/

#bottomShadow {
	background-image: url(images/bottomShadow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 19px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4A5F62;
	margin: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #869B9E;
	text-indent: 5px;
	margin: 10px;
}

fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #9CAEBD;
	width: 448px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #869B9E;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.contactForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border: thin solid #CCCCCC;
	padding: 10px;
	margin: 10px;
}

.contactFormText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.landlordLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}

.landlordInput {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.searchItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.searchLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

cfoutput table {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sideBar li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 10px;
	padding-bottom: 10px;
}
.hidden {
	visibility: hidden;
	display: none;
}
