/*<group=General Styles>*/

body { margin: 0; padding: 0; text-align: center; font: 0.8em "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 100%; height: 100%; }

p {  }

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

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


a:link, { text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 800; }

a:hover, a:active { color: #1d1f56; font-weight: 800; background-color: silver; }



a:visited { text-decoration: underline; color: #ffffff; font-weight: 800; }

.left {
	float: left;
}

a img {
	border: none;
}
	
/*</group>*/

/*<group=Layout>*/

#container { color: #a24d03; letter-spacing: 0; word-spacing: 1px; line-height: 1.5em; width: 90%; 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: purple;
}

#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: #fff;
	
	margin: 0;
	font-size: 1.1em;
	text-align: center;
	padding-right: 20px;
	padding-left: 30px;
	letter-spacing: 3px;
	position: relative;
	top: 10px;
}

#leftbar { color: white; 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 { color: #fff; 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: white;
}

.sidebar a { color: #fff; }

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

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

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

#footer {
	position: absolute;
	margin: 0 auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	color: white;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #00f;
	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: white;
	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;
	font-size: 10px;
}

#breadcrumbcontainer a:hover {
	display: inline;
	font-size: 10px;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer { color: #008080; padding-top: 0; line-height: 1.2; background: #f00; 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 { color: white; font-size: 10px; background-color: #360; display: block; text-decoration: none; padding: 8px 10px; }


#navcontainer a:hover { color: black; font-size: 15px; background-color: #ccc; }

/* 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: black; font-size: 30px; font-weight: bold; margin-bottom: 0.5em; padding: 0; line-height: 1em; }

h2 {
	color: black;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.1em;
	margin-top: 0;
	padding: 0;
}

h3 {
	color: black;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0.8em;
	padding-top: 1em;
}

h4 {
	color: black;
	font-size: 8px;
	font-weight: normal;
	margin-bottom: 0.1em;
}

h5 {
	color: black;
	font-size: 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 {
	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;
} 
/*</group>*/

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

#sidebarContainer #logo { width: auto; height: auto; }

#sidebarContainer #logo img { background-position: 50% 100%; margin: auto; }

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

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

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