/* --- Global --- */

a img {
    border: none;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CDB997;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B1B07;
	line-height: 16px;
}

a {
	color: #B84D00;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*-- Old headers
h1 { font-size: 14px; margin: 0 0 6px 0; padding: 0;}
h2 { font-size: 14px;}
h3 { font-size: 11px;}
--*/

h1 { font-size: 16px; margin: 0; padding: 0; font-weight: bold;}

h2 { font-size: 14px; margin: 0; padding: 0; font-weight: bold;}

h3 { font-size: 12px; margin: 0; padding: 0; font-weight: bold;}

form {
	margin: 0;
	padding: 0;
}

/* --- Framework --- */

#wrapper {
	margin: 0 auto;
	width: 850px;
	padding: 0 0 20px 0;
}

#container {
	width: 850px;
	background-color: #FFFEF0;
	}
	
/* --- Framework Header --- */

#header {
	height: 81px;
	background-color: #F7E5B0;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
}

#datetime {
	float: left;
	position: absolute;
	width: 150px;
	color: #fff;
	margin: 12px 0 0 300px;
}

/*--Utility Nav --*/

#navutility {
	float: left;
	position: absolute;
	width: 408px;
	height: 30px;
	background-image: url(../images/bg_utility.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #F7E5B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	margin: 0 0 0 442px;
	padding: 0;
}

#navutility ul{
	clear: left;
	padding: 0 0 0 26px;
	margin: 0;
	list-style-type: none;
	border: 0px;
}

#navutility ul li{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	}
	
#navutility a {
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 8px 0px 1px 0px;
	color: #3B1B07;
}

#navutility a:link {
	color: #3B1B07;
	text-decoration: none;
}

#navutility a:visited {
	color: #3B1B07;
	text-decoration: none;
}

#navutility a:hover {
	color: #824621;
	text-decoration: underline;
}

#navutility ul li.navut01 a {
	width: 46px;
}

#navutility ul li.navut01active {
	width: 46px;
	background-image: url(../images/bg_navutility_osright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navutility ul li.navut01active a {
	width: 46px;
	background-image: url(../images/bg_navutility_osleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#navutility ul li.navut01active a:hover {
	color: #3B1B07;
	text-decoration: none;
}

#navutility ul li.navut02 a {
	width: 62px;
}

#navutility ul li.navut02active {
	width: 62px;
	background-image: url(../images/bg_navutility_osright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navutility ul li.navut02active a {
	width: 62px;
	background-image: url(../images/bg_navutility_osleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#navutility ul li.navut02active a:hover {
	color: #3B1B07;
	text-decoration: none;
}

#navutility ul li.navut03 a {
	width: 73px;
}

#navutility ul li.navut03active {
	width: 73px;
	background-image: url(../images/bg_navutility_osright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navutility ul li.navut03active a {
	width: 73px;
	background-image: url(../images/bg_navutility_osleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#navutility ul li.navut03active a:hover {
	color: #3B1B07;
	text-decoration: none;
}

#navutility ul li.navut04 a {
	width: 44px;
}

#navutility ul li.navut04active {
	width: 44px;
	background-image: url(../images/bg_navutility_osright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navutility ul li.navut04active a {
	width: 44px;
	background-image: url(../images/bg_navutility_osleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#navutility ul li.navut04active a:hover {
	color: #3B1B07;
	text-decoration: none;
}

#navutility ul li.navut05 a {
	width: 34px;
}

#navutility ul li.navut05active {
	width: 34px;
	background-image: url(../images/bg_navutility_osright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navutility ul li.navut05active a {
	width: 34px;
	background-image: url(../images/bg_navutility_osleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#navutility ul li.navut05active a:hover {
	color: #3B1B07;
	text-decoration: none;
}

#navutility ul li.navut06 a {
	width: 48px;
}

#navutility ul li.navut06active {
	width: 48px;
	background-image: url(../images/bg_navutility_osright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navutility ul li.navut06active a {
	width: 48px;
	background-image: url(../images/bg_navutility_osleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#navutility ul li.navut06active a:hover {
	color: #3B1B07;
	text-decoration: none;
}

#navutility ul li.navut07 a {
	width: 58px;
}

#navutility ul li.navut07active {
	width: 58px;
	background-image: url(../images/bg_navutility_osright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navutility ul li.navut07active a {
	width: 58px;
	background-image: url(../images/bg_navutility_osleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#navutility ul li.navut07active a:hover {
	color: #3B1B07;
	text-decoration: none;
}

/*-- Main Nav --*/
	

	


/*-- Sub Nav --*/

#navsub {
	width: 850px;
	height: 26px;
	background-color: #F4DC96;
	font-size: 12px;
	}
	
#navsubright {
	width: 850px;
	height: 26px;
	background-image: url(../images/bg_navsub_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#navsubleft {
	height: 26px;
	background-image: url(../images/bg_navsub_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#navsub ul {
	clear: left;
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 25px;
	border: 0px;
}

#navsub ul li {
	height: 26px;
	float: left;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navsub a {
	display: block;
	text-align: right;
	font-weight: normal;
	color: #3B1B07;
	margin: 0;
	padding: 0;
	}
	
#navsub a:link {
	text-decoration: none;
}

#navsub a:visited {
	text-decoration: none;
}

#navsub a:hover {
	color: #824621;
	text-decoration: none;
	}
	
#navsub ul li.navsub {
	background-image: url(../images/img_navsubdivider.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
	
#navsub ul li.navsub a {
	padding: 4px 14px 6px 14px;
}

#navsub ul li.navsubactive {
	background-image: url(../images/img_navsub_osleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navsub ul li.navsubactive a {
	background-image: url(../images/img_navsub_osright.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #3B1B07;
	padding: 4px 14px 6px 14px;
}

/* --- Framework Main --- */

#main {
	background-image: url(../images/bg_left_tile.gif);
	background-repeat: repeat-y;
	background-position: 25px 0px;
	margin: 25px 0 0 0;
	}
	
#mainfull {
	margin: 25px 0 0 0;
	}
	
#leftwrap {
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: 25px 0px;
	float: left;
	width: 285px;
}

#left {
	margin: 0 0 0 0px;
	padding: 0 0 0 25px;
	}
	
#leftblock {
	width: 260px;
	text-align: center;
}

#left h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 9px 0;
	padding: 0;
}

#subtitlewrap {
	padding: 0 0 15px 0;
}

#subtitle {
	width: 515px;
	height: 30px;
	background-color: #F9EDC3;
	background-image: url(../images/bg_title_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#subtitle h1 {
	float: right;
	padding: 0;
	margin: 0;
}

#subtitle .crumbs {
	padding: 6px 0 0 10px;
}

#subtitle a {
	color: #3B1B07;
	font-size: 11px;
	}
	
#subtitlefull {
	width: 800px;
	height: 30px;
	background-color: #F9EDC3;
	background-image: url(../images/bg_title_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#subtitlefull h1 {
	float: right;
	padding: 0;
	margin: 0;
}

#subtitlefull .crumbs {
	padding: 6px 0 0 10px;
}

#subtitlefull a {
	color: #3B1B07;
	font-size: 11px;
	}

#sightlinkswrap {
	width: 515px;
	background-color: #F9EDCA;
	background-image: url(../images/bg_sightlinks_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 15px 0;
	padding: 0;
}

#sightlinks {
	width: 515px;
	background-image: url(../images/bg_sightlinks_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0;
}

#maincontent #sightlinks ul {
	margin: 0 0 0 25px;
	padding: 10px 0;
	}
	
#maincontent #sightlinks li {
	margin: 0 0 0 5px;
	padding: 5px 0;
	}
	
#sightlinks a {
	color: #3B1B07;
	font-weight: bold;
	font-size: 11px;
	padding: 0 3px;
	}
	
#sightlinks a:link {
	text-decoration: none;
}

#sightlinks a:visited {
	text-decoration: none;
}

#sightlinks a:hover {
	text-decoration: underline;
}

#attractionlinkswrap {
	width: 515px;
	background-color: #F9EDCA;
	background-image: url(../images/bg_sightlinks_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 15px 0;
	padding: 0;
}

#attractionlinks {
	width: 515px;
	background-image: url(../images/bg_sightlinks_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0;
}

#maincontent #attractionlinks ul {
	margin: 0 0 0 25px;
	padding: 10px 0;
	}
	
#maincontent #attractionlinks li {
	margin: 0 0 0 5px;
	padding: 5px 0;
	}
	
#attractionlinks a {
	color: #3B1B07;
	font-weight: bold;
	font-size: 11px;
	padding: 0 3px;
	}
	
#attractionlinks a:link {
	text-decoration: none;
}

#attractionlinks a:visited {
	text-decoration: none;
}

#attractionlinks a:hover {
	text-decoration: underline;
}

.attractiontitlewrap {
	padding: 0 0 15px 0;
}

.attractiontitle {
	width: 515px;
	height: 30px;
	color: #ffffff;
	background-image: url(../images/bg_citylinks.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.attractiontitle h2 {
	float: right;
	color: #ffffff;
	font-size: 14px;
	padding: 6px 10px 0 0;
	margin: 0;
}
	
#maincontentwrap {
	margin:0 0 0 310px;
	}
	
#maincontentwrapfull {
	margin:0 0 0 25px;
	}
	
#maincontent {
	width: 515px;
	}

#maincontent p {
	margin: 0 0 16px 0;
	padding: 0;
	}
	
#maincontent ul {
	margin: 0 0 20px 15px;
	padding: 0;
	}
	
#maincontent ol {
	margin: 0 0 0 25px;
	padding: 0;
	}
	
#maincontent li {
	margin: 0;
	padding: 0;
	}
	
#maincontentfull {
	width: 800px;
	height:auto;
	}
	
#maincontentfull p {
	margin: 0 0 16px 0;
	padding: 0;
	}

/*--News Home--*/

#newsbghome {
	background-image: url(/images/bg_news.gif);
	background-repeat:repeat-y;
	background-position: 269px 0px;
}
	
#newshome {
	float:right;
	width:271px;
	background-color:#FFEA9D;
	background-image: url(/images/bg_news.gif);
	background-repeat:repeat-y;
	background-position: top left;
	color: #3B1B07;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}
	
#newshome h1 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

#newshome h2 {
	color: #3B1B07;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
	
#newshome p {
	padding: 0;
	margin: 0;
	}
	
#newshome .newsstorytxthome a {
	background-image: url(../images/img_arrow01.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #96540C;
	font-weight: bold;
	padding: 0 9px 0 3px;
}

/*--Home Panels--*/

#panels {
	float: left;
	padding: 0;
	margin: 15px 0 0 0;
}

#panels .panelleft {
	background-image: url(../images/bg_panel_divider.gif);
	background-repeat:no-repeat;
	background-position: 119px 10px;
	padding: 0 16px 0 0;
}

#panels .panelpadding {
	padding: 0 0 16px 0;
}
	
/* --- Framework Search --- */

#searchwrap {
	margin: 0 15px 0 15px;	
}
	
#search {
	width: 230px;
	height: 240px;
	background-image: url(../images/bg_search.gif);
	background-repeat: no-repeat;
	text-align: left;
}

#searchpadding {
	padding: 0 10px;
}

#search .dropdown01 {
	width: 182px;
	font-size: 11px;
	color: #3B1B07;
	margin: 10px 0 0 3px;
	padding: 0;
	border: 1px solid #96540C;
}

#search .input01 {
	width: 77px;
	font-size: 11px;
	color: #3B1B07;
	text-align: right;
	padding: 1px 2px 0px 2px;
	margin: 0 0 0 102px;
	border: 1px solid #96540C;
}

#search .dropdown02 {
	width: 45px;
	font-size: 11px;
	color: #3B1B07;
	margin: 0 0 0 140px;
	padding: 0;
	border: 1px solid #96540C;
}

#search .input02 {
	width: 77px;
	background-color: #FCE39F;
	font-size: 11px;
	color: #3B1B07;
	text-align: right;
	padding: 1px 2px 0px 2px;
	margin: 0 0 0 102px;
	border: 1px solid #96540C;
}

#search .padding {
	margin: 8px 0 0 0;
}

#search .label {
	position: absolute;
	padding: 0 0 0 4px;
	}

#search .calendar {
	position: absolute;
	margin: 0 0 0 194px;
}

#search .searchbut {
	margin: 0 0 0 106px;
}

/* --- Framework Footer --- */

#footer {
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B1B07;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer01 {
	height: 60px;
	background-image: url(../images/bg_footer01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	padding: 0 25px;
}
#footer02 {
	height: 30px;
	background-image: url(../images/bg_footer02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #3B1B07;
	padding: 0 59px;
}

#footer03 {
	height: 60px;
	background-image: url(../images/bg_footer03.gif);
	background-repeat: no-repeat;
	background-position: 25px 0;
	color: #3B1B07;
	padding: 0 75px;
}

/* --- Content --- */

.logo {
	margin: 0 0 0 25px;
}

.headerimg {
	float: right;
	color: #fff;
	margin: 30px 0 0 0px;
}

.clearhome {
	width: 850px;
	height: 15px;
	background-image:url(../images/bg_clearhome.gif);
	background-repeat: no-repeat;
	clear:both;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	}
	
.clearsub {
	width: 850px;
	height: 15px;
	background-image:url(../images/bg_clearsub.gif);
	background-repeat: no-repeat;
	clear:both;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	}
	
.clearfull {
	width: 850px;
	height: 15px;
	background-image:url(../images/bg_clearfull.gif);
	background-repeat: no-repeat;
	clear:both;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	}

.clear {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
	}
	
.flashbanner {
	margin: 0 0 11px 0;
	padding: 0;
}

.newstitlehome {
	width: 271px;
	height: 46px;
	background-image: url(../images/bg_newstitle.gif);
	background-repeat: no-repeat;
	margin: 0 0 0px 0;
	padding: 15px 0 0 0;
}

.newsstoryhome {
	padding: 0 0 10px 0;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #CA9F54;
}

.newsstoryimghome {
	float: right;
	padding: 0 0 0 10px;
}

.newsstorytxthome {
	padding: 0 0 0 10px;
}

.leftbanner {
	margin: 15px 0 15px 0;
}

.leftbanner01 {
	margin: 0 0 15px 0;
}

.leftbanner02 {
	margin: 0 40px 15px 0;
}

.piccontentright {
	float: right;
	margin: 0 0 10px 15px;
}
	
.address {
	padding: 23px 0 0 0;
	}
	
.address01 {
	float: right;
	padding: 23px 0 0 0;
	}
	
.address01 a {
	color: #FFFFFF;
	}
	
.copyright {
	padding: 6px 0 0 0;
	}
	
.navfooter {
	float: left;
	position: absolute;
	margin: 6px 0 0 251px;
	}
	
.navfooter a {
	color: #3B1B07;
	text-decoration: none;
	padding: 0 2px;
	}
	
.navfooter a:link {
	text-decoration: none;
}

.navfooter a:visited {
	text-decoration: none;
}

.navfooter a:hover {
	text-decoration: underline;
	}

.credit {
	background-image: url(../images/img_continuum.gif);
	background-repeat: no-repeat;
	background-position: 0px 19px;
	padding: 21px 0 10px 29px;
	}

.credit a {
	color: #3B1B07;
	text-decoration: none;
}

.credit a:link {
	text-decoration: underline;
}

.credit a:visited {
	text-decoration: underline;
}

.credit a:hover {
	text-decoration: none;
}
	
.backtotopwrap {
	width: 515px;
	text-align: right;
	padding: 0 0 25px 0;
}

.backtotoplinks {
	height: 30px;
	color: #ffffff;
	background-image: url(../images/bg_backtotop.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 12px 10px 0 0;
}

.backtotoplinks a {
	background-image: url(../images/img_arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #3B1B07;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 0 12px;
	}
	
.backtotoplinks a:link {
	text-decoration: none;
}

.backtotoplinks a:visited {
	text-decoration: none;
}

.backtotoplinks a:hover {
	text-decoration: underline;
}

.downloadwrap {
	width: 295px;
	background-color: #F9EDC3;
	background-image: url(../images/bg_download_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 15px 0 0 0;
}

.downloadlinks {
	height: 30px;
	color: #ffffff;
	background-image: url(../images/bg_download_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.downloadlinks a {
	display: block;
	background-image: url(../images/img_arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #3B1B07;
	font-weight: bold;
	font-size: 11px;
	margin: 0 10px 0 10px;
	padding: 6px 0 6px 12px;
	}
	
.downloadlinks a:link {
	text-decoration: none;
}

.downloadlinks a:visited {
	text-decoration: none;
}

.downloadlinks a:hover {
	text-decoration: underline;
}
	
/*--News Section--*/

#newssumfloat {
	float: left;
}

.newssumwrap {
	width: 515px;
	margin: 0 0 15px 0;
}

.newssumtitle {
	width: 515px;
	height: 35px;
	background-image: url(../images/bg_newssumtitle.gif);
	background-repeat: repeat-x;
}

.newssumtitleright {
	width: 515px;
	height: 35px;
	background-image: url(../images/bg_newssumtitle_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.newssumtitleleft {
	width: 515px;
	height: 35px;
	background-image: url(../images/bg_newssumtitle_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.newssumtitle h2 {
	font-size: 14px;
	color: #FFFFFF;

	margin: 0;
	padding: 4px 0 0 10px;
}

.newssumtitle h3 {
	float: right;
	color: #FFFFFF;
	font-weight: normal;
	margin: 4px 10px 0 0;
}

.newssum {
	background-color: #F9EDC3;
	background-image: url(../images/bg_listingsbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 10px;
}

.newssum p {
	margin: 0 0 16px 0;
	padding: 0;
}

.newssum .newssumpic {
	float: right;
	margin: 0 10px 0 10px;
}

.newssum .newssumtxt{
	padding: 0 10px 0 0;
}

#newsartcontent {
	width: 515px;
	}
	
#newsartcontent h2 {
	font-size: 14px;
	margin: 0 0 6px 0;
	padding: 0;
}

#newsartcontent h3 {
	float: right;
	font-size: 11px;
	margin: 2px 10px 0 0;
	padding: 0;
}

#newsartcontent p {
	margin: 0 0 16px 0;
	padding: 0;
	}

.newsartpicwrap {
	float: right;
	width: 215px;
}

.newsartpicwrap img {
	margin: 0 0 10px 15px;
}
	
/*--Listings--*/

#listingsfloat {
	float: left;
}

.listingswrap {
	width: 515px;
	margin: 0 0 15px 0;
}

.listingstitle {
	width: 515px;
	height: 35px;
	background-image: url(../images/bg_listingstitle.gif);
	background-repeat: repeat-x;
}

.listingstitleright {
	width: 515px;
	height: 35px;
	background-image: url(../images/bg_listingstitle_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}


.listingstitleleft {
	width: 515px;
	height: 35px;
	background-image: url(../images/bg_listingstitle_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.listingstitle h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 4px 0 0 10px;
}

.listingsrating {
	float: right;
	margin: 2px 8px 0 0;
}

.listings {
	background-color: #F9EDC3;
	background-image: url(../images/bg_listingsbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 10px;
}

.listings p {
	margin: 0 0 16px 0;
	padding: 0;
}

.listings .listingspic {
	float: right;
	margin: 0 10px 0 10px;
}

.listings .listingstxt{
	margin: 0 10px 0 0;
}

.listings .listingsfulltxt{
	width: 335px;
}

/* --- Contact Forms --- */

.highlight001{
	color: #B84D00;
}

.form001{
width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B1B07;
	line-height: 16px;
	padding-left: 2px;
	padding-right: 2px;
}

.form002{
width:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B1B07;
	line-height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: right;
}

.form003{
width:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B1B07;
	line-height: 16px;
	padding-left: 2px;
	padding-right: 2px;
}

.formsubmit {
	background-color: #A41318;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1px 20px;
	color: #ffffff;
}

/* --- Sitemap --- */

#maincontent .sitemap ul, #maincontent .sitemap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#maincontent .sitemap {line-height: 20px;}

#maincontent .sitemap span.vert {background-image: url(/images/map_vert.gif);}
#maincontent .sitemap span.last {background-image: url(/images/map_last.gif);}
#maincontent .sitemap span.midd {background-image: url(/images/map_midd.gif);}

.sitemap span.none, .sitemap span.vert, .sitemap span.last, .sitemap span.midd {
  width: 24px;
  height: 18px;
  margin-left: 1em;
  background: transparent 0px 0px no-repeat;
  display: block;
  float: left;
}


.header{position:relative;top:0px;left:0px;background-image: url("../images/header_back.gif");background-repeat: no-repeat;width:800px; height:250px;}
.pic{width:140px;height:95px;border:none;margin:0px;0px;0px;0px;cursor:default;padding:6px;0px;0px;0px;}
.smallpic{display:block;position:absolute;top:157px;left:-2px;width:40px;height:20px;border:none;cursor:default;padding:6px;0px;0px;1px;}
.propertyAddress{display:block;float:right;position:absolute;top:5px;left:520px;width:500px;font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #3B1B07;font-face:bold;}
.propertyfac{display:block;position:absolute;top:15px;left:290px;width:50px;height:400px;}
.propertyInfo{display:block;float:center;border:none;}
.propertyDetails{width:800px;border:none;padding:10px;10px;0px;0px;}

.topButtons {

    background-repeat: no-repeat; 
    font-weight: bold;
    color: #000000; 
    display: block;
    cursor: pointer;
    text-align: center;
    width: 135px;

}

.booknow{

    background-image: url("../images/Dash/searchandsort/buttons/refine4.gif");

    padding-top: 5px;
     
    height: 28px;
    font-size :14px;
     
    
}

.specialOffers {
    background-image: url("../images/Dash/searchandsort/buttons/special-offers.gif");

    padding-top: 3px;

    height: 20px;
    font-size: 12px;
    margin-top: 3px;
}


.seeOnMap {
    background: url("../images/Dash/searchandsort/buttons/see-on-map.gif") left center no-repeat;

    padding-top: 10px;
    padding-bottom: 8px;

    height: 21px;
    font-size: 12px;
    
}

.bottomButtons {
    float: right;
}

