html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0;
}
#container {
	height: auto;
	min-height: 100%;
}
* html #container {
	height: 100%;
}
#logo {
	top: 20px;
	left: 20px;
	position: absolute;
}
#logo_top {
	top: 10px;
	left: 20px;
	position: absolute;
}
#logo_bot {
	top: 40px;
	left: 120px;
	position: absolute;
}
#header_top {
	height: 164px;
	overflow: hidden;
	background-color: #D7E9F1;
}
#header {
	height: 43px;
	overflow: hidden;
	background-image: url(/images/shared/topnav_14.jpg);
	text-align: left;
}
#menu {
	position: absolute;
	top: 207px;
	width: 172px;
	left: 0;
	background-color: #F1E7DC;
	/*height: 100%;*/
	min-height: 100%;
	height: auto;
}
* html #main {
	height: 1%;
}
#main {
	margin: 10px 20px 0 192px;
}
#main_box_outer {
	padding: 10px;
	border: 2px solid #A37E53;
}
#main_box_inner {
	border-top: 2px solid #036;
}
.main_box_inner {
	border-top: 2px solid #036;
}
#homes_main {
	float: left;
	width: 49%;
}
#condos_main {
	float: right;
	width: 49%;
}
#longterm_main {
	float: left;
	width: 49%;
}
#propmgmt_main {
	float: right;
	width: 49%;
}
#homecare_main {
	float: left;
	width: 49%;
}
#loghomes_main {
	float: right;
	width: 49%;
}
#weather_main {
	float: left;
	width: 49%;
}
#trip_main {
	float: right;
	width: 49%;
}
.clearer {
	clear: both;
	overflow: hidden;
}
#footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	background-color: #036;
}
#form {
	clear: both;
	padding-top: 10px;
}
div.row {
	clear: both;
	padding: 4px;
	margin-left: 4px;
}
div.row span.label {
	float: left;
	width: 30%;
	text-align: left;
}
div.row span.element {
	float: right;
	width: 70%;
	text-align: left;
} 
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.text {
	padding: 10px;
}
a {
	color: #036;
	text-decoration: underline;
}
a:link {
	color: #036;
}
a:visited {
	color: #036;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff !important;
}
.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.table_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.table_row_top {
	background-color: #036;
}
.table_row_odd {
	background-color: #fff;
}
.table_row_even {
	background-color: #eee;
}
.home_title {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #036;
}


/* TOP NAV */
	ul#top-nav{
		list-style:none;
		padding:0;
		margin:13px 0px 0 0;
	}
	
	ul#top-nav li{
		padding:0 1px 0 0;
		display:inline;
		background: url(/images/shared/topnav_borderright.gif) top right repeat-y;
	}
	ul#top-nav li.last{
		background:none;
	}

	ul#top-nav li a{
		background: url(/images/shared/arrow_white.gif) 5px 50% no-repeat;
		padding:0 5px 0 20px;
		margin: 0 1px 0 0px;
		text-decoration:none;
		color:#FFF;
		text-transform:uppercase;
		font-size:11px;
		line-height:16px;
	}
	ul#top-nav li a:hover{
		text-decoration:none;
		background: url(/images/shared/arrow_white.gif) 5px 50% no-repeat;
		color:#C2DBEF;	
	}
	

/* SIDE NAV */
	ul#side-nav{
		list-style:none;
		padding:0;
		margin:0;
		width:172px;
	}
	ul#side-nav li{
		background: #a87e54 url(/images/shared/sidenav_bg.gif) bottom left repeat-x;
		border-top:1px solid #826342;
		padding:5px 0;
	}
	ul#side-nav li.first{
		border-top:none;
	}
	ul#side-nav li a{
		background: #a87e54 url(/images/shared/arrow_white.gif) 5px 50% no-repeat;
		padding-left:20px;
		text-decoration:none;
		color:#FFFFFF;
		text-transform:uppercase;
		font-size:11px;
		line-height:16px;
		display:block;
	}
	ul#side-nav li a:hover{
		text-decoration:none;
		color:#d9b38c;	
	}	

