@import url(menu.css);

html {height:100%;}

body {
	padding: 0px;
	margin: 0px;
	background-color:#696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/bg_body.jpg);
	background-position: 50%;
	background-repeat: repeat-y;
	height: 100%;
}

#container {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 799px;
	height: 100%;	
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}

#topBanner {
	position: absolute;
	top: 0px;
	border-bottom: 1px #FFFFFF solid;
}

#nav {
	position: absolute;
	z-index: 10;
	top: 196px;
	left: 20px;
	background-image:url(/images/bg_nav.jpg);
	background-repeat:no-repeat;
	background-repeat:top left;
}
#content {
	position: absolute;
	top: 228px;
	left: 0px;
	width: 777px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2D2D2D;
	color: #FFFFFF;
	/*background-image: url(/images/bg_content.jpg);
	background-position: top right;
	background-repeat: repeat-y;*/
}

#content h1 {
	font-size: 12pt;
	color: #99CCFF;
	margin: 10px 5px;
}

#content h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 5px;
}

#content h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #99CCFF;
	margin: 10px 5px;
}

#content p, #content table {
	font-size: 10pt;
	margin: 10px 5px;
}

#content li {
	font-size: 10pt;
}

#content td {
	vertical-align: top;
}

#content th {
	font-weight: bold;
	color: #99CCFF;
	text-align: left;
	border-bottom: 1px #99CCFF solid;
}

#content a:link, #content a:visited {
	color: #99CCFF;
	font-weight: bold;
}

#content strong {
	color: #FFFC00;
	font-weight: bold;
}

#content a:hover {
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
}

#content .galThumb {
	border: 2px solid #696969;
}

.button {
	background-color: #696969;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
}

#featureProperty {
	position: relative;
	top: 5px;
	border-width: 2px 0px;
	border-style: solid;
	border-color: #8AB5F9;
	width: 590px;
}

#featureProperty td h2 {
	font-size: 10pt;
	color: #99CCFF;
	margin: 10px 5px;
}

#featureProperty img {
	width: 240px;
	border: 1px solid #686868;
	font-size: 10pt;
	margin-right: 6px;
}

#featureImg {
	width: 240px;
	border-right: 1px solid #686868;
	font-size: 10pt;
}

#featureImg a:link, #featureImg a:visited  {
	color: #99CCFF;
	font-weight: bold;
	margin-left: 6px;
	text-decoration: none;
}

#featureImg a:hover {
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 6px;
}

#featureImg p {
	color: #686868;
	font-size: 10pt;
	font-weight: bold;
}

#featureImg img {
	border: 1px solid #686868;
	margin: 7px;
}

#featureThumbs {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #686868;
	left: 240px;
	top: 0px;
	padding: 3px;
	text-align: center;
}

#featureThumbs img {
	border: 1px solid #686868;
	margin: 4px;
}

#featureDesc {
	position: absolute;
	width: 330px;
	background-image: url(/images/bg_featuredesc.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #686868;
	left: 240px;
	top: 0px;
	padding: 3px;
}

#featureDesc a:link {
	text-decoration: none;
	font-weight: bold;
	color: #99CCFF;
}

#featureDesc a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #99CCFF;
}

#featureDesc a:hover {
	color: #C6E0FB;
	font-weight: bold;
	text-decoration: underline;
}

#btm {
	position: relative;
	bottom: 0px;
	left: 0px;
	background-color: #2D2D2D;
	width: 700px;
	height: 35px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	color: #CCCCCC;
	text-align: center;	
	border-top: 1px #626262 solid; 
}

#btm p {
	font-size: 0.70em;
}

#btm p.small {
	border-top: 1px #626262 solid; 
	padding-top: 5px;
	font-size: 0.65em;
}	

#btm a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#btm a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #99CCFF;
}