/*<group=General Styles>*/

body {
	text-align: center;
	background: #000000;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #cecdd3;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 2px #ffffff;
}

img {
	border-style: none;
}

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

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

/*<group=Layout>*/

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

#clearer {
}

#pageHeader {
	width: 800px;
	height: 40px;
	background: #000000;
}

#pageHeader img {

}

#pageHeader h1 {
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	padding-top: 10px;
	margin: 0;
	font-weight: normal;
}

#pageHeader h2 {
	color: #dfe2f1;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	margin: 0;
	font-weight: normal;
	font-size: 1.3em;
}

#contentContainer {
	text-align: left;
	width: 800px;
	/*float: left;*/
}

#contentContainer #content {
	padding: 0px 0px 0px 0px;
}

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

#sidebarContainer #sidebar {
	padding: 0px 0px;
}

#sidebarContainer .sideHeader {

}

#footer { 
	clear: both;
	text-align: center;
}

#footer p {
}

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

}

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	margin-bottom: 0px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	width: 766px;
	margin: 0 auto;
	height: 30px;
	position: relative;
}

#navcontainer #current {
	background-position: right;
}

#navcontainer #current:hover {
}

#navcontainer ul li .currentAncestor {
	background-position: right;
}

/* Parent - Level 0 */

#navcontainer ul{
	height: 30px;
	padding: 0;
	margin: 0 0 0 30px;
	list-style-type: none;
}

#navcontainer li {
	display: inline;
}

#navcontainer a:link,
#navcontainer a:visited {
	display: block;
	float: left;
	height: 30px;
	background-position: left;
}

#navcontainer a:hover,
#navcontainer a:active {
	background-position: right;
}

#navcontainer a:link.Home,
#navcontainer a:visited.Home {
	width: 82px;
}

#navcontainer a:link.Gallery,
#navcontainer a:visited.Gallery {
	width: 101px;
}

#navcontainer a:link.Services,
#navcontainer a:visited.Services {
	width: 104px;
}

#navcontainer a:link.FAQ,
#navcontainer a:visited.FAQ {
	width: 67px;
}

#navcontainer a:link.Links,
#navcontainer a:visited.Links {
	width: 78px;
}

#navcontainer a:link.Contact,
#navcontainer a:visited.Contact {
	width: 108px;
}

#navcontainer a:link.Login,
#navcontainer a:visited.Login {
	width: 84px;
}

#navcontainer a:link.Blog,
#navcontainer a:visited.Blog {
	width: 81px;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li a:link {
}

#navcontainer ul ul ul {
}

/* @group Navigation */

#navcontainer {
	background: #000000;
}

#navcontainer ul{
}

#navcontainer .Home {
	background-image: url(images/button_home.gif);
}

#navcontainer .Gallery {
	background-image: url(images/button_gallery.gif);
}

#navcontainer .Services {
	background-image: url(images/button_services.gif);
}

#navcontainer .FAQ {
	background-image: url(images/button_faq.gif);
}

#navcontainer .Links {
	background-image: url(images/button_links.gif);
}

#navcontainer .Contact {
	background-image: url(images/button_contact.gif);
}

#navcontainer .Login {
	background-image: url(images/button_login.gif);
}

#navcontainer .Blog {
	background-image: url(images/button_blog.gif);
}

/* @end */

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
	padding: 10px;
	font-style: italic;
	font-size: 0.9em;
}

h1 {
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 0px;
	padding: 0 0px;
}

#sidebarContainer #sidebar li {
}	

/* Table Styles */
table {
	font-size: 1em;
}
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-weight: normal;
	font-size: 1.8em;
}

.blog-archive-link {
	margin-bottom: 20px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

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

.blog-entry {
	margin-bottom: 20px;
}

.blog-entry-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

.blog-entry-date {
	color: #cecdd3;
	margin-bottom: 10px;
}

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

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}




/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

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

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

.album-description {
	margin-bottom: 70px;
}

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

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

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	padding: 3px;
	margin: auto;
    border: none;
	background-color: #4c4f68;
}

.thumbnail-caption {
	color: #cecdd3;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/*</group>*/

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

.photo-background {
	margin: 10px 0 0;
}

.photo-navigation {
	background: url(images/toolbar.png) no-repeat;
	height: 66px;
	width: 600px;
	margin: 0px auto 20px; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	padding-top: 5px;
	padding-top: 10px;
}

.photo-links {
	margin: 0;
	padding-top: 5px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-align: center;
	text-decoration: none;
	color: #bcbfce;
	text-shadow: 0px 1px 2px #000000;
}

.photo-navigation a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

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

.photo-title {
	font-size: 1.3em;
	color: #ffffff;
	font-weight: bold;
	display: inline;
}

.photo-caption {
	color: #cecdd3;
	display: inline;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
	width: 132px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	color: #cecdd3;
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
}
	
/*</group>*/

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

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

.movie-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

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


/*</group>*/

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

.required-text {
} 

.form-input-field {
	background: #ffffff;
	color: #080808;
} 

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



