html {
	/* fix for Opera, Mozilla, Firefox, Safari browsers so that vert scroll bar always appear */
	height: 100%;
	margin-bottom: 1px;  
}
body {
	font-family: "Franklin Gothic Book";
	font-size: medium;
	color: #786747;
    background-color: #c8bda6;
	text-align:center;
}
#container{
	position: relative;
	top: 10px;
	background-color: #d7cfbf;
	border: thin solid #786747;
	width: 690px;
    height: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
/* top header components */
#header{
	position: relative;
	top: 5px;
	left:1%;	
	right:1%;	
	margin:1px 14px 1px 0px;
	background-color: #d7cfbf;
	width: 650px;
    height: 170px;
	text-align:center;
}
#headerLogo{
    position: absolute;
	background-image:url(../images/theStreetLogov2.gif);
	top: 15px;
    width: 300px;
    height: 100px;
	left:0px;	
    right:auto;
}  
#headerRate{
    position: absolute;
	background-image:url(../images/ratingV2.jpg);
	top: 55px;
    width: 50px;
    height: 77px;
	left:375px;	
    right:auto;
}   
#headerMap{
    position: absolute;
	background-image:url(../images/themap.jpg);
	top: 35px;
    width: 170px;
    height: 113px;
	left:470px;	
    right:4%; 
}  
/* top navigation components */ 
#topNav{
	position: absolute;
	top: 159px;
	width:645px;
	left:2%;
	right:2%;
	text-align:center;
	background-color: #d7cfbf;
	padding: 0px 0px 0px 0px;
	height:10px;	
}
#topNav ul{
	margin:0;
	padding:0;
}
#topNav ul li{
	display:inline;
}
#topNav ul li a, 
#topNav ul li a:visited{
	font-family: "Arial";
	float:left;
	color: #7E6D4E;
	font-size: 8pt;
	font-weight:800;
	text-decoration:none;
	margin:1px 2px 1px 0px;
	padding: 2px 13px 1px 1px;
}
#topNav ul li a:hover, 
#topNav ul li a:active{
	color: #A79B83;
}
#lineThk{
	position: absolute;
	background-image:url(../images/orange3.gif);
	background-repeat: no-repeat;
	width:635px;
	margin:0px 20px 0px 0px;
	top:30px;
	left:-10px;
	right:10px;
	height:20px;
}
#switchList {
	position: relative;
	font-size: 85%;
	top:0px;
	left:10px;
	width:425px;
	padding:1px 2px 2px 5px;
	margin:1px 2px 1px 1px;
	color: #7E6D4E;
}
#switchList ul li{
	position: relative;
	top:0px;
	left:-14px;
	padding: 1px 1px 10px 1px;
	list-style-position:outside;
	list-style-type: none;
	list-style-image: url("../images/block.gif");
}
#switchList ul li a, 
#switchList ul li a:visited{
	color: #7E6D4E;
	text-decoration:none;
}
#switchList ul li a:hover, 
#switchList ul li a:active{
	color: #A79B83;
}
#view{
    position: static;
	background-image:url(../images/view.gif);
	background-repeat:no-repeat;
	background-position:right;
	top:5px;
	left:5px;
	width:26px;
	height:16px;
}
#view a:hover, 
#view a:active{
	background-image:url(../images/view.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#topIndex{
    position: relative;
	font-size: 85%;
	top: 0px;
	left:0px;	
	right:0px;	
	background-color: #d7cfbf;
	width: 635px;
	height:auto;
}
#mainContent {
	position: relative;
	top:20px;
	width:625px;
	padding:20px 0px 0px 0px;
	/*new*/
	text-align:left;
	margin:10px 10px 15px 10px;
}
#lineMid1{
	position: relative;
	background-image:url(../images/orange1.gif);
	background-repeat: repeat-x;
    background-position: center;
	top:-10px;
	width:635px;
	left:0px;
	right:10px;
	height:1px;
}
#botIndex{
    position: relative;
	top: 0px;
	bottom:10px;
	left:2.5%;	
	right:2.5%;	
	font-size: 85%;
	margin:5px 5px 5px 5px;
	padding: 1px 1px 15px 1px;
	background-color: #d7cfbf;
	width: 620px;
}
.darkText {
	font-size: 80%;
	font-weight:700;
	color: #786747;
}

#imgSwap img{
 	width: 250px;
	height:167px;
    position: absolute;
	top: 35px;
	left:85%;	
	right:7%;	
	border: 1px solid black;
}
#lineThn1{
	position: relative;
	background-image:url(../images/orange1.gif);
	background-repeat: repeat-x;
    background-position: center;
	bottom:0px;
	width:635px;
	left:0px;
	right:0px;
	height:1px;
	padding: 2px 1px 2px 1px;
}
#lineThn2{
	position: relative;
	background-image:url(../images/orange1.gif);
	background-repeat: repeat-x;
    background-position: center;
	width:635px;
	bottom:0px;
	left:0px;
	right:0px;
	height:1px;
}
#footer{
	position: relative;
	width:635px;
	font-size: 60%;
	font-family: "Arial";
	font-weight:300;
	bottom: 16px;
	left:0px;
	right:0px;
	text-align:center;
}
#footer a{
	text-decoration:none;
	color: #7E6D4E;
	background-color: #d7cfbf;
}
#footer a:visited{
	color: #7E6D4E;
	text-decoration:none;
}
#footer a:hover, 
#footer a:active{
	color: #A79B83;
	text-decoration:none;
}
.priv{
	font-family: "Verdana";
	font-weight:700;
	position: relative;
	height:8px;
	bottom: 1px;
	padding: 1px 1px 1px 1px;
}

.kud{
	font-family: "Verdana";
	position: relative;
	height:8px;
	margin-bottom: 15px;
	padding: 0px 1px 5px 1px;
	bottom:0px;
}
.darkText {
	font-size: 80%;
	font-weight:700;
}
.contentLight {
	font-size: 12px;
	background-color: #d7cfbf;
}
a {
	font-family: "Franklin Gothic Book";
	color: #786747;
	text-decoration: underline;
	cursor: hand;
}
a:hover, 
a:active{
	color: #A79B83;
}

.contentQ {
	font-size: 85%;
	text-decoration: underline;
	font-weight:900;
}
.contentQ {
	font-family: "Franklin Gothic Book";
	font-size: 100%;
	color: #786747;
	text-decoration: underline;
	font-weight:bold
}
#contentAC {
	font-size: 90%;
	text-align:center;
}
.contentA {
	font-family: "Franklin Gothic Book";
	font-size: 90%;
	color: #786747;
}
.contactTitle {
	font-size: 85%;
	color: #9c8961;
}
.contentHome {
	font-size: 13px;
	font-weight:bold
}
#priceTable {
	font-size: 85%;
	text-align:center;
	line-height: 20px;
	border: thin solid #786747 ;
}
#contactTable {
	position:absolute;
	top:60px;
	left:50%;
	right:0%;
	font-size: 100%;
	width:300px;
	height:60px;
	text-align:left;
}
/* avail page components */
#availTable {
	position:absolute;
	top:535px;
	left:50%;
	right:0%;
	font-size: 100%;
	width:300px;
	height:50px;
	text-align:left;
}
#dateTable {
	position: absolute;
	display:inline;
	font-size: 75%;
	top:350px;
	left: 25%;
	right: 25%;
	width:335px;
	height:auto;
	line-height: 20px;
	border: thin solid #786747;
	padding: 5px 5px 5px 1px;
	text-align: center;
}
.midText {
	font-size: 14px;
	color: #9c8981;
}
.darkText {
	font-size: 14px;
}
#darkTextC {
	font-size: 100%;
	text-align:center;
	color: #786747;
}
#darkTextL {
	font-size: 100%;
	text-align:left;
}
#darkTextR {
	font-size: 100%;
	text-align:right;
}
.bold {
	font-weight:900;
}
.orangeText {
	font-size: 14px;
	color: #EA9149;
	font-weight:bold;
}
.darkTextU {
	font-size: 14px;
	color: #786747;
	text-decoration: underline;
}
#chevDateForw {
   position: absolute;
	font-size: 120%;
	color: #EA9149;
	font-weight:bold;
	top: 300px;
	left: 70%;
	width: 15%;
	padding: 0px;
	text-align:center;
}
#chevDateBack {
    position: absolute;
	font-size: 120%;
	color: #EA9149;
	font-weight:bold; 
	top: 300px;
	left: 20%;
	width: 15%;
	padding: 0px;
	text-align:center;
}
#calContentNow{
	position: absolute;
	display:inline;
	top:61px;
	left:8%;
	right:0%;
	height:1px;
}
#calContentNext{
	position: absolute;
	display:inline;
	top:61px;
	left:320px;
	right:0px;
	height:1px;
}
.hoverText {
	text-decoration: none;
}
#lineTab1e{
	position: relative;
	font-size: 85%;
	top:20px;
	line-height: 10px;
	width:290px;
	left:25%;
	right:25%;
	background-color: #d7cfbf;
	border: thin solid #786747;
	padding: 2px 5px 2px 5px;
	text-align: center;
	vertical-align: middle;
}
#lineInTab1e{
	position: relative;
	background-image:url(../images/orange1.gif);
	display:inline;
	background-repeat:repeat-x;
    background-position: center;
	margin:0px 25px 0px 25px;
	top:0px;
	left:40px;
	right:0px;
	height:1px;
	padding: 2px 10px 2px 10px;
}
#imgSwapPlacesL img{
	display:inline;
 	width: 250px;
	height:167px;
    position: relative;
	top: 5px;
	left:0%;	
	right:7%;	
	border: 1px solid black;
}
#imgSwapPlacesR img{
 	width: 250px;
	height:167px;
    position: relative;
	top: 5px;
	left:55%;	
	right:7%;	
	border: 1px solid black;
}
#imgSwapPlacesLandR img{
	display:inline;
 	width: 188px;
	height:251px;
    position: relative;
	top: 5px;
	left:65%;	
	right:7%;	
	border: 1px solid black;
}
#placesL{
	position:absolute;
	display:block;
	font-size: 80%;
	top:10%;
	left:0%;
	height:0px;
	width:330px; 
}
#placesR{
	position:absolute;
	display:block;
	font-size: 80%;
	width: 330px;
	height:0px;
    top: 10%;
	bottom:10%;
	left:45%;
}
#linePlaces{
	position: relative;
	background-image:url(../images/orange1.gif);
	background-repeat: repeat-x;
    background-position: center;
	top:5px;
	bottom:10px;
	margin:1px 1px 1px 1px;
	width:625px;
	left:0%;
	right:0%;
	height:1px;
}
#conPlaces{
	position: relative;
	top:0px;
	bottom:0px;
	left:0%;
	right:0%;
	width:625px;
	margin:5px 1px 5px 1px;
	padding:15px 5px 15px 5px;
}
.darkTextCAgree {
font-weight:bold; 
	font-size: 80%;
	text-align:center;
	color: #786747;
}

.sitemap{
	font-family: "Verdana";
	font-size: 80%;
}

