/* CSS Document 
Generic Styles
*/
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 200px;
	margin: 0px auto;
	font-size: 0.75em;
}

#logo {
	position: absolute;
	padding-top: 3px;
	right: 0px;
	font-size: .75em;
	text-align: right;
}

#logo a {
	color: #FFFFFF;
}

#nav {
	position: absolute;
	top: 8px;
	left: 0px;
	padding-top: 0px;
	left: 0px;
}

#nav a {
	text-decoration: none;
	color: #E3E3E3;
	font-weight: bold;
}

.currPage {
	font-weight: bold;
	color: #F1DD0C;
}	

#copyright {
	position: absolute;
	padding-top: 0px;
	top: 25px;
	left: 0px;
}

#copyright a {
	color: #696969;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

/*  
 Home Specific Styles
*/

.enter a:link , 
.enter a:visited {
	font-size: 0.75em;
	background-color: #F1F1F1;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}

.enter a:hover {
	background-color: #A3A3A3;
	color: #F1F1F1;
}

/*  
 Welcome Specific Styles
*/

#welcomeContent {
	position: relative;
	width: 800px;
	height: 530px;
	margin: 0px auto;
	background-image:url(../images/bg_welcome.jpg);
	background-repeat:no-repeat;
}

#welcomeTxt {
	position: absolute;
	top: 250px;
	left: 50px;
	width: 400px;
	height: 200px;
	font-size: 0.75em;
}

#welcomeTxt h1 {
	font-size: 1.50em;
	font-weight: bold;
}

#welcomeTxt ul {
	margin-left: 0px;
	padding-left: 0px;
}
#welcomeTxt li {
	display: block;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 15px;
	list-style: none;	
	border-bottom: 1px dashed #FFFFFF;
	padding-bottom: 10px;
	font-weight: bold;
}

#welcomeTxt a:link , 
#welcomeTxt a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#welcomeTxt a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}

/*
Register Specific
*/
#regTxt {
	position: absolute;
	top: 100px;
	left: 80px;
	width: 400px;
	height: 200px;
	font-size: 0.75em;
}

#regTxt th {
	color: #000000;
	text-align: left;
	background-color: #C9C9C9;
}

#regTxt input , 
#regTxt select ,
#regTxt textarea {
	border: 1px #000000 solid;
	background-color: #FFFCD8;
	padding: 2px;
}

#regTxt .labelsText {
	color: #000000;
}

/*
Resident and Property Specific 
*/

#slideShow {
	position: absolute;
	top: 400px;
	right: 5px;
	font-size: 0.75em;
	font-weight: bold;
}

#slideShow a {
	text-decoration: none;
	color: #FFFFFF;
}

#slideShow a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

#slides {
	position: relative; 
	top: 15px;
	width: 600px; 
	height: 319px; 
	margin: 0px auto;
}

#close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 0.75em;
	font-weight: bold;
}

#txt {
	position: absolute;
	top: 270px;
	left: 40px;
	width: 280px;
	height: 200px;
	font-size: 0.75em;
	font-weight: bold;
}

#proTxt {
	position: absolute;
	top: 340px;
	left: 40px;
	width: 600px;
	height: 200px;
	font-size: 0.75em;
	font-weight: bold;
}

#contentRes ,
#contentPro {
	position: relative;
	width: 800px;
	height: 425px;
	margin: 0px auto;
}

#contentRes {
	background-image:url(../images/bg_residence.jpg);
	background-repeat:no-repeat;
}

#contentPro {
	background-image:url(../images/bg_property.jpg);
	background-repeat:no-repeat;
}

#galPics {
	position: relative;
	top: 5px;
	left: 0px;
	width: 800px;
	margin: 0px auto;
}




