/*<group=General Styles>*/

body {
	background: #ffffff;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link { 
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}

a:visited { 
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}

a:hover, a:active {
	color: #f00;
	background: transparent;
	text-decoration: underline;
}

h1 {
	text-align: left;
}

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

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

/*<group=Layout>*/

#container {
	width: 700px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#top_divider {
	background: #ff0000;
	border-bottom: 17px solid #999999;
	height: 75px;
	margin-top: -10px;
}

#pageHeader {
	background: #ffffff;
	margin-bottom: 0px;
	z-index: 0;
}

#pageHeader h1 {
	color: #ff0000;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: -1px;
	padding-left: 10px;
	z-index: 1;
}

#top_divider h2 {
	font-size: 24px;
	font-weight: bolder;
	color: #ffffff;
	padding: 0px 10px 0px 40px;
	z-index: 2;
	margin: 0px;
}

#container #content {
	margin-left: 210px;
	margin-top: -17px;
}

#container #content h1.title {
	margin: 0px;
	text-align: right;
}

#container #sidebar {
	width: 185px;
	float: left;
	border-top: 17px solid #999999;
	border-bottom: 17px solid #999999;
	font-size: 12px;
	padding-bottom: 10px;
}

#footer {
}

#footer a {
}

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: no-repeat url(images/crysanthemum.gif) 167px 50%;
	height: 75px;
	text-align: right;
	color: #999999;
	font-size: 12px;
	line-height: 78px;
}

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

#breadcrumbcontainer li {
	padding: 0px;
}

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

#breadcrumbcontainer a:hover {
	text-decoration: none;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	text-align: right;
}

#navcontainer #current {
	background: #ff0000;
	color: #ffffff;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	padding-bottom: 25px;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: solid 1px #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navcontainer a:hover {
	background: #ff0000;
	color: #ffffff;
}

/* Child - Level 1 */

#navcontainer ul ul {
	list-style-type: none;
	margin: 0;
	font-size: 12px;
	padding: 0px;
}

#navcontainer ul ul  li {
}

#navcontainer ul ul a {
	display: block;
	color: #555555;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul ul a:hover {
	background: #ff0000;
	color: #ffffff;
}

#navcontainer ul ul #current {
	color: #ff0000;
	background: transparent;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	list-style-type: none;
	margin: 0;
	font-size: 12px;
	padding-bottom: 10px;
}

#navcontainer ul ul ul  li {
}

#navcontainer ul ul ul a {
	display: block;
	color: #777777;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul ul ul a:hover {
	background: #ff0000;
	color: #ffffff;
}

#navcontainer ul ul ul #current {
	color: #ff0000;
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	font-size: 12px;
	padding-bottom: 0px;
}

#navcontainer ul ul ul ul  li {
}

#navcontainer ul ul ul ul a {
	display: block;
	color: #777777;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul ul ul ul a:hover {
	background: #ff0000;
	color: #ffffff;
}

#navcontainer ul ul ul ul #current {
	color: #ff0000;
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	font-size: 12px;
	padding-bottom: 0px;
}

#navcontainer ul ul ul ul ul  li {
}

#navcontainer ul ul ul ul ul a {
	display: block;
	color: #777777;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: #ff0000;
	color: #ffffff;
}

#navcontainer ul ul ul ul ul #current {
	color: #ff0000;
	background: transparent;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	background: #b90908;
	font-size: 20px;
	color: #ffffff;
	line-height: 28px;
	font-style: italic;
	width: 200px;
	margin: 5px;
	padding: 10px;
	float: right;
}

.imageStyle {
	padding: 4px;
	background: #eeeeee;
	border: 1px solid #dddddd;
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
	text-transform: uppercase;
}

.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
	border-top: 15px solid #eee;
	border-bottom: 15px solid #eee;
	margin: 5px 0 5px 0px;
	padding: 5px 0 5px 0;
	}

.blog-entry-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
	text-transform: uppercase;
	}

.blog-entry-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-transform: uppercase;	
	}

.blog-entry-body {
	color: #999;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	padding: 5px;
	color: #999;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}

.filesharing-item {
	padding: 5px;
	background: #eee;
	border-bottom: #aaa;
	}

.filesharing-item-title {
	padding: 5px;
	color: #666;
	}

.filesharing-item-description {
	padding: 5px;
	font-style: italic;
	color: #999;
	}

/*</group>*/

/*<group=Photo Album>*/

.album-title {
		color: #666;
		text-transform: uppercase;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.album-description {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #999;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
	padding: 5px 0px 5px 0px;
}

.thumbnail-frame {
		border: none;	
	}

.thumbnail-frame img {
		padding: 4px;
		background: #eee;
		border: 1px solid #aaa;
	}

.thumbnail-caption {
		display: none;
	}

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

.photo-navigation {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 5px solid #999999;
	margin: 0px 0px 10px 0px;
	border-top: 5px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}

.photo-title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #666;
		text-transform: uppercase;	
	}

.photo-caption {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;
		color: #999;
	}

.photo-links {
		text-align: center;
		color: #666;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}

.photo-links a:hover {
		color: #f00;
	background: transparent;
}

.photo-frame {
		border: 1px solid #aaa;
		padding: 4px;
		background: #eee;
	}
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	padding: 5px;

}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
		color: #666;
		text-transform: uppercase;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.movie-page-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	text-align: center;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #dddddd;
	margin: 5px;
}

.movie-thumbnail-caption {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999;
	margin-top: 5px;
}
	
/*</group>*/

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

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

.movie-title {
	color: #666;
	text-transform: uppercase;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: center;
}

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


/*</group>*/


