@charset "utf-8";
/* CSS Document */

body
{
	background-color: #acbaf7;
	margin: 0;
	padding: 0;
	font: 12pt/14pt "Trebuchet MS", Arial, sans-serif;
	min-width: 780px;
}

p, li, td, th, address, label
{
	font-size: 0.8em;
}


h2
{
	border-bottom: 2px solid #a0bac2;
	color: 110144;
	padding-bottom: 4px;
}

.mir { letter-spacing : -1000em; }
/* Be nice to Opera, but hide from MacIE. Thanks to Robert Jan Verkade (http://www.eend.nl) for the MacIE fix. */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}

/* === Header content =============================== */
#header
{
	background: #9aabf5 url(../images/shuswaplodge_title_bg.png) top left no-repeat;
	height: 147px;
	position: relative;
}

#header h1
{
	
	margin: 0;
	padding: 0;
}

#header h1 a#titleLink
{
	background: url(../images/shuswaplodge_logo.png) top left no-repeat;
	width: 309px;
	height: 147px;
	display: block;
	color:#A3B2F6;
}


/* === Nav =========================================== */


#nav
{
	position: absolute;
	right: 100px;
	bottom: 10px;
	/*background: transparent url(../images/nav_bg_middle.png) top left repeat-x;*/
	background-color: #5e6996;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}

#nav div
{
	/*background: transparent url(../images/nav_bg_left.png) top left no-repeat;*/
}

#nav ul
{
	list-style: none;
	padding: 2px 15px 2px 15px;
	margin: 0;
	/*background: transparent url(../images/nav_bg_right.png) top right no-repeat;*/
}

#nav li
{
	display: inline;
	padding: 0;
	margin: 10px;
}

#nav a:link, #nav a:visited
{
	color:#FFFFFF;
	text-decoration: none;
}

#nav a:hover, #nav a:active, #nav li.current a
{
	color: #ffe081;
	text-decoration: underline;
}

/* === Quote =================================== */
.quote
{
	background: #ded6bd url(../images/quote_bg.png) top left repeat;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	min-height: 20px;
}

.quote #supportive
{
	background: transparent url(../images/quote.png) top left no-repeat;
	width: 650px;
	height: 118px;
	display: block;
	color: #DCD4BB;
}

.motto
{
	size: 2em;
	font-style:italic;
	margin: 10px auto 10px auto;
	width: 300px;
}

/* === Tray ======================================== */
.tray
{
	background: #ffffff url(../images/photo_bg.png) top left repeat;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
}

.gallery a img
{
	border: 1px solid black;
	margin: 30px 20px;
}

.gallery
{
	width: 600px;
	margin: 0 0 0 80px;
	text-align: center;
}

.gallery .more
{
	margin: -30px 20px 10px 0;
	text-align: right;
}



/* === Content ===================================== */
.content
{
	background: #f1f3fd url(../images/content_bg_top.png) top left repeat-x;
	width:auto;
	margin: 0;
	padding: 0;
}

.content div.inner
{
	background: transparent url(../images/content_bg_bottom.png) bottom left repeat-x;
	padding: 10px 80px;
	margin: 0;
}

.page
{
	width: 650px;
}

img.photo
{
	background: #ffffff;
	border: 1px solid black;
	padding: 6px;
	margin: 4px;
}

img.right
{
	float: right;
	clear: right;
}

img.left
{
	float: left;
}
	
address
{
	font-style:normal;
	text-align: center;
}



/* === Content Box ================================== */
.contentBoxContainer
{
	width: 760px;
	margin: 0;
	padding: 0;
}

.contentBox
{
	float: left;
	margin: 20px 50px 20px 0px;
	background:url(../images/box_bg_middle.png) top left repeat-y;
	width: 188px;
}

.contentBoxHeader
{
	background: url(../images/box_bg_top.png) top left no-repeat;
	width: 188px;
	height: 31px;
	text-align: center;
}

.contentBoxHeader h3
{
	color:#FFFFFF;
	margin: 0;
	font-size: 1.05em;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.contentBoxContent
{
	background: url(../images/box_bg_bottom.png) bottom left no-repeat;
	width: 168px;	
	margin: 0;
	padding: 5px 10px;
	min-height: 250px;
}

.contentBoxContent p.snippet
{
	min-height: 200px;
}

.contentBoxContent p.more
{
	text-align: right;
}


/* === Form ========================================= */

form#formContact
{
	margin: 5px 20px;
}

form#formContact label
{
	display: block;
	margin: 10px 0 2px 0;
}

form#formContact input
{
	display: block;
	border: 1px solid #a0bac2;
	width: 200px;
}

form#formContact textarea
{
	display: block;
	width: 200px;
	height: 200px;
	border: 1px solid #a0bac2;
	font-face: "Trebuchet MS", Arial, sans-serif;
}

/* === Map ========================================== */
div#map
{
	width: 600px;
	margin: 50px auto 30px auto;
	height: 300px;
	border: 1px solid #a0bac2;
	background: #ffffff;
	padding: 6px; 
}

/* === Footer ======================================= */

#footer
{
	background: #acbaf7;
	border-top: 1px solid black;
	text-align: left;
	font-size: 0.7em;
	line-height: 1.3em;
	
	padding: 40px 0 40px 0;
}

#footerBanner
{
	width: 600px;
	margin: 0 auto;
}

.footerLogo
{
	float: left;
	border: 0;
	margin: 0 10px;
}

	


