﻿/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.85em/1.6 arial,sans-serif;
	background:url(../images/body_bottom_bg.jpg) repeat 0 206px;
	color:#000;
}

#body_top {
	width:100%;
	background:url(../images/body_top_bg.jpg) repeat-x 0 0;
}

/* ---- Universal Properties ---- */
p, ul, li, h1, h2, h3 {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}

/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1 {color:#543019; font-size:1.7em}
h2 {color:#00457c; font-size: 1.2em; margin-bottom:2px}
h3 {font-size:1.2em}

/* ---- containers ---- */
#container_top {
	margin:0 auto;
	width:900px;
	height:139px;
	padding-top:20px;
}

#container_bottom {
	margin:0 auto;
	width:900px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background:url(../images/container_bottom_bg.gif) repeat-y 0 0;
}

#banner {
	width:900px;
	height:139px;
	background:#fff url(../images/banner_bg.gif) no-repeat 0 0;
}

#logo {
	position:relative;
	width:411px;
	height:139px;
	float:left;
}

.textsize {
	margin:0;
	padding:0;
	text-align:right;
	margin-right:20px;
	padding-top:68px;
	color:#543019;
	font-size:1.1em;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

.textsize a {color:#543019; text-decoration:none; font-size:1.1em}
.textsize a:hover {text-decoration:underline}
.textsize a.textsize_small {text-decoration:underline}
.textsize a.textsize_large {text-decoration:none}
.textsize a.textsize_extralarge {text-decoration:none}
.textsize .spacer {padding:4px}

/* ---- sidebar and navigation ---- */
#sidebar {
	width:198px;
	height:300px;
	padding-top:124px;
	position:relative;
	left:7px;
	float:left;
	background:url(../images/sidebar_bg.gif) no-repeat 0 0;
}

.menu {
	list-style-type: none;
	margin:0;
	padding:0;
	width:197px;
}

.menu li {margin:0; padding:0}

.menu li a {
	font:normal 1.3em/1.0 Arial, sans-serif;
	color: #fff;
	text-decoration:none;
	display: block;
	width: auto;
	padding: 8px 0;
	padding-left:10px;
	text-decoration: none;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width:187px;
}

.menu li a:hover, .menu li.selected {background:#1e3559 url(../images/nav_over.gif) repeat-x 0 0}

/* ---- what's new ---- */
#sidebar h2 {
	background:#00457c;
	margin:10px 1px 0 0;
	padding:5px 10px;
	color:#fff;
	font-size:1.3em;
}

#sidebar a {color:#fff}
#sidebar a:hover {text-decoration:none}

.learnmore {text-align:right; color:#fff}
.learnmore a {color:#fff}
.learnmore a:hover {text-decoration:none}

.plugin_content {margin-top:20px}
.plugin_content li {margin-left:0}

/* ---- main area ---- */
#main {
	width:695px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:right;
}

#image {
	width:688px;
	height:267px;
	margin-right:7px;
	background:#fff url(../images/image_bg.gif) no-repeat 0 0;
}

#content {
	width:648px;
	min-height:300px;
	height:auto !important;
	height:300px;
	margin-right:7px;
	padding:30px 20px;
	color:#555;
}

#content li {margin-bottom:5px}
#content a {color:#00457c; text-decoration:underline}
#content a:hover {text-decoration:none}

#quote_open {background:url(../images/quote_open.gif) no-repeat 0 2px; padding-left:8px}
#quote_close {background:url(../images/quote_close.gif) no-repeat 522px 2px}
.sig {color:#2170ae}

#bottom_clear {
	width:900px;
	height:7px;
	clear:both;
	background:#fff
}

/* ---- footer ---- */
#footer {
	margin:0 auto;
	width:900px;
	height:50px;
	text-align:right;
	color:#fff;
}

#footer a {color:#fff; text-decoration:underline}
#footer a:hover {text-decoration:none}

/* ---- forms ---- */
fieldset {border:0; margin:0; padding:10px; width:90%}
legend {
	margin:0;
	padding:0;
	color:#440000;
	font:bold 1.2em/1.5em verdana,sans-serif
}

html>body legend {margin:0}

fieldset span {color:#FF0000; font-weight:bold}
fieldsetdl {margin:0; padding:0}
fieldset dt {margin:17px 0 2px; padding:0}
fieldset dd {margin:0; padding:0}

label {font-weight:bold; cursor:pointer}
label.unbold {font:normal .95em verdana,sans-serif; color:#000}
input, textarea {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

textarea {
	overflow:auto;
	margin:0 0 -2px;
}

input:hover, textarea:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

input:focus, textarea:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

input.radio, input.check {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

input.submit {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#fff;
	font-weight:bold;
	background:#2b4268;
	display:inline;
}

input.reset {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#000;
	font-weight:bold;
	background:#ddd;
	display:inline;
}

input.submit:hover {
	border:1px solid #000;
	background:#6585b9;
	color:#fff;
}

input.reset:hover {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input.submit:focus {
	border:1px solid #000;
	background:#2b4268;
	color:#FFF;
}

input.reset:focus {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input#city {width:220px}
input#province {width:30px}
input#postalcode {width:68px}

input.validation-failed, textarea.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

.validation-advice {
	margin:-1px 0 5px;
	padding:4px;
	background:#FF0000;
	color:#FFF;
	width:352px;
}

.message {visibility:visible; display:none}

/* ---- Lightbox 2.02 ---- */

#lightbox {
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	z-index:100;
	text-align:center}

#outerImageContainer {
	position:relative;
	background:#FFF;
	width:250px;
	height:250px;
	margin:0 auto}

#imageContainer {padding:10px}

#loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0}
#hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10}
#imageContainer>#hoverNav {left:0}
#hoverNav a {outline:none}

#prevLink, #nextLink {
	width:49%;
	height:100%;
	background:transparent url(../images/lightbox/lightbox_blank.gif) no-repeat; /* Trick IE into showing hover */
	display:block}
#prevLink {left:0; float:left}
#nextLink {right:0; float:right}
#prevLink:hover, #prevLink:visited:hover {background:url(../images/lightbox/lightbox_prev.gif) left 15% no-repeat}
#nextLink:hover, #nextLink:visited:hover {background:url(../images/lightbox/lightbox_next.gif) right 15% no-repeat}


#imageDataContainer {
	margin:0 auto;
	font-size:.8em;
	background:#FFF}

#imageData {padding:0 10px}
#imageData #imageDetails {width:70%; float:left; text-align:left}
#imageData #caption {font-weight:bold}
#imageData #numberDisplay {font-size:.9em; display:block; clear:left; padding-bottom:1.0em}
/*#imageData #bottomNavClose {width:66px; float:right; padding-bottom:0.7em}*/
#imageData #bottomNavClose {	
	position:relative;
	left:70px;
	margin:4px 0;
	width:66px;
	height:27px;
}
		
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6}

.clearfix:after {
	content: "."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden}

* html>body .clearfix {
	display:inline-block; 
	width:100%}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
	}

/* ---- photo tour ---- */

ul#tour {margin:0 0 1em 10px; padding:2em 0 0; list-style:none}
ul#tour li {margin:0 14px .25em 0; padding:0; float:left; display:inline}
html>body ul#tour li {margin-bottom:2em}
ul#tour li.last {margin-right:0} /* this class is added using js */
ul#tour a {
	display:block;
	padding:2px;
	background:#fff;
	border:1px solid #003264}
ul#tour a:hover {background:#003264}