/* CSS Document */

body {
	background: #FF9122;
	font-family: "Tempus Sans ITC", Verdana, Arial, sans-serif;
		}

div#container {
	position: relative;
	width: 910px;
	margin: auto;
	}

div#mainMenu{
	width:880px;
	height:130px;
	position: relative;
	}

div#pageTitle{
	width:880px;
	/*margin: auto;*/
	}

div#pageContent {
	width:910px;
	position:relative;
	z-index:90;
	}

div.accomMain {
	width:560px;
	float:left;
	padding: 0 0 0 10px;
	}

div.picColumn{
	width: 94px;
	float:left;
	}

div.column {
	width:208px;
	float:right;
	}

div.mainBox{
	width:880px;
	background-color: #ffff99;
	margin: 5px 0px;
	position: relative;
	border: 2.5px solid #000000;
	padding: 10px;

	}
	
div.interMenuBox{
	width:880px;
	margin: 5px 0px;
	position: relative;
	padding: 10px 0px 0px 10px;
	}
	

div.interMenuFrame {
	height: 94px;	
	width: 94px;
	margin: 0px 0px 10px;
	position: absolute;
	left: 8px;
	text-align: center;
	z-index:10;
	}

div.contentInterMenu {
	width:755px;
	float: left;
	padding: 8px 0 0 10px;
	min-height: 90px;
	position: relative;
	}

div.accomMainTitle{
	width:470px;
	margin: 5px;
	}

div.contentMain {
	width:776px;
	float:left;
	padding: 0 0 0 10px;
	}

div.contentTitle{
	width:745px;
	margin: 5px;
	}

div.contentContent{
	width:745px;
	margin: 5px;
	padding: 5px 10px;
	}

div.accomContent{
	margin: 5px;
	padding: 5px 10px;
	}

div.photoLink {
	width: 94px;
	text-align: center;
	margin-top:20px;}

div.rates {
	padding: 6px 0px;
	}
	
div.activities{
	}

div.contentFrame {
	height: 94px;	
	width: 94px;
	margin:auto;
	z-index:10;
	position: absolute;
	text-align:center;
	top:12px;
	}

div.pic {
	height: 90px;	
	width: 90px;
	position:relative;
	top:4px;
	left: 3px;
	z-index:9;
	}
	
div.spacer{
	width: 160px;
	clear: both;
	}
	
div#miniMenu {
	width: 900px;
	}

div.miniMenuPic {
	height: 40px;	
	width: 40px;
	float: left;
	margin: 1px 12px 4px 13px;
	z-index:9;
	}

div.miniMenuFrame {
	height: 40px;	
	width: 40px;
	margin: 0px 12px 4px 12px;
	position: absolute;
	z-index:10;
	}
	

div.miniMenuColumn{
	width: 68px;
	float:left;
	}

.menuIconDiv {
	height: 70px;
	width: 110px;
	text-align: center;
	vertical-align:top;		}
		
.menuIconImg { 
	align: middle;
		}

div#breadcrumb {
	width: 876px;
	margin:12px 0px 0px 13px;
	padding:0px;
	line-height:1.5em;
	font-size: 10pt;
		}


div.tallPics{
	float: right;
	padding:0 4px;
	}
	
div.tallFrame {
	position:absolute;
	height: 142px;
	width: 89px;
	z-index: 8;
	}
	
	
div.tallPic {
	height: 135px;
	width: 85px;
	position: relative;
	padding: 3px;
	z-index: 7;}
	
div#footer {
	width: 876px;
	clear:both;
	position:relative;
	top: 10px;
	}


/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin:0.1em 0;
	}
	
/* Rules for the top corners and border */
.bt {
	background:url(../Pictures/box.png) no-repeat 100% 0;
	margin:0px 0px 0px 7px;
	height:5px;
	}

.bt div {
	height:5px;
	width:7px;
	position:relative;
	left:-7px;
	background:url(../Pictures/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../Pictures/box.png) no-repeat 100% 100%;
	margin:0px 0px 0px 7px;
	height: 5px;
	}

.bb div {
	height:5px;
	width:7px;
	position:relative;
	left:-7px;
	background:url(../Pictures/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0px 0px 0px 4px;
	background:url(../Pictures/borders.png) repeat-y 0 0;
	}

/* Insert the right border */
.i2 {
	padding:0px 4px 0px 0px;
	background:url(../Pictures/borders.png) repeat-y 100% 0;
	}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#ffff99;
	border:1px solid #ffff99;
	border-width:1px 0;
	padding:0px 16px 0px 12px;
	}

/* CSS for the box ends here */

