/* @group General Styles */

body {

	font: normal .7em Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;

	color: #black;
	position: relative;
	background-color: #FFFFFF;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #7C8634;

}

a:hover, a:active {
	text-decoration: none;

	color: #BD4F21;
	}

img {
}

.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 */

#container {
	position: relative;
	background: #f65500 center center;
	text-shadow: #000000 0 0 0px;
	opacity: 1;
	padding-left: 70px;
	width: 800px;
	margin: 15px;
	height: 1380px;
	overflow: hidden;
	visibility: visible;
	float: left;
	border: 8px double #7a1600;
}

.clearer {
	clear: both;
}

#logo {
	float: left;

	width: 198px;

	height: 148px;

	background: url(images/img1.jpg);

	border: 1px solid #939A3C;
}

#pageHeader {

	height: 148px;

	background: url(images/img2.jpg);

	border: 0px solid #7a1600;
	width: 566px;
	position: absolute;
	float: right;
}

#pageHeader img {
}

#pageHeader h1 {
}

#pageHeader h2 {
}

#wrapper {
	clear: both;

	padding-top: 10px;	
}

#contentContainer {
	position: relative;
}


#contentContainer #content {

	font: normal .8em Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;

	color: #999999;
	width: 568px;
	position: relative;
	background-position: center top;
	float: right;
	right: 32px;
	bottom: 732px;
	overflow: hidden;
}

	
#sidebarContainer {
	float: left;
	width: 190px;

	display: inline;
}

#sidebarContainer #sidebar {
	position: relative;
	right: 236px;
	bottom: 260px;
	border-color: #000;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebarContainer .sideHeader {

	background: url(images/elements/icons/sidebar01.jpg) no-repeat center center;

	font: bold 1em Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 620px;
	position: relative;
	visibility: visible;
	top: 520px;
	float: left;
	right: 234px;
	width: 190px;
}

#footer { 
	clear: both;

	font: normal .8em Lucida Grande, Arial, Helvetica, sans-serif;

	color: #black;
	float: none;
	position: absolute;
	bottom: 12px;
	right: 22px;
}

#footer p {
}

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

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: right;
	position: relative;
	width: 96%;
	font-size: 11px;
	line-height: 14px;
	padding-right: 4%;
	height: 25px;
	/*border-bottom: 1px solid #ccc;*/
}

#breadcrumbcontainer ul {
	padding: 0;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0 1em 0 0;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;

}

#breadcrumbcontainer a {
	text-decoration: none; 
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
}			
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	width: 198px;
	float: left;

	margin: 0 0 10px;

	padding: 0;

	background: #E0E3C9;

	border: 0px solid #939A3C;
}

.boxed .heading {

	background: #f65500 url(images/elements/icons/img3.gif) no-repeat center center;

	font: bold 1em Lucida Grande;

	color: #FFFFFF;
	float: none;
	height: auto;
	width: auto;
}

.boxed .heading {

	background: #7a1600 url(images/elements/icons/img3.gif) no-repeat center center;

	font: bold 1em Lucida Grande;

	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 10px;
	position: relative;
	border-bottom: 3px solid #7a1600;
	margin: 6px;
	width: auto;
	height: auto;
}

#navcontainer #current {
	font-weight: bold;
		background: url(images/elements/icons/arrow_down.gif) no-repeat left center;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;

	padding: 0;

	list-style: none;

	line-height: double;

}

#navcontainer li {
	line-height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navcontainer a {
	padding-left: 12px;

	background: url(images/elements/icons/arrow.gif) no-repeat left center;

	text-decoration: none;
	margin-left: 6px;
}

#navcontainer a:hover {
	text-decoration: underline;
	}

#navcontainer a:active {
	}

/* Child - Level 1 */

#navcontainer ul ul {
padding-left: 10px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding-left: 20px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* 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 Global Classes */

blockquote, .standout {
	line-height: 160%;
}

h1, h2, h3 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;

	color: #BD4F21;}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
	list-style-type: decimal;
	margin: 5px;
}

#contentContainer #content ol {
	list-style-type: square;
}

#contentContainer #content li {
padding: 5px;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	list-style-type: decimal;
}

#sidebarContainer #sidebar ol {
	list-style-type: square;
}

#sidebarContainer #sidebar li {
margin: 60;
padding: 55px;
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}


.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
}

.blog-archive-link {
}

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

	
/* @end */

.blog-entry {
	text-align: left;
}

.blog-entry-title {
	margin-bottom: 5px;
	font-size: 18px;

	color: #7C8634;
}

.blog-entry-date {
	text-align: left;
	border-top: 1px solid #bfbfbf;
	font-size: 11px;
	background: url(images/elements/icons/date.gif) no-repeat 5px 5px;
	text-indent: 27px;
	padding-top: 4px;
	font-style: italic;
	padding-bottom: 5px;
}

/*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 {
	padding-left: 16px;
	background: no-repeat url(images/elements/icons/permalink.gif) 0px 0px;
	margin-left: 4px;
}

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

.blog-read-more {
}

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

.blog-entry-comments {
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	}

.blog-category-link-enabled {

}

.blog-category-link-disabled {

}

/* Styles the blog RSS feeds in the blog sidebar */



#blog-rss-feeds {

	font-size: 12px;
	line-height: 24px;
	margin-top: 7px;
}

.blog-rss-link {
		background: url(images/elements/icons/rss.png) no-repeat 0px 0px;
	padding-left: 25px;
	padding-bottom: 4px;
}

.blog-comments-rss-link {
		background: url(images/elements/icons/rss.png) no-repeat 0px 0px;			padding-left: 25px;
	padding-bottom: 4px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}


.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 18px;

	color: #7C8634;
	border-bottom: solid #bfbfbf 1px;
	padding-bottom: 7px;
	font-size: 18px;
	line-height: 21px;
}

.album-description {
	padding-top: 6px;
	text-align: left;
	margin-bottom: 55px;
}


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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 45px;
	margin-right: 8px;
	margin-left: 0;
}

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

.thumbnail-frame:hover {
	text-shadow: 0px 0px 5px #ffffff;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
     border: none;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 11px;
	line-height: 20px;
}
	
/* @end */

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

.photo-background {

}

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

.photo-links {
	color: #7C8634;
	}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin-left: 400px;
	border-top: 15px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 65px solid #fff;
	border-left: 15px solid #fff;
}

.photo-title {
	margin-bottom: 5px;
	text-align: center;
	font-size: 18px;

	color: #7C8634;
}

.photo-caption {
	text-align: center;
}

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

/* @group Quicktime Page */

.movie-description {
	padding-top: 6px;
	text-align: left;
	margin-bottom: 55px;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	margin-bottom: 5px;

	font-size: 18px;

	color: #7C8634;
}

.movie-page-description {
	padding-top: 6px;
	text-align: left;
	margin-bottom: 55px;
}

.movie-thumbnail-frame {

}

.movie-thumbnail-frame:hover {
	text-shadow: 0px 0px 5px #ffffff;
	}


.movie-thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 11px;
	line-height: 20px;
	}
	
/* @end */

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

.movie-background {
}

.movie-title {
	margin-bottom: 5px;

	font-size: 18px;

	color: #7C8634;
}

.movie-frame {
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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