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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

/* Group Colors*/
body { background-color: #f0efe9; }

#container { background-color: white; color: #6a6767; background-repeat: repeat; }

#container h1 { color: #b8cf3c; }

#container h2 { color: #b8cf3c; }

#header { border-bottom: 1px solid #f0efe9; background-color: white; }

#footer { background-color: #a0a9a9; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; color: #d7d6d6; }

#footer:hover { background-color: #919f9f; color: #f0efe9; }

#footer h1 { color: #f0efe9; font-size: 1.125em; line-height: 1.33333em; font-weight: 700; }

#footer:hover h1 { color: white; }

#footer a { color: #e4e3e3; }
#footer a:hover { color: white; }

#header hgroup { background-size: cover; background-position: left top; background-repeat: no-repeat; }

#nav li a { color: inherit; text-decoration: inherit; cursor: inherit; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }
#nav li a:active, #nav li a:focus { outline: none; }

#nav li.active > a, #nav li a:hover { color: #fff; }

#nav > ul > li:hover { background-color: #333c3e; }

#nav > ul > li:hover a { color: #bebcbc; }

#nav > ul > li:hover a:hover { color: white; }

#content a, #sidebar a { color: inherit; text-decoration: inherit; cursor: inherit; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; color: #6a6767; }
#content a:active, #content a:focus, #sidebar a:active, #sidebar a:focus { outline: none; }
#content a:hover, #sidebar a:hover { color: white; }

#container b, #container strong { font-weight: bold; }

#nav > ul li { -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }
#nav > ul > li { background-color: #b8cf3c; }
#nav > ul > li a { background-color: transparent; color: #f0f5d8; }
#nav > ul > li > a:hover { color: #bebcbc !important; }

/*Group Typography*/
body { font-size: 16px; line-height: 24px; }

#container #header hgroup h1 { font-size: 2em; line-height: 1.5em; line-height: 1.1; }
#container #header hgroup h2 { font-size: 1.25em; line-height: 1.2em; }
#container #header hgroup h1, #container #header hgroup h2 { font-weight: 700; }
#container #header hgroup #logo { max-width: 20%; float: left; margin-right: 5%; height: 100%; margin-top: 0em; }

#nav li a { font-size: 0.75em; line-height: 2em; text-align: left; text-transform: uppercase; line-height: 1.6em; }

#nav li a.parent, #nav > ul > li > a, #nav > ul > li > ul > li > a.sub { font-size: 1em; line-height: 1.5em; }

#content h1 { font-size: 2.25em; line-height: 1.33333em; font-weight: 700; }
#content h2 { margin-top: 1.5em; font-size: 1.25em; line-height: 1.2em; font-weight: 700; text-transform: uppercase; }
#content h3 { margin-top: 1.5em; font-size: 1em; line-height: 1.5em; font-weight: 700; text-transform: uppercase; }
#content p { font-size: 0.875em; line-height: 1.71429em; }
#content p + p { margin-top: 1.5em; }
#content b, #content strong { font-weight: bold; }
#content i, #content em { font-weight: normal; font-style: italic; }
#content b em, #content b i, #content strong em, #content strong i, #content em b, #content i b, #content em strong, #content i strong { font-weight: bold; font-style: italic; }

#sidebar h1 { font-size: 1.125em; line-height: 1.33333em; }

#sidebar p { font-size: 0.875em; line-height: 1.71429em; }

#footer p { font-size: 0.75em; line-height: 2em; }

/*Group Layout*/
body, html { height: 100%; }

#content a, #sidebar a, #container #header #nav > ul li a { cursor: pointer; }

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

#container { *position: relative; *zoom: 1; margin: 0 auto 40px; padding: 5px 20px 20px; }
#container:before, #container:after { content: ""; display: table; }
#container:after { clear: both; }
#container #header { background-size: cover; padding-bottom: 10px; }
#container #header hgroup { height: 80px; margin-top: 40px; }
#container #header #nav > ul { height: auto; margin-top: 20px; padding-bottom: 10px; }
#container #header #nav > ul li a { display: block; padding: 0; }
#container #header #nav > ul li:last-of-type { margin-right: 0; }
#container #sidebar { margin-top: 2em; }
#container #content { margin-top: 2em; }
#container #content .last { padding-right: 0; }
#container #footer { margin-top: 40px; padding: 40px 80px; clear: both; }
#container #footer .last { padding-right: 0; padding-left: 10px; }

#contentContainer { margin-bottom: 0px; clear: both; }

#ECMainTop { position: relative; top: 20px; margin-bottom: 20px; }

#ECMainTop, #ECMainBottom { margin-left: 10px; margin-right: 10px; }

@media screen and (min-width: 960px) { #container { width: 960px; }
  #container #header { float: left; width: 100%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container #header hgroup { float: left; width: 33.33333%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container #header #nav > ul { width: auto; float: right; text-align: right; margin-top: 5px; position: relative; }
  #container #header #nav > ul > li { display: block; float: left; width: 120px; height: 120px; padding: 10px; margin-left: 20px; margin-top: 10px; margin-right: 0; }
  #container #header #nav > ul > li a { margin: 0; padding: 0; height: auto; width: auto; border: 0; margin: 0 0; }
  #container #header #nav > ul > li > a { margin-bottom: 5px; }
  #container #header #nav > ul > li ul li { height: auto; margin: 0; padding: 0; }
  #container #header #nav > ul > li.last { margin-right: 0; }
  #container #sidebar { clear: both; float: left; width: 25%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container #content { float: right; width: 66.66667%; margin-right: 0%; margin-left: -100%; *margin-left: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container #footer { clear: both; float: left; width: 100%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; } }
@media screen and (min-width: 1200px) { #container { width: 1200px; } }
@media screen and (max-width: 960px) { #container { width: 720px; }
  #container #header { float: left; width: 100%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container #header hgroup { float: left; width: 33.33333%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container #header #nav > ul { width: auto; float: right; text-align: right; margin-top: 5px; position: relative; }
  #container #header #nav > ul > li { display: block; float: left; width: 120px; height: 120px; padding: 10px; margin-left: 20px; margin-top: 10px; margin-right: 0; }
  #container #header #nav > ul > li a { margin: 0; padding: 0; height: auto; width: auto; border: 0; margin: 0 0; }
  #container #header #nav > ul > li > a { margin-bottom: 5px; }
  #container #header #nav > ul > li ul li { height: auto; margin: 0; padding: 0; }
  #container #header #nav > ul > li.last { margin-right: 0 !important; }
  #container #sidebar { clear: both; float: left; width: 33.33333%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container #content { float: right; width: 66.66667%; margin-right: 0%; margin-left: -100%; *margin-left: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container #footer { clear: both; float: left; width: 100%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container.rightSideBar #sidebar { clear: both; float: right; width: 33.33333%; margin-right: 0%; margin-left: -100%; *margin-left: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container.rightSideBar #content { float: left; width: 66.66667%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; } }
@media screen and (max-width: 720px) { body { font-size: 12px; line-height: 15px; }
  #container { width: auto; padding-left: 0; padding-right: 0; overflow: hidden; }
  #container #header { width: 100%; left: 0; right: 0; margin-left: 0; margin-right: 0; }
  #container #header hgroup { float: left; width: 100%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; height: 44px; margin-bottom: 40px; background-position: center; margin-top: 0; }
  #container #header #nav > ul { clear: both; float: none; text-align: center; padding-left: 0; padding-right: 0; width: 320px; left: 0; right: 0; position: relative; text-align: center; margin-left: auto; margin-right: auto; }
  #container #header #nav > ul li { margin-right: 10px; }
  #container #header #nav > ul li a { font-size: 0.75em; line-height: 2em; line-height: 1.8em; color: white; }
  #container #header #nav > ul > li { margin-top: 10px; padding: 4px; width: 85px; height: 85px; }
  #container #header #nav > ul > li > a { font-size: 1.125em; line-height: 1.33333em; line-height: 1.2em; }
  #container #header #nav > ul > li:last-of-type { margin-right: 0 !important; }
  #container #sidebar { clear: both; float: left; width: 100%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container div.banner { width: 100%; margin-left: 0; }
  #container #content { clear: both; float: left; width: 100%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }
  #container #content .last { padding-right: 0; }
  #container #content h1 { font-size: 1.5em; line-height: 2em; }
  #container #content h2 { font-size: 1.25em; line-height: 1.2em; }
  #container #content h3 { font-size: 0.875em; line-height: 1.71429em; }
  #container #content p { font-size: 0.75em; line-height: 2em; }
  #container #footer { clear: both; float: left; width: 100%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; padding-left: 10px; padding-right: 10px; }
  #container #footer div.third { float: none; width: auto; margin: 0 0 10px; padding: 0; } }
/* styles for desktop */
.tinynav { display: none; }

/* styles for mobile */
@media screen and (max-width: 720px) { .tinynav { display: block; width: 100%; }
  #nav > ul { display: none; }
  body #container #header { height: auto; }
  body #container #header hgroup { margin-top: 30px !important; }
  body #container #header hgroup h1 { font-size: 1.2em; line-height: 1.2em; }
  body #container #header hgroup h2 { font-size: 1em; line-height: 1em; } }
.image-left { margin: 3px; padding: 3px; float: left; }

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

img { border-style: none; }

a img { opacity: 1; -webkit-transition-duration: 400ms; -webkit-transition-property: opacity; }

a:hover img { opacity: 0.6; }

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

/* @group Breadcrumb */
#breadcrumbContainer { text-align: left; position: relative; font-size: 0.8em; line-height: 14px; height: 25px; z-index: 300; width: auto; left: auto; margin: 0px 0 20px; }

#breadcrumbContainer ul { padding: 0; list-style-type: none; padding: 5px 0; }

#breadcrumbContainer li { margin: 0 0 0px 0; display: inline; }

#breadcrumbContainer a { text-decoration: none; }

#breadcrumbContainer a:hover { text-decoration: underline; }

/* @end */
/* @group Blog */
.blog-entry { margin-bottom: 10px; padding-bottom: 10px; float: left; }

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

.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-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; margin-top: 10px; padding: 10px 0; 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; }

/* @end */
/* @group File Sharing */
.filesharing-description { padding-bottom: 10px; margin-bottom: 10px; padding-bottom: 10px; }

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

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

.filesharing-item-description { text-align: left; font-size: 0.9em; font-style: normal; line-height: 1.1em; 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 */
.form-input-field { width: 100%; }

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

/* @end */
/* @group New Blog Styles */
/* Styles blog tag links normal and visited state */
/* Styles blog tag links hover state */
/* Styles blog tag links active state */
/* @group Tag Cloud */
ul.blog-tag-cloud { margin: 20px 10px 10px; padding: 0; display: block; list-style: none; text-align: justify; }

#sidebar 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 & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */
#contentContainer ul, #contentContainer ol { padding-left: 1.5em; }

#contentContainer ul li, #sidebar ul li, #contentContainer ol 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 */
/* @group EXIF data */
/* Data wrapper */
/* p tag classes for all exif data */
/* @end */

body, .movie-background, .photo-background {
	background-color: #F0EFE9;
	}
#container, .photo-navigation {
	background-color: #FFFFFF;
	color: #6C6C6C;
}

#container h1, #container h2, #container h3, #container h4 {
	color: #B90000;
}

#header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}



#header h1 {
	color: #B90000;
}

#header h2 {
	color: #7F7F7F;
}

#container {
	
	background-color: #FFFFFF;
}


#contentContainer a:link, #contentContainer a:visited {
	color: #BA6368;
}

#contentContainer a:hover, #contentContainer a:active {
	color: #B90000;
}




#footer {
	background-color: #E7E7E7;
	color: #AAAAAA;
	}

#footer:hover {
	background-color: #B90000;
	color: #FFFFFF;
	}
	#footer:hover a {
		color: #FFFFFF;
	}

#footer a {
	color: #545454;
}

#footer a:hover {
	color: #FFFFFF;
}

#nav>ul>li {
	background-color: #FFFFFF;
}

#nav>ul>li:hover, #nav>ul>li.active {
	background-color: #3B3B3B;
}

#nav>ul>li a {
	color: #6C6C6C;
}

#nav>ul li a:hover, #nav>ul li:hover a:hover, #nav>ul li.active a, #nav>ul li.active a:hover, #nav ul li:hover a {
	color: #B0B0B0 !important;
}

#nav ul li a.parent, #nav ul li a.parent:hover {
	color: #3B3B3B !important;
}

#nav>ul>li:hover a.parent, #nav>ul>li.active a.parent {
	color: #FFFFFF !important;
}


		#container {
	nax-width: auto;
}



body {
	background-position: top left;
}

body {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#container {
	background-image: url(images/container/10.png);
	background-position: center;
	background-repeat: repeat;
}

#sidebar {
	display: none;
}

#container #content { clear: both; float: left; width: 100%; margin-left: 0%; margin-right: -100%; *margin-right: -99.9%; padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; _display: inline; _overflow: hidden; _overflow-y: visible; }

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

body { font-size: 14px; line-height: 20px;}

#header {
	background-image: url(images/header/image01.png);
}


#container {
	
}


		