/* Basic Structure */

body {
	background: #ffffff url(../images/bg.gif) 50% 0; 
	color: #000000;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.9em;
}
body {
	font-size: 70%;
	voice-family: "\"}\""; /* Font-size hack for IE 5, 5.5 */
	voice-family:inherit;
	font-size: 70%;
}
#wrapper 
{
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 710px;
	voice-family: "\"}\""; /* Box-model hack for IE 5, 5.5 */
	voice-family:inherit;
	width: 710px;
}
body {
	text-align: center; /* IE hack to centre #wrapper */
}
#wrapper {
	text-align: left; /* IE hack to centre #wrapper */
}

/* Header */

img#logo {
	float: left;
	display: block;
}
img#candc {
	float:right;
	display: block;
}
#banner {
	background-color: transparent;
	position: relative;
	clear: both;
	width: 710px;
	height: 170px;
	z-index: 100;
}
#bannerimgcaption {
	color: #ffffff;
	position: absolute;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	text-align: right;
	display: none;
	
}
#bannerimgcaption h1 {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	margin: 0;

}
#bannerimgcaption p {
	margin: 0;

}
#bannerimgcaption a {
	color: #ffffff;
	text-decoration: underline;

}
#bannerimgcaption a:hover {
	color: #ffffff;
	text-decoration: none;
}
img#bannerimg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;  /* IE fixes gaps between image and navigation */
	z-index: -100;
}

/* Navigation */

#navigation {
	clear: none;
		height: 3em;

}
#navigation ul {
	background: transparent url(../images/nav_bg_bottom.gif) bottom left repeat-x;
	margin: 0;
	padding: 0 5px;	
	list-style: none;
		height: 3em;

}
#navigation li {
	background: #ffffff url(../images/nav_bg.gif) top left repeat-x;
	float: left;
	padding: 0;	
	height: 3em;
	display: inline; /* this gets rid of the gaps */
}
#navigation a {
	background: transparent url(../images/nav_bg_bottom.gif) bottom left repeat-x;
	padding: 0 0.8em;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #dddddd;
	line-height: 3em;
}

* html #navigation a { /* makes whole area clickable in IE */
	width: 1%;
	white-space: nowrap;
}

#navigation a:hover {
	background: #ffffff url(../images/nav_bg_bottom.gif) bottom left repeat-x;
	color: #cc3333;
}
#navigation li.activeitem a {
	background: #ffffff url(../images/nav_bg.gif) top left repeat-x;
	color: #333333;
}
#navigation li.activeitem a:hover {
	background: #ffffff url(../images/nav_bg.gif) top left repeat-x;
	color: #333333;
}
#navigation li.firstitem a {
	border-left: 1px solid #dddddd;
}

/* Content */
.withoutvertical { /* thse muust go above #content or it breaks in IE */
	width: 475px;
	float:left;
	margin-top:1.8em;
	padding-left: 10px;
	margin-bottom: 2em;
	}
	
.withvertical {
	width: 300px;
	float:left;
	margin-top:2.2em;
	padding-left: 10px;
	
		margin-bottom: 2em;

}

.home { /* ^^ */
	width: 89%;
	float:left;
	margin-top:1.8em;
	padding-left: 10px;
	margin-bottom: 2em;

}
.homewithsidebar { /* ^^ */
	width: 475px;
	float:left;
	margin-top:1.8em;
	padding-left: 10px;
	margin-bottom: 2em;

}
#content {
}
#content h1 {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0.7em 0 1em 0;
	padding: 0;
}
#content h2 {
	font: bold 120% Georgia, "Times New Roman", Times, serif;
	margin: 2em 0 1em 0;
	padding: 0;
	
}
#content h3 {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 2em 0 1em 0;
	padding: 0;
}
#content p {
	margin: 0 0 1.3em 0;
	padding: 0;
}
#content ul {
	margin: -.5em 0 1.3em 3em;
	padding: 0;
}
a {
	text-decoration: none;
	color: #cc3333;
}
a:hover {
	text-decoration: underline;
}
#content p.roomdetails {
	right: 10px;
	top: 3em;
	padding: 1em;
	color: white;
	background-color: #666666;
}
#content form input.normal
{
	position: relative;
	top: -1.4em;
	left: 200px;
	display: block;
	border: 1px solid #cccccc;

}
#content form textarea.normal
{
border: 1px solid #cccccc;
clear: both;
	width: 440px;
	height: 100px;
	margin-bottom: 1.5em;
	
	
}
#content form label.normalta
{
	clear: both;
	float: left;
	display: block;
	margin-top: -1em;
	font-weight: normal;
	
	
}
#content form input.submit
{
	clear: both;
	top: 0;
}

#content form label.normal
{
	clear: both;
	float: left;
	display: block;
	width: 200px;
	margin-top: -1em;
	font-weight: normal;
}

#content form label.first
{
	margin-top: 1em;
	padding-top: 1em;
	clear: both;
	float: left;
	display: block;
	width: 200px;
	margin-top: -1em;
	font-weight: normal;
}

#content fieldset {
margin: -0.8em 0 2em 0;
padding: 1em;
border: 1px solid #cccccc;
background-color: #f7f7f7;
clear: both;
}
#content fieldset legend {
	font: bold 120% Georgia, "Times New Roman", Times, serif;
	padding: .8em 0;
}

#content fieldset.radio{
padding: 0.5em;
background-color: white;
text-align:right;
clear: both;
float: left;
width: 440px;

}
#content fieldset.radio legend{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: .3em 0;
}
#content fieldset.radio label{
padding: 0 0.5em 0 0;
}

#content form input.button 
{
	color: #cc3333;
	margin: 0px;
	background: transparent url(../images/nav_bg.gif) top left repeat-x;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 3em;
	height: 3em;
	border: 1px solid #999999;
}
#verticalgallery {
	width: 165px;
	float:left;	
	margin-top: 3em;
	margin-right: 10px;
			margin-bottom: 2em;

}
#content div.details, #content div.gallery {
	border: 1px solid #dddddd;
	margin-top: 2.3em;
	margin-bottom: 2em;
}
#sidebardetails div.details {
	border: 1px solid #dddddd;
	margin-top: -1em;
	margin-bottom: 2em;
}
#verticalgallery div.gallery, #verticalgallery div.details {
	border: 1px solid #dddddd;
	margin-top: 0;
	margin-bottom: 2em;
}
#content div.gallery ul, #verticalgallery div.gallery ul {
	list-style:none;
	margin: 6px 7px 10px 7px;
	padding: 0;
	
}
#content div.gallery ul li, #verticalgallery div.gallery ul li {
	padding: 0;
	margin: 0;
	display: block; 
	background: #ffffff url(../images/photo_border.gif) top left no-repeat;
	float: left;
	width: 152px;	

}
#content div.gallery ul li a, #verticalgallery div.gallery ul li a {
	display: block;	

}
#content div.gallery ul li a p, #verticalgallery div.gallery ul li a p {
	clear: none;

}
#content div.gallery ul li img, #verticalgallery div.gallery ul li img {
	display: block;
	margin: 14px;
	width: 124px;
	height: 80px;
}
#content div.details ul  {
	list-style: none;
	margin: 12px;
	padding: 0;
}
#sidebardetails div.details ul {
	list-style: none;
	margin: 12px;
	padding: 0;
}
#verticalgallery div.details ul  {
	list-style: none;
	margin: 12px;
	padding: 0;
}
#content div.details h2, #content div.gallery h2 {
	margin: 0;
	padding: 6px 0 6px 5px;
	background: #ffffff url(../images/h2_special_bg.gif) bottom left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
#verticalgallery div.details h2, #verticalgallery div.gallery h2 {
	margin: 0;
	padding: 2px 0 2px 5px;
	background: #ffffff url(../images/h2_special_bg.gif) bottom left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
#sidebardetails div.details h2 {
	margin: 0;
	padding: 2px 0 2px 5px;
	background: #ffffff url(../images/h2_special_bg.gif) bottom left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
#content div.detailscontent {
	margin: 12px;
}
#verticalgallery div.detailscontent {
	margin: 12px;
}
/* Side Bar */

#sidebar {
	margin: 3em 0 0 0;
	float: right;
	width: 200px;
}
#sidebarhome {
	margin: 4em 0 0 0;
	float: right;
	width: 200px;
}

/* Side Menu */

ul#sidemenu {
	margin: 0 0 2em 0;
	padding:0;	
	list-style: none;
	background: #ffffff;
}
ul#sidemenu li {
	margin: 0;
	display: inline; /* this gets rid of the gaps in IE */
	padding: 0;
}
ul#sidemenu a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 0 0.7em;
	border: 1px solid #dddddd;
	line-height: 2.8em;	
	margin: 2px;
}
* html ul#sidemenu li a {
	height: 1%; /* hack to make whole area clickable in IE */
}
ul#sidemenu a:hover {
	color: #cc3333;
}
ul#sidemenu li.homeitem a {
	
}
ul#sidemenu li.activeitem a 
{
	border: 1px solid #dddddd;
	background: #ffffff url(../images/nav_bg.gif) top left repeat-x;
		font-weight: bold; 

}
ul#sidemenu li.activeitemparent a 
{
	border: 1px solid #dddddd;
	background: #ffffff url(../images/nav_bg.gif) top left repeat-x;
		font-weight: normal; 

}

ul#sidemenu li.activesubitem a 
{
		border: 1px solid #ffffff;
font-weight: bold;
}
ul#sidemenu li.subitem 
{
background-image: none;
	background-color: #ffffff;


}
ul#sidemenu li.subitem a 
{
background-image: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;

}
ul#sidemenu li.subitem a:hover 
{
}

/* Function Menu */

ul#functionmenu {
	margin: 0 0 3em 0;
	padding: 0;	
	list-style: none;
}
ul#functionmenu li {
	margin: 0;
	padding: 0;
	display: inline;	
}
ul#functionmenu a {
	display: block;
	text-decoration: none;
	color: #999999;
	padding: 0 0.7em 0 25px;
	line-height: 2.3em;
}
ul#functionmenu a:hover {
	color: #cc3333;
}
ul#functionmenu li.email a {
	background: transparent url('../images/icon_email.gif') 5px 53% no-repeat;
}
ul#functionmenu li.email a:hover {
	background-image: url(../images/icon_email_hover.gif);
}
ul#functionmenu li.print a {
	background: transparent url('../images/icon_print.gif') 5px  50% no-repeat;
}
ul#functionmenu li.print a:hover {
	background-image: url(../images/icon_print_hover.gif);
}
ul#functionmenu li.contact a {
	background: transparent url('../images/icon_telephone.gif') 5px  50% no-repeat;
}
ul#functionmenu li.contact a:hover {
	background-image: url(../images/icon_telephone_hover.gif);
}

/* Footer */

#footer 
{
	clear: both;
	border-top: 1px solid #dddddd;
	padding: 15px 0 0 10px;
	margin-top: 3em;
	color: #999999;
	font-size: 90%;
	background: #ffffff url(../images/nav_bg.gif) top left repeat-x;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
