/* @group General Styles */

body {
	color: #333333;
	font: 0.75em/1.8em Helvetica, Arial, sans-serif;
	background: repeat url(images/bg.jpg) top #333333;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
}

p {
}

b, strong {

}

a:link{
	color: #ff0600;
}
a:visited {
	text-decoration: none;
	color: #00920d;
}

a:hover, a:active {
	text-decoration: none;
	color: #ce9f45;
}

img {
	border: 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;
}
	
/* @end */

/* @group Layout */

#logo {
	border-style: none;
}

#container {
	 /* This Is The BG Color Of The Main Div */ /* /* Hack To Keep IE5 Windows Happy */
	text-align: left;
	border-bottom: 1px solid #784e1e;
	background: #fff right;
	width: 709px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:
	border-left: 1px solid #784e1e;
	border-right: 1px solid #784e1e;
	border-top: 1px solid #784e1e;
	padding-bottom: 50px;
	color: #000;
	text-align: left;
}

#container2 { /*;
 Right And Left
 To Keep IE5 Windows Happy */
	border: transparent none;
	width: 709px;
	margin-left: auto;
}

#containerleft {
	background: url(images/l_shade.png) repeat-y left;
	width: 715px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#containertop {
	background: right;
	width: 709px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#containerright {
	background: url(images/r_shade.png) repeat-y right;
	width: 715px;
	margin-right: auto;
	margin-left: auto;
}

.clearer {
	clear: both;
}
#pagetitle {
	margin-top: 18px;
}

#pageHeader {
	z-index: 0;
	border-bottom: 1px solid #784e1e;
}

#pageHeader img {
	border-style: none;
}

#pageHeader h1
{
	color: #fff;
	font-size: 24pt;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#pageHeader h2 {
	color: #fff;
	margin: 0;
	font-size: 12px;
}

#contentContainer {
	margin-right: 10px;
	margin-left: 20px;
	padding-right: 195px;
	margin-top: 20px;
}

#contentContainer #content {
	border-style: none;
	border-right: 1px solid #4e804f;
	padding-right: 10px;
}
*html #contentContainer #content {
	border-style: none;
	border-right: 1px solid #4e804f;
	padding-right: 10px;
	position: relative;
	top: -90px;
}

#sidebarContainer {
	width: 190px;
	float: right;
	line-height: 1.4em;
	position: relative;
	z-index: 5;
	margin-left: 25px;
	margin-bottom: auto;
	margin-top: 20px;
}

#sidebarContainer #sidebar {
	padding: 10px;
}

#sidebarContainer .sideHeader {
	color: #ffffff;
	color: #ffffff;
	text-shadow: 0px -1px 1px #000000;
	text-decoration: none;

	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	background-position: center center;
}


#footer {
	margin-top: 15px;
	color: #000000;
	background: center;
	padding-left: 25px;
	height: 20px;
	text-align: center;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #cecece;
}

#footer a:link{
	color: #ff0600;
}

#footer a:visited {
	color: #00920d;
}

#footer a:hover, #footer a:active {
	color: #d29941;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 0.9em;
	color: #000;
	font-weight: bold;
	height: 20px;
	display: block;
	position: relative;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000;
	background: none;
	text-align: center;
}

#breadcrumbcontainer li {
	display: inline;
	color: #000;
	background: none;
	text-align: center;
}

#breadcrumbcontainer a {
	color: #000;
	background: none;
	text-align: center;
}

#breadcrumbcontainer a:hover {
	color: #006836;
	background: none;
	text-align: center;
}
	
/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #b06300;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

h1 {
	color: #b06300;
	text-align: left;
	text-shadow: 0px -1px 1px #ffffff;
	text-decoration: none;
	font: normal normal 14pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-left: 25px;
}

h2 {
	color: #b06300;
	color: #0fb500;
}

h3 {
	color: #b06300;
	color: #0fb500;
}

h4 {
	color: #b06300;
	color: #0fb500;
}

.imageStyle {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 0px;
	line-height: 20px;
	width: 190px;
}

#navcontainer #current {
	background: url(images/button_current.jpg) no-repeat;
}

#navcontainer #current:hover {
	background: url(images/button_over.jpg) no-repeat;
}

#navcontainer .currentAncestor {
	background: url(images/button_normal.jpg) no-repeat left top;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	height: 20px;
	display: block;
	padding-left: 10px;
	color: #ffffff;
	text-shadow: 0px -1px 1px #000000;
	text-decoration: none;
	background: url(images/button_normal.jpg) no-repeat left top;
}

#navcontainer a:hover {
	background: url(images/button_over.jpg) no-repeat;
}

#navcontainer a:active {
	background: repeat-x url(images/button_selected.png);
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	color: #1e1e1e;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: url(images/button_normal.jpg) no-repeat left top;
	color: #fff;
	text-indent: 15px;
}

#navcontainer ul ul a:hover{
	background: url(images/button_over.jpg) no-repeat;
	color: #ffffff;
}

#navcontainer ul ul #current{
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	color: #1e1e1e;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	background: url(images/button_normal.jpg) no-repeat left top;
	color: #fff;
	text-indent: 30px;
}

#navcontainer ul ul ul a:hover{
	background: url(images/button_over.jpg) no-repeat;
	color: #ffffff;

}
#navcontainer ul ul ul a #current{
	background: url(images/button_normal.jpg) no-repeat left top;
}

#navcontainer ul ul ul a .currentAncestor{
	background: url(images/button_normal.jpg) no-repeat left top;
}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}.blog-archive-headings-wrapper {
	background: #6b7b91; /* This Is The BG Color Of The Main Div */	margin: 0px auto; /* Right;
 And Left;
 Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-bottom: 2px solid #818fa1;
	border-right: 1px solid #a0a9a7;
	border-left: 1px solid #a0a9a7;
}

.blog-archive-entries-wrapper {
	background: #ffffff; /* This Is The BG Color Of The Main Div */	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #a0a9a7;
	border-left: 1px solid #a0a9a7;
	border-bottom: 1px solid #a0a9a7;
	padding-top: 20px;
}

.blog-archive-entries-wrapper .blog-entry {
	padding-right: 40px;
	padding-left: 40px;
}.blog-archive-month {
	padding: 20px 40px 0;
	color: #ffffff;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.blog-archive-link {
	padding: 0 40px 20px;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}

.blog-entry-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

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

.blog-entry-body {
}

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

.blog-entry-category {
	color: #3fa643;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
}

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

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #b3b3b3;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

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

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

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

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

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}	

	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
	background: #1b1b1b;
}

.photo-navigation {
	border-bottom: #818fa1;
	padding: 0px 40px 10px 40px;
	margin-bottom: 20px;
	text-align: left;
	background: #1a1a1a;
	color: #d8a95d;
}

.photo-links {
	color: #ffffff;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #d8a95d;
}

.photo-navigation a:hover {
	color: #ffe9c9;
}

.photo-frame{
	background: transparent;
	border: solid #b6b09f 10px;
}

.photo-title {
	color: #d8a95d;
	letter-spacing: 1px;
	margin: 0px 0 5px 0;
	padding-top: 10px;
	height: 50px;
	font: 2.5em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.photo-caption {
	color: #d8a95d;
	font-size: 1.1em;
	margin: 0;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #d8a95d;
	background: repeat-x;
	height: 50px;
	width: 500px;
	margin-bottom: 25px;
	padding-top: 12px;
	padding-left: 12px;
}.movie-page-description {
	color: #d8a95d;
	margin-bottom: 30px;
}.movie-thumbnail-frame {
	width: 132px;
	text-align: center;
	background: repeat-y url(images/film.png);
	margin-bottom: 50px;
	margin-right: 0px;
	float: left;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}

.movie-thumbnail-frame:hover {
	margin-bottom: 50px;
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */



