* {
margin: 0;
padding: 0;
border: none;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body {
background: #e2e2e2 url(images/body_bg.jpg) repeat-x left top;
}

div {
position: relative;
}

#wrapper {
	clear: both;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	background: url(images/wrapper_bg.jpg) no-repeat center top;
}

a { color: #336799; }
a:hover { color: blue; }

#content {
width: 980px;
/* height:  950px; */
margin: 0 auto;
overflow: visible;
background-color: #FFFFFF;
}

#page_switcher_main {
	margin-left: 20px;
}

#home-flash-wrap {
width: 760px;
position: absolute;
right: 5px;
top: 115px;
}

#footerSpace {
}

#footer {
clear: both;
position: relative;
background: url(images/footer_bg.jpg) repeat-x left top;
height: 82px;
}

#footerWrap {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height: 82px;

	padding: 1em;
	margin: 0;
}

#headerImage {
	background: url(images/image6.jpg) no-repeat center top;
}

#toolbarImage {
	height: 200px;
	background: url(images/image1.jpg) no-repeat center top;
	position: relative;
}

a.toolbarLink {
	height:100px;
	color: white;
	align: center;
	valign: bottom;
	text-decoration: none;
}

a.toolbarLink:hover { color: #c6c6c6; }

.toolbarLink1 {
	height:100px;
	color: #EECC99;
	align: center;
	valign: bottom;
	text-decoration: none;
}

.toolbarLink1:hover { color: white; }

.toolbarTable {
	width: 800;
	align: center;
	border: 1;
	margin-top: 0;
	valign: bottom;
	color: white;
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
}
.toolbarLinkTable {
	width: 100%;
	height: 100%;
	align: left;
	color: white;
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
}

.toolbarTableTD1 {
	width: 220px;
	align: center;
	background: url(images/image4.jpg) no-repeat center top;
	overflow: hidden;
}

.toolbarTableTD2 {
	align: left;
	valign: bottom;
	align: left;
}

.listbarTable {
	width: 800;
	align: center;
	border: 1;
	margin-top: 0;
	color: white;
}

.listButtonTD {
	width: 100%;
	height: 20px;
	background: url(images/listButton.jpg) no-repeat center top;
	align: right;
	color: black;
	
	font-family: Verdana;
	font-size:10px;
	font-weight: normal;
	text-align: left;
	padding-left: 2px;
}

.listButtonTD1 {
	width: 100%;
	height: 30px;
	background: url(images/FindAnApt1.jpg) no-repeat center top;
	valign: center;
	color: white;
	font-family: Verdana;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}

.listButtonTD2 {
	width: 100%;
	height: 20px;
	background: url(images/listButton.jpg) no-repeat center top;
	valign: center;
	color: blue;
	font-family: Verdana;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}

.footerTable {
	background: url(images/footer_bg.jpg) repeat-x left top;
	width: 100%;
	text-align: center;
	border: 1;
	color: #666666;
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footerbar {
	width: 100%;
	color: #666666;
}


.footerTableTD {
	align: left;
}

.footerTableLink {
	align: center;
	text-decoration: none;
	color: #666666;
}

.rightbarSquare {
	background-image: url("images/rightbarSquare.jpg");
	background-repeat:no-repeat;
	color:black;
	height:100px;
	align: right;
}


.rightbarlink {
	background-image: url("images/rightbarLinks.jpg");
	background-repeat:no-repeat;
	height:30px;
	align: right;
}

.rightbarlink1 {
	/*background-image: url("images/followus.jpg");
	background-repeat:no-repeat;*/
	height:30px;
	align: left;
}

.rightbarlink2 {
	/*background-image: url("images/subcribeToRSS.jpg");
	background-repeat:no-repeat;*/
	height:38px;
	align: left;
}

.sideNav-Separator {
	border-top:1px solid #D5D5D5;
	clear:both;
	height:1px;
	margin:10px 0;
}

.inputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	width: 300px;
	display: block;
  border: solid 1px #85b1de; 
}
