/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#666666;
	background-color:#efe7d4;
	
	
}


#container {
	
	width: 796px;


}

#top {
	width: 796px;
	height:212px;

	background-image:url(/img/banner.gif);
	background-repeat: no-repeat;
	
}

#side {
	width: 248px;
	background-image:url(/img/s_top.gif);
	background-repeat: no-repeat;
	float:left;
	
}

#side .side-table 
{
	width: 248px !important;
	clear: left;
}

table.main-table 
{
	width: 540px !important;
} 

.basebg  
{

    background: #942408
                url(/img/base.gif)
                -49px 0
                no-repeat;
   
    width:199px;
    height:229px;
}

.home .basebg 
{
    height: 390px;
}

.accommodation .basebg 
{
    height: 618px;
}

.conferences .basebg 
{
    height: 30px;
    background-image: none;
}

.location .basebg 
{
    height: 772px;
}

.regional-info .basebg 
{
    height: 30px;
    background-image: none;
}

.contact .basebg 
{
    height: 30px;
    background-image: none;
}

.basetext {
	
	font-family: Arial, Helvetica, sans-serif; 
	color:#431002;
	font-size:12px;
	background: url(/img/bgbase.jpg);

	padding-right:10px;
	text-align:right;
	}

	
a {color: #431002; text-decoration:underline;}

a:hover {color: #c6a960; text-decoration:none;}


h1 {
	text-align: left;
	font-size:20px;
	color:#620000;
	font-weight:bold;
	font-family:Georgia, Times New Roman, Times, serif;
	width: 650px;
	}
	

.imgleft
{ margin-left:10px;}

/* Main Navigation
------------------------------------------------- */

#main-nav  
{
	margin-left: 49px;
	margin-top: 48px;
}
#main-nav ul { margin: 0; padding: 0; list-style-type: none; }
#main-nav li { float: left; }

#main-nav .hidden 
{
	display: none;
}

#main-nav li a {
	float: left;
	height: 0px !important;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 199px;
}

#main-nav li#home a 
{
	padding: 29px 0 0 0;
	height: 29px;
	background-image: url(../images/nav/home.png); }

#main-nav li#home a:hover 
{
	background-position: 0 -29px;
}


#main-nav li#accommodation a 
{
	padding: 38px 0 0 0;
	height: 38px;
	background-image: url(../images/nav/accommodation.png); }

#main-nav li#accommodation a:hover 
{
	background-position: 0 -38px;
}


#main-nav li#conference a 
{
	padding: 36px 0 0 0;
	height: 36px;
	background-image: url(../images/nav/conference.png); }

#main-nav li#conference a:hover 
{
	background-position: 0 -36px;
}

#main-nav li#location a 
{
	padding: 37px 0 0 0;
	height: 37px;
	background-image: url(../images/nav/location.png); }

#main-nav li#location a:hover 
{
	background-position: 0 -37px;
}

#main-nav li#regional-info a 
{
	padding: 36px 0 0 0;
	height: 29px;
	background-image: url(../images/nav/regional.png); }

#main-nav li#regional-info a:hover 
{
	background-position: 0 -36px;
}

#main-nav li#contact a 
{
	padding: 36px 0 0 0;
	height: 36px;
	background-image: url(../images/nav/contact.png); }

#main-nav li#contact a:hover 
{
	background-position: 0 -36px;
}

#main-nav li#book-online a 
{
	padding: 34px 0 0 0;
	height: 34px;
	background-image: url(../images/nav/bookonline.png); }

#main-nav li#book-online a:hover 
{
	background-position: 0 -34px;
}


/* Contact Form
------------------------------------------------- */

.form 
{
	margin: 0 20px;
}

.form .required 
{
	color: Red;
}



.content-paragraph 
{
	margin: 5px 20px;
}

.footnote 
{
	font-size: 11px;
	margin: 10px 20px;
	color: Red;
	font-style: italic;
}

.subheading 
{
    font-size: 14px;
}

/* QRES */

table.gravm_table tr.gravm_pricerow td.gravm_rtlabel a 
{
	font-size: 11px;
	font-family: Tahoma;
}