/* GENERAL RULES */
body {
    margin:15 0 0 0;
    color:#000000;
    background:#722114;
    font-family:"Arial",sans-serif;
    }
a,a:active,a:visited {
    color:#722114;
    }
a:hover {
    color:#9B230F;
    }
p {
    margin:0 10 0.8em 0;
    line-height:1.3em;
    }
td#front p {
    margin:0 10 0.8em 15;
    line-height:1.3em;
    }
p.media {
    margin:0 10 0.8em 15;
    line-height:1.3em;
    }
p.index {
    margin:20 80 0 80;
    line-height:1.3em;
    font-size:90%;
    color:#999;
    }
p.index a,p.index a:visited,p.index a:active,p.index a:hover {
    color:#ccc;
    }
td,th {
    padding: 0;
    font-size:82%;
    vertical-align:top;
    }
img {
    border:0;
    }
table {
    margin:0;
    border:0;
    }
ul,ol {
	margin-top:-0.2em;
	}
ol li {
	margin-top:0.2em;
	}
h1 {
    color:#722114;
    padding:5 10 0.5em 0;
    margin:0;
    font-size:140%;
	}

h2 {
    color:#722114;
    padding:5 10 0.5em 0;
    margin:0;
    font-size:125%;
	}

h3 {
    color:#722114;
    padding:5 10 0.5em 0;
    margin:0;
    font-size:110%;
	}
h3.media {
    font-weight:normal;
    font-style:italic;
    font-size:120%;
    padding:5 10 0 0;
	}

p.small {
	font-size:85%;
	}
	
/* TABLE MAIN */
table.main {
    width:760;
    margin-bottom:20;
    padding-bottom:20;
    background:#fff;
    }

table.chartAct {

}
table.chartAct tr td {
	width:100%;
	verical-align:middle;
	border-top:1 solid #fff;
	border-right:1 solid #fff;
	border-left:2 solid #fff;
	width:25%;
	padding:4;
	}
table.chartAct tr td.act1 {
	text-align:center;
	background:#EDECDD;
	}
table.chartAct tr td.act2 {
	text-align:center;
	background:#E0DFCC;
	}

table.chartAct tr td.event1 {
	width:60%;
	text-align:left;
	background:#EDECDD;
	}
table.chartAct tr td.event2 {
	width:40%;
	text-align:left;
	background:#E0DFCC;
	}

table.chartRates tr th{
	text-align:left;
	font-weight:bold;
	background:#E0DFCC;
	padding:3 10 3 4;
	}
table.chartRates tr td{
	background:#EDECDD;
	padding:3 10 3 4;
	}

table#media tr td{
	padding:4 0 4 0;
	text-align:center;
	vertical-align:middle;
	background:#ccc;
	}
div.left10 {
    position:relative;
    left:-10;
    }

td.picGreenBorder {
    background:#A29F76;
    padding:0 0 4 6;
    font-size:75%;
    }

td.footer {
    color:#fff;
    padding:7 10 5 10;
    font-size:70%;
	 letter-spacing:1px;
	 line-height:1.7em;
    }
td.footer a,td.footer a:active,td.footer a:visited {
    color:#fff;
    text-decoration: none;
    }
td.footer a:hover {
    color:#fff;
    text-decoration: underline;
    }

#homeCover1 {
    position:relative;
    visibility:visible;
    z-index:2;
    }
#homeCover2 {
    position:absolute;
    z-index:2;
    }
.subhead {
	font-weight:bold;
	color: #722114;
}

table.picRight{
	position:relative;
	left:10;
	margin:5 0 5 0;
	}
table.picLeft{
	margin:5 7 5 0;
	}
td.caption{
	padding:3 5 0 0;
	font-size:65%;
	color:#666;
	}
	
/*roomspop*/
.roomspoptop {
	background-color:#5A1B16;
}

.roomspopmid {
	background-color:#722114;
}

.roomspopbot {
	background-color:#A29F76;
}

.roomspopwhite {
	background-color:#ffffff;
}

.roomspophoriz {
	background-color:#722114;
	margin: 24px 16px 24px 16px;
	border: 1px solid #FFFFFF;
}

.roomspopvert {
	background-color:#722114;
	margin: 0px 79px 0px 79px;
	border: 1px solid #FFFFFF;
}

td.amenPic {
	padding:30 0 0 30;
	}
td.amenCopy {
	padding:30 10 0 20;
	color:#fff;
	font-size:70%;
	}
td.amenCopy h4 {
	font-size:120%:
	color:#fff;
	padding:0 0 10 0;
	margin:0;
	}
td.amenCopy a,td.amenCopy a:active,td.amenCopy a:visited,td.amenCopy a:hover {
	color:#fff;
	}

ul.list1 li {
	padding-bottom:0.3em;
	padding-top:0.2em;
	}

ul.list2 li {
	padding-bottom:0;
	padding-top:0.3em;
	}

/*position of div items for image rotation - i put 9 items for now. add more if necessary*/
#pic1 {
	position: absolute;
	visibility: visible;
}

#pic2 {
	position: absolute;
	visibility: hidden;
}

#pic3 {
	position: absolute;
	visibility: hidden;
}

#pic4 {
	position: absolute;
	visibility: hidden;
}

#pic5 {
	position: absolute;
	visibility: hidden;
}

#pic6 {
	position: absolute;
	visibility: hidden;
}

#pic7 {
	position: absolute;
	visibility: hidden;
}

#pic8 {
	position: absolute;
	visibility: hidden;
}

#pic9 {
	position: absolute;
	visibility: hidden;
}

/*next/prev rotating pics id's*/
#next_on {
    position: absolute;
    visibility: visible;
}

#next_off {
    position: absolute;
    visibility: hidden;
}

#nprev_on {
    position: absolute;
    visibility: hidden;
}

#prev_off {
    position: absolute;
    visibility: visible;
}