/* @group Layout */

body {
	margin: 0;
}

/* @group Header */

#header {
	height: 100px;
	width: 100%;
	background-color: #000;
}

.sitetitle {
	color: #fff;
	vertical-align: middle;
	height: 100%;
	margin-right: 0;
	margin-bottom: 5px;
	padding-top: 30px;
	text-indent: 30px;
	font-size: 22px;
}

#logo {
	float: left;
	display: block;
	padding-top: 26px;
	text-indent: 30px;
}

.slogan {
	color: #24cddc;
	position: relative;
	z-index: 7;
	display: block;
	text-indent: 30px;
	font-size: 11px;
}

#logosidebar {
	display: none;
	text-align: center;
	clear: left;
}



/* @end */

/* @group Navigation */

#toolbar_horizontal {
	height: 36px;
	width: 100%;
	background-color: #000;
	position: relative;
	z-index: 99;
}

/* @group horizontal */

/* Toolbar Horizontal Styles */

#toolbar_horizontal .current {
}

/* Parent - Level 0 */

#toolbar_horizontal ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 5;
}

#toolbar_horizontal li {
	position: relative;
	display: inline;
	float: left;
	z-index: 3;
}

#toolbar_horizontal a {
	display: block;
	text-decoration: none;
	line-height: 36px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 20px;
}

#toolbar_horizontal a:hover, #toolbar_horizontal .current, #toolbar_horizontal .currentAncestor {
	border-bottom-width: 2px;
	background-repeat: repeat-x;
}

#toolbar_horizontal .current:hover, #toolbar_horizontal a:active {
	background: url(images/nav-click.png) repeat-x;
}

#toolbar_horizontal .current:hover, #toolbar_horizontal .currentAncestor:hover {
	text-decoration: none;
	background-color: #7e7e7e;
	display: block;
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */

#toolbar_horizontal ul ul {
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	display: none;
	z-index: 13;
	width: 125px;
	padding: 0;

}

#toolbar_horizontal ul ul li {
	display: block;
	z-index: 7;
}

#toolbar_horizontal ul ul a {
	padding: 2px 5px 2px 20px;
	display: block;
	width: 110px;
	color: #000;
	opacity: 0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	line-height: 20px;
	z-index: 20;
}

#toolbar_horizontal ul ul a:hover, #toolbar_horizontal ul ul a:active, #toolbar_horizontal ul ul .currentAncestor , #toolbar_horizontal ul ul .current{
	color: #000;
	border: none;
	opacity: 0.75;
	display: block;
}

#toolbar_horizontal ul ul .sidebar .current {
	color: #fff;
	text-decoration: underline;
}

#toolbar_horizontal ul ul .current:hover {
	text-decoration: none;
	color: #fff;
}

/* Child Level 3 */

#toolbar_horizontal ul ul ul {
	position: absolute;
	left: 135px;
	padding: 0;
	margin: 0;
	line-height: 20px;
	top: 0;
	z-index: 21;
}

#toolbar_horizontal ul ul ul ul li {
	position: relative;
	z-index: 21;
}

#toolbar_horizontal ul ul ul ul a{
	position: relative;
	z-index: 20;
}

#toolbar_horizontal ul ul ul ul a:hover{

}

div#toolbar_horizontal ul ul, div#toolbar_horizontal ul ul ul, div#toolbar_horizontal ul li:hover ul ul, div#toolbar_horizontal ul li:hover ul ul ul, div#toolbar_horizontal ul li:hover ul ul ul ul, div#toolbar_horizontal ul li:hover ul ul ul ul ul{
display:none;

}

div#toolbar_horizontal ul li:hover ul, div#toolbar_horizontal ul ul li:hover ul, div#toolbar_horizontal ul ul ul li:hover ul, div#toolbar_horizontal ul ul ul ul li:hover ul, div#toolbar_horizontal ul ul ul ul ul li:hover ul{
display:block;
}

/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {

	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	height: auto;
}

#side-navcontainer .current {

}

#side-navcontainer .current:hover {
	
}

#side-navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#side-navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-style: none;
	border-bottom-style: none;
	border-bottom-color: #fff;
}

#side-navcontainer li {
	width: 100%;
}



#side-navcontainer a {
	display: none;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#side-navcontainer a:hover {

	text-decoration: none;
	background-color: #fff;
}

#side-navcontainer a:active {
	
}

/* Child - Level 1 */

#side-navcontainer ul ul {
	
}

#side-navcontainer ul ul li {
	display: block;
}

#side-navcontainer ul ul a {
	padding-left: 10px;
	
	font-weight: bold;
	font-size: 11px;
	position: relative;
	z-index: 22;
	display: block;
	position: relative;
	line-height: 31px;
	height: 30px;
	border-bottom: 1px solid #fff;
}

#side-navcontainer ul ul a:hover {
	color: #000;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);

	background-color: #fff;
}

#side-navcontainer ul ul .current {
	
}

#side-navcontainer ul ul .currentAncestor {
	
}

/* Child - Level 2 */

#side-navcontainer ul ul ul {
	
}

#side-navcontainer ul ul ul li {
	
}

#side-navcontainer ul ul ul a {
	padding-left: 30px;
	display: block;
}

#side-navcontainer ul ul ul a:hover {
	
}

#side-navcontainer ul ul ul .current {
	
}

#side-navcontainer ul ul ul .currentAncestor {
	
}

/* Child Level 3 */

#side-navcontainer ul ul ul {
	
}

#side-navcontainer ul ul ul ul li {
	
}

#side-navcontainer ul ul ul ul a {
	padding-left: 50px;
}

#side-navcontainer ul ul ul ul a:hover {
	
}

/* Child Level 4 */

#side-navcontainer ul ul ul ul {
	
}

#side-navcontainer ul ul ul ul ul li {
	
}

#side-navcontainer ul ul ul ul ul a {
	padding-left: 70px;
}

#side-navcontainer ul ul ul ul ul a:hover {
	
}

/* Child Level 5 */

#side-navcontainer ul ul ul ul ul {
	
}

#side-navcontainer ul ul ul ul ul ul li {
	
}

#side-navcontainer ul ul ul ul ul ul a {
	padding-left: 90px;
}

#side-navcontainer ul ul ul ul ul ul a:hover {
	
}

/* @end */



/* @end */

/* @group Content */

.left {
	width: 200px;
	float: left;
	display: block;
	padding: 15px;

	background: #000 no-repeat;
	font-size: 11px;
	line-height: 18px;

	margin-right: 10px;
	z-index: 1;
	border-style: solid;
}

.right {

	float: left;
	display: block;
	padding: 15px;

	background: #000 no-repeat;
	line-height: 22px;
	position: relative;
	z-index: 1;
	border-style: solid;
	font-size: 12px;
}



/* @end */

/* @group Inline */

#inlineheader {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 100px;

}

* html #inlineheader {
	height: 70px;

}

#inlinebody {
		margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 100px;
	margin-top: 60px;
	color: #fff;
	font: 12px/19px;
}

#inlinetoolbar {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 36px;
}



/* @end */

#footer {
	display: block;
	width: 800px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	clear: left;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 10px;
}

.clear {
	clear: left;
}



/* @end */

/* @group Global Classes */

.imageStyle {
	padding: 5px;
	background: #dfdfdf;
	border: 1px solid #bebebe;
}

img {
	border-style: none;
}

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

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

.blackquote {
	font-weight: bold;
	font-style: italic;
}

p {
	
}

code {
	padding: 5px;
	border: 1px solid #a2a2a2;
	background: #e9e9e9;
}
	
/* @end */

/* @group Blog Classes */

h1.blog-entry-title {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.blog-entry-title {
	font-size: 18px;
} 
h1.blog-entry-title a {
	margin-top: 0;
} 
.blog-comment-link {
	
}

.blog-entry {
}

/* @group Cloud */

p.blog-entry-tags {
	font-size: 11px;
	background: url(images/tag.png) no-repeat left top;
	padding-left: 20px;
	line-height: 20px;
} 
p.blog-entry-tags a:link, 
p.blog-entry-tags a:visited 

} 
p.blog-entry-tags a:hover { } 
p.blog-entry-tags a:active {} 
.blog-entry-comments-inline 
{ }

ul.blog-tag-cloud {
	padding: 0;
	text-align: justify;
	float: left;
	clear: left;
	margin: 10px 0 0;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
} 
ul.blog-tag-cloud li a:link, 
ul.blog-tag-cloud li a:visited 
{ } 
ul.blog-tag-cloud li a:hover 
{ } 
ul.blog-tag-cloud li a:active 
{ } 
.blog-tag-size-1 {
	font-size: 9.5px;
}

.blog-tag-size-2 {
	font-size: 10px;
}

.blog-tag-size-3 {
	font-size: 10.5px;
}

.blog-tag-size-4 {
	font-size: 11px;
}

.blog-tag-size-5 {
	font-size: 11.5px;
}

.blog-tag-size-6 {
	font-size: 11px;
}

.blog-tag-size-7 {
	font-size: 11.5px;
}

.blog-tag-size-8 {
	font-size: 12px;
}

.blog-tag-size-9 {
	font-size: 12.5px;
}

.blog-tag-size-10 {
	font-size: 13px;
}

.blog-tag-size-11 {
	font-size: 13.5px;
}

.blog-tag-size-12 {
	font-size: 14px;
}

.blog-tag-size-13 {
	font-size: 14.5px;
}

.blog-tag-size-14 {
	font-size: 15px;
}

.blog-tag-size-15 {
	font-size: 15.5px;
}

.blog-tag-size-16 {
	font-size: 16px;
}

.blog-tag-size-17 {
	font-size: 16.5px;
}

.blog-tag-size-18 {
	font-size: 17px;
}

.blog-tag-size-19 {
	font-size: 17.5px;
}  
.blog-tag-size-20 {
	font-size: 18px;
} 




/* @end */

.blog-trackback-link {
	
}

.blog-entry-date {
	font-size: 11px;
	color: #a6a6a6;
	background: no-repeat url(images/clock.png);
	text-indent: 20px;
	height: 18px;
	line-height: 18px;
	display: table;
	margin-bottom: 10px;
}

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

.blog-entry-body {

	padding: 10px;
}

.blog-entry-comments {
	margin-top: 20px;
	margin-bottom: 5px;

	font-weight: bold;
}

.blog-entry-category {

	line-height: 18px;
	background: url(images/category.png) no-repeat 3px top;
	font-size: 11px;
	display: table-cell;
	margin-left: 7px;
	padding-right: 5px;
	font-weight: bold;
}

.blog-read-more {
	background: url(images/readmore.png) no-repeat;
}

.blog-image-smiley { }

/* Blog Category Links */

#blog-categories {
	clear: left;
	float: left;
	margin-top: 10px;
}

.blog-category-link-disabled {
	background: no-repeat url(images/category.png);
	padding-left: 22px;
	margin: 0;
	line-height: 18px;
	height: 18px;
	display: block;
	float: left;
	clear: left;
}

.blog-category-link-enabled {
	background: no-repeat url(images/category.png);
	padding-left: 22px;
	height: 18px;
	line-height: 18px;
	display: block;
	float: left;
	clear: left;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

/* Blog Archive Links */

#blog-archives {
	margin-right: 0;
	margin-left: 0;
	clear: left;
	padding-top: 10px;
	float: left;
}

.blog-archive-link-disabled {
	background: url(images/clock.png) no-repeat 0 top;
	padding-left: 22px;
	margin: 0;
	height: 18px;
	padding-bottom: 0;
	line-height: 18px;
	white-space: nowrap;
	float: left;
	clear: left;
}

.blog-archive-link-enabled {
	background: url(images/clock.png) no-repeat 0 top;
	padding-left: 22px;
	margin: 0;
	height: 18px;
	padding-bottom: 0;
	white-space: nowrap;
	display: block;
	float: left;
	clear: left;
}

/* RSS Feed Links */

#blog-rss-feeds {
	clear: left;
	float: left;
	margin-top: 10px;
}

.blog-rss-link {
	background: no-repeat url(images/rss.png);
	display: block;
	margin: 0;
	padding-left: 22px;
	line-height: 22px;
	float: left;
	clear: left;
}

.blog-comments-rss-link {
	background: no-repeat url(images/rss.png);
	padding-left: 22px;
	display: block;
	line-height: 22px;
	margin-bottom: 0;
	margin-left: 0;
	margin: 0;
	float: left;
	clear: left;
}
	
/* @end */

/* @group Blog Archive */
	.blog-archive-background { } 	
.blog-archive-entries-wrapper { } 	
.blog-archive-month {
}

.blog-archive-link {
	background: no-repeat url(images/return.png);
	padding-left: 20px;
	display: table-cell;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
/* @end */

/* @group Contact Form */

.message-text {
	font-weight: bold;
} 
.required-text {
	color: #ff0000;
} 
.form-input-field { } 	
.form-input-button { }
	
/* @end */

/* @group File Sharing */

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

.filesharing-item-title { } 
.filesharing-item-description {
	font-style: italic;
}/* @end */

/* @group Photo Album */ 	
.album-description { } 	
.album-wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	margin-bottom: 50px;
	clear: both;
} 	.thumbnail-wrap {
	float: left;
	margin: 20px 20px 70px;
}

.thumbnail-frame {
	padding: 5px;

}

.thumbnail-frame img {
	padding: 5px;

} 
	
/* @end */

/* @group Photo Album Large View */

.photo-background {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}

.photo-navigation {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #fff;
	padding-top: 15px;
	height: 85px;
}

#photo-navigation a {
	margin-top: 0;
	margin-bottom: 0;
}

.photo-navigation a:hover {
}

.photo-frame{
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
	border: 4px solid #fff;
}

.photo-links {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.photo-links a:link {
	margin-top: 0;
	padding-top: 0;
}

.photo-title {
	padding-top: 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.photo-caption {
	color: #d6d6d6;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

	
/* @end */

/* @group Movie Album */ 	.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
	
/* @end */

/* @group Quicktime Movie */

.movie-description {
	clear: both;
}
	
/* @end */

/* @group Movie Album Pop Win */

.movie-background { }

.movie-frame {
	padding: 5px;
	border: 1px solid #bebebe;
	float:
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	z-index: 10;
}
	
/* @end */

#flashcontent {
	position: relative;
	z-index: 1;
}

/* @group Misc */

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 */