/* @group General Styles */

body, html {
	color: #666666;
	text-align: center;
	font-family: Verdana, "Bitstream Vera Sans", "Vera Sans", Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;

}

p {
	color: #333;
	font-size: 0.9em;
	line-height: 1.4em;
}

#mainContent #content #content_text p.description {
	font-size: 1em;
	line-height: 1.3em;
}

#mainContent #content #content_text p.title {
}

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

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

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

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

img {
	border-style: none;
}

#pageHeader #logo {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	
}

#pageHeader #logo img {

}

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

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

ul {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	list-style: inside upper-roman;
}

ul li {
	margin-bottom: 0.7em;
	color: #333;
	line-height: 1.2em;
}

a img {
	border: none;
}
	
/* @end */

/* @group Layout */

#container { 
	/*position: absolute;
	top: 4%;
	left: 4%;
	right: 4%;
	bottom: 4%;*/
	margin: auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	/*height: 92%;
	width: 92%;*/
	border: 2px solid #e9e9e9;
}

#pageHeader {
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 0;
}

#pageHeader h1 { 
	color: #dedede;
	padding: 0;
	font-size: 1em;
	font-style: normal;
	position: relative;
	font-weight: bold;
	margin: 0;
	margin-top: 10%;
	top: 0;
	display: none;
}

#pageHeader h2 { 
	color: #eeeeee;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 0.9em;
	font-style: normal;
	display: none;
}

#mainContent {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 16%;
	background: transparent;
	margin: 0;
	padding: 0;
}



#mainContent #sidebar {
	position: absolute;
	padding: 0px;
	color: black;
	background-color: #f6f6f6;
	text-align: left;
	left: 0;
	font-size: 0.6em;
	top: 0;
	bottom: 0;
	margin: 0;
	overflow: hidden;
	height: 100%;
}

#sidebar .sideHeader {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 3px;
}

#mainContent #sidebar p {
	color: #696969;
}

#mainContent #content {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #5a5a5a;
	height: 100%;
	text-align: left;
	background-color: #cdc9bf;
	font-size: 0.7em;
	overflow: auto;
}


#mainContent #content #content_text {
	position: relative;
	margin: 4% 8%;
}

#mainContent #content #content_text img.whole {
	width: 100%;
}

#mainContent #content #content_text img.half {
	width: 45%;
}

#footer { /* This Is The BG Color Of The Main Div */
	text-align: center;
	font-size: 11px;
	color: #999;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	bottom: -20px;
	left: 0;
	right: 0;
	padding: 8px 0px 0px 0px;
	height: 20px;
	line-height: 1.8em;

}

#footer a {
	color: #a56765;
	text-decoration: none;
}

#footer a:hover {
	color: #b90000;
	text-decoration: underline;
}

#sidecontainer
{
	padding: 0;
}

#side_plus {
	/*margin: 10px;
	border: 1px solid #b1b1b1;*/
	padding: 0;
	width: 86%;
	margin: 2em 7%;
}

#side_plus a {
	font-weight: normal;
}

#sidecontainer #side_plus p {
	color: #000;
}


	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: right;
	position: relative;
	width: 96%;
	font-size: 11px;
	line-height: 14px;
	padding-right: 4%;
	background-color: transparent;
	height: 25px;
	/*border-bottom: 1px solid #ccc;*/
}

#breadcrumbcontainer ul {
	padding: 0;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0 1em 0 0;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;

}

#breadcrumbcontainer a {
	text-decoration: none; 
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-top: 8em;
}

#navcontainer #current {
	color: #b72701;
	font-weight: bold;
	/*background: #d6e992;*/
}

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

#navcontainer ul ul ul #current {
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#navcontainer li { 
	margin: 0;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	list-style: none;

}

#navcontainer ul a {
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0.5em 0 0.7em;
	margin-left: 7%;
	margin-right: 7%;
	/*width: 86%;*/
}

#navcontainer a:hover {
	/*color: #ffffff;*/
	/*background: #d4f212;*/;
	color: #c7530e;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0;
	/*width: 100%;*/
}

#navcontainer ul ul li { 
	/*width: 100%;*/
}

#sidebar #navcontainer ul ul a {
	text-decoration: none;
	margin-left: 16%;
	padding-top: 0.5em;
	font-size: 10px;
	margin-right: 7%;
	/*width: 77%;*/
}

#sidebar #navcontainer ul ul ul a {
	text-decoration: none;
	padding-top: 0;
	padding-left: 20%;
	/*padding-left: 15%;*/
	font-size: 9px;
}

#navcontainer ul ul a:hover {
}
	
/* @end */

/* @group Global Classes */

.standout, blockquote {
	font-family: Courier New, Courier, mono;
	border: 1px dotted #004f9e;
	background: #ddedff;
	color: #004f9e;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	color: #333;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

h2 {
	color: #b90000;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-size: 1.2em;
}

h3 {
	color: #333;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	margin-top: 2em;
}

h4 {
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-size: 1em;
	color: #790000;
}

h5 {
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-size: 0.9em;
	color: #333;
}

.imageStyle {
	padding: 0;
	margin: 0;
}

.bar {
	width: 100%;
	height: 1px;
	background: #ffffff;
}

p.description {
	margin-top: 0;
	font-style: italic;
}
	
/* @end */

/* @group Blog */

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

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

.blog-entry-date {
		
	text-align: left;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-style: normal;
}

.blog-entry-body {
	
	text-align: left;
	/*color: #333;*/
	font-size: 12px;
}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-entry-category {
}

.blog-category-link-disabled {
	color: #999;
}

.blog-category-link-enabled {
	color: #666;
}

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

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* @end */

	
/* @end */

/* @group File Sharing */

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3a5a1b;
}

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

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

.filesharing-item-description {
	text-align: left;
	color: #436721;
	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;
}

.album-description {
	padding: 5px;
	font-size: 1.4em;
}
.album-description {
	margin-bottom: 40px;
	font-size: 1.2em;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

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

.thumbnail-caption {
	margin: 5px -5px;
	padding: 0 0 20px 0;
	display: block;
	height: 40px;
}

.thumbnail-caption {
	color: #c00101;
	font-size: 10px;
}
	
/* @end */

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

.photo-background {
	background: #ffffff;
	text-align: center;
}

.photo-navigation {
	margin: 6px auto; 
	background: #cdc9bf;
	color: #b90000;
	text-align: center;
	padding: 4px;
	width: 640px;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
	color: black;
	font-size: 0.8em;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	border: 1px solid #555555;
	margin: 6px;
	background: white;
}

.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 {
	color: #0062c5;
	font-weight: bold;
	font-size: 14px;
}

.movie-page-description {
	margin-bottom: 20px;
	color: #494949;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	color: #aeaeae;
	text-align: center;
	margin-bottom: 3px;
	font-size: 11px;
}
	
/* @end */

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

.movie-background {
	background: #ffffff;
	margin-top: 5px;
	overflow: hidden;
}

.movie-title {
	color: #0062c5;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

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

.required-text {
	color: #b90000;
} 

.form-input-field {
	border: 1px solid #ccc;
	background-color: white;
	width: 100%;
}

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

textarea.form-input-field {

} 

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


