/* main style sheet */
body {
	background-color: #666633; /* 5E6D2C;*/ /* #663;*/
	padding:10px;
	margin:0;
	font-size: 76%;
}
#container {
	background: #CCCC66; /* C8D092;*/ /* cc9; */
	margin: 0px auto;
	width: 720px;
	padding: 0px;
/*	border: 1px solid #996; */
}
#header {
	position: relative;
	height: 120px;
}
#header h1 {
	display: none;
	font-family: Georgia, Garamond, Times, Times New Roman, serif;
	font-size: 1.4em;
	padding:0;
	margin:0;
}
#header #sub {
	font-size: .7em;
	font-weight: normal;
}
#header #topnav {
	position: absolute;
	display: block;
	list-style-type: none;
	top: 80px;
	left: 300px; /*260px;*/
	padding: 0 0 0 40px;
	margin: 0;
	height: 1.3em;
	font-size: 0.94em;
	color: #666633;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
#header #topnav li {
	display: block;
	float: left;
	padding: 3px 10px 2px  15px;
	margin: 0;
	background: url(./images/divider.gif) left no-repeat;
}
#header #topnav a {
	color: #fff;
	text-decoration: none;
}
#header #topnav a:hover {
	color: #330;
	text-decoration: none;
}

#header #langselect {
	font-family: Arial,Helvetica,sans-serif;
	position: absolute;
	top: 69px;
	left: 555px; /*550px;*/
	color: #552;
	font-size: 0.94em;
	font-weight: bold;
}
#header #langselect a {
	color: #fff;
	text-decoration:none;
}
#header #langselect a:hover {
	color: #330;
	text-decoration:none;
}
#header #langselect .clearbgd {
	background-image: none;
}
#header #topnav .clearbgd {
	background-image: none;
}
#header #homelinkimg {
	border: none;
	position: absolute;
	top: 40px;
	left: 45px;
	width: 140px;
	height: 45px;
}
#nav {
	background: CCCC66; /*cc9;*/
	height: 40px;
	text-align: center;
} 
#nav ul {
	display: block;
	list-style-type: none;
	margin:0;
	padding: 15px 0 0 25px;
	font-size: 1em;
	color: #fff;
}
#nav ul li {
	display: block;
	text-align: center;
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 0;
	background: url(./images/navback.gif) left 50% no-repeat;
	width:107px; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: .8em;
	color: #996;
}

#nav a {
	color:#996;
	text-decoration:none;
}
#nav a.selected {
	color:#660;
}
#nav a:hover {
	color:#660;
}
#menu {
	padding:0;
	margin-top:0;
	margin-left:0;
	margin: 0;
	text-align:center;
}
#menu ul {
	padding:0 0 0 0px;
	margin:0 auto;
	list-style:none;
	width: 600px; 
}
#menu ul li {
	font-family: Arial,Helvetica,sans-serif;
/*	font-family: Georgia, Garamond, Times, Times New Roman, serif; */
/*	height: 1.6em; */
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 1px;
	display: inline;
	text-decoration: none;
/*	float: left; */
/*	background: url(./images/subdivider.gif) no-repeat left;*/
/*	white-space: nowrap; !important 
	white-space: none; */
}
#menu ul li.clearbgd {
	background-image: none;
}

#menu ul li a {
	color: #666633;
	text-decoration:underline;
}
#menu ul li a.here {
	color: #330;
	cursor: default;
	text-decoration:none;
}
#menu ul li a:hover {
	color: #330;
}

#content {
	background: #CCCC66 ;/*cc9;*/
	color: #333;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
/*	font-family: Georgia, Garamond, Times, Times New Roman, serif; */
	font-size: 1.1em;
	padding: 20px 80px 5px 85px;
} 
#content a {
	/*color: #885;
	text-decoration: none;*/
	color:#333;
	text-decoration: underline;
}
#content a:hover {
	color:#000;
	text-decoration: underline;
}
#content img {
	margin:5px;
	border:none;
	}
#content h1 {
	font-size: 1.4em;
	color: #666633;
	padding: 0px;
	margin: 0px;
}
#content h2 {
	font-size: 1.4em;
	color: #666633;
	background: url(./images/h3img.gif) no-repeat left;
	padding-left: 20px;
	margin-left: -20px;
}
#content h3 {
	font-size: 1.2em;
	color: #666633;
	background: url(./images/h3img.gif) no-repeat left;
	padding-left: 20px;
	margin-left: -20px;
}
#content #frontpage h3 {
	background: none;
}
#content h4 {
	font-size: 1.0em;
	color: #660;
	background: url(./images/h3img.gif) no-repeat left;
	font-style: italic;
	padding-left: 20px;
	margin-left: -20px;
}
#content ul {
	padding:0;
	margin:0 0 0 15px;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
/*	font-family: Georgia, Garamond, Times, Times New Roman, serif;*/
	font-size: 0.9em;
}
#content ul li {
	padding:0;
	margin:0;
	list-style-image: url(./images/bullet.gif);
}
#frontpage td {
	vertical-align: top;
}
#frontpage p {
	margin-top:5px;
}

#content .floatright {
	clear: right;
	float: right;
	margin: 2px 10px;
}
#content .floatleft {
	clear:left;
	float: left;
	margin: 2px 10px;
}
#content .imgleft {
	width:250px;
	height:188px;
	float: left;
	margin: 0 15px 18px 18px;
}
#content .imgright {
	width:250px;
	height:188px;
	float: right;
	margin: 0 78px 18px 15px;
}

#content .boxout_right {
	float: right;
	margin: 2px 10px;
	border: 1px solid #996;
	padding: 5px;
	font-size: 0.9em;
	width: 150px;
	color: #333;
}
#content .boxout_left {
	float: left;
	margin: 2px 10px;
	border: 1px solid #996;
	padding: 5px;
	font-size: 0.9em;
	width: 150px;
	color: #333;
}

#content #fullscreen {
}
#content #column2 {
	float:left;
	width:340px;
	padding-left:20px
}
#content #column1 {
	float:right;
	width:340px;
}

#content #feedback {
	margin-left: 20px;
}


#footer {
	clear: both;
	text-align: right;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	color: #666633;
	font-size: 0.8em;
	padding:20px 0 5px 0;
	margin-right: 20px;
}
#footer a{
	color: #666633;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color: #000;
}

.divider {
	margin: 0 2px 0 3px;
}

table.datatable {
	padding:0;
	margin:0;
	border:1px solid #666633;
}

table.datatable th {
	padding:0;
	margin:0;
	border:none;
	border-bottom:1px solid #666633;
	background-color:#666633;
	color: #CCCC66;
	text-align:left;
	padding-left:5px;
	padding-right: 10px;
}
table.datatable tr {
	padding:0;
	margin:0;
	border:none;
}
table.datatable td {
	padding:0;
	margin:0;
	border:none;
	padding-left:5px;
	padding-right: 10px;
}
table.datatable caption {
	padding:0;
	margin:0;
	border:none;

	text-align:left;
	padding-left:4px;
}

/* picture table */
table.picturetable {
	padding:0;
	margin:0;
	border:0px solid #666633;
}

table.picturetable th {
	padding:0;
	margin:0;
	border:none;
	border-bottom:1px solid #666633;
	background-color:#666633;
	color: #CCCC66;
	text-align:left;
	padding-left:5px;
	padding-right: 10px;
}
table.picturetable tr {
	padding:0;
	margin:0;
	border:none;
}
table.picturetable td {
	padding:0px;
	margin:0;
	border:none;
	padding-left:5px;
	padding-right: 10px;
	vertical-align: middle;
}
table.picturetable caption {
	padding:0;
	margin:0;
	border:none;

	text-align:left;
	padding-left:4px;
}
/* BEDROOM STYLES*/
table.bedroom {
	padding:0;
	margin:0;
	border:0px solid #666633;
	width:580px;
}
table.bedroom td {
	width:290px;
	height: 208px;
	padding:10px 20px;
}
hr {
 color: #666633;
background-color: #666633;
height: 1px;
}
.clear {
	clear:both;
}
label {
	font-size: .9em;
}
input,select {
	font-size: .9em;
}

#content form {
	border: 1px solid #CCCC66;
}
