@charset "utf-8";

a.whitelink:link {color: #FFF; text-decoration: underline;}
a.whitelink:active {color: #FFF; text-decoration: underline;}
a.whitelink:visited {color: #FFF; text-decoration: underline;}
a.whitelink:hover {color: #FFF; text-decoration: none;}

a.mainLink:link {color: #FFF; text-decoration:none; }
a.mainLink:active {color: #FFF; text-decoration:none;}
a.mainLink:visited {color: #FFF; text-decoration:none;}
a.mainLink:hover {color: #FFF; text-decoration: none;}

body {
	font-family:Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:14px;
}

.oneColFixCtrHdr #container {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {

	height: 156px;
	font-size:13px;
	}
		
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
.oneColFixCtrHdr #mainContent {
	background: #E6E6E6;
	padding-left:65px;
	padding-right:65px;
	color:#FFF;
	text-align:justify;
}

.oneColFixCtrHdr #businessUnit {
	background: #E6E6E6;
	padding-left:10px;
	padding-right:20px;
	color:#666666;
	text-align:justify;
}

#mainContent p { 
color:#666;
font-family:Verdana, Geneva, sans-serif;
}

.oneColFixCtrHdr #lindrickTop {
	background: #E6E6E6;
	color:#FFF;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.tblRooms{ /* Used for room formatting on Lindrick section*/
width:215px;
height:209px;
color:#333;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
line-height:14px;
background-image:url(images/tblImage1.jpg);
background-repeat:no-repeat;
padding:90px 10px 3px 10px;
}

/* TOP LINKS */
.tblLinks {background-color:#ABACAF; height:30px; margin-top:3px;}
.links {color:#FFF; padding-left:20px;}
.link {padding-left:20px;}
.slashes {color:#67666B;}

/*MAIN SECTION*/
.mainTitle {color:#21503D; font-size:19px; font-weight:bold;}
.topParagraph{color:#666666; font-size:13px; font-weight:bold}
.sectionUnits {color:FFF; background-color:#004F39; font-size:12px; text-align:center; height:15px;}  
.sectionRooms{color:FFF; background-color:#003A66;font-size:12px; text-align:center; height:15px; } 
.sectionBusiness{color:FFF; background-color:#888;font-size:12px; text-align:center; height:15px; } 
.msubTitle {color:#92C04F; font-size:13px;}
.subText {color:#666666; font-size:13px;}

/*BUSINESS UNITES*/
.bmenuText {color:#21503D; font-size:13px;} /*Blue wording on the menu*/
.businessTitle {color:#21503D; font-size:19px; font-weight:bold; text-align:left} /*Main Title on bussiness links*/
.bsubTitle {color:#21503D; font-size:13px;}

/*LINDRICK*/
.lindrickTitle {color:#003767; font-size:19px; font-weight:bold;} /*Main Title on lindrick section*/
.lmenuText {color:#003767; font-size:13px;} /*Red wording on the menu*/
.lsubTitle {color:#003767; font-size:13px;}
.lTblTopRight{background-color:#013668; font-size:13px; color:#FFF; text-align:center; padding-left:20px; padding-right:20px;}
.lTblBottomLeft{padding-left:20px; padding-right:20px; font-size:12px}
.cateringMenu{margin-top:-5px;}

/*TEXT ROOMS*/
.textRooms{padding-top:135px; padding-left:10px; padding-right:10px; text-align:justify; font-size:9px; color:#666;}

/*CONFERANCE TABLE - MENU*/
#tableDowlais td {background-image:url(images/dowlais_menu.jpg); height:190px; width:210px; background-repeat:no-repeat;}
a#tblDowlais {display:block;width:100%;height:100%;font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#222;text-decoration:none;}
a#tblDowlais #span2 {display:block; padding-top:141px; padding-left:10px; padding-right:10px;}
a#tblDowlais:hover {background-image:url(images/dowlais_menu_over.jpg);color:#666;}

#tableBritania td {background-image:url(images/britannia_menu.jpg); height:190px; width:210px; background-repeat:no-repeat;}
a#tblBritania {display:block;width:100%;height:100%;font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#222;text-decoration:none;}
a#tblBritania #span2 {display:block; padding-top:141px; padding-left:10px; padding-right:10px;}
a#tblBritania:hover {background-image:url(images/britannia_menu_over.jpg);color:#666;}

#tableOakdale td {background-image:url(images/oakdale_menu.jpg); height:190px; width:210px; background-repeat:no-repeat;}
a#tblOakdale {display:block;width:100%;height:100%;font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#222;text-decoration:none;}
a#tblOakdale #span2 {display:block; padding-top:141px; padding-left:10px; padding-right:10px;}
a#tblOakdale:hover {background-image:url(images/oakdale_menu_over.jpg);color:#666;}

#tableElliots td {background-image:url(images/elliots_menu.jpg); height:190px; width:210px; background-repeat:no-repeat;}
a#tblElliots {display:block;width:100%;height:100%;font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#222;text-decoration:none;}
a#tblElliots #span2 {display:block; padding-top:141px; padding-left:10px; padding-right:10px;}
a#tblElliots:hover {background-image:url(images/elliots_menu_over.jpg);color:#666;}

.contactBorder{border-style:solid; border-color:#004F39; border-width: 1px;}
.contactForm{font-size:12px; font-weight:bold; color:#666;}

.tblAvailability{border-style:solid; border-color:#666; border-width:1px;}
.tblAvailabilityEven{background-color:#EEE; font-size:11px; color:#666;}
.tblAvailabilityOdd{background-color:#DDD; font-size:11px; color:#666;}
.tblAvailabilityTitle{background-color:#888; color:#FFF; font-size:12px;}


.cateringBullet{margin-left:50px;}








