/* @group General Styles */

body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #798675;
	background-image:  url(images/menu/garlicmansmall.gif) , url(images/menu/cameramansmall.gif) , url(images/menu/garliclight.gif);
	background-position: bottom right, bottom left, top left;
	background-repeat: no-repeat;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

p {
}

b, strong {

}

a:link {
	color: #DBE3CB;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
color: #DBE3CB;
font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #8DA87F;
	font-weight: bold;
	text-decoration: none;
}
a:active {
text-decoration: none;
color: #DBE3CB;
}

img {
}

.image-left {
}

.image-right {
}
	
/* @end */

/* @group Layout */

#container { 
	width: 700px;
	margin: 0 auto 0 auto;
	border-top: none;
	background: #000000;
	color: #D9D9C3;
	
}

.clearer {
}

#pageHeader { 
	height: 70px;
	margin: 0 auto;
	padding: 5px;
	border: 5px solid #000000;
	border-bottom: 15px solid #000000;
	background: #005648;
	background-image:  url(images/menu/bwhefheader.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#pageHeader img {

}

#pageHeader h1 { 
	float: right;
	margin: 23px 40px 0 0;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #EEEEEE;
}

#pageHeader h2 { 
	float: right;
	margin: 23px 40px 0 0;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #EEEEEE;
}

#contentContainer {
width: 530px;
float: left; 
	margin: 0px 0px 0px 10px;
		background: #000000;



}

#contentContainer #content { 
padding: 26px;



}

.img1 { 

	float: left;
		border: 2px solid;
	margin: 3px 15px 0px 0px;


}

.img2 {
	float: right;
	margin: 3px 6px 0px 15px;
	border: 2px solid;
}

.img3 {
	margin: 0px 13px 10px 13px;
	border: 0px;

}

.img4 {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 0px;
}

.img5 {
	float: right;
	margin: 3px 0px 0px 15px;
	border: 0px;
}

.imgolive {
		margin: 3px 3px 3px 3px;
		border: 0px;
		vertical-align: middle;
}

#sidebarContainer {
width: 160px;
float: right;
	background-image:  url(images/menu/menutv.jpg);
	background-position: top;
	background-repeat: no-repeat;
padding-bottom: 20px;
}

#sidebarContainer #sidebar { 
padding: 10px;
	font-size: 10px;
}

#sidebarContainer .sideHeader {
	float: right;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999999;
}
.clearer {
	clear: both;
}

#footer { 
text-align: center;
padding: 10px;
background-color: #798675;
}

#footer p {	text-align: center;
	padding: 0;
	font-size: 10px;
	color: #000000;
}

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

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

/* @group Bread-crumb */

#breadcrumbcontainer {
font-size: 10px;
color: #3E3E32;
}
	

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

#breadcrumbcontainer li {
display: inline;
}

#breadcrumbcontainer a {
color: #3E3E32;
}

#breadcrumbcontainer a:hover {
	color: #000000;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer { 
	
	padding-bottom: 10px;
	padding-top: 100px;
	width: 136px;
	margin: 0px auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #323B2E;
}

#navcontainer #current {
	display: block;
	width: 136px;
	padding: 10px 0px;
	background-color: #3E3E32;
	border: 2px solid #000000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	width: 136px;
	padding: 10px 0px;
	background-color: #5E5E52;
	border: 2px solid #000000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}

#navcontainer a:hover {
	background-color: #798675;
	border: 2px solid #000000;
	color: #000000;
}

#navcontainer a:active {
	display: block;
	width: 136px;
	padding: 10px 0px;
	background-color: #5E5E52;
	border: 2px solid #000000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#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 {
}

#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 {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}



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

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


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

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
}

ul.blog-tag-cloud li {
}

.blog-tag-size-1 {	
}

.blog-tag-size-2 {	
}

.blog-tag-size-3 {	
}

.blog-tag-size-4 {	
}

.blog-tag-size-5 {	
}

.blog-tag-size-6 {	
}

.blog-tag-size-7 {	
}

.blog-tag-size-8 {	
}

.blog-tag-size-9 {	
}

.blog-tag-size-10 {	
}

.blog-tag-size-11 {	
}

.blog-tag-size-12 {	
}

.blog-tag-size-13 {
}

.blog-tag-size-14 {	
}

.blog-tag-size-15 {
}

.blog-tag-size-16 {	
}

.blog-tag-size-17 {	
}

.blog-tag-size-18 {	
}

.blog-tag-size-19 {
}

.blog-tag-size-20 {	
}

/* @end */

/* @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 {
}

.blog-entry-title {
}

.blog-entry-date {
}

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

.blog-entry-category a:link, .blog-entry-category a:visited {
color: #111111;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
color: #111111;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
color: #111111;
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
}

/* 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 {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #21536a;
}

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

.filesharing-item-title a:link {
	font-size: 1.5em;
}

.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: 1.6em;
	color: #21536a;
}

.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 {
	border: Solid 1px #cccccc;
	padding: 1px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	font-size: 0.85em;
	color: #21536a;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	text-align: left;
}

.photo-navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
}

.photo-links {
	display: block;
	text-decoration: none;
	background: url(images/button_normal.jpg) repeat-x;
	border-bottom: 1px solid #c3c3c3;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	height: 15px;
}

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

.photo-navigation a:hover {

}

.photo-frame{
	position: absolute;
	top: 10px;
	left: 210px;
}

.photo-title {
	font: bold 1.5em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 10px 0 0px;
	padding-left: 10px;
	color: #21536a;
}

.photo-caption {
	font: 1em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-left: 10px;
	margin: 0px 0 10px;
	color: #ffa000;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	text-align: left;
	width: 180px;
	position: absolute;
	top: 110px;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}

/* @end */

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.6em;
	color: #21536a;
}

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

.movie-thumbnail-frame {
	border: Solid 1px #cccccc;
	padding: 1px;
	float: left;
	width: 132px;
	height: 132px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	color: #21536a;
}
	
/* @end */

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

.movie-background {
	margin: 5px;
	background: none #ffffff;
}

.movie-title {
	font: 1.2em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #ffa000;
}

.movie-frame {

}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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


