@charset "UTF-8";
/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-image:url(images/bg2.gif);
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #251C07;
font-size: 11px;
line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #34260A;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	font-size: 16px;
	color: #34260A;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bolder;
}

h2 {
	font-size: 16px;
	color: #34260A;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bolder;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #34260A;
}

img {
border: 0 solid #fff;
}

a:link img {
border: 0;
}

hr {
width:80%;
color: #D6C7B7;
background-color:#D6C7B7;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 750px;
margin: 0 auto;
}

#Header {
height: 230px;
}

#ContentWrapper {
float: left;
width: 750px;
}

#ContentColumn {
margin-left: 355px;
}

#FullContentColumn {
margin: 0 0 0 0;
}

#LeftColumn {
float: left;
width: 354px;               
margin-left: -750px;
}

#Footer {
clear: left;
width: 100%;
padding: 8px 0;
border-top: 0px solid #000;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
background-image: url();
background-repeat: repeat-y;
background-color: #FAF6EA;
}

#Header {
background-image: url(images/header2.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
background-position:top left;
}

#LeftColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#FullContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}




#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #BC4104;     
text-align: center;
font-size: 85%;
}

#LeftColumn {
font-size: 10px;
color: #34260A;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

#LeftColumn h4 {
font-size: 90%;
color: black;
}

/* -- Horizontal Text Index NavBar -- */

.Nav{
width: 100%;
overflow: hidden;
}

.Nav ul{
margin: 0;
padding: 0;
padding-left:233px; /*offset of tabs relative to browser left edge*/
font: 11px Times New Roman;
list-style-type: none;
}

.Nav li{
display: inline;
margin: 0;
}

.Nav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 12px; /*padding inside each tab*/
color: white;
background: #BC4104; /*background of tabs (default state)*/
}

.Nav li a:visited{
color: white;
}

.Nav li a:hover, .mattblacktabs li.selected a{
background: #DD5B06; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* -- Horizontal Text NavBar -- */

.Nav2{
width: 100%;
overflow: hidden;
}

.Nav2 ul{
margin: 0;
padding: 0;
padding-left:233px; /*offset of tabs relative to browser left edge*/
font: 11px Times New Roman;
list-style-type: none;
}

.Nav2 li{
display: inline;
margin: 0;
}

.Nav2 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 12px; /*padding inside each tab*/
color: white;
background: #BC4104; /*background of tabs (default state)*/
}

.Nav2 li a:visited{
color: white;
}

.Nav2 li a:hover, .mattblacktabs li.selected a{
background: #DD5B06; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



/* --------- Section 6 - Images in IndexHeader ------- */


.headerleftimage {
margin: 0px 0 0 0px;
}

.headermidimage {
margin-top: -150px;
margin-left: 74px;
}

.headerrightimage {
margin-top: -124px;
float:right;
margin-right: 0px;
}

.crshotelslink {
margin: -65px 0px 0 0;
float: right;
}


/* --------- Section 6 - Images in Non-index Headers ------- */


.headerleftimage2 {
margin: 0px 0 0 1px;
}

.headermidimage2 {
margin-top: -150px;
margin-left: 74px;
}

.headerrightimage2 {
margin-top: -124px;
float:right;
margin-right: -1px;
}

.crshotelslink2 {
margin: 55px 0px 0 70px;
float: left;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* ---- Index Page Sytles --- */

#IndexHeader {
background-image: url(images/header.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#IndexHeader .Liner {
padding: 0;
}

#IndexHeader {
height: 205px;
}



#IndexContentWrapper {
background-image: url(images/index-background.gif);
background-repeat: no-repeat;
background-color: ;
background-position:top left;
}

#IndexContentWrapper {
float: left;
width: 100%;
}

#IndexContentColumn {
margin: -60px 0 0 252px;
}

#IndexLeftColumn {
float: left;
width: 251px;               
margin-left: -750px;
margin-top: 200px;
text-align:center;
}

#IndexLeftColumn {
font-size: 10px;
color: #34260A;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

#IndexLeftColumn h4 {
font-size: 90%;
color: black;
}

#IndexLeftColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}




.announcement {
width: 131px;
text-align:center;
margin-left:80px;
line-height: 10px;
}

.announcement p {
font-size: 10px;
color: #34260A;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}

.price {
font-size: 14px;
color: #34260A;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bolder;
}

.announcement a:link {
color: #7C2302;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 9px;
text-decoration:none;
}

	
