/* Reset Defaults */

html, body, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* @group General Styles */

body {
	background: #999 url(images/bodybg.png) top repeat-x;
}

hr {
	border: 0;
	color: #3366ff;
	background-color: #3366ff;
	height: 1px;
	width: 100%;
	text-align: left;
}

h1 {
	font-size: 1.8em;
	color: #ff6600;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
	color: #ff6600;
	border-bottom: 1px dotted #ff6600;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

b, strong {
	
}

a {
	color: #466b9e;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: underline;
}

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

img {
	border: none;
}

.image-left {
	float: left;
	padding-right: 10px;
}

.image-right {
	float: right;
	padding-left: 10px;
}

/* @end */

/* @group Layout */

#containerTop, #containerMid, #containerBottom {
	margin: 0 auto;
	padding: 0;
	width: 970px;
}

#containerTop, #containerBottom {
	background: transparent url(images/900px-contentbgborder.png) no-repeat;
}

#containerTop {
	padding-top: 35px;
	background-position: 0 0;
}

#containerBottom {
	height: 30px;
	background-position: 0 -470px;
}

#containerMid {
	background: transparent url(images/900px-contentbg.png) top center repeat-y;
}

#mainMenuWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 31px;
}

.clearer {
	clear: both;
}

#pageBanner {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 250px;
	background: transparent url(images/pageBanner/banner7.jpg) bottom center no-repeat;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#pageBanner img {
	
}

#logoTitle {
	margin: 5px auto;
	padding: 5px 0;
	width: 900px;
}

#logo {
	margin: 0;
	padding: 0 10px;
	float: right;
}

#title {
	margin: 0;
	padding: 5px;
	font-size: 3.0em;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #e4e4e4;
}

#slogan {
	margin: 0;
	padding: 0 10px;
	font-size: 1.2em;
	color: #555;
}

#headerTransition {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 40px;
	background: black url(images/submenubg.png) top center repeat-x;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#sideToggle, #menuToggle {
	display: none;
}

#mainContentWrapper {
	margin: 0 auto;
	padding: 20px 5px 0 5px;
	width: 900px;
}

#contentContainer {
	margin: 0;
	padding: 5px 15px 5px 5px;
	float: left;
}

#contentContainer #content {
	margin: 0;
	padding: 0;
	width: 570px;
	background-color: transparent;
}

#sideContent {
	float: right;
	width: 300px;
}

#sidebarContainer {
	margin: 0;
}

#sidebarContainer #sidebar {
	padding: 10px 15px 0;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#sidebarContainer .sideHeader {
	margin: 0;
	padding: 7px 15px;
	color: white;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

#bottomContentContainer {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: transparent url(images/bottomcontentbg.png) top center repeat-x;
}

#bottomContent {
	margin: 0 auto;
	width: 900px;
}

#footer {
	margin-top: 0;
	width: 100%;
	text-align: center;
	color: white;
	background: transparent repeat-x center;
	padding: 5px 0 15px;
	margin-bottom: 15px;
}

#footer p {
	
}

#footer a:link, #footer a:visited {
	color: white;
}

#footer a:hover, #footer a:active {
	
}

/* @end */

/* @group ExtraContent */

#bannertitle {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
	height: 35px;
	overflow: hidden;
	color: #ff6600;
	text-shadow: #edf4f9 0 1px 1px;
	font: italic 26px Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 153px;
	left: 16px;
	background-color: transparent;
}

#extraContainer1 {
	display: none;
	margin: 10px 20px;
	padding: 10px;
	float: left;
	width: 320px;
	height: 210px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: transparent;
}

#extraContainer2 {
	display: none;
	margin: 10px 20px;
	padding: 10px;
	color: black;
	float: right;
	width: 320px;
	height: 210px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: transparent;
}

#extraContainer3 {
	display: none;
	margin-bottom: 10px;
	padding: 10px;
	color: #000;
	background-color: #e4e4e4;
	border: solid 1px #999;
	background-color: transparent;
}

#extraContainer4 {
	display: none;
	margin: 10px auto;
	padding: 10px;
}

#extraContainer5 {
	display: none;
	margin: 20px auto 10px;
	padding: 10px;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	
}

#breadcrumbcontainer ul {
	padding-bottom: 10px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	
}

#breadcrumbcontainer a:hover {
	
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#hideMenu {
	margin: 0;
	padding: 0;
	display: none;
}

#mainMenu {
	margin: 0 auto;
	padding: 0;
	height: 31px;
	width: 900px;
	overflow: hidden;
}

#mainMenu #current {
	color: #333;
	background: #999 url(images/menucurrent.png) repeat-x;
	border-left: solid 1px #323232;
	border-right: solid 1px #323232;
}

#mainMenu #current:hover {
	
}

#mainMenu .currentAncestor {
	
}

#subMenu {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#sub2Menu {
	margin: 0 auto 10px auto;
	padding: 0;
}

/* Parent - Level 0 */

#mainMenu ul {
	margin: 0;
	padding: 0;
	height: 31px;
	list-style-type: none;
}

#mainMenu li {
	height: 28px;
	line-height: 31px;
	display: block;
	float: left;
}

#mainMenu a {
	margin: 0;
	padding: 0 10px;
	float: left;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
}

#mainMenu a:hover {
	color: #fff;
	background: #dadada url(images/menuhover.png) repeat-x;
}

#mainMenu a:active {
	
}

#mainMenu ul .currentAncestor {
	color: #fff;
	background: #dadada url(images/menuhover.png) repeat-x;
}

#mainMenu ul ul {
	display: none;
}

/* Child - Level 1 */

#subMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

#subMenu ul li {
	display: inline;
}

#subMenu ul li a {
	display: none;
}

#subMenu ul ul {
	margin: 0;
	padding: 0 5px;
	width: 100%;
	list-style-type: none;
	background-color: black;
}

#subMenu ul ul li {
	line-height: 40px;
	display: block;
	float: left;
}

#subMenu ul ul a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

#subMenu ul ul a:hover {
	color: #e4e4e4;
}

#subMenu ul ul #current {
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

#subMenu ul ul .currentAncestor {
	color: #fff;
}

#subMenu ul ul ul {
	display: none;
}

/* Child - Level 2 */

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

#sub2Menu ul li {
	display: list-item;
}

#sub2Menu ul li a {
	display: none;
}

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

#sub2Menu ul ul li {
	display: list-item;
}

#sub2Menu ul ul li a {
	display: none;
}

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

#sub2Menu ul ul ul li {
	line-height: 30px;
	display: block;
}

#sub2Menu ul ul ul a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	background-color: #4268a7;
	border-top: solid 1px #5286df;
	border-bottom: solid 1px #304d7e;
}

#sub2Menu ul ul ul a:hover {
	color: #fff;
	background-color: #4573c8;
}

#sub2Menu ul ul ul #current {
	font-weight: bold;
	color: #000;
}

#sub2Menu ul ul ul .currentAncestor {
	color: #fff;
}

#sub2Menu ul ul ul ul {
	border-bottom: none;
}

#sub2Menu ul ul ul ul li a {
	margin: 0;
	padding: 0 0 0 30px;
}

#sub2Menu ul ul ul ul ul {
	border-bottom: none;
}

#sub2Menu ul ul ul ul ul li a {
	margin: 0;
	padding: 0 0 0 50px;
}

/* Child Level 3 */

/* Child Level 4 */

/* Child Level 5 */

/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 10px 15px;
	padding: 35px 20px 20px 20px;
	background: #e4e4e4 url(images/blockquotes.png) top left no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.standout {
	margin: 10px 15px;
	padding: 20px;
	background-color: #e4e4e4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.imageStyle {
	
}

/* Main content area unordered list styles */

#contentContainer #content ul {
	
}

#contentContainer #content li {
	
}

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-latin;
}

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

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

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

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
	
}

#sidebarContainer #sidebar li {
	
}

/* Table Styles */

table {
	
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */

ul.blog-tag-cloud {
	background-position: -5000px 2px;
	margin: 10px 0;
	padding-left: 18px;
}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
	
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-tag-size-15 {
	font-size: 1.4em;
}

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

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

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

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

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

/* @end */

/* @group Archive Page */

.blog-archive-background {
	
}

.blog-entry-summary {
	
}

.blog-archive-headings-wrapper {
	
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* @end */

.blog-entry-date, .blog-entry-tags, .blog-entry-category, .blog-entry-comments, #blog-categories a, .blog-tag-cloud, .blog-archive-link-enabled, #blog-rss-feeds, .blog-comments-rss-link {
	background: transparent url(images/blogicons.gif) no-repeat;
}

.blog-entry {
	margin: 10px 0;
}

h1.blog-entry-title {
	padding: 5px 0;
}

h1.blog-entry-title a {
	
}

.blog-entry-date {
	background-position: -2000px 0;
	padding-left: 20px;
}

/*styles the category link in the main entry */

.blog-entry-category {
	background-position: -1000px 0;
	margin-left: 8px;
	padding-left: 17px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	
}

.blog-read-more {
	
}

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

.blog-entry-comments {
	background-position: -3000px 1px;
	margin: 5px 0;
	padding-left: 18px;
}

p.blog-entry-tags {
	background-position: -5000px 0;
	margin-top: 10px;
	padding-left: 22px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	padding: 5px 0 10px 0;
}

.blog-archive-link-enabled {
	background-position: 0 1px;
	padding-left: 18px;
}

.blog-archive-link-disabled {
	
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	padding: 10px 0;
}

#blog-categories a {
	background-position: -1000px 1px;
	padding-left: 18px;
}

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	background-position: -4000px 0;
	padding-left: 18px;
}

.blog-rss-link {
	
}

.blog-comments-rss-link {
	background-position: -4000px 1px;
	padding-left: 18px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	margin: 10px auto 20px;
	padding: 5px 0;
	border-bottom: solid 2px #dadada;
}

.filesharing-item-title {
	padding-bottom: 5px;
}

.filesharing-item-title:before {
	content: "-";
}

.filesharing-item-title:after {
	content: "-";
}

.filesharing-item-title a:link {
	
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-title a:visited {
	
}

.filesharing-item-description {
	padding: 0 0 15px 20px;
}

/* @end */

/* @group Photo Album */

#flashcontent {
	text-align: center;
}

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

.album-title {
	padding-bottom: 10px;
	font-size: 1.8em;
}

.album-description {
	font-size: 1.2em;
}

.album-wrapper {
	margin: 0 auto;
	display: block;
}

.thumbnail-wrap {
	padding: 5px 35px 80px;
	display: inline;
	float: left;
	margin: 0;
}

.thumbnail-frame {
	padding: 10px;
	display: inline;
	float: left;
	border-top: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
	border-right: solid 1px #b8b8b8;
	background: transparent url(images/bottomshadow.jpg) bottom center repeat-x;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame img {
	
}

.thumbnail-caption {
	margin: 5px auto 10px;
	text-align: center;
	color: gray;
	font-size: 0.8em;
}

/* @end */

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

.photo-background {
	margin: 10px auto 10px auto;
	background: transparent url(images/) top center repeat-x;
	text-align: center;
}

.photo-navigation {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	font-size: 1.2em;
}

.photo-links {
	padding: 3px 0 10px 0;
}

.photo-navigation a:link, .photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	
}

.photo-frame {
	margin: 0 auto;
	text-align: center;
	border: solid 5px #

dadada;
/*-moz-border-radius: 3px;-webkit-border-radius: 3px;*/
}

.photo-title {
	padding: 3px;
	font-size: 2.0em;
}

.photo-caption {
	padding: 5px;
	font-size: 1.2em;
	color: gray;
}

/* @group EXIF data */

/* Data wrapper */

.exif-data {
	
}

.exif-data p {
	
}

/* p tag classes for all exif data */

p.exif-version {
	
}

p.exif-colour-space {
	
}

p.exif-focal-length {
	
}

p.exif-dimensions {
	
}

p.exif-pixel-y-dimension {
	
}

p.exif-pixel-x-dimension {
	
}

p.exif-oecf-value {
	
}

p.exif-subsec-time-original {
	
}

p.exif-exposure-mode {
	
}

p.exif-spatial-frequency-response {
	
}

p.exif-scene-capture-type {
	
}

p.exif-subject-location {
	
}

p.exif-shutter-speed {
	
}

p.exif-datetime-original {
	
}

p.exif-subsec-time {
	
}

p.exif-compressed-bits-per-pixel {
	
}

p.exif-flash-energy {
	
}

p.exif-saturation {
	
}

p.exif-brightness {
	
}

p.exif-exposure-time {
	
}

p.exif-f-number {
	
}

p.exif-file-source {
	
}

p.exif-gain-control {
	
}

p.exif-subject-area {
	
}

p.exif-cfa-pattern {
	
}

p.exif-scene-type {
	
}

p.exif-white-balance {
	
}

p.exif-flash {
	
}

p.exif-exposure-index {
	
}

p.exif-flashpix-version {
	
}

p.exif-device-setting-description {
	
}

p.exif-focalplane-x-resolution {
	
}

p.exif-image-uniqueid {
	
}

p.exif-components-configuration {
	
}

p.exif-light-source {
	
}

p.exif-sensing-method {
	
}

p.exif-aperture {
	
}

p.exif-sharpness {
	
}

p.exif-exposure-program {
	
}

p.exif-subject-distance {
	
}

p.exif-subsec-time-digitized {
	
}

p.exif-contrast {
	
}

p.exif-focalplane-resolution-unit {
	
}

p.exif-gamma {
	
}

p.exif-35mm-focal-length {
	
}

p.exif-datetime-digitized {
	
}

p.exif-subject-distance-range {
	
}

p.exif-custom-rendered {
	
}

p.exif-max-aperture {
	
}

p.exif-sound-file {
	
}

p.exif-metering-mode {
	
}

p.exif-spectral-sensitivity {
	
}

p.exif-exposure-bias {
	
}

p.exif-focalplane-y-resolution {
	
}

p.exif-iso-rating {
	
}

p.exif-maker-note {
	
}

p.exif-digital-zoom-ratio {
	
}

p.exif-user-comment {
	
}

/* @end */

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-description {
	
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	padding-bottom: 10px;
	font-size: 1.8em;
}

.movie-page-description {
	font-size: 1em;
	padding-bottom: 10px;
}

.movie-thumbnail-frame {
	margin: 5px auto;
	padding: 5px 15px 70px;
	display: inline;
	float: left;
	margin: 0;
}

.movie-thumbnail-frame img {
	border: solid 3px #7ba5df;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-caption {
	margin: 5px auto 10px;
	text-align: center;
	color: gray;
	font-size: 0.8em;
}

/* @end */

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

.movie-background {
	margin: 20px auto 10px auto;
	width: 80%;
	background: transparent url(images/) top center repeat-x;
	text-align: center;
}

.movie-title {
	margin: 0 auto;
	padding: 3px;
	font-size: 1.6em;
	text-align: center;
}

.movie-frame {
	margin: 0 auto;
	text-align: center;
	border: solid 5px #dadada;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	
}

.required-text {
	
}

.form-input-field {
	
}

.form-input-button {
	
}

/* @end */
