/*
	CanAssist - Zoom Stylesheet
	March 2010
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/


/* COLOURS
#333 - grey - body background
#ff0 - yellow - links
#69f - blue - h1, required fields, alerts
#6f6 - green - subheads
#666 - dark grey - footer background, borders
*/

/* Sections flagged with =
	GENERIC
	TOP
	BRAND
	ACCESSIBILITY
	BREADCRUMBS
	CONTENT
	SIDEBAR
	SECTION-NAVIGATION
	NAVIGATION (main)
	META-NAVIGATION
	SEARCH
	FOOTER
	SECTION-SPECIFIC
		Home
		Feedback Form
		What's New
		What's New Archive
		Photo Gallery Listing
		Photo Gallery
		Photo
		Sitemap
		Search
		Contact Us
		Directors
*/

/* =GENERIC
----------------------------------------------------*/

body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.7;
	background-color: #333;
	color: #fff;
}

h1, h2, h3, h4 {
	margin: 1em 0 0 0;
	color: #6f6;
}

h1 {
	font-size: 250%;
	color: #69f;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 130%;
}

a:link, a:visited {
	color: #ff0;
	text-decoration: none;
	border-bottom: solid 2px #fff;
	padding-bottom: 2px;
}

a:focus, a:hover, a:active {
	color: #000;
	background-color: #ff0;
}

a img {
	border-color: #ff0;
}

.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.plain {
	float: none;
	border: none !important;
	padding: 0 !important;
}

.clear {
	clear: both;
}

:focus {
	outline-color: #fff;
}

form {
	margin: 1em 0 2em 0;
	padding: 0;
}

form * {
	font-size: 100%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form label, form .label {
	display: block;
	font-weight: bold;
}

form div {
	margin: 0 0 1em 0;
}

#content form div.wrapper,
#content .form_control-group {
	margin-bottom: 2em;
}


.text, textarea, select {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width: 20em;
	padding: .4em;
}

.button {
	width: auto;
}

.highlight {
	background-color: #fff;
	color: #333;
	padding: 0 .2em;
}

/* =TOP
----------------------------------------------------*/

#top {
	width: 60%;
	margin: 1em auto;
	padding: 0;
	position: relative;
	border-top: solid 1px #333;
}

/* =BRAND
----------------------------------------------------*/

#brand {
	padding-top: 5em;
	min-height: 80px;
}

#brand #heading {
	/*padding-top: 140px;*/
	font-size: 140%;
	margin: 0 320px 0 0;
}

#brand #tagline {
	display: none;
}

#brand #heading a {
	color: #6f6;
	border: none;
}

#brand #heading a:focus, #brand #heading a:hover, #brand #heading a:active {
	color: #000;
}

#brand #print-logo {
	border: solid #fff 10px;;
	position: absolute;
	top: 3.5em;
	right: 0;
	background-color: #fff;
}


/* =ACCESSIBILITY
----------------------------------------------------*/

#accessibility {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.5em;
	border-bottom: solid 1px #666;
}



/* Skip Links */

#accessibility #skip-links {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .8em;
	margin: 0;
	padding: 0;
	width: 60%;
}

#accessibility #skip-links strong, #accessibility #skip-links span {
	font-weight: normal;
}

#accessibility #skip-links a:link, #accessibility #skip-links a:visited, #accessibility #skip-links a:hover {
}

#accessibility #skip-links a:focus, #accessibility #skip-links a:active {
}

/* Text Size */

#accessibility #text-size {
	display: none;
}

/* High Contrast */

#accessibility #layout-switch {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .8em;
	margin: 0;
	max-width: 36%;
}

#accessibility #layout-switch p {
	margin: 0;
}

#accessibility #layout-switch strong {
	font-weight: normal;
}

#accessibility #layout-switch .contrast-switch {
	color: #000;
	background-color: #ff0;
}

#accessibility #layout-switch a:link, #accessibility #layout-switch a:visited {
	padding: 0 3px;
}

#accessibility #layout-switch a:focus, #accessibility #layout-switch a:hover, #accessibility #layout-switch a:active, #accessibility #layout-switch a.selected {
}


/* =BREADCRUMBS
----------------------------------------------------*/

#breadcrumbs {
	padding: .5em 0;
	font-size: .8em;
	margin: 1em 0;
}

#breadcrumbs p {
	margin: 0;
}

#breadcrumbs strong {
}

#breadcrumbs .separator {
	padding: 0 .5em;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
}

/* =CONTENT
----------------------------------------------------*/

#content {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
	margin-top: 7em;
}


#content #content-header {
	margin-bottom: 2em;
}

#content h1, #content h2, #content h3, #content h4 {
	margin: 2em 0 .2em 0;
	padding: 0;
}

#content h1#headline {
	margin-top: 0;
}

#content h2 {
}

#content h3 {
}

#content h4 {
}

#content a.skip:link, #content a.skip:visited, #content a.skip:hover {
}

#content a.skip:focus, #content a.skip:active {
}

#content img {
	display: block;
	border: solid 5px #ddd;
}
#content img.image-right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#content img.image-left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

#content img.image-right-border {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#content img.image-left-border {
	float: left;
	margin: 0 1.5em 1.5em 0;
}


#content p {
	line-height: 1.8;
	margin: 0 0 1em 0;
}


#content li {
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1.3;
}

#content ol ol {
	list-style-type: lower-alpha;
}

#content .border {
	border: solid 1px #666;
	padding: .5em;
}

#content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #666;
	border-spacing: 0;
	border-width: 1px;
	margin: .5em 0;
	width: 100%;
}

#content table td, #content table th {
	padding: .5em;
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #666;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#content table th, #content table td.header {
	background-color: #666;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table p {
	margin: 0;
	line-height: 1.2;
}

/* plain tables -- no styling */

#content table.plain {
	border-collapse: collapse;
	border-style: solid;
	border-color: #333;
	border-spacing: 0;
	border-width: 0;
	margin: .5em 0;
}

#content table.plain td, #content table.plain th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #333;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
}


#content table.plain th {
	background-color: transparent;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table p {
	margin: 0;
	line-height: 1.4;
}

/* Forms */

#content fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#content label, #content .label {
	font-weight: bold;
	display: block;
}

#content label .note {
	font-weight: normal;
	font-size: .9em;
}

#content input[type-text], #content textarea, #content select {
	width: 100%;
}

#content .button {
}


#content .required {
	display: block;
	color: #69f;
}

#content .error {
	color: #69f;
	font-weight: bold;
}

#content .error .text {
	border-color: #69f;
	border-width: 10px;
}

#content .error .required {
	display: block;
	color: #69f;
}


/* Standard Form Class */



#content .standard-form .required-fields {
	display: none;
}

/* end Standard Form class  */





/* =SIDEBAR
----------------------------------------------------*/

#sidebar .story {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#sidebar #follow-links {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

/* =SECTION-NAVIGATION
----------------------------------------------------*/

#section-navigation {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}


/* =NAVIGATION (main)
----------------------------------------------------*/

#main-navigation {
	position: absolute;
	top: 14em;
	left: 0em;
	width: auto;
	border-left: solid 3px #fff;
	font-weight: bold;
}

#main-navigation h2 {
	position: absolute;
	top: -9999px;
}

#main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#main-navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#main-navigation a {
	display: block;
	float: left;
	border-color: #fff;
	border-style: solid;
	border-width: 3px 3px 3px 0;
	padding: 4px 8px;
	white-space: nowrap;
}

#main-navigation #link-become-member {
	margin: 0;
	padding: 0;
	float: left;
}

#main-navigation span.separator, #main-navigation span.qmclear {
	display: none;
}

#main-navigation .qmmc div {
	display: none;
}


#main-navigation a.last-nav {
/*	border: solid 3px #fff;*/
}

#main-navigation li ul {
	display: none;
}

/* =META-NAVIGATION
----------------------------------------------------*/

#meta-navigation {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}



/* =SEARCH
----------------------------------------------------*/

#search {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#search form {
	padding: 0;
	margin: 0;
}

#search p {
	line-height: 1.2;
}

#search label {
	display: block;
	font-size: 110%;
	color: #6f6;
	margin: 0;
}

#search .text {
	width: 50%;
	float: left;
	display: block;
}

#search .submit {
	display: block;
	border: solid 3px #ddd;
	margin-left: 2em;
	width: 5em;
	float: left;
}


/* =FOOTER
----------------------------------------------------*/

#footer {
	margin: 1em auto;
	padding: 0 0 1em 0;
}

#footer #media-links {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#footer p {
}

#footer a {
}

#footer a:focus, #footer a:hover, #footer a:active {
}

#footer p#footer-links {
}

#footer #customize {
	display: none;
}


/* =SECTION-SPECIFIC
----------------------------------------------------*/

/* =Home
----------------------------------------------------*/

.page-home #main-navigation {
	top: 12em;
}


/* =Glossary
----------------------------------------------------*/
.page-glossary #content div.alphabet {
	line-height: 3;
}

.page-glossary #content div.alphabet a:link, .page-glossary #content div.alphabet a:visited {
	text-decoration: none;
	margin-left: .2em;
	padding: .1em .4em;
}

.page-glossary #content div.alphabet a:focus, .page-glossary #content div.alphabet a:hover, .page-glossary #content div.alphabet a:active, .page-glossary #content div.alphabet a.selected {
	color: #333;
	background-color: #ff0;
}



/* =What's New
----------------------------------------------------*/

.section-new #content #latest-news ul li .thumbnail img {
	display: block;
	float: left;
	margin: .4em 1.5em 0.5em 0;
}

/* =What's New Archive
----------------------------------------------------*/

.section-new #content #latest-news-archive ul li p.title {
	margin: 0;
}


/* =Sitemap
----------------------------------------------------*/

.page-sitemap #content #sitemap .slider ul li {
	line-height: 1.8;
}


/* =Search
----------------------------------------------------*/

.page-search #content .searchform .submit {
	width: 6em;
}

.page-search #content p#did-you {
	font-size: 1.3em;
}

.page-search #content p.searchresult {
	margin-bottom: 2.5em;
}

.page-search #content .paging {
	text-align: center;
	margin-top: 2em;
}

.page-search #content .paging a:link, .page-search #content .paging a:visited {
	text-decoration: none;
	margin-left: .2em;
	padding: .1em .4em;
}

.page-search #content .paging a:focus, .page-search #content .paging a:hover, .page-search #content .paging a:active, .page-search #content .paging a.selected {
	color: #333;
	background-color: #ff0;
}

.page-search #content .paging a.previous-link {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.page-search #content .paging a.next-link {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}


/* New Widget Template */

#content .widget {
	margin-top: 2em;
	margin-bottom: 2em;
}