/*<group=General Styles>*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 101%;
}

body {
	font: 13px Verdana, sans-serif;
	color: #333;
	background: #000000;
	width: 100%;
}

a:link {
	color: #336633;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #336633;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #ccc;
	background: #999;
}

a:active {
	color: #336633;
}

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

.image-right {
	float: right;
	margin: 15px 0 0px 8px;
	padding: 0;
	position: relative;
	z-index: 5;
}

/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 697px;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	border: 0.5em solid #ffffff;
}

#pageHeader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 161px;
}

#pageHeader img {
	float: left;
	padding: 10px;
}

#pageHeader h1 {
	color: #fff;
	margin: 0 270px 0 0;
	padding: 25px 0 0 10px;
	text-align: left;
	letter-spacing: 3px;
	font-size: 160%;
}

#pageHeader h2 {
	color: #fff;
	margin: 0 270px 0 0;
	padding: 20px 0 0 10px;
	font-size: 1.1em;
	font-weight: normal;
}

#contentContainer {
	margin: 0;
	padding: 10px;
}

#contentContainer #content {
	margin: 0 270px 6px 0;
	text-align: justify;
	font-size: 90%;
}

#contentContainer #content p {
	margin: 0;
	padding: 0;
}

#sidebarContainer {
	float: right;
	width: 264px;
	margin: 0;
	padding: 0;
}

#sidebarContainer #sidebar {
	margin: 1.2em 0.75em 1.2em 2.25em;
	font-size: 90%;
	text-align: justify;
}

#sidebarContainer .sideHeader {
	height: 20px;
	padding: 25px 0 0 25px;
	font-size: 1em;
	font-weight: bold;
}

#footer {
	margin: 0;
	padding: 5px;
	background: #999;
	text-align: center;
	height: 35px;
	clear: both;
	font-size: 80%;
}

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

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

}

#footer a:hover, #footer a:active {

}

/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-size: 85%;
}

#navcontainer #current {
	background-color: #666;
	color: #ccffcc;
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 10px 5px 0 20px;
	padding: 0;
	color: #666;
	list-style: none;
	border-bottom: 1px solid #333;
	position: relative;
}

#navcontainer li {
	margin: 0;
	padding: 0;
	line-height: 14px;
	border-top: 1px solid #333;
}

#navcontainer a {
	display: block;
	color: #336633;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#navcontainer a:hover {
	text-decoration: none;
	color: #fff;
	background: #999;
}

#navcontainer a:active {
	color: #333333;
	background: #fafafa;
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: 0;
	border-bottom: none;
}

#navcontainer ul ul li {
	border-bottom: none;
}

#navcontainer ul ul a {
	padding: 0 0 0 15px;
}

#navcontainer ul ul a:hover {

}

#navcontainer ul ul a:active {

}

/* Child - Level 2 */

#navcontainer ul ul ul {
	margin: 0;
}

#navcontainer ul ul ul li {

}

#navcontainer ul ul ul a {
	padding: 0 0 0 30px;
}

#navcontainer ul ul ul a:hover {

}

#navcontainer ul ul ul a:active {

}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {

}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}

/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #283808;
	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;
	padding: 10px;
	background: #ffffff;
}

.blog-archive-entries-wrapper {
	text-align: justify;
	font-size: 90%;
}

.blog-archive-month {
	color: #1c1c1c;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link {
	font-size: 0.9em;
}

/*</group>*/

.blog-entry {
	text-indent: 10px;
	padding-top: 10px;
}

.blog-entry-title {
	color: #3f3f3f;
	font-weight: normal;
	text-shadow: 1px 4px 2px #ababab;
	margin-bottom: 3px;
	font-size: 1.5em;
	background: white;
	border-bottom: 1px solid #d5d5d5;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #336633;
	text-align: leftt;
}

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

.blog-entry-category {

}

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

.blog-entry-comments {

}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 20px;
	text-indent: 10px;
}

.filesharing-item {

}

.filesharing-item-title {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
	color: #3f3f3f;
	font-size: 0.9em;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
	text-indent: 10px;
}

.album-description {
	text-indent: 10px;
	margin-bottom: 20px;
}

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
	display: block;
}

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

.thumbnail-frame a {

}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	border-style: none;
	margin-bottom: 5px;
}

.thumbnail-caption {
	color: #000000;
	margin-top: -2px;
	font-size: 0.8em;
}

/*</group>*/

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

.photo-background {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #3f3f3f;
}

.photo-navigation {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #bfbfbf;
}

.photo-navigation a {
	color: #bfbfbf;
	font-size: 0.9em;
}

.photo-navigation a:hover {
	color: #ffffff;
	font-size: 0.9em;
}

.photo-frame {
	border: 3px solid #7fdedb;
	color: #7f7f7f;
}

.photo-links {
	color: #ffffff;
}

.photo-title {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.photo-caption {
	color: #ffffff;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	color: #000000;
}

/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 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;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #000000;
	font-size: 0.8em;
}

/*</group>*/

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

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

.movie-title {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	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>*/

/*<group=Global Classes>*/

blockquote {

}

h1 {

}

h2 {

}

h3 {

}

.imageStyle {
	border: solid #666 0.4em;
}

