@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f0f1ef;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
}
#container {
	width: 917px;
	margin: 0 auto;
	text-align: left;
}


/* Header - TOP */ 
#header {
	padding: 0;
	margin: 0px;
}
#wrapperHeaderTop {
	margin: 0px;
	padding: 0px;
	width: 917px;
}
#headerTop-L {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerTop-L.png);
	background-repeat: no-repeat;
	float: left;
	height: 72px;
	width: 16px;
}
#headerTopLogo {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerTop-Logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 72px;
	width: 297px;
}
#headerTopTagline {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerTopTagLine.gif);
	background-repeat: no-repeat;
	float: left;
	height: 72px;
	width: 588px;
}
#headerTop-R {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerTop-R.png);
	background-repeat: no-repeat;
	float: left;
	height: 72px;
	width: 16px;
}


/* Header - BOTTUM & NAV*/

#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;
}
#wrapperHeaderBottom {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	width: 917px;
}
#headerMain-L {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerLeft.png);
	background-repeat: no-repeat;
	float: left;
	height: 223px;
	width: 16px;
}
#headerMain-R {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerRight.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 223px;
	width: 638px;
}
#wrapperNav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 247px;
}
#navTop {
	background-image: url(../images/navTop.gif);
	background-repeat: no-repeat;
	height: 59px;
	width: 247px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #969696;
}
#navTop .nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 35px;
}
#navTop .nav a:link {
	color: #20415e;
}
#navTop .nav a:visited {
	color: #20415e;
}
#navTop .nav a:hover {
	color: #4390d4;
}
#navTop .nav a:active {
	color: #20415e;
}
#navHome {
	height: 51px;
	width: 247px;
	margin: 0px;
	padding: 0px;
}
#navWho {
	height: 48px;
	width: 247px;
	margin: 0px;
	padding: 0px;
}
#navReserve {
	height: 55px;
	width: 247px;
	margin: 0px;
	padding: 0px;
}
#navBottom {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 247px;
	background-color: #FFF;
}


/* Main Page */ 
#mainPage {
	background-image: url(../images/bg_page.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	width: 917px;
}
#sidebar1 {
	float: right;
	width: 228px;
	padding-right: 35px;
	padding-top: 25px;
}
#mainContent {
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 45px;
}
#headline {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


/* Footer */
#footer {
	text-align: center;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	height: 47px;
	margin-bottom: 15px;
	font-size: 12px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
	text-decoration: underline;
}


/* Float Control */
.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;
}


/* Text Boxes & Sections */
.textBox1_top {
	background-image: url(../images/textBox_sidebar_top.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: 23px;
	width: 214px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 15px;
}
.textBox1_content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	overflow: hidden;
	width: 196px;
	color: #000;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	background-color: #f8f4ec;
	font-size: 12px;
	line-height: 18px;
	padding-right: 8px;
	padding-left: 8px;
}


/* General text styles */
h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
}
