/* CSS Document */

body
{
	text-align: center;
	background:#e4e4e4;
	font-family:"Lucida Grande", Verdana, Helvetica, Arial;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left;
	background-color:#FFFFFF;
}
#header {
	width: 980px;
	height: 294px;
}
/* needed for xfade2 */
#rotator {
	height:294px;
}
#rotator img {
	display:none;
	position:absolute;
}

/* Menu bar */
#navholder {
	width:980px;
	height:15px;
}
#navigation a
{
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background-color: #ac732f;
	background-image: url(../images/tab-orange-left2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:0.81em;
}

#navigation a span
{
		padding-right: 10px;
		background-image: url(../images/tab-orange-right2.gif);
		background-repeat: no-repeat;
		background-position: right top;
}

#navigation a, #navigation a span
{
	display: block;
	float: right;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
	float: none;
}
/* End IE5-Mac hack */

#navigation a:hover
{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	background-color: #d7ab76;
	background-image: url(../images/tab-blue-left2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation a:hover span
{
	padding-right: 10px;
	background-image: url(../images/tab-blue-right2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navigation
{
	list-style: none;
	padding: 0;
	margin: 0;
	width:980px;
}

#navigation li
{
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}

/* Content withno  right hand column */

#content {
	font-size:0.85em;
	padding: 14px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color:#ac732f;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	color:#ac732f;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color:#ac732f;
}
#content p {
	color: #2c2c2c;
}
#content a {
	color: #2c2c2c;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

/* Content with right hand column */

#main {
	font-size:0.85em;
	padding: 14px;
	float: left;
	width: 700px;
}
#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color:#ac732f;
}
#property {
	width:666px;
	height: 6.6em;
	clear:both;
	border: 1px solid #ac732f;
	padding:3px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
#property #left {
	float:left;
	width:70%;
}
#property #right {
	float:right;
	width: 27%;
}
#property #shortbreaks {
	font-size: 90%;
	text-align: center;
	clear: both;
	padding-top: 3px;
}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	color:#ac732f;
}
#main p {
	color: #2c2c2c;
}
#main a {
	color: #2c2c2c;
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}

/* Image gallery */

#gallery {
	float: right;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#gallery p {
	font-size: 0.81em;
	color: #2c2c2c;
}
#container #gallery a {
	color: #CC0000;
	text-decoration: underline;
}
#container #gallery a:hover {
	text-decoration: none;
}

/* Image align */

img {
	font-size: 10px;
	color: #999999;
	border: 0px;
}
.imageleft {
	float:	left;
	padding:	0px 5px;
}
.imageright {
	float:	right;
	padding:	0px 0px 0px 14px;
}
/* Footer */
#footer {
	background-color:#d7ab76;
	height:30px;
	padding:5px 7px 7px 14px;
	clear:both;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
#footer p {
	font-size:0.73em;
	color:#000000;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
