@import url("thMenu.css");
html>body #content, html>body #main, html>body #fullmain, html>body #LCol, html>body #RCol {
	height:auto;
	} 
	* {
   padding:0;
   margin:0;
}
body{
	text-align: center;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font: 11px/1.5  Verdana, Arial, Helvetica, serif;
	}
li {
	list-style-type: disc;
	margin: 0.8em 0em;
	padding: 0px;
	/*line-height: 1em;*/
	}
h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #336699;
	margin: 0px;
	padding: 0.8em 0em;
	}
ul, p{
	margin: 0px;
	padding: 0.8em 0em;
	}
a, h3 a{
	color: #6633CC;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, h3 a:hover{
	text-decoration: underline;
	}
.bluetext { color: #006699; }
#container{
	width:780px;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	clear: none;
	float: none;
	background-image: url(../images/bg.png);
	}
#header{
	width: 760px;
	background: #316FA5 url(../images/topbar.png) repeat-y center top;
	display: block;
	overflow: hidden;
	margin: auto;
	border-bottom: 1px solid #99B0C4;
	text-align: right;
	}
#propheader{
	width: 760px;
	background: #7BBEE9 url(../images/proptopbar.png) repeat-y center top;
	display: block;
	overflow: hidden;
	margin: auto;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
	}
#content {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
	margin: 0px auto;
	padding: 325px 0px 0px;
	}
#main {
	margin: 0px auto 10px;
	padding: 0px 0px 10px;
	text-align: left;
	height: 200px;
	min-height: 200px;
	}
#fullmain {
	margin: 0px auto 10px;
	padding: 0px 40px 10px;
	text-align: left;
	clear:both;
	}
#LCol {
	margin-right: 220px;
	padding: 0px 40px 20px;
	border-right: 2px dotted #99B0C4;
	border-bottom: 2px dotted #99B0C4;
	}
#RCol h3{
	color: #666666;
	}
#RCol{
	float:right;
	width:220px;
	padding:0px;
	margin-right:0px;
	margin-bottom: 0px;
	}
#RCol p, #RCol h3{
	padding-left: 18px;
	padding-right: 18px;
	color: #333333;
	}
.fText{
	margin:auto;
	padding: 10px;
	color: #FFFFFF;
	font-size : 90%;
	text-align: center;
	}
#footer {
	clear:both;
	width: 760px;
	background-color: #4F6C88;
	background-image : url(../images/footer.png);
	background-position : top left;
	background-repeat : repeat-x;
	margin: 0px auto;
	border-bottom: 5px solid #99B0C4;
	padding: 0px;
	}
/*
Top navigation menu
-------------------------------------------------------------*/
#topmenu{
	float: right;
	}
#topmenu p{
	list-style-type: none;
	display: inline;
	}
#topmenu p a{
	color: #FFFFFF;
	margin: 0px;
	padding: 7px;
	display: block;
	clear: none;
	float: left;
	font-weight: bold;
	text-decoration: none;
	}
#topmenu p a:hover{
	background: #1F4363;
	padding: 7px 6px;
	border-right: 1px solid #99B0C4;
	border-left: 1px solid #99B0C4;
	}
#topmenu a.current, #topmenu a.current:hover {
	cursor: default;
	padding: 7px;
	border: none;
	color: #C2D0DC;
	background : none;
}
	
#propheader #topmenu{
	float: right;
	}
#propheader #topmenu p{
	list-style-type: none;
	display: inline;
	}
#propheader #topmenu p a{
	color: #FFFFFF;
	margin: 0px;
	padding: 7px;
	display: block;
	clear: none;
	float: left;
	font-weight: bold;
	text-decoration: none;
	}
#propheader #topmenu p a:hover{
	background: #336699;
	padding: 7px 6px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}
#propheader #topmenu a.current, #propheader #topmenu a.current:hover {
	cursor: default;
	padding: 7px;
	border: none;
	color: #336699;
	background : none;
	}
/*
Bottom Navigation Menu
-------------------------------------------------------------*/
#btmmenu {
	clear:both;
	border-top: 1px solid #99B0C4;
	margin-top: 1.5em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	background: #DAE1E9;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	}
#btmmenu p{
	list-style-type: none;
	display: inline;
	font-size:120%;
	color: #006699;
	}
#btmmenu p a{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	}
#btmmenu p a:hover{
	color: #0066CC;
	text-decoration: underline;
	}
#btmmenu a.current, #btmmenu a.current:hover {
	color: #99B0C4;
	cursor: default;
	text-decoration: none;
	}
/*
Information Sheet Table
-------------------------------------------------------------*/

#infosheet td, th {	text-align: left; line-height:1.5; }
#infosheet td dd { /*margin-left: 2.8em;*/  }
#infosheet { font-size:inherit;font:100%;border-collapse: collapse;padding:0px; margin:0px;border-right: 1px solid #99B0C4; border-left: 1px solid #99B0C4;display:table; }
#infosheet tr.alternate{ padding:0px; margin:0px; background-color:#F0F3F7;display:table-row; }
#infosheet th { width:25%; vertical-align: text-top; padding:0px 10px;}
#infosheet td, #infosheet th { padding:0.6em 1.5em; margin:0px; display:table-cell; }
#infosheet .alternate td, #infosheet .alternate th { border-top: 1px solid #99B0C4; border-bottom: 1px solid #99B0C4; }
#infosheet .last td, #infosheet .last th { border-bottom: 1px solid #99B0C4; }
/*
OTHER STYLES
-------------------------------------------------------------*/
#contactform { clear: both; float: left; width: 100%; margin-bottom: 1.5em; background: #FFFFFF; border: 1px solid #99B0C4; }
#contactform form { padding: 0.8em 1.5em; }
#contactform label { width: 150px; display: block;	clear: left; float: left; margin-right: 1.5em; font-weight: bold; text-align: right; }
#inputfields  input, #inputfields  textarea { background: #F0F3F7; border: 1px solid #99B0C4; padding: 2px; }
#contactform div { margin-top: 0.8em; margin-bottom: 0.8em; }
#contactform textarea {	width:400px; height:9em; }
#contactform center { margin: 1.5em 0em; }
#contactform h3 { position: relative; top: 0px;	}
.details dt {
	clear: left;
	float: left;
	font-weight: bold;
	margin-right: 0.8em;
	color: #336699;
	}
.details {
	margin: 0px;
	padding: 1.5em;
	clear: none;
	float: right;
	width: 220px;
	}
#propcontent {
	width: 760px;
	margin: 0px auto;
	padding: 325px 0px 0px;
	background: url(../images/proptitle.jpg) no-repeat center top;
	}
a.innerImg img {
	border: solid 10px #FFFFFF;
	clear: right;
	margin: -10px -10px 10px 10px;


	}
a.innerImg:hover img {
	border-color : #99B0C4;
	}
	
