@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #707070;
	margin: 0px;
	padding: 0px;
}

#mainFrame{
	width: 770px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	background-image: url(../graphics/header.gif);
	float: left;
	height: 86px;
	width: 770px;
	position: relative;
}

#reserveLink{
	position: absolute;
	top: 59px;
	right: 29px;
	width: 216px;
	height: 16px;	
}

#contentFrame{
	background-image: url(../graphics/white_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	width: 770px;	
}

/*-------------MAIN PAGE DIVS-----------------*/

#mainLeftNav{
	background-image: url(../graphics/main_leftnav.gif);
	height: 363px;
	width: 131px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 31px;
	float:left;	
	display: inline;
}

#mainLeftNav ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;	
	padding: 10px 0 0 18px;
	margin: 0 0 0 0;	
}

#mainLeftNav ul a{
	color: #FFFFFF;
	text-decoration: none;	
}

#mainLeftNav ul a:hover{
	color: #CCCCCC;
	text-decoration: none;
}


#mainLeftNav li{
	padding:0px;
	margin: 0px;
	
	
}

#mainImage{
	background-image: url(../graphics/main_image.jpg);
	float: left;
	height: 363px;
	width: 569px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#mainBadge1{
	background-image: url(../graphics/main_badge1.jpg);
	height: 185px;
	width: 250px;
	margin-left: 15px;
	float:left;
	display: inline;
	background-repeat: no-repeat;
	background-position: left top;
}

#mainBadge2{
	background-image: url(../graphics/main_badge2.jpg);
	float: left;
	height: 185px;
	width: 241px;
	background-repeat: no-repeat;
	background-position: left top;
}

#mainBadge3{
	background-image: url(../graphics/main_badge3.jpg);
	float: left;
	height: 185px;
	width: 249px;
	background-repeat: no-repeat;
	background-position: left top;
}

#mainBadge1 img, #mainBadge2 img, #mainBadge3 img{
	border:0;
}

/*-------------END MAIN PAGE DIVS-----------------*/

/*-------------INSIDE PAGE DIVS-------------------*/

#insideContentArea{
	background-image: url(../graphics/inside_content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	width: 710px;
	margin-left: 31px;
	margin-top: 1px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#insideLeftNav{
	width: 131px;
	padding-left: 5px;
	padding-right: 5px;
	float:left;	
}

#insideLeftNav ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;	
	padding: 9px 0 0 18px;
	margin: 0 0 0 0;	
}

#insideLeftNav ul a{
	color: #FFFFFF;
	text-decoration: none;	
}

#insideLeftNav ul a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

#insideLeftNav li{
	
}


#insideLeftNav ul ul{
	padding: 2px 0 2px 0;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#insideLeftNav ul ul a{
	color: #CCCCCC;
}

#insideLeftNav ul ul a:hover{
	color: #FFFFFF;
}


#insideContentWrapper{
	width: 529px;
	padding: 9px 20px 0 20px;
	float:left;
}


#insideContentWrapper H1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	text-transform: capitalize;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;			
}

#insideFooter{
	background-image: url(../graphics/inside_footer.gif);
	float: left;
	height: 29px;
	width: 710px;
	margin-left: 31px;	
	display: inline;
}

#insideMinHeight{
	width:0px;
	height: 500px;
	float:left;
}

.insidePromoWrapperOdd{
	background-color: #e7e4e4;
	padding: 5px;
	width:499px;
	float:left;
	margin-bottom:5px;
	border: 1px solid #666;
}

.insidePromoWrapperEven{
	background-color: #f3f0f0;
	padding: 5px;
	width:499px;
	float:left;
	margin-bottom:5px;
	border: 1px solid #666;
}

.insidePromoPicWrapper{
	width: 206px;
	height: 119px;
	overflow:hidden;
	position:relative;
	float:left;
	border: 1px solid #000000;
}

.insidePromoTextArea{
	width:276px;
	padding-left: 5px;
	padding-right: 5px;
	float:left;
	color: #666;
	font-size: 12px;
}

.insidePromoDate{
	font-size: 11px;
	font-weight: bold;
	color: #90061f;
	font-variant: small-caps;
}

.insidePromoName{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;

}

.insidePromoDesc{
}


/*-------------END INSIDE PAGE DIVS---------------*/	

#footer{
	background-image: url(../graphics/footer.gif);
	float: left;
	height: 15px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: left top;
}

#copyright{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	width: 770px;
	padding-top: 5px;
}
/*---------------CLASSES---------------------*/
.contentmodule{
	font-size: 12px;
	color: #333333;
	background-color: #fcfcfc;
	margin-top: 5px;
	padding-left:8px;
	padding-right:8px;
	padding-top: 1px;
	padding-bottom:8px;
	border: 1px solid #000;
	margin-bottom: 15px;
}


/* headings */

.contentmodule h1 {
	color: #6F5048;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 8px;90061f
}

.contentmodule h4 {
	color: #90061f;
	margin-bottom:0;
} 

.contentmodule strong {
	color: #90061f;
} 

.contentmodule h2 {
	font: inherit;
	color: #90061f;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 8px;
} 

.contentmodule h2.withline {
	font: inherit;
	color: #225A9F;  /*blue*/
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 8px;
	border-bottom: 1px solid #225A9F;  /*blue*/
} 

.contentmodule h3 {
	font: inherit;
	color: #9F1F3B;  /*burgundy*/
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 8px;
} 

.contentmodule h3 strong {
	font: inherit;
	color: #777777;
	font-weight: normal;
	font-size: 12px;
} 

.contentmodule p {
	font: inherit;
	line-height: 1.4;
	color: #000000;
	margin-bottom: 8px;
	font-size: 12px;
} 

.contentmodule ul{
	font: inherit;
	color: #000000;
	font-size: 12px;
	
}

.contentmodule em {
	font-style:italic;
} 

.contentmodule hr.line {
	border-top: 1px solid #000000;
	width: 555px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
} 


/* ------------------------------- */



.contentmodule a {
	text-decoration:none;
	color:#9F1F3B;  /*burgundy*/
}

.contentmodule a:hover {
	text-decoration:underline;
	color:#9F1F3B;  /*burgundy*/
}

.contentmodule span.required {
	color: #FF0000; /*red*/
}

.contentmodule .errorswrapper {
	width: 509px;
	float: left;
	background-color: #FFFF99;  /*light yellow*/
	margin: 0px 0px 10px 0px;
}

.contentmodule .errors {
	font: inherit;
	font-size: 12px;
	color: #FF0000; /*red*/
	padding: 10px 10px 10px 10px;
}

.contentmodule .intro {
	font: inherit;
	font-size: 12px;
	line-height: 1.4;
	width: 555px;
	float:left;
	padding: 0px 0px 10px 0px;
}

.contentmodule .category {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 150px;
	float:left;
	padding: 0px 0px 6px 0px;
}

.contentmodule .content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 330px;
	float: left;
	padding: 0px 0px 6px 0px;
}


/*CALENDAR AREA*/

.contentmodule .calendarwrapper {
	font: inherit;
	font-size: 10px;
	width: 150px;
	height: 200px;
	float: right;
	padding: 0;
	margin: 0;
}


/*entity photo area*/

.contentmodule .entityphoto {
	font: inherit;
	width: 125px;
	height: 140px;
	float: right;
	padding: 0;
	margin: 0px 0px 0px 15px;
}


/*tables*/


.contentmodule table {
	font: inherit;
	font-size: 10px;
	margin: 10px 0px 10px 0px;
}

.contentmodule table p {
	font-family: inherit;
	color: #333333;  /*default font color is grey */
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.contentmodule table.accommodations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
}

.contentmodule table th {
	color:#FFFFFF;
	text-align:center;
	font-size: 12px;
	background-color:#90061f;
	padding: 2px 2px 2px 2px;
	height: 18px;
	font-weight:bold;
}

.contentmodule table td {
	background-color:#e9e8e8;
	text-align:center;
}

.contentmodule table h3 {
	color:#000000;
	text-align:left;
	font: inherit;
	font-size: 12px;
	font-weight: bold;
}

.contentmodule table td.modifyeven {
	text-align:left;
	padding: 4px 2px 4px 4px;
	background-color:#FFFFCC;
}

.contentmodule table td.modifyodd {
	text-align:left;
	padding: 4px 2px 4px 4px;
	background-color:#FFFF99;
}

.contentmodule table.accommodations td.modifyeven {
	text-align:center;
	vertical-align: top;
	padding: 4px 0px 4px 0px;
	background-color:#FFFFCC;
}

.contentmodule table.accommodations td.modifyodd {
	text-align:center;
	vertical-align: top;
	padding: 4px 0px 4px 0px;
	background-color:#FFFF99;
}

.contentmodule table td a {
	text-decoration:none;
	color:#9F1F3B;  /* wine colour */
}

.contentmodule table td a:hover {
	text-decoration:underline;
	color:#9F1F3B;  /* wine colour */
}

