/*
File: 'Versatile' styles.css Style Sheet
Created: May, 2007
Author: Henk Vrieselaar
http://www.henkvrieselaar.nl/carousel-styles/ Email: henkvrieselaar@home.nl
*/
/* @group Global */

body {
	color: white;
	margin: 5px;
	background: white;
	text-align: center;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

a:link {
	color: #8082dd;
	font-weight: normal;
}

img {
}

a
{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #8082dd;
	
}

a:visited {
	color: #8082dd;
	text-decoration: none;
}

/* @end */

a:active {
		color: #3538ca;
}

blockquote {
	font-style: italic;
	text-indent: 20px;
}

h1 {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #ffffff;
}

h3 {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

.imageStyle {
	border:0px;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

p {
	
}

code {
	font-family:  "Courier";
	font-size: 1.2em;
	margin-left: 25px;
}

#flashcontent {
	text-align: center;
}
	
/* @end */

/* @group Layout */

.clearer {
	clear: both;
	margin-top: 10px;	
}

#container {
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#pageHeader {
	margin-bottom: 22px;
	width:  760px;
	height: 80px;
}

#pageHeader img {
	float: left;
	margin-right: 18px;
	margin-top: 10px;
}

#pageHeader h1 {
	font-weight: normal;
	text-align: left;
	padding-top: 12px;
	padding-left: 0px;
	font-size: 34px;
	color: #444ecd;
	height: 22px;
	margin-left: 0px;
}

#pageHeader h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	padding-top: 17px;
	padding-left: 0px;
	color: #444ecd;
	margin-top: 0px;
	margin-left: 0px;
}

#contentContainer {
	margin-left: 223px;
	width: 480px;
	border-top: 1px solid #444ecd;
	margin-top: -4px;
}

#contentContainer #content {
	width: 480px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebarContainer {
	width: 204px;
	margin-bottom: 0px;
	float: left;
	padding-top: 118px;
	background: url(images/blue/sidebartop.png) no-repeat;
		margin-top: 4px;
}

#sidebarContainer .sideHeader {
	margin-left: 0px;
	font-size: 12px;
	padding-top: 90px;
	padding-left: 30px;
	background: url(images/blue/sidebarbottom.png) no-repeat;
	width: 174px;
	height: 20px;
}

#sidebarContainer #sidebar {
	margin-left: 0px;
	font-size: 11px;
	padding: 0 20px 0 30px;
}

#footer { 
	width: 780px;
	margin: 0 auto;
	text-align: left;
	color: #3538ca;
	padding-left: 0px;
	font-size: 11px;
	padding-top: 15px;
}

#footer p {
}

#footer a {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 11px;
	
}

/* My Comment */

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #8d82dd;
}

#breadcrumbcontainer a:hover {
	color: #8082dd;
}

	
/* @end */

/* @group Navigation */

/* Toolbar Styles */

#navcontainer {
	width: 174px;
	padding-bottom: 10px;
	margin-top: -13px;
	padding-left: 30px;
	padding-top: 0;
	font-size: 12px;
	line-height: normal;
	background: url(images/blue/navbarblue.png) repeat-y;
}

#navcontainer #current {
	font-weight: normal;
	color: #ffffff;
	background: url(images/blue/navbarblue3.png) no-repeat 8px 0;	
	padding-top: 5px;
	padding-bottom: 5px;
}

/* GrandParent - Level 0 */

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

#navcontainer li {
	padding-left: 0;	
}

#navcontainer a {
	display: block;
	text-decoration: none;
	padding: 5px 25px 5px 10px;
	font-weight: normal;
}

#navcontainer a:hover {
	font-weight: normal;
	background: url(images/blue/navbarblue2.png) no-repeat 8px -1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer a:active {
	color: white;
	background: url(images/blue/navbarblue3.png) no-repeat 8px 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer .current {
	background: url(images/blue/navbarblue3.png) no-repeat 8px 0;
	padding-top: 5px;
	padding-bottom: 5px;}#navcontainer .currentAncestor {}
/* Parent - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

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

#navcontainer ul ul a:hover {
	padding-left: 25px;
	background: url(images/blue/navbarblue2.png) no-repeat 8px -1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul ul a:active {
	color: white;
	background: url(images/blue/navbarblue3.png) no-repeat 8px 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul ul .currentAncestor {
	background: none no-repeat 15px;}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
	padding-left: 40px;
	background: none;
}

#navcontainer ul ul ul a:hover {
	padding-left: 40px;
	background: none;
	background: url(images/blue/navbarblue2.png) no-repeat 8px -1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul ul ul a:active {	color: white;
	background: url(images/blue/navbarblue3.png) no-repeat 8px 0;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* @end */

/* @group Page Styles */

/* @group Blog */

/* @group Archive */

.blog-archive-background {
	
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-headings-wrapper {
	
}

.blog-archive-month {
	
}

.blog-archive-link {
	
}
	
/* @end */

.blog-entry, .blog-entry-summary {
	color: #000;
	font-size: 11px;
	margin-bottom: 20px;
	
}

.blog-entry-date {
	color: #3538ca;
}

.blog-entry-title {
	font-weight: normal;
	margin-top: 3px;
	padding-left: 5px;
	line-height: 1.5em;
	background: #6f79d7 none no-repeat;
	font-size: 11pt;
	color: black;
	margin-bottom: 4px;
}

.blog-entry-body {
	font-size: 12px;
	line-height: 14px;
	padding-top: 8px;
}

.blog-entry-comments {
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
	padding-left: 25px;
	line-height: 21px;
}

.blog-entry-category {
	font-weight: normal;
}

.blog-category-link-enabled {
	color: gray;
	font-weight: bold;
}

.blog-category-link-disabled {
	color: gray}

.blog-read-more {
	color: gray;
	font-weight: bold;
	font-size: 11px;
	padding-top: 20px;
}

	
/* @end */

/* @group Contact Form */

.message-text {
}

.required-text {
	
}

.form-input-field {
	
}

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

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	border: 1px #333333;
	margin: 10px;
}

.filesharing-item-title {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 25px;
	
}

.filesharing-item description {
	
}
	
/* @end */

/* @group Movies & Quicktime */

/* @group Movie Popup */

.movie-background {
	
}

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

/* movie-frame common to QuickTime and Movie popup! */

.movie-frame {
	
}
	
/* @end */

/* @group Movie Album */

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

.movie-thumbnail-frame {
	border: 1px dotted;
	margin-top: 10px;
	padding: 5px;
	width: 140px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.movie-thumbnail-caption {
	padding: 5px;
}

.movie-page-description {
	font-size: 1.0em;
	padding-top: 25px;
}
	
/* @end */

/* @group Quicktime */

.movie-description {
	font-size:  1.2em;
	padding-top:  20px;
}
	
/* @end */
	
/* @end */

/* @group Photo Album */

/* @group Thumbnails */

.album-title {
	font-size: 1.5em;
	font-weight: normal;
	color: #8082dd;
}

.album-description {
	font-size: 1.0em;
	padding-top: 10px;
	margin-bottom: 20px;}.album-wrapper {	display: block;	width: 99%;	position: relative;}.thumbnail-wrap {	text-align: center;	position: relative;	float: left;	margin-bottom: 10px;	margin-right: 5px;}.thumbnail-frame {    position: absolute;    bottom: 0;    left: 0;}.thumbnail-frame img {    margin: auto;    border: none;  }.thumbnail-caption {	margin: 0;	padding: 0;	height: 35px;	display: block;}

	
/* @end */

/* @group Large View */

.photo-background {
	background: #fff;
}

.photo-navigation {
	font-size: 14px;
}

.photo-title {
	font-size: 22px;
	color: #8082dd;
	border-bottom: 1px dotted #8082dd;
}

.photo-caption {
}

.photo-links {
	
}

.photo-frame {
	border: 1px solid #323232;
	padding: 3px;
}

body {
	behavior:url(pngbehavior.htc); } /* IE 6 PC Hack */

	
/* @end */

/* My Comment */