@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #313A33;
	line-height: 1.75em;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin: 0;
	padding: 0;
	background-image: url(images/back_meadowmorning.gif);
}

a:link, a:visited {color: #FFF; text-decoration: none;}
a:hover, a:active, a:focus {color: #C90; font-weight: bold; text-decoration: underline;}

#language a:hover {color: #C90;}


h1 {
	color: #B5B7B4;
	font-size: x-large;
	font-weight: bold;
	line-height: 115%;
	margin: 10px 0;
	padding: 0;
}
h2 {
	color: #315F8D;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	line-height: 115%;
	text-align: left;
}
h3 {
	color: #D8BC4F;
	font-weight: bold;
	font-size: medium;
}
h4 {
	color: #315f8d;
}
h5 {
	color: #36F;
	font-size: 10px;
}
h6 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FF6;
	line-height: 25px;
}

#container  {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1f343b;
	margin: 0 auto;
} 

#header  {
	width: 780px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #313A33;
} 
.french_header {
	background: #313A33  url(images/banner_top.jpg) no-repeat left top;
}
.english_header {
	background: #313A33  url(images/banner_top_en.jpg) no-repeat left top;
}

#language {
	float: right;
	width: 300px;
	height: 40px;
	color: #FFF;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	padding: 10px 24px 0 0;
}

#navbar {
	float: left;
	width: 680px;
	font-size: x-small;
	font-weight: bold;
	margin: 23px 0 0 101px;
	padding: 0;
	display: inline;
	text-transform: uppercase;
	text-align: left;
	background-color: #315F8D;
}
#navbar ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#navbar ul li {
	display: inline;
	list-style-type: none;
	margin: 0 18px 0 16px;
}
#navbar a:link, #navbar a:visited {color: #FFF; text-decoration: none;}
#navbar a:hover, #navbar a:active, #navbar a:focus {color: #C90; text-decoration: none;}

#imgHome {
	float: left;
	width: 678px;
	height: 260px;
	margin: 0;
	padding: 0;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 85px;
	margin: 0;
	padding: 10px 5px 15px 10px;
}

#holdContent  { /* this is the div that holds the main content and right sidebar */
	float: left;
	width: 680px;
	margin: 0;
	padding: 0;
	text-align: justify;
} 
#reservation {
	float: right;
	width: 650px;
	height: 30px;
	text-align: right;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #315F8D;
	line-height: normal;
	margin: 0;
	padding: 0 25px 0 0;
	text-decoration: none;
}
#reservation h4 {
	color: #CCC;
	margin: 0;
	padding: 0;
}
#mainContent {
	float: left;
	width: 440px;
	margin: 0;
	padding: 0 15px 0 20px;
} 
#sidebarRight {
	float: right;
	width: 195px;
	margin: 0;
	padding: 0 0px 0 5px;
}
#sidebarRight p {
	font-size: 11px;
	padding: 0 10px;
	text-align: left;
}
#mainContent a:link {
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	line-height: 1.65em;
}

#footer  {
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #1F343B;
	background-image: url(images/back_meadowmorning.gif);
	background-repeat: repeat;
} 
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #C90;
	text-decoration: underline;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

#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 */
	font-size: x-small;
	font-weight: 200;
	color: #FFF;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer table {
	text-align: center;
}
