/*<group=General Styles>*/

body {
	margin: 0px 5px 0px 5px;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p { 
}

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

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

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

a:hover, a:active   { color: #666666; font-weight: bolder; }
	
/*</group>*/

/*<group=Layout>*/

#container     { color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em; background: #ccc; word-spacing: 1px; letter-spacing: 0; margin-top: 25px; margin-right: auto; margin-left: auto; width: 780px }

#pageHeader     { color: #a9a9a9; background: #10488a url("images/sten_header_780x213.jpg") no-repeat; text-align: left; list-style: none; width: 780px; height: 213px }

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

#pageHeader h1     { color: #BCBBB6; font-size: 3em; font-style: bold; font-weight: bold; font-stretch: normal; text-align: left; letter-spacing: 3px; margin: 0; padding: 20px 20px 5px 30px; position: relative; top: 60px; text-shadow: 0px 0px 4px #000000    }

#pageHeader h2    { color: #ccc; font-size: 18px; font-weight: bold; text-align: left; letter-spacing: 3px; margin: 0; padding-right: 20px; padding-left: 30px; position: relative; top: 70px; text-shadow: 0px 0px 3px #000000   }

#contentContainer {
	width: 589px;
	float: left;
	text-align: left;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 40px;
	width: 519px;
}

#sidebarContainer       { color: #666; background-color: #0099cc; text-align: left; width: 190px; float: left }

#sidebarContainer.sidebar     { background-color: #0099cc;float: left; padding: 14px }

#sidebarContainera:hover     { color: #ccc; font-style: italic; font-weight: bolder; font-stretch: condensed; text-decoration: bold  }

#footer      { color: #bcbbb6; background: #0099cc url("images/sten_footer_780x40.jpg") no-repeat; text-align: center; margin: 0 auto; width: 780px; height: 40px }

#footer p  { color: #BCBBB6; margin: 0; padding-top: 10px; padding-bottom: 10px }

#footer a   { color: #BCBBB6 }

#footer a:hover  { color: #BCBBB6; text-decoration: bold }
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}

#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    { color: #bcbbb6; font-size: 14px; line-height: 14px; background: #0099cc; padding-top: 0; width: 189px }

#navcontainer li a.active     { color: #ccc; font-weight: bold; background: #0099cc url("images/wheel_16x16.gif") no-repeat 10px center; padding-left: 32px }

#navcontainer ul ul li a.active    { background: #0099cc url("images/wheel_16x16.gif") no-repeat 20px center; padding-left: 40px }

/* Parent - Level 0 */

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



#navcontainer ul li {
	border-bottom: 3px solid #0099cc;

}

#navcontainer ul * li {
	border-width: 0;
}

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

#navcontainer a:hover    { color: #e0e0e0; background: #0099cc }

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
	font-size: smaller;
}

#navcontainer ul ul li { 
	border-bottom: 0px;
}



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

/* Child - Level 2 */

#navcontainer ul ul ul   { color: #e0e0e0 }

#navcontainer ul ul ul li { 
}

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

#navcontainer ul ul ul a:hover    { background: #0099cc }

/* Child - Level 3 */

#navcontainer ul ul ul ul    { color: #e0e0e0 }

#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: #0099cc }

/* Child - Level 4 */

#navcontainer ul ul ul ul ul    { color: #e0e0e0 }

#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: #10488a }

/* Child - Level 5 */

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

#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: #10488a }
	
/*</group>*/

/*<group=Global Classes>*/

.standout      { color: #224272; font-size: 12px; font-style: italic; background: #e0e0e0; padding: 10px; border-top: 1px dotted #092143; border-bottom: 1px dotted #092143 }

h1     { color: #CC6600; font-size: 18px; font-weight: bolder; line-height: normal; margin-bottom: 6px }

h2     { color: #666666; font-size: 16px; font-weight: normal; margin-bottom: 6px }

h3     { color: #CC6600; font-size: 14px; font-weight: bolder; margin-bottom: 6px }

h4     { color: #666666; font-size: 14px; font-weight: normal; margin-bottom: 5px }

h5     { color: #666666; font-size: 12px; font-weight: normal; margin-bottom: 6px }

.imageStyle {
}

.image-left {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.image-right {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}
	
/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

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

.album-description {
}

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

.thumbnail-frame a {
}

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

.thumbnail-frame img {
}

.thumbnail-caption {
	margin-top: -2px;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

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

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

.photo-navigation a {
}

.photo-navigation a:hover {
}

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

.photo-links {
}

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

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

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

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background     { color: #224272; font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background: #e0e0e0; text-align: center }
.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}
.blog-archive-month   { color: #224272; font-size: 24px; font-weight: normal; margin-bottom: 3px }
.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
}

.blog-entry-title   { color: #224272; font-size: 24px; font-weight: normal; margin-bottom: 3px }

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

.blog-entry-body {
	margin-bottom: 45px;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	
}

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

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

/*</group>*/

/*<group=Quicktime Page>*/

.movie-title   { color: #224272; 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: #630; 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   { color: #224272; text-align: center; margin-bottom: 5px }
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

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

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

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/


