/*<group=General Styles>*/

body {
	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%;
}

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;
}
	
/*</group>*/

/*<group=Layout>*/

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


/** html #container{
	position: relative;
	margin: 0 auto;
	padding: 0;
	right: 0;
	left: 0;
	bottom: 0;
}*/

#pageHeader {
	margin-left: 198px;
	margin-right: 198px;
	height: 108px;
	position: relative;
	background-color: #373e51;
	font-family: Garamond, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

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

#leftbar {
	width: 190px;
	text-align: left;
	position: absolute;
	right: 0;
	overflow: auto;
	top: 0;
	bottom: 40px;
}

/** html #leftbar {
	height: 90%;
	position: relative;
	float: right;
}
*/
#contentContainer {
	text-align: left;
	overflow: auto;
	position: absolute;
	right: 190px;
	margin-right: 0px;
	left: 190px;
	top: 108px;
	bottom: 40px;
	background: #262552;
}

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

#contentContainer #content {
	text-align: left;
	background: transparent;
	padding: 20px;
}

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

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
	/*height: 94%;*/
	position: absolute;
	left: 0;
	top: 0;
	bottom: 40px;
	overflow: auto;
}

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


.sidebar {
	padding: 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;
}
	
/*</group>*/

/*<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;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	padding-top: 0px;
	line-height: 1.2;
	background: transparent;
	font-size: 1.2em;
	margin-top: 20px;
	text-align: right;
}

#navcontainer .currentAncenstor {
}

#navcontainer li a.active {
	
	font-weight: bold;
	padding-left: 32px;
}

#navcontainer ul ul li a.active {
	padding-left: 40px;
}

/* Parent - Level 0 */

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



#navcontainer ul li {
	border-bottom: 1px dotted #d7d7d7;
	font-size: 1.1em;
}

#navcontainer ul * li {
}

#navcontainer a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
}


#navcontainer a:hover {
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
}

#navcontainer ul ul li { 
	border-bottom: 0px;
	font-size: 0.8em;
	line-height: 1;
	padding-right: 1.5em;
}



#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 40px;
}

#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

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

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

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

/* Child - Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#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;
	padding-left: 65px;
}

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

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/*</group>*/

/*<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 {
}
	
/*</group>*/

/*<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;
}
	
/*</group>*/

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

/*</group>*/
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	font-size: 0.9em;
	position: relative;
	top: 3em;
	color: #000000;
	text-align: center; /* To Make Content Centered */
	background: #ffffff;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

.blog-archive-headings-wrapper {
	text-align: center;
	padding: 0.5em 1em;
	height: 108px;
	position: relative;
	font-family: Garamond, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;

}

.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 {
	color: #092143;
	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;
}

	
/*</group>*/
	
/*</group>*/

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

/*</group>*/

/*<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;
}
	
/*</group>*/

/*<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;
}
	
/*</group>*/

/*<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;
}
	
/*</group>*/


/*</group>*/

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

}

textarea {
}
.form-input-button { 
}

label + br {
}

form {

	}

label {
} 
/*</group>*/

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

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

#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;
}*/