/*<group=General Styles>*/

body {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	margin: 50px 5px 50px 5px;
	text-align: center;
	color: #191919;
	background: fixed repeat-x url(images/body_bg.png);
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #004080;
	text-decoration: none;
}

a:hover, a:active {
	color: #63727c;
	text-decoration: underline;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	margin: 3px 0 3px 3px;
	float: right;
	position: relative;
	z-index: 5;
}
	
/*</group>*/

/*<group=Layout>*/
.clearer {
	clear: both;
}

#container { 
	width: 662px;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	position: relative;
	margin: 110px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	padding: 0 20px 20px 2px;
	padding: 13px 20px 0;
}

#pageHeader {
	text-align: left;
	height: 73px;
	background: repeat-x url(images/header_bg.png) left bottom;
}

#pageHeader img {
	position: absolute;
	right: 25px;
}

#pageHeader h1 {
	color: #63727c;
	margin: 0px;
	font-weight: bold;
	font-size: 1.9em;
	letter-spacing: 1px;
	background: transparent;
	padding: 0 10px 3px;
}

#pageHeader h2 {
	color: #99afbf;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 3px;
	background: transparent;
	padding: 0 10px;
}

#contentContainer {
	margin-left: 220px;
	position: relative;
	z-index: 10;
}

#contentContainer #content {
	line-height: 1.8em;
}

#sidebarContainer {
	width: 150px;
	float: left;
	text-align: left;
	position: relative;
	z-index: 4;
}

#sidebarContainer #sidebar {
	line-height: 1.8em;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	background: #61727a;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.7em;
	letter-spacing: 1px;
}

#footer { 
	background: repeat-x url(images/footer_bg.png)  top;
	margin: 0px;
	text-align: center;
	padding: 0px;
	color: #a9b4c2;
	height: 53px;
	font-size: 0.95em;
}

#footer p {
	padding: 5px 25px 0px 0px;
	margin: 0px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	margin: 0px;
	padding-top: 15px;
}

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

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

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	padding-top: 4px;
	position: relative;
	margin-bottom: 20px;
}

#navcontainer #current {
	color: #000000;
	background: #98afbe;
	//font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #ffffff;
	background: #72848f;
	font-weight: bold;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	background: #62727b;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	height: 25px;
	margin-bottom: 1px;
	letter-spacing: 1px;
}

#navcontainer a:hover {
	background: #98afbe;
	color: #61727a;
}

#navcontainer a:active {
}

/* Child - Level 1 */

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

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 35px;
	background: #d8e8e8;
	color: #848484;
}

#navcontainer ul ul a:hover{
	background: white;
	color: #61727a;
}

#navcontainer ul ul #current{
	background: #98afbe;
}

#navcontainer ul ul .currentAncestor {
	background: #98afbe;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}


#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 50px;
	background: #dce9f9;
}

#navcontainer ul ul ul a:hover{
}
#navcontainer ul ul ul #current{
	background: #c7d3e2;
}
#navcontainer ul ul ul .currentAncestor {
	background: #869fab;
}

/* Child Level 3 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding-left: 65px;
}

#navcontainer ul ul ul ul a:hover{
	background: white;
	color: #61727a;
}

#navcontainer ul ul ul ul  #current{
	background: #aacbda;
}

#navcontainer ul ul ul ul .currentAncestor {
	background: #aacbda;
}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding-left: 80px;
}

#navcontainer ul ul ul ul ul a:hover{
	background: white;
	color: #61727a;
}

#navcontainer ul ul ul ul ul  #current{
	background: #c0dce3;
}

#navcontainer ul ul ul ul ul .currentAncestor {
	background: #c0dce3;
}
/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	padding: 10px;
	color: #99afbf;
	font-size: 13px;
	font-style: italic;
}

h1 {
	color: #ffffff;
	font-size: 1.8em;
	font-weight: bold;
	background: #63727c;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background: #63727c;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	background: #63727c;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	background: #63727c;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}	

/* Table Styles */
table {
	font-size: 1em;
}
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	color: #63727c;
	margin: 0px;
	font-weight: bold;
	font-size: 1.9em;
}

.blog-archive-link {
	color: #99afbf;
	margin-bottom: 15px;
	font-size: 0.9em;
	letter-spacing: 3px;
}
	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 3px;
	background: #63727c;
	padding: 2px 3px 1px 3px;
}

.blog-entry-date {
	margin-top: 5px;
	color: #99afbf;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

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

.blog-entry-comments {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	
}

.filesharing-item-title {
	color: #99afbf;
	font-size: 1.4em;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
	font-size: 0.85em;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 6px;
	background: #63727c;
	font-size: 1.5em;
	padding: 2px 3px 1px 3px;
}

.album-description {
	margin-bottom: 60px;
}

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
    border: none;
}

.thumbnail-caption {
	color: #99afbf;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/*</group>*/

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

.photo-background {
}

.photo-navigation {
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #5c8aa7;
	background: #ffffff repeat-x url(images/header_bg.png)  bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 86px;
}

.photo-navigation a {
	color: #ffffff;
	text-decoration: none;
}

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

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

.photo-links {
	font-size: 0.9em;
	margin: 0px;
}

.photo-links a:link, .photo-links a:visited {
	color: #63727c;
}
.photo-title {
	color: #63727c;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
}

.photo-caption {
	font-size: 0.9em;
	color: #63727c;
	margin: 0 0 5px;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 3px;
	background: #63727c;
	padding: 2px 3px 1px 3px;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
	position: relative;
	z-index: 12;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #99afbf;
	margin-top: 5px;
}
	
/*</group>*/

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

.movie-background {
	margin: 5px;
}

.movie-title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 3px;
	background: #63727c;
	padding: 2px 3px 1px 3px;
	text-align: center;
}

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


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/*</group>*/