/* @group General Styles */

body {
	background: #4C4D6B none repeat;
	margin: 20px;
	text-align: center;
	color: #333333;
	padding: 0px;
	font: 10px Trebuchet MS;
	letter-spacing: 1px;
	line-height: 1.5em;
}

p {
}

b, strong {

}

a:link {
	color: #828C1E;
	text-decoration: underline;
}

a:visited {
	color: #663366;
	text-decoration: underline underline;
}

a:hover, a:active {
	color: #ffffff;
	background-color: #D9752E;
	text-decoration: none;
}

img {
	border-style: none;
}

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

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #333333;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: transparent;
	height: 85px;
	margin-bottom: 5px;
	position: relative;
}

#pageHeader img {
	position: absolute;
	top: 10px;
	right: 10px;
}

#pageHeader h1 {
	color: #D9752E;
	margin: 0px;
	padding: 10px 20px 0px 5px;
	font-family: Trebuchet MS;
	font-size: 3.3em;
	line-height: 1.2em;
	letter-spacing: -1px;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
}

#pageHeader h2 {
	color: #e8e8ec;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding-left: 60px;
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 1.9em;
}

#contentContainer {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px;
	margin: 0px 195px 15px 0px;
}

#contentContainer #content {
	padding: 20px;
	font-family: Georgia;
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0px;
	text-align: left;
	word-spacing: 0.1em;
	text-decoration: none;
	overflow: hidden;			
}

#sidebarContainer {
	float: right;
	width: 155px;	
	border: 1px solid #cccccc;
	background: #d2d2da;
	margin: 0 0 15px;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: 0px;
	text-align: left;
	word-spacing: 0.1em;
	text-decoration: none;
}

#sidebarContainer #sidebar {
	padding: 0px 10px 10px;
	line-height: 1.6em;
}

#sidebarContainer .sideHeader {
	padding: 10px 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #0074d8;
}

#footer {
	text-align: left;
	height: 50px;
	background: transparent;
}

#footer p {
	color: #ffffff;
	padding-top: 15px;
	padding-left: 20px;
}

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

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: left;
	border: 1px solid #bdbdbd;
	margin-bottom: 15px;
	padding: 3px 0px 3px 0px;
	background: #ffffff;
	margin-left: 170px;
	font-family: Trebuchet MS;
	font-size: 1.4em;
	letter-spacing: -1px;
	word-spacing: 0.1em;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	padding: 0px 5px;
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	background: #ffffff;
	line-height: 2.0em;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
}

#navcontainer #current {
	color: #ffffff;
	background: #828C1E;
}

#navcontainer #current:hover {
	background: #828C1E;
}

#navcontainer .currentAncestor {
	color: #333333;
	background: #cad92e;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px solid #cccccc;
	height: 25px;
}

#navcontainer a:hover {
	background: #d9752E;
	color: #ffffff;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
	background: #ffffff;
}

#navcontainer ul ul a {
	color: #333333;
	padding: 0px 0px 0px 30px;
}

#navcontainer ul ul a:hover{
	background: #d9752e;
	color: #ffffff;
}

#navcontainer ul ul #current{
	background: #828C1E;
}

#navcontainer ul ul .currentAncestor {
	background: #cad92e;
	color: #ffffff;
}
/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding: 0px 0px 0px 50px;
	color: #808080;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	font-weight: bold;
	background: #fdfdfd;
}

#navcontainer ul ul ul .currentAncestor {
	font-weight: bold;
}


/* Child Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	color: #999999;
	padding: 0px 0px 0px 70px;
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	color: #b3b3b3;
	padding: 0px 0px 0px 90px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	color: #cccccc;
	padding: 0px 0px 0px 110px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	color: #666666;
}

h1 {
}

h2 {
}

h3 {
	font-variant: small-caps;
}

h4 {
	color: #828C1E;
	font-family: Trebuchet MS;
	font-size: 1.3em;
	letter-spacing: 0px;
	margin-left: 10pt;
	border-bottom: 2pt groove #999999;
	margin-right: 33%;
	border-color: #4c4d6b;
}

h6 {
	font: 80% courier;
}

.copyright {
	background: #d9752e;
	color: #ffffff;
	text-align: center;
	margin-left: -6px;
	margin-right: -6px;
	font-size: 0.85em;
	font-style: italic;
	padding: 10px 1px;
	border: 2px solid #9a9a9a;
}

.script {
	color: #004084;
	font-family: courier;
	padding-left: 25px;
}

.script2 {
	color: #004084;
	padding-left: 80px;
	background-color: #fff;
	padding-right: 60px;
	font-style: italic;
}

.recit {
	font-size: 100%;
}

.imageStyle {

}

.warning {
	font-style: italic;
	background-color: #cad92e;
	margin-left: 120px;
	margin-right: 120px;
	text-align: center;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.warning3 {
	font-style: italic;
	background-color: #defe94;
	margin-left: 120px;
	margin-right: 120px;
	text-align: left;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.warning2 {
	font-style: italic;
	background-color: #4c4d6b;
	margin-left: 170px;
	margin-right: 170px;
	text-align: center;
	padding: 10px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;
	margin-top: 10px;
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	padding: 10px;
	background: #333333;
}

.blog-archive-entries-wrapper {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

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

.blog-archive-month {
	font-size: 1.7em;
	color: #ffffff;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #ffffff;
	text-decoration: underline;
}
	
/* @end */

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
}

.blog-entry-date {
	color: #cccccc;
	letter-spacing: 2px;
}

.blog-entry-body {
}

.blog-entry-comments {
}

.blog-entry-category {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
	
.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
/* @end */

/* @group File Sharing */

.filesharing-description {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
}

.album-description {
	color: #cccccc;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.thumbnail-table {
	width: 99%;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: solid 1px #cccccc;
	padding: 1px;
}

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

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

.photo-background {
	margin: 10px;
}

.photo-navigation {
	background: #333333;
	margin-bottom: 10px;
	padding: 5px;

}

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

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

}

.photo-navigation a:hover {
	color: #ffffff;
}

.photo-frame{
	background: #333333;
	padding: 5px;
}

.photo-title {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.photo-caption {
	color: #cccccc;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
}

.movie-page-description {
	color: #cccccc;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	width: 132px;
	display: inline-table;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	border: Solid 1px #cccccc;
	font-size: 0.9em;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
	color: #333333;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 2px;
}

.movie-frame {

}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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

/* @group Highslide */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

/* @end */


