/*<group=general styles>*/

body {
	font: 0.85em/1.5em sans-serif, Geneva, Arial, Helvetica;
	color: #191919;
	background: #515151;
	text-align: center;
	margin: 30px 10px 20px;
}

p {
}

b, strong {

}

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

a:hover, a:active {
	color: #3e8dcb;
}

img {
	border-style: none;
}

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

.image-right {
	margin: 3px 0 3px 3px;
	float: right;
}
	
/*</group>*/

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

#container { 	width: 765px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#pageHeader {
	text-align: left;
	height: 140px;
	background: url(../../images/color1/header.jpg);
}

#pageHeader img {
}

#pageHeader h1 {
	background: transparent;
	font-weight: bold;
	font-family: Geneva;
}

#pageHeader h2 {
	background: transparent;
	font-weight: bold;
	font-family: Geneva;
}

#contentContainer {
	margin-top: 14px;
	font: 12px/18px Geneva;
}

#contentContainer #content {
}

#sidebarContainer {
	float: left;
	margin-top: 32px;
}

#sidebarContainer #sidebar {	color: #282828;	padding-right: 10px;	padding-left: 10px;
	padding-top: 5px;
	font: 11px/16px Geneva;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	color: #333333;
	text-shadow: 0px 0px 2px #ffffff;
	padding-bottom: 10px;
	padding-top: 1px;
	text-align: center;
	font-size: 12px;
}

#footer { 
	background: url(images/footer_bgxx.png) top no-repeat;
	margin: 0px;
	text-align: center;
	padding: 0px;
	color: #888888;
	height: 100px;
	font-size: 0.9em;
}

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

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

}

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

/*<group=bread crumb>*/

#breadcrumbcontainer {
	text-align: center;
	font-size: 0.95em;
	background: transparent;
	padding: 1px 65px;
	margin-right: 0px;
	margin-left: 0px;
}

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

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

#breadcrumbcontainer a {
	color: #969696;
}

#breadcrumbcontainer a:hover {
	color: #3f3f3f;
}
	
/*</group>*/

/*<group=toolbar>*/

/* Toolbar Styles */

#navcontainer {
	padding-top: 0px;
	position: relative;
	margin-top: 0;
	border-left: 1px  #bfbfbf;
	border-right: 1px  #bfbfbf;
	font: 0.9em/1.7em "Lucida Grande";
}

#navcontainer #current {
	color: #212121;
	font-weight: bold;
	background: #747474 repeat-x url(images/B-over.jpg);
}

#navcontainer #current:hover {
}

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

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	background: #747474 repeat-x url(images/B-normal.jpg);
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	height: 22px;
	margin-bottom: 0;
}

#navcontainer a:hover {
	background: repeat-x url(images/B-over.jpg);
	color: #000000;
	text-shadow: 2px 2px 1px #ffffff;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 30px;
	background: #e2e2e2 repeat-x url(images/B-normal.jpgxx);
	color: #848484;
}

#navcontainer ul ul a:hover{
	background: white repeat-x url(images/B-over.jpgxx);
	color: #000000;
}

#navcontainer ul ul #current{
	background: #848484 repeat-x url(images/B-over.jpg);
}

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

/* Child - Level 2 */

#navcontainer ul ul ul {
}


#navcontainer ul ul ul li { 
}

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

#navcontainer ul ul ul a:hover{
	background: white;
	color: #000000;
}
#navcontainer ul ul ul #current{
	background: #989898 repeat-x url(images/B-over.jpg);
}
#navcontainer ul ul ul .currentAncestor {
	background: #989898;
}

/* Child Level 3 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

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

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

#navcontainer ul ul ul ul  #current{
	background: #b4b4b4 repeat-x url(images/B-over.jpg);
}

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

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

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

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

#navcontainer ul ul ul ul ul  #current{
	background: #c6c6c6 repeat-x url(images/B-over.jpg);
}

#navcontainer ul ul ul ul ul .currentAncestor {
	background: #c6c6c6;
}
/* 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{
	padding-left: 70px;
}

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

/*</group>*/

/*<group=global classes>*/

.standout, blockquote {
	padding: 10px;
	color: #6d6d6d;
	font-size: 11px;
	font-style: italic;
}

h1 {
	font-weight: bold;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
	font-size: 18px;
}

h2 {
	font-weight: bold;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
	font-size: 15px;
}

h3 {
	font-weight: bold;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
	font-size: 12px;
}

h4 {
	font-weight: bold;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
	font-size: 12px;
}

.imageStyle {
		border: 1px none transparent;
}
	
/*</group>*/

/*<group=blog>*/

/*<group=archive page>*/

.blog-archive-background {
	background: repeat-x url(images/shadingtop.jpg) #515151 0px 0px;
}.blog-archive-headings-wrapper {	margin: 0px auto;	text-align: left;
	background: #ffffff;
	background: bottom #bfbfbf;
	padding-top: 0;
	padding-bottom: 5px;
	width: 640px;
	border-top: 18px solid #969696;
	border-right: 18px solid #969696;
	border-left: 18px solid #969696;
	font-family: "Lucida Grande";
}

.blog-archive-entries-wrapper {
	margin: 0px auto;	text-align: left;
	text-align: left;
	width: 600px;
	padding: 10px 20px 5px;
	background: white;
	border-left: 18px solid #969696;
	border-bottom: 18px solid #969696;
	border-right: 18px solid #969696;
}

/* up background */

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	color: #3f3f3f;
	margin: 0px;
	font-weight: bold;
	font-size: 1.9em;
	padding-bottom: 0px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-left: 3px;
	text-align: center;
}.blog-archive-link {
	color: #7f7f7f;
	margin: 0px;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 0px;
	letter-spacing: 3px;
	padding-left: 3px;
	text-align: center;
}
	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	color: #3f3f3f;
	padding: 0 3px 1px;
	background: transparent;
	text-align: center;
	margin-bottom: 3px;
	font: bold 1.6em Geneva;
}

.blog-entry-date {
	margin-top: 0;
	color: #5f5f5f;
	text-align: right;
	border-top: 1px solid #d7d7d7;
	margin-bottom: 12px;
	font: 0.9em "Lucida Grande";
}

.blog-entry-body {
	margin-bottom: 15px;
	text-align: left;
}

.blog-entry-comments {
	font-size: 0.9em;
	padding-top: 10px;
	text-align: right;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
	
/*</group>*/

/*<group=file sharing>*/

.filesharing-description {
	margin-bottom: 15px;
}

.filesharing-item {
	text-align: left;
	background: #ededed;
	margin: 0 0 10px;
	padding: 0;
	border: 1px solid #d7d7d7;
}

.filesharing-item-title {
	font-size: 1.2em;
	font-weight: normal;
	text-indent: 15px;
	padding: 0;
	margin: 0;
}

.filesharing-item-description {
	font-size: 0.85em;
	text-align: left;
}

/*</group>*/

/*<group=photo album>*/

/* index page thumbnails mode */

.album-title {	text-align: center;
	color: #3f3f3f;
	font: bold 1.6em Geneva;
}.album-description {
	color: #6d6d6d;
	text-align: center;
	font-weight: bold;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin: 0;
	border-top: 1px solid #d7d7d7;
}.thumbnail-table {
	margin-top: 8px;
}.thumbnail-frame {
	background: #e2e2e2;
	padding-bottom: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	
}

.thumbnail-frame:hover {
	background: #bfbfbf;
}.thumbnail-frame img {
	margin: 0;
	padding: 0;
	border: 1px none transparent;
}.thumbnail-caption {	font-size: 11px;	color: #3f3f3f;
	line-height: 0;
}

/*<group=single page photo mode>*/

.photo-background {
	background: repeat-x url(images/shadingtop.jpg) #515151 0px 0px;
}

.photo-navigation {	margin: 0px auto 10px;	text-align: left;
	background: #ffffff;
	background: bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 80px;
	text-align: center;
}

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

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

.photo-frame{
	margin: 0px;
	border: 18px solid #969696;
}

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

.photo-links a:link, .photo-links a:visited {
	color: #a4a4a4;
}
.photo-title {
	color: #ebebeb;
	font-size: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.photo-caption {
	font-size: 0.9em;
	color: #bfbfbf;
	margin: 3px 0 7px;
}

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

/* quicktime page */

.movie-description {
	text-align: left;
	border-top: 1px solid #d9d9d9;
}

/*<group=quicktime album>*/

/*<group=index page movie thumbnails>*/

/* index page movie thumbnails mode */

.movie-page-title {
	text-align: center;
	color: #3f3f3f;
	font: bold 1.6em Geneva;
}.movie-page-description {
	color: #6d6d6d;
	text-align: center;
	font-weight: bold;
	padding-bottom: 17px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin: 0;
	padding-left: 5px;
	border-top: 1px solid #d7d7d7
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 0;
	width: 131px;
	margin-left: 13px;
	color: black;
	background: #e2e2e2;
}

.movie-thumbnail-frame:hover {
	background: #bfbfbf;
	text-shadow: 0px 0px 3px #white;
}

.movie-thumbnail-caption {
	color: #3f3f3f;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 11px;
}
	
/*</group>*/

/* single page movie mode */

.movie-background {
	margin: 5px;
}

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

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}


/*</group>*/

/*<group=contact form>*/
.message-text { } 

.required-text { } 

.form-input-field {
	background: #ededed;
} 

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