/*
Company:	Schahet Hotels
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/Schahet_bknd.gif) repeat 0 0 #fff;
}
body {
	font-style: normal;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #f5f5f0;
	background: url(../images/hd-bkg.gif) no-repeat 0 0;
	height: 120px;
}

/* Body */
div#bd {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	border-right: 4px solid #f5f5f0;
	border-left: 4px solid #f5f5f0;
	background-color: #f5f5f0;
	overflow: hidden;
}

/* Footer */
div#ft {
	height: 125px;
	background: url(../images/ft-bkg.gif) no-repeat 0 0;
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	border: 4px solid #f5f5f0;
	text-align: center;
	padding: 25px 0 0 0;
}
div#ft p {
	font-size: 93%;
	font-family: Georgia, Times, serif;
	color: #f4e6c6;
}
div#ft a:link, div#ft a:visited {
	color: #f4e6c6;
	text-decoration: underline;
}
div#ft a:hover {
	text-decoration: none;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 395px;
	height: 95px;
	background: url(../images/schahet-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 13px 0 0 45px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Feature Left Col */
div.feature-left {
	width: 228px;
	height: 317px;
	float: left;
	display: inline;
}

/* Hotel Search */
div.hotel-search {
	background: url(../images/home-book-bkg.gif) no-repeat 0 0;
	text-align: center;
	overflow: hidden;
}
div.hotel-search img.map {
	margin: 25px 0 10px 0;
}
div.hotel-search p {
	font-size: 123.1%;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #e3d3b8;
	margin: 0 0 35px 0;
}
div.hotel-search form {
	text-align: left;
}
div.hotel-search label {
	display: block;
	margin: 35px 0 5px 15px;
	font-size: 123.1%;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #e3d3b8;
	text-align: left;
}
div.hotel-search select {
	margin: 0 0 0 15px;
	border: 1px solid #18263b;
	background-color: #fff;
	font-size: 100%;
	font-family: Georgia, Times, serif;
}




/* Feature Right Col */
div.feature-right {
	width: 652px;
	height: 317px;
	overflow: hidden;
	float: right;
	display: inline;
}

/* Hotel Logos */
div#hotel-logos {
	height: 70px;
	background: url(../images/hotel-logos.gif) no-repeat 0 0;
	border-top: 4px solid #f5f5f0;
	padding: 0 0 0 120px;
}
div#hotel-logos a {
	display: block;
	width: 80px;
	height: 68px;
	margin: 0 30px 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#hotel-logos a#logo-hilton {
	width: 90px;
}
div#hotel-logos a#logo-hamptonsuites {
	margin-right: 16px;
}

/* Content Wrap */ /* Added September 16, 2008 */
div#content-wrap {
	background: url(../images/home-bkg.jpg) repeat-y 0 0;
	min-height: 1100px;
	position: relative;
}
div#content-btm {
	background: url(../images/home-content-btm.jpg) no-repeat 0 0;
	height: 25px;
	overflow: hidden;
}

/* Main */
div.main {
	width: 562px;
/* 	height: 259px; */ /* Commented out September 16, 2008 */
	background: url(../images/home-main-bkg.gif) no-repeat 0 0;
	border-top: 4px solid #f5f5f0;
	padding: 25px 20px 0 20px; /* Changed September 16, 2008 */
	overflow: hidden;
	float: left;
	display: inline;
}

/* Sidebar */
div.sidebar {
	width: 278px;
/* 	height: 309px; */ /* Commented out September 16, 2008 */
	background: url(../images/home-events-sidebar.jpg) no-repeat 0 0;
	border-top: 4px solid #f5f5f0;
	overflow: hidden;
	float: right;
	display: inline;
}
.facebook {
	background: #FFF;
	left: 617px;
	position: absolute;
	width: 256px;
}
div.sidebar a#trip-leisure {
	display: block;
	height: 76px;
	text-indent: -9000px;
}
div.sidebar a#trip-meetings {
	display: block;
	height: 77px;
	text-indent: -9000px;
}
div.sidebar a#trip-weddings {
	display: block;
	height: 77px;
	text-indent: -9000px;
}
div.sidebar a#trip-groups {
	display: block;
	height: 95px;
	text-indent: -9000px;
}

/* @end */

/* @group Nav */
div#util-nav {
	float: right;
	display: inline;
}
div#util-nav ul {
	margin: 10px 10px 0 0;
	padding: 0;
}
div#util-nav ul li {
	float: left;
	display: inline;
}
div#util-nav ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 116%;
	font-weight: bold;
	border-left: 2px solid #193c5b;
	padding: 0 5px;
}
div#util-nav ul li:first-child a, div#util-nav ul li.first a {
	border: none;
}
div#util-nav ul li a:link, div#util-nav ul li a:visited {
	color: #193c5b;
	text-decoration: none;
}
div#util-nav ul li a:hover {
	text-decoration: underline;
}

/* Nav */
div#nav {
	clear: both;
	background: url(../images/nav-bkg.gif) no-repeat 0 0;
	height: 63px;
	border-top: 4px solid #f5f5f0;
}
div#nav ul {
	margin: 0;
	padding: 18px 0 0 0;/* Change this line for nav menu centering via padding */
	text-align: center;
}
div#nav ul li {
	display: inline;
}
div#nav ul li a {
	font-family: Georgia, Times, serif;
	padding: 0 10px;
	font-size: 153.9%;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 167%;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #101c2d;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 100%;
	font-family: Georgia, Times, serif;
	line-height: 150%;
	color: #060607;
}
/* @end */

/* @group Default Lists */
div.main ul li, div.main ol li {
	font-size: 100%;
	font-family: Georgia, Times, serif;
	color: #060607;
}
div.main ul ul li, div.main ol ol li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #040405;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

.serif {
	color:#060607;
	font-family:Georgia,Times,serif;
	font-size:100%;
	line-height:150%;
}
