/*<group=General Styles>*/

body {
	background: #b3b3b3;
	margin: 0px 5px 0px 5px;
	text-align: center;
	color: #283808;
	font: 1em small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
}

p { 
}

b, strong {
	font-weight: bold;
}

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

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

a:hover, a:active {
	color: #c00008;
}

img {
	border-style: none;
}

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

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

/*<group=Layout>*/

#container {
	background: #FFFFFF right; /* This Is The BG Color Of The Main Div */
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #535148;
}

#pageHeader {
	width: 780px;
	text-align: left;
	list-style: none;
	background: #960004;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

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

#pageHeader h1
{
	padding-top: 5px;
	color: #FFF;
	text-shadow: 0px 1px 3px #000000;
	text-indent: 0px;
	padding-left: 10px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#pageHeader h2
{
	padding-top: 0px;
	color: #FFF;
	text-shadow: 0px 1px 1px #000000;
	text-indent: 0px;
	padding-left: 10px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

#contentContainer {
	width: 590px;
	float: left;
	text-align: left;
	padding-top: 10px;
}

#contentContainer #content {
	width: 560px;
	font-size: 0.8em;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebarContainer {
	width: 190px;
	float: right;
	text-align: left;
}

#sidebarContainer .sidebar {
	font-size: 0.8em;
	margin-top: 10px;
	padding: 0 5px;
}

#footer {
	width: 780px;
	margin: 0px auto 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	color: #ffffff;
	background: #000000;
	padding-bottom: 5px;
	font-size: 0.7em;
	padding-top: 5px;
}

#footer a {
	color: #cccccc;
}

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	font-size: 0.8em;
}

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

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	position: relative;
	width: 780px;
	margin: 0px;
	padding: 0px;
	height: 25px;
	font-size: 0.75em;
	background: #000000;
}

#navcontainer #current {
	color: #ffffff;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	margin: 0px 0px 0px 5px;
	padding-top: 5px;
}

#navcontainer li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	/* position: relative; */
	width: 100px;
	margin: 0;
	padding: 0px;
	display: block;
	text-align: center;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #999999;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 600px;
	top: 20px;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	padding-top: 5px;
	left: 0;
}

#navcontainer ul ul li {
	float: left;
}

#navcontainer ul ul a {
	border: 0;
	margin: 0;
	padding: 0;
	color: #e0c1c7;
}

#navcontainer ul ul a:hover {
	background: transparent;
	clear: both;
}

#navcontainer ul ul #current {
	color: #ffffff;
	font-weight: bold;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	visibility: hidden;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	visibility: hidden;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	background: #c00008;
	color: #ffffff;
	padding: 10px;
	margin: 5px;
}

.imageStyle {
}
	
/*</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;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

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

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

	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	color: #970006;
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 1.5em;
}

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

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

.blog-entry-comments {
	
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	
}

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

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

/*</group>*/

/*<group=Photo Album>*/

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

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

.album-description {
}

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

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	color: #c00008;
	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;
}

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

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

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

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

.photo-links {
}

.photo-title {
	color: #ffffff;
	font-size: 1.5em;
	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;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #970006;
	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: #c00008;
	font-size: 0.8em;
}
	
/*</group>*/

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

.movie-background {
	background: #970006;
	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>*/


