﻿/* CSS layout */

/* ******************************************************** */
/* CSS Reset from http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: small;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */
/* ******************************************************** */

/* Basic colors used on the site:
#FFFFFF - Standard white
#800040 - Dark Maroon for borders, titles and text
#FABEDC - Light pink backgrounds
#AC967A - Lighter brown backgrounds
#6B4414 - Dark brown for title bars
#2F612D - Dark Forest Green for Background/Borders
#03450B - Dark Green for titles
#03450B - Darker Dark Green for text#996600
#996600 - Medium Brown for image borders
#F0DDCC - Light Brown Background

Previously selected but not used:
#EDD2B9 - Light brown backgrounds
*/
body {
	background-repeat: repeat;
	background-image: url('../Graphics/Background Dark With Logo small BKG RGB 55_1_28 LTR RGB 70_2_18 JPG.jpg');
}
#centeredBG {
}

/* #wrapper is centered with the margin-right: auto; margin-left: auto; */
/* Set wrapper background to light brown to match Amenities */
/* so that it doesn't show tiled background image */

#wrapper {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 960px;
	background-color: #AC967A;
}

#header {
	background-color: #FFFFFF;
	width: 960px;
}
#headerImg {
	float: left;
}
#headerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #800040;
	background-color: #FFFFFF;
	width: 175px;
	height: 80px;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#mainMenu {
	background-color: #FABEDC;
}
#horizontalMenuBox {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FABEDC;
	color: #800040;
	font-size: 1em;
	font-weight: bold;
	width: 960px;
}
#horizontalMenuBox ul {
}

#horizontalMenuBox ul li {
	padding: 3px 10px 3px 10px;
	display: inline;
	line-height: 22px;
	border-right-style: solid;
	border-right-width: 2px;
}
#horizontalMenuBox ul li a:hover{
	color: #FFFFFF;
	background-color: #800040;
}

#pageContent {

	background-color: #ffffff;
}
#flashcontent {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #AC967A;
	clear: both
}

a {
	text-decoration: none;
	color: #800040;
}

/* Styles from the Expression Web 3 lessons */
.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.alignLeft {
	margin-right: 10px;
	float: left;
}
.alignRight {
	margin-left: 10px;
	float: right;
}
/* Style used specifically for SlideShowPro */
	
