/*<group=General Styles>*/

 body {
	color: #d5d5d5;
}

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

.image-right {
	float: right;
	margin: 3px 0 3px 5px;
	padding: 3px 0 3px 5px;
}

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

a:visited {
	color: #cfcfcf;
	text-decoration: overline;
}

a:hover, a:active {
	color: #cfcfcf;
	text-decoration: none;
}
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	background: repeat-y url(../../images/black/middlelblack.jpg);
	width: 850px;
	text-align: left;
	margin-top: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

#topBody {
	background: url(../../images/black/toplblack.jpg) no-repeat;
	margin: 0;
	width: 850px;
}

#header {
	padding-top: 15px;
	background: transparent;
	padding-left: 14px;
}

#headerimg {
	width: 822px;
	height: 200px;
}

#splitNav {
	width: 383px;
	height: 60px;
}

#header h1 {
	margin: 0;
	font-size: 30px;
	line-height: 20px;
}

#header h2 {
	font-size: 15px;
	margin: 0;
}

#contentContainer {
	width: 805px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 25px;
	margin-top: 0;
	padding-left: 25px;
}

#contentContainer #content {
	margin-right: 20px;
}



.sidebartitle {
	color: #747474;
	font-size: 14px;
	width: 800px;
	padding: 0 0 0 25px;
}

.sidebarcontent {
	color: #757575;
	width: 805px;
	padding-left: 25px;
	padding-right: 0;	
}

.spaceside {
	width: 180px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.sidebarfooter {
	width: 180px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#footer {
	color: #333333;
	font-size: 11px;
	background: no-repeat url(../../images/black/bottomlblack.jpg);
	width: 850px;
	height: 78px;
}

#footertext {
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

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

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

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

/*<group=Menu>*/

/* Toolbar Styles */

#navcontainer {
	width: 770px;
	height: 45px;
	position: relative;
	padding: 0;
	line-height: 14px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}

#navcontainer #current {
	color: #6e6e6e;
	background: url(../../images/black/navhover.png) no-repeat;
	height: 44px;
}

#navcontainer #current:hover {
	background: url(../../images/black/navhover.png) no-repeat;
}

#navcontainer .currentAncestor {
	color: #6e6e6e;
	background: url(../../images/black/navhover.png) no-repeat;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#navcontainer li {
	float: left;
}

#navcontainer a {
	width: 75px;
	height: 44px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #b4b4b4;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 1px;
	margin-top: 6px;
	background: url(../../images/black/nav.png) no-repeat;
}

#navcontainer a:hover {
	background: url(../../images/black/navhover.png) no-repeat;
	text-decoration: none;
	color: #6e6e6e;
}

#navcontainer a:active {
	background: url(../../images/black/navhover.png) no-repeat;
	color: #8e8e8e;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0px;
	top: 265px;
	width: 445px;
	background: transparent;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	font-size: 1em;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	background: url(../../images/black/navhover.png) no-repeat;
	color: #6e6e6e;
}

#navcontainer ul ul .currentAncestor {
	background: url(../../images/black/navhover.png) no-repeat;
	color: #ffffff;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

/*</group>*/

/*<group=Global Classes>*/

blockquote {

}

h1 {
	font-size: 24px;
	line-height: 26px;
}

h2 {
	font-size: 16px;
	line-height: 16px;
}

hr {
	width: 90%;
	height: 2px;
	border: none;
	text-align: center;
}

HTML>BODY HR {
	background: no-repeat url(../../images/perforated/entry.jpg);
	width: 549px;
	height: 101px;
	margin-left: -58px;
	border: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	clear: both;
	font-weight: bold;
	font-size: 9px;
	color: #666666;
	padding-top: 12px;
}

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

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

#breadcrumbcontainer a {
	display: inline;
}

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

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	
}

.blog-archive-headings-wrapper {
	text-align: left;
	padding-left: 0px;
}

.blog-archive-entries-wrapper {
	text-align: left;
}

.blog-archive-month {
	font-weight: bold;
	margin-bottom: 4px;
}

.blog-archive-link {
	font-size: .85em;
	color: #000000;
	margin-bottom: 15px;
}
	
/*</group>*/

.blog-entry {
}

.blog-entry-summary {
}

.blog-read-more {
}

.blog-entry-title {
	font-size: 20px;
	padding-bottom: 4px;
	
}

.blog-entry-date {
	color: #c5c5c5;
	padding-bottom: 10px;
}

.blog-entry-body {
}

.blog-entry-comments {
	padding-bottom: 20px;
}

.categories {
	padding: 12px;
	background: #edeeed;
	float: right;
	text-align: center;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	padding: 5px;
	margin-bottom: 10px;
}

.filesharing-item-title {
	font-size: 15px;
	font-weight: bold;
}

.filesharing-item-description {
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.album-description {
	margin-bottom: 50px;
	font-size: 11px;
	text-align: left;
}

.album-wrapper {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}

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

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

.thumbnail-frame img {
	text-align: center;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	text-align: center;
}
	
/*</group>*/

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

.photo-background {
	text-align: center;
	background: repeat url(../../images/styles/background.jpg);
	margin: 10px;
	padding: 0;
}

.photo-navigation {
	text-align: center;
	width: 800px;
	font-size: 10px;
	height: 250px;
	margin: 0 auto;
	padding: 35px 0 0;
}

#photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame {	
	border: solid #f8f8f8 7px;
	margin: 0px;
}

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

.photo-title {
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	font-size: 25px;
	text-align: center;
}

.photo-caption {
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	margin: 12px 0 20px;
	padding: 0;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 5px;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 15px;
}

.movie-thumbnail-caption {
	text-align: left;
	font-size: 11px;
}
	
/*</group>*/

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

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

.movie-title {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

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


/*</group>*/

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

.required-text { } 

.form-input-field { } 

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