/* COMMON TAGS */
body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	line-height:18px;
	margin:0;
	background-image:url(../images/misc/bg.gif);
	background-repeat:repeat;  
	background-color:#0f4247;
	
	}
a:link, a:active, a:visited {
	color:#9D0A0E;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/* TEXT STYLES */
.text-footer {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FCF8E6;
	line-height:16px;
	padding-left:15px;
	}
.text-small {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:color:#111111;
	}
.text-style {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:color:#111111;
	}
	
.text-style_big {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:color:#111111;
}
	
.text-red {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	line-height:18px;
	}
.text-green {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#588220;
	line-height:18px;
	}
.text-bigletter-green {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#588220;
	font-weight:bold;
	}
/* BORDER STYLES */
.border-picture {
	border-color:#121F2E;
	border-style:solid;
	padding:2px;
	border-width:2px;
	}
.border-picture2 {
	border-color:#121F2E;
	border-style:solid;
	padding:3px;
	border-width:3px;
	}
.border-table {
	border-color:#121F2E;
	border-style:solid;
	padding:3px;
	border-width:1px;
	}
.border-bottom-dashed {
	border-bottom-color:#EDE5C0;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	}	
.border-top-dashed {
	border-top-color:#EDE5C0;
	border-top-style:dashed;
	border-top-width:1px;
	}	
/* LINK STYLES */
table#footer a, table#footer a:visited{
	text-decoration: none;
	font:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #111111;	
	font-size:11px;
}
table#footer a:hover {
	color:#7DBB2B;
	font:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
}
/* TEXTBOX STYLES */
.textbox-style {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:1px;
	background-color:#ffffff;
}
/* BUTTON STYLES */
.button-style{
	border-style:solid;
	border-width:3px;
	border-color:#D1D1D2;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#505057;
	height:30px;
	cursor:pointer;

}
/* BACKGROUND STYLE */
#footer_bg{
	background-image:url(../images/misc/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:68;
}

#content_padding{
	padding-top:10px;
}
#left_padding{
	padding-left:5px;
}
#right_padding{
	padding-left:5px;
	padding-top:15px;
}
#bookroom_padding{
	padding-bottom:5px;
}
#emailus_padding{
	padding-top:7px;
	padding-bottom:20px;
}
#left_border{
	background-image:url(../images/misc/index_01.png);
	background-position:bottom;
	background-repeat:repeat-y;
}
#right_border{
	background-image:url(../images/misc/index_04.png);
	background-position:bottom;
	background-repeat:repeat-y;
}
#footer_border{
	background-image:url(../images/misc/index_14.png);
	background-position:top;
	background-repeat:no-repeat;
}
#header_bg{
	background-image:url(../images/misc/header2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#header_bg{ background-color:#1F4778;}

.title{
	padding-top:20px;
}
/* image link */
.img-link img {
	border:8px solid #121F2E; padding:2px; background-color:#FFFFFF;
}

.img-link:hover img {
	border:8px solid #224A78; padding:2px; background-color:#FFFFFF;
}
h2 {
	font: bold 190%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 .2em;
}
h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
}

#largeImg {
	border: solid 1px #ccc;
	width: 500px;
	height: 375px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 50px;
	height: 50px;
	padding: 4px;
	float:left;
	margin-right:14px;
	_margin-right: 12px;
	margin-bottom:5px;
}
.thumbs img:hover {
	border-color:#00CC00;
}

#accomodation-largeImg {
	border: solid 1px #ccc;
	width: 520px;
	height: 390px;
	padding: 5px;
}
.accomodation-thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
	float:left;
	margin-right:14px;
	_margin-right: 12px;
	margin-bottom:15px;
}
.accomodation-thumbs img:hover {
	border-color:#00CC00;
}

.float-left {
	float:left;
}

.clear{clear:both;}

fieldset {
	border:1px solid #228C3A;
	background-color:#EEF8E4;
} fieldset legend {
	font:20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#588220;
} fieldset ol {
	margin:0; padding:0;
} fieldset ol li {
	clear:both;
	padding:1em;
	list-style:none;
} fieldset ol label {
	display:block;
	float:left;
	width:10em;
	font-weight:bold;
} fieldset ol div {
	float:left;
}