/* @group General Styles */

body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 0.8em "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
	background: #837f85;
	width: 100%;
	height: 100%;
	overflow: auto;
}

p { 
}

b, strong {
	color: #ffffff;
	font-weight: normal;
}

#sidebarContainer .sidebar b, #sidebarContainer .sidebar strong {
	color: #b90000;
}

a:link {
	color: #c3c2f3;
	text-decoration: none;
}

a:visited {
	color: #81acd8;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffbd3e;
}

.left {
	float: left;
}

a img {
	border: none;
}

img {
	display: block;
	margin: 0;
	padding: 0;
}
	
/* @end */

/* @group Layout */

#container {
	color: #3e3e3e;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
	color: #dadedb;
	margin-right: auto;
	margin-left: auto;
	width: 92%;
	height: 92%;
	position: absolute;
	left: 4%;
	top: 4%;
	right: 4%;
	bottom: 4%;
}



#pageHeader {
	margin-left: 0%;
	margin-right: 0%;
	height: 20%;
	position: absolute;
	background-color: #373e51;
	font-family: Garamond, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	left: 20%;
	width: 60%;
	margin: 0;
	padding: 0;
}

* html #pageHeader {
}

#pageHeader b, #pageHeader strong {
	color: #b90000;
}

#pageHeader p {
	color: #333;
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageHeader h1 {
	color: #fff;
	
	margin: 0px;
	text-align: center;
	font-size: 3em;
	letter-spacing: 3px;
	position: relative;
	top: 10px;
	padding: 17px 20px 5px 30px;
}



#pageHeader h2 {
	color: #cdd4e7;
	
	margin: 0px;
	font-size: 1.1em;
	text-align: center;
	padding-right: 20px;
	padding-left: 30px;
	letter-spacing: 3px;
	position: relative;
	top: 10px;
}

#navbarContainer {
	width: 20%;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	/*height: 100%;*/
	bottom: 0;
	margin-bottom: 32px;
	background-color: #FFFFFF;
}

#navbarContainer #navbar {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 100;
}

#navbarContainer #bgimage_left {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 50;
}

#navbarContainer #bgimage_left img {
	position: relative;
	width: 100%;
	height: auto;
}

#navbarContainer #bgimage_left #left_image1, #navbarContainer #bgimage_left #left_image2, #navbarContainer #bgimage_left #left_image3 {
	display: none;
}

#sidebarContainer #sidebar_content {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin: 0;
	z-index: 100;
}

/** html #navbarContainer {
	height: 90%;
	position: relative;
	float: right;
}
*/

#sidebarContainer {
	width: 20%;
	text-align: left;
	position: absolute;
	right: 0;
	top: 0;
	/*height: 100%;*/
	background-color: #fff;
	bottom: 0;
	margin-bottom: 32px;
}

#sidebarContainer #bgimage_right {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 50;
}

#sidebarContainer #bgimage_right img {
	position: relative;
	width: 100%;
	height: auto;
}

#sidebarContainer #bgimage_right #right_image1, #sidebarContainer #bgimage_right #right_image2, #sidebarContainer #bgimage_right #right_image3 {
	display: none;
}

#navbarContainer #navbar_content {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: auto;
}


#contentContainer {
	text-align: left;
	overflow: auto;
	position: absolute;
	margin-right: 0%;
	margin-left: 0%;
	top: 20%;
	/*height: 80%;*/
	bottom: 0px;
	background: #262552;
	width: 60%;
	left: 20%;
	right: 20%;
	margin-bottom: 32px;
}

* html #contentContainer {
	margin: 0;
	width: 60%;
	overflow-x: hidden;
	left: 20%;
}

/** html #contentContainer {
	height: 75%;
	
}*/

#contentContainer #content {
	text-align: left;
	margin: 20px;
}

/** html #contentContainer #content {
}*/


/** html #sidebarContainer {
	height: 90%;
	position: relative;
	float: left;
}*/


.sidebar {
	margin: 10px;
	color: #494949;
}

.sidebar a {
	color: #b90000;
}

.sidebar a:hover {
	color: #ffffff;
}

#contentContainer #content ul li {
	margin-bottom: 0.8em;
}

#contentContainer #content ol li {
	margin-bottom: 0.8em;
}

#footer {
	position: absolute;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	color: #2d3f57;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #7d8998;
	bottom: 0;
	height: 32px;
}

/** html #footer {
	clear: both;
	position: relative;
	overflow: visible;
}*/

#footer p {
	margin: 0px;
	padding-top: 0.4em;
}

#footer a {
	color: #ffffff;
}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: right;
	padding: 0px;
}

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

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-top: 20px;
	text-align: left;
	position: relative;
}

#navcontainer .currentAncenstor {
}

#navcontainer li a.active {
	
	font-weight: bold;
}

#navcontainer ul ul li a.active {
}

/* Parent - Level 0 */

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

#navcontainer>ul {
	border-top: 1px dotted #d7d7d7;
}



#navcontainer ul li {
	border-bottom: 1px dotted #d7d7d7;
	font-size: 1em;
	display: block;
	list-style: none;
	padding: 0;
}


#navcontainer a {
	display: block;
	text-decoration: none;
	text-indent: 10px;
	height: 20px;
	padding: 5px 5px 0 5px;
}


#navcontainer a:hover {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li { 
	margin: 0;
	border-bottom-width: 0;
	font-size: 0.9em;
}



#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	text-indent: 20px;
}

#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
	font-size: 1em;

}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	text-indent: 25px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
	font-size: 0.9em;
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	text-indent: 30px;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	text-indent: 35px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* 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 {
	display: block;
	text-decoration: none;
	text-indent: 40px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}

	
/* @end */

/* @group Global Classes */

.clearer {
	clear: both;
}

.standout {
	font-style: italic;
	background: #7dacdc;
	padding: 10px;
	font-size: 13px;
	color: #fafffd;
	border-bottom: 1px dotted #092143;
	border-top: 1px dotted #092143;
}

h1 {
	color: #ff7f0b;
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding: 0px;
	line-height: 1em;
}

h2 {
	color: #cfd6ec;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.1em;
	margin-top: 0;
	padding: 0px;
}

h3 {
	color: #738eb1;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.8em;
	padding-top: 1em;
}

h4 {
	color: #90b0c5;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.1em;
}

h5 {
	color: #092143;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0.1em;
}

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

* html .image-left {
	/*height: 1%;*/
	position: relative;
}

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

* html .image-right {
	/*height: 1%;*/
	position: relative;
}

.imageStyle {
}
	
/* @end */

/* @group Photo Album */

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

table.thumbnail-table {
	text-align: center;
	width: 100%;

}

* html table.thumbnail-table {
	
	width: auto;
}


table.thumbnail-table tr {

}

table.thumbnail-table tr td {
	text-align: center;
	padding: 5px 10px;

}

table.thumbnail-table tr td img {
}

.album-title {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.album-description {
	color: #5a6279;
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
}

.thumbnail-caption {
	margin-top: -2px;
	color: #556896;
}
	
/* @end */

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

.photo-background {
	text-align: center;
	margin: 10px;
}

.photo-navigation {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
	border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
	color: #092143;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #154ea1;
}

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

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	font-size: 0.9em;
	position: relative;
	text-align: center; /* To Make Content Centered */
}

.blog-archive-headings-wrapper {
	text-align: center;
	padding: 0.5em 1em;
	position: relative;

}

.blog-archive-entries-wrapper {
	text-align: left;
	padding: 1em;
}

.blog-archive-month {
	position: relative;
	font-weight: normal;
	font-size: 2.5em;

}

.blog-archive-link { 
	position: relative;	

}

.blog-entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.blog-entry-title {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 20px;
}

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

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #092143;
	font-size: 14px;
	font-weight: normal;
}

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

/* @end */

/* @group Quicktime Page */

.movie-title {
	color: #092143;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.movie-description {
	text-align: center;
}

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

/* @group Quicktime Album */

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

.movie-page-title {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-right: 40px;
}


.movie-thumbnail-caption {
	text-align: center;
	color: #333333;
	margin-bottom: 5px;
}
	
/* @end */

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

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

.movie-title {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	text-align: center;
}

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


/* @end */

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

}

/** html form {
	display: block;
	left: 0;
	right: 380px;
	margin-left: 0;
	margin-right: 0px;
} */

/** html .message-text {
	display: block;
	position: relative;
}*/

.required-text {
} 

.form-input-field {
} 

input.form-input-field {
	display: inline;
}

textarea {
}

.form-input-button { 
}

label + br {
	display: none;
}

input + br {
	clear: left;
}

form {
	
	}

label {
	display: block;
	width: 180px;
	background: #ccc;
	float: left;
	padding: 2px 5px;
} 
/* @end */

#content p+h3 {
	border-top: 1px solid #e1e1e1;
}

#sidebarContainer #logo {
	width: 100%;
	margin-bottom: 20%;
	position: relative;
}

#sidebarContainer #logo img {
	width: 50%;
	margin-left: 25%;
	margin-top: 25%;
}

/** html #sidebarContainer #logo {
	margin-bottom: 2em;
}

* html #sidebarContainer #logo {
	margin-top: 0;
}

* html #navcontainer li {
	height: 0.6em;
}*/