/* Stylesheet:  "The Pavilion at Carolina Beach" */


/* Styles for BODY */
body {
	background: #B49859 url(images/background-main.gif) top center repeat;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #00457C;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #00457C;
	font-size: 18px;
	font-weight: bold;
}
div.divider {
	border: dotted #666666;
	border-width: 1px 0px 0px 0px;
}


/* Styles for "Main Container" */
/* This container holds everything within a given page. */
div#main-container {
	background-color: #FFFFFF;
	margin-top: 30px;
	width: 800px;
}


/* Styles for "Header Container" */
/* This container holds the logo, navigation, and header image within a given page. */
div#header-container {
	padding-top: 15px;
	width: 790px;
}
div#header-container td#logo-cell img {
	margin: 0px 0px 12px 12px;
}
div#header-container td#top-nav-cell div#contact-number-container {
	color: #00457C;
	padding: 0px 12px 25px 0px;
	text-align: right;
}
div#header-container td#top-nav-inner-cell {
	background: #00457C url(images/background-nav-menu.gif) top left repeat-x;
	padding: 0px 8px 0px 0px;
}
div#header-container td#top-nav-inner-cell a {
	color: #FFFFFF;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
}
div#header-container td#top-nav-inner-cell a:hover {
	color: #000000;
}
div#header-container div#header-image-top-line {
	background-color: #00457C;
	height: 5px;
}
div#header-container div#header-image {
	margin: 3px 0px 3px 0px;
}
div#header-container div#header-image-bottom-line {
	background-color: #B49859;
	height: 5px;
}


/* Styles for "Body Container" */
/* This container holds the majority of the content for each page. */
div#body-container {
	/*background: url(images/background-content-rhino-logo.gif) top center no-repeat;*/
	margin-top: 10px;
	padding: 10px 0px 20px 0px;
	text-align: left;
	width: 760px;
}
div#body-container div#page-content {
	width: 450px;
}


/* Styles for "Footer Container" */
/* This contaier holds the navigation links located towards the bottom of each page. */
div#footer-container {
	padding-bottom: 5px;
	width: 790px;
}
div#footer-container td#bottom-nav-cell {
	background: #00457C url(images/background-nav-menu.gif) top left repeat-x;
	height: 30px;
}
div#footer-container td#bottom-nav-cell a {
	color: #FFFFFF;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
}
div#footer-container td#bottom-nav-cell a:hover {
	color: #000000;
}


/* Styles for "Credits Container" */
/* This container holds the credits information located at the very bottom of each page. */
div#credits-container {
	color: #333333;
	font-weight: bold;
	padding: 15px 0px 25px 0px;
}
div#credits-container a {
	color: #333333;
	text-decoration: none;
}
div#credits-container a:hover {
	text-decoration: underline;
}
