<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

table {font-size:inherit;}
/* @group Width */

#mainWrapper {
	width: 840px;
}

/* @end */


/* @group Grid Width */

#nav ul li {
	width: 140px;
}

#aside {
	width: 240px; /*=2x navitem width - 40px*/
}

#content {
	margin-left: 280px; /*=2x navitem width*/
	margin-right: 280px;
}

/* @end */


/* @group Header Height */

#navWrapper, #nav&gt;ul:hover {
	height: 260px;
}

/* @end */

/* @group Footer Height */

#footer {
	height: 35px;
}

#footerWrapper {
	height: 25px;
	padding-top: 10px;
}

/* @end */

/* @group Footer Image Height */

#footer {
	padding-top: 145px;
}

#footerImage {
	height: 145px;
}

/* @end */

/* @group Breadcrumb Show/Hide */

#breadcrumb {
	display: block;
}

/* @end */

/* @group Colors */

#topHalf {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8e006a), to(#fd2f2f));
	background-image: -moz-linear-gradient(270deg, #8e006a 0%, #fd2f2f 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF8E006A, endColorstr=#FFFD2F2F)";
}

#bottomHalf {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fd2f2f), to(#fff5bf));
	background-image: -moz-linear-gradient(270deg, #fd2f2f 0%, #fff5bf 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFD2F2F, endColorstr=#FFFFF5BF)";
}

#nav ul {
	background-color: rgba(20, 20, 20, 0.75);
}

#nav&gt;ul&gt;li {
	border-left: 1px solid #333;
}

#nav ul li a {
	color: #999;
}

#nav ul li a:hover, #nav ul li.active&gt;a {
	color: white;
}

#breadcrumb {
	background-color: rgba(0,0,0,0.5);
}

#breadcrumb ul li, #breadcrumb ul li a {
	color: #666;
}

#breadcrumb ul li a:hover {
	color: #ccc;
}

#head hgroup h1 {
	color: #bf0000;
}

#head hgroup h2 {
	background-color: #bf0000;
	color: white;
	border-bottom: 1px solid white;
	}

#mainContent {
	background-color: #f0f0f0;
	color: #444;
}

#footerWrapper {
	background-color: black;
	color: #666;
}



/* @end */

/* @group Layout */

body, html {
	margin: 0;
	padding: 0;
	font-size: 63.5%;
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, Verdana, sans-serif;
	line-height: 1.5;
}

html {
	height: 100%;
	}

body {
	background-attachment: fixed;
	}

#topHalf, #bottomHalf {
	width: 100%;
	height: 50%;
	position: fixed;
	left: 0;
}

#topHalf {
	top: 0;
}

#bottomHalf {
	top: 50%;
}

#mainWrapper {
	position: relative;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 10px 25px 20px -10px rgba(0,0,0,0.4), -10px 25px 20px -10px rgba(0,0,0,0.4);
}

#aside, #content {
	padding: 20px;
	padding-bottom: 60px;
}

/* @end */

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

.imageStyle {
	padding: 0;
	margin: 0;
}

a img {
    border: none;
    opacity: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: opacity;
    -moz-transition-duration: 300ms;
    -moz-transition-property: opacity;
    -o-transition-duration: 300ms;
    -o-transition-property: opacity;
    -ms-transition-duration: 300ms;
    -ms-transition-property: opacity;
	transition-duration: 300ms;
    transition-property: opacity;
}

a img:hover {
	opacity: 0.7;
	}

#logo {
	position: relative;
	margin: 20px auto 0;
	}

#logo img {
	display: block;
	margin: 0 auto 6px;
	width: auto;
	max-width: 100%;
	height: auto;
	}

#mainContent img {
	max-width: 100%;
	height: auto;
}

/* @group General Styles */

b, strong { 
	font-weight: bold;
}

a:link { 
	text-decoration: underline; 
}

a:visited { 
	text-decoration: underline; 
}

a:hover, a:active { 
	text-decoration: none; 
}

img {
	border-style: none;
}

.standout, blockquote {
	font-family: Courier New, Courier, mono;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainContent ul li, #mainContent ol li {
	margin-left: 1em;
	}

/* @end */


/* @group Typography */

#content {
	font-size: 1em;
}

#aside {
	font-size: 1em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, 
#aside h1, #aside h2, #aside h3, #aside h4, #aside h5, #aside h6, #aside p {
	margin-bottom: 0.4em;
	line-height: 1.2em;
	
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, 
#aside h1, #aside h2, #aside h3, #aside h4, #aside h5, #aside h6 {
	font-weight: bold;
	
}
#content h1, #aside h1, div.album-title {
	font-size: 2.2em;
}


#content h2, #aside h2, div.album-description {
	font-size: 1.8em;
}

#content h3, #aside h3 {
	font-size: 1.5em;
}

#content h4, #aside h4 {
	font-size: 1.3em;
}

#content h5, #aside h5 {
	font-size: 1.2em;
}

#content h6, #aside h6 {
	font-size: 1.1em;
}

#aside h1#sidebarTitle {
	font-size: 2em;
	margin-top: 0.2em;
	}

/* @end */

/* @group Navigation */

#navWrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-size: cover;
	background-repeat: no-repeat;
}

#nav {
	width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	position: relative;
	z-index: 100;
	box-shadow: 0 0 5px #222;
}

#nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
	margin-bottom: 0px;
	list-style-type: none;
	float: left;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	line-height: 1;
}

#nav&gt;ul&gt;li&gt;ul {
	padding-top: 4px;
}

#nav&gt;ul&gt;li&gt;ul&gt;li {
	padding-top: 4px;
}

#nav ul ul ul {
	position: relative;
	left: 10px;
}

#nav&gt;ul&gt;li:first-of-type {
	border-left: none;
}

#nav&gt;ul {
	position: relative;
	height: 22px;
	-webkit-transition-property: height;
-moz-transition-property: height;
-o-transition-property: height;
-ms-transition-property: height;
transition-property: height;
	-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;
-ms-transition-duration: 500ms;
transition-duration: 500ms;
}


#nav&gt;ul&gt;li ul li {
	border: none;
}

#nav&gt;ul:hover li li {
	opacity: 1;
}

#nav ul ul {
	height: auto;
	background-color: transparent;
}

#nav ul li li {
	position: relative;
	font-size: 0.9em;
	float: none;
	-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
	-webkit-transition-duration: 800ms;
-moz-transition-duration: 800ms;
-o-transition-duration: 800ms;
-ms-transition-duration: 800ms;
transition-duration: 800ms;
	opacity: 0;
}

#nav ul li li li {
	font-size: 0.9em;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1em;
	letter-spacing: 0.1em;
	padding: 4px 6px;
	font-size: 1.1em;
	font-weight: 500;
	-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
	-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;
-ms-transition-duration: 500ms;
transition-duration: 500ms;
}


/* @end */

/* @group Breadcrumb */

#breadcrumb {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

#breadcrumb ul {
	display: block;
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	display: inline-block;
	font-size: 1.8em;
	margin-left: 0.5em;
	margin-right: 0.2em;
}

#breadcrumb ul li a {
	text-decoration: none;
	display: inline;
	letter-spacing: 0.1em;
	padding-right: 0.2em;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
	-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;
-ms-transition-duration: 500ms;
transition-duration: 500ms;
	font-size: 0.9em;
	line-height: 2em;
}

/* @end */

/* @group Head */

#head {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#head hgroup h1, #head hgroup h2 {
	padding: 0;
	margin: 0;
}

#head hgroup h1 {
	font-size: 5em;
	width: auto;
	padding: 0em 1em;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	line-height: 0.8;
}

#head hgroup h2 {
	width: auto;
	font-size: 3.2em;
	padding: 0em 1em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	}

#menuButton {
	width: 34px;
	height: 34px;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(132, 132, 132, 0.48)), color-stop(0.401, rgba(181, 181, 181, 0.65)), color-stop(0.463, rgba(117, 117, 117, 0.68)), to(rgba(145, 145, 145, 0.65)));
	background-image: -moz-linear-gradient(90deg, rgba(132, 132, 132, 0.48) 0%, rgba(181, 181, 181, 0.65) 40.1%, rgba(117, 117, 117, 0.68) 46.3%, rgba(145, 145, 145, 0.65) 100%);
	float: right;
	margin-right: 6px;
	margin-top: 5px;
	background-image: url(images/menubutton.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
	background-size: contain;
	position: relative;
	z-index: 400;
}

/* @end */

/* @group Typography */

#mainContent {
	font-size: 1.8em;
	background-color: #f0f0f0;
}
	


#mainContent h1 {
	font-size: 2.4em;
}

#mainContent h2 {
	font-size: 2em;
}

#mainContent p {
	font-size: 1em;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	margin: 0;
	font-size: 1.2em;
	padding: 0;
	position: fixed;
	bottom: 0;
	height: 35px;
	padding-top: 145px;
	width: 100%;
	z-index: 200;
}

#footerWrapper {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding-top: 10px;
	font-size: 1.6em;
}


#footerImage {
	background: url(images/footer/image01.png) no-repeat center 0px;
	height: 145px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#navbarside {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	padding: 10px 0;
}

/* Parent - Level 0 */ 



#navbarside ul {
	list-style: none;
	margin: 0; 
	padding: 0;
}


#navbarside li { 
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	
}

#navbarside a{
	display: block;
	padding-left: 10px; 
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 2px;
	display: block;
	font-size: 1.1em;
}

/* Child - Level 1 */ 

#navbarside ul ul { 
	padding-top: 2px;
} 

#navbarside ul ul li {
} 

#navbarside li li a {
	padding-left: 18px;
	padding-top: 2px;

}


#navbarside li li li a{
	padding-left: 24px !important;
	padding-top: 0px;
}

#ECHeadDiv, #ECFooterDiv {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	}

/* @end */


/* @group Blog */

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-entry-title {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
}

.blog-entry-date {
		
	text-align: left;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-style: normal;
}

.blog-entry-body {
	
	text-align: left;
}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-entry-category {
}

.blog-category-link-disabled {
}

.blog-category-link-enabled {
}

.blog-archive-headings-wrapper {
	margin-bottom: 2em;
}

.blog-archive-month {
	font-size: 1.8em;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* @end */


/* @group File Sharing */

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.filesharing-item {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
}

.filesharing-item-title {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.filesharing-item-description {
	text-align: left;
	font-style: normal;
	margin-top: 0.5em;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	padding: 5px;
	font-size: 2.5em;
	line-height: 1em;
}

.album-description {
	padding: 5px;
	font-size: 1.4em;
}
.album-description {
	font-size: 1.2em;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.album-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 60px;
	padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame {
	position: absolute;
   left: 0;
   padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
    display: block;
    opacity: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: opacity;
    -moz-transition-duration: 300ms;
    -moz-transition-property: opacity;
    -o-transition-duration: 300ms;
    -o-transition-property: opacity;
    -ms-transition-duration: 300ms;
    -ms-transition-property: opacity;
	transition-duration: 300ms;
    transition-property: opacity;
}

.thumbnail-frame img:hover {
	opacity: 0.7;
	}

.thumbnail-caption {
	margin: 5px -5px;
	padding: 0 0 20px 0;
	display: block;
	height: 40px;
}

.thumbnail-caption {
	font-size: 0.75em;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
}

.photo-navigation {
	margin: 0 auto 20px; 
	text-align: center;
	padding: 4px;
	position: relative;
	top: 10px;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
	font-size: 0.8em;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	margin: 6px;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
}

.photo-caption {
	padding: 0px;
	font-size: 1.2em;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-weight: bold;
	font-size: 14px;
}

.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	margin-bottom: 3px;
	font-size: 11px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin-top: 5px;
	overflow: hidden;
}

.movie-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { } 

.required-text {
} 

.form-input-field {
	width: 100%;
}

* html .form-input-field {
	width: 30em;
}

textarea.form-input-field {

} 

.form-input-button { } 
/* @end */


/* @group New Blog Styles */

p.blog-entry-tags {
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 20px 10px 10px;
	padding: 0;
	display: block;
	list-style: none;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 3px;
	
}

ul.blog-tag-cloud li a {
	display: inline;
	margin: 0;
	padding: 0;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1.0em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}
.blog-tag-size-14 {
	font-size: 1.45em;
}

.blot-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}


.blog-tag-size-20 {
	font-size: 1.75em;
}

.blog-tag-size-1, .blog-tag-size-2, .blog-tag-size-3 {
	opacity: 0.4;
}

.blog-tag-size-4, .blog-tag-size-5, .blog-tag-size-6 {
	opacity: 0.5;
}

.blog-tag-size-7, .blog-tag-size-8, .blog-tag-size-9 {
	opacity: 0.6;
}

.blog-tag-size-10, .blog-tag-size-11, .blog-tag-size-12 {
	opacity: 0.7;
}

.blog-tag-size-13, .blog-tag-size-14, .blog-tag-size-15 {
	opacity: 0.8;
}

.blog-tag-size-16, .blog-tag-size-17, .blog-tag-size-18 {
	opacity: 0.9;
}

.blog-tag-size-19, .blog-tag-size-20 {
	opacity: 1;
}

.blog-tag-cloud li a:link {
	text-decoration: none;
}

.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

ul.blog-tag-cloud {
	margin: 20px 0;
	text-align: left;
}


/* @end */

/* Order &amp; Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */
#content ul, #content ol {
	padding-left: 1.5em;
	}
#content ul li {
	margin-bottom: 0.5em;
	display: list-item;
	}


ul.disc { list-style-type: disc;
}

ul.circle { list-style-type: circle;
}

ul.square { list-style-type: square;
}

ol.arabic-numbers { list-style-type: decimal;
}

ol.upper-alpha { list-style-type: upper-alpha;
}

ol.lower-alpha { list-style-type: lower-alpha;
}

ol.upper-roman { list-style-type: upper-roman;
}

ol.lower-roman { list-style-type: lower-roman;
}

/* @end */


#mainContent #content div.rcItemThumb img {
	max-width: 800px;
	}

@media screen and (max-width: 600px) {
	body {
		font-size: 80%;
	}
	
	#mainWrapper {
		width: auto !important;
		margin-top: 0;
	}
	
	#aside {
		float: none !important;
		width: auto !important;
		padding-bottom: 0;
	}
	
	#aside h1#sidebarTitle:after {
		content: ' [+]';
		position: relative;
		top: -2px;
	}
	
	#head h1, #head h2 {
		display: block !important;
		}
	
	#content {
		margin-left: 20px !important;
		margin-right: 0px !important;
	}
	
	#nav {
		display: none;
	}
	
	#nav ul {
		position: relative;
		float: none;
		background-color: rgba(0,0,0,0.6);
	}
	
	#nav ul li {
		display: block;
		padding: 4px 0 2px 0;
		margin: 0;
		margin-right: 20px;
		text-align: left;
		width: 100% !important;
		position: relative;
		float: none;
	}
	
	
	#nav&gt;ul&gt;li {
		padding: 6px;
		padding-bottom: 0;
	}
	
	#nav ul li a {
		padding: 6px 0;
		margin: 0 0 5px;
		display: inline-block;
		font-size: 1.2em;
		text-align: left;
		font-weight: bold;
	}
	
	#nav ul li ul{
		display: block;
		position: relative;
		top: 0;
		margin-left: 10px;
	}
	
	
	
	#nav ul li ul li {
		margin-left: 0;
		padding-left: 0;
	}

	#nav&gt;ul {
		-webkit-transition: none;
		background-color: rgba(20,20,20,0.95);
	}
	
	#nav:hover&gt;ul {
		height: auto;
		background-color: rgba(20,20,20,.95);
	}
	
	
	#footerImage {
		display: none;
	}
	
	#footer {
		padding-top: 0 !important;
	}
	
	#mainWrapper #mainContent {
		padding-bottom: 20px !important;
		}
	
	#footer {
		height: 35px !important;
	}

	#footerWrapper {
		height: 25px !important;
		padding-top: 10px !important;
	}

	
	body.showMenu #nav {
		display: block;
		position: relative;
	}
	
	
	body.showMenu #nav&gt;ul {
		height: auto;
		padding: 10px;
	}
	
	body.showMenu #nav ul li {
		border: none;
	}
	
	body.showMenu #nav ul li li {
		opacity: 1;
	}
	body.showMenu #main, body.showMenu #footer, body.showMenu #aside {
		display: none;
	}
	
	#content  {
		margin-bottom: 30px;
	}
	
	body.showMenu, body.showMenu #contentWrapper {
		background: #dfdfdf;
	}
	
	
	#sidebarContent {
		display: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#aside h1#sidebarTitle {
		padding: 6px 6px 3px;
		border-radius: 3px;
		border: 1px solid #dfdfdf;
		background-image: -webkit-gradient(linear, left bottom, left top, from(#ededed), color-stop(0.522, #e1e1e1), color-stop(0.554, #f4f4f4), to(#f2f2f2));
		background-image: -moz-linear-gradient(90deg, #ededed 0%, #e1e1e1 52.2%, #f4f4f4 55.4%, #f2f2f2 100%);
		color: #111;
		cursor: pointer;
		font-size: 1.5em;
	}
		
	#sidebarContent.showSidebar {
		display: block;
	}
		
	#menuButton {
		display: block;
		margin-top: -3px;
	}
	
	#navWrapper {
		height: 140px;
	}
			
	#head hgroup h2, #head hgroup h1 {
		margin: 0;
		letter-spacing: 0;
		text-align: center !important;
	}
	
	#head hgroup h1 {
		font-size: 3.2em;
		margin-top: 0.3em;
	}
	
	#head hgroup h2 {
		font-size: 2.2em;
	}
	
	#breadcrumb {
		overflow: hidden;
		}
}
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

#mainWrapper, #logo {
	width: 840px;
}

body {
	font-family: Verdana, "Bitstream Vera Sans", "Vera Sans", Tahoma, Geneva, sans-serif;
	font-size: 60%;
	}

#mainContent {
	font-size: 2em;
}



body {
	background-position: top left;
}

body {
	background-repeat: no-repeat;
}



#navWrapper {
	background-image: url(images/header/image07.jpg);
}

#navWrapper, #nav&gt;ul:hover {
	height: 180px;
}

#nav ul li {
	width: 170px;
}

#aside {
	width: 300px; /*=2x navitem width - 40px*/
}

#content {
	margin-left: 340px; /*=2x navitem width*/
	margin-right: 340px;
}


#aside {
	display: none;
	float: none;
}

#content {
	margin-right: 0;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#footerImage {
	background-image: url(images/footer/image6.png);
}

#footer {
	height: 35px;
}

#footerWrapper {
	height: 25px;
	padding-top: 10px;
}




#mainContent {
	padding-bottom: 240px !important;
}

#nav ul li a, #breadcrumb ul li a {
	text-shadow: -1px -1px 1px black, 0 0 1px white;
	}

#nav {
	box-shadow: 0 0 5px #222;
}

#mainWrapper {
	box-shadow: 10px 25px 20px -10px rgba(0,0,0,0.4), -10px 25px 20px -10px rgba(0,0,0,0.4);
}

#topHalf, #bottomHalf {
	opacity: 1;
	}




		body,
.movie-background, .photo-background {
	background-color: #272933;
}

#topHalf {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#152541), to(#000080));
	background-image: -moz-linear-gradient(270deg, #152541 0%, #000080 100%);
	background-image: -o-linear-gradient(270deg, #152541 0%, #000080 100%);
	background-image: linear-gradient(270deg, #152541 0%, #000080 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#152541, endColorstr=#000080)";
	
}

#bottomHalf {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000080), to(#000000));
	background-image: -moz-linear-gradient(270deg, #000080 0%, #000000 100%);
	background-image: -o-linear-gradient(270deg, #000080 0%, #000000 100%);
	background-image: linear-gradient(270deg, #000080 0%, #000000 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000080, endColorstr=#000000)";
}

#nav ul, #breadcrumb {
	background-color: #31363E;
}

#nav&gt;ul&gt;li {
	border-left: 1px solid #B3B3B3;
}

#nav ul li a, #breadcrumb ul li, #breadcrumb ul li a {
	color: #B3B3B3;
}

#nav ul li a:hover, #nav ul li.active&gt;a, #breadcrumb ul li a:hover {
	color: #FFFF00;
}

#navWrapper {
	background-color: #999999;
	}
	
	
#head hgroup h1 {
	color: #FFFFFF;
}

#head hgroup h2 {
	background-color: #CCCCCC;
	color: #666666;
	border-bottom: 1px solid #FFFFFF;
	}

#mainContent {
	background-color: #333333;
	color: #B3B3B3;
}

#aside {
	color: #999999;
	}

#footerWrapper {
	background-color: #000000;
	color: #CCFF66;
}

#footerWrapper a:link, #footerWrapper a:visited, #footerWrapper a:hover, #footerWrapper a:active {
	color: #CCCCCC;
}


a:link, a:visited {
	color: #ACC7E7;
}

a:hover, a:active {
	color: %colour_main_links_active%;
}

#navbarside a {
	color: #B3B3B3;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	-ms-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
}

#navbarside a:hover, #navbarside li.active&gt;a {
	color: #FFFF00;
}


/* @group File Sharing */

.filesharing-item {
	background-color: #303030;
}

.filesharing-item-description {
}

/* @end */


.photo-navigation {
	background-color: #282828;
}

		
.photo-links {
	border-bottom-color: #FFFFFF;
}


#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5
 {
	border-bottom-color: #CCCCCC;
	color: #999999;
}

#sidebarContainer {
	color: #999999;
}


.form-input-field, .form-input-button {
	background-color: #666666;
	border-color: #212121;
	color: #B3B3B3;
}

/* @group Toolbar */


#navbarside {
	border-radius: 5px;
	background-color: #363636;
	border-color: #282828;
	-webkit-box-shadow: 0 0 10px #303030;
	box-shadow: 0 0 10px #303030;
}


		</pre></body></html>