<!--
/*
#4b4a52 	dark grey
#5b5a60 	med grey
#cfd1d0		light grey
#856852		light brown
#66402d		dark brown
*/
html {
	height: 100%;
}

body {
	text-align: center;
	font-family: Tahoma, Geneva, Verdana;
	font-size: 14px;
	margin: 0;
	min-height: 100%;
	
	color: #cfd1d0;
	background-color: #111;
	background-attachment: fixed;
}

a:link, a:visited {
	color: #71beda; /*#a6c3e1; /*c09ce4;*/
	text-decoration: underline;
}

a:hover {
	color: #def;
}

#container {
	width: 100%;
/*
	border: 0px solid transparent;
	border-width: 6px;
	*/
}

.container {
	margin: auto;
	width: 860px;
}

#header {
}

#header .container {
	background: url(/images/header2.png) bottom left no-repeat;
	text-align: left;
	/*height: 112px;*/
}

#header a.logo_link {
	display: block;
	width: 450px;
	height: 95px;
}

#header a.logo_link:hover {
	
}

#opensign {
	background-color: #090;
	display: block;
	display: none;
	width: 300px;
	height: 100px;
	float: right;
}

#content {
	clear: both;
}

#content .container {
	background-color: #222;
	padding: 12px 28px;
	width: 804px; /* 860-2*28px */
	line-height: 1.4em;
	text-align: left;
	/*background-attachment: fixed;*/
	/*min-height: 550px; /* Background height */
}

#footer {
	font-family: Verdana, Geneva;
	text-align: center;
	color: #cfd1d0;
	font-size: 11px;
	clear: both;
}

#footer .container {
	padding: 12px;
	width: 836px; /* 860-2*12px */
}

#menu {
	
	
}

/* Menu (No list version) */
div.menu {
	font-family: Verdana, Geneva;
	font-size: 12px;
	padding: 0;
	
	/*margin-top: -40px;*/
}

div.menu .container {
	background-color: #222;
	background: url(/images/menubg.png) #222 bottom left repeat-x;
	text-align: center;
}

div.menu span {
	display: inline-block;
	
}

div.menu a, div.menu a:link, div.menu a:visited {
	display: block;
	padding: 3px 10px 7px;
	text-decoration: none;
	
	-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
	/*-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;*/
	/*margin: 1px 0 -1px; /* allows selected tab color to overlap bottom border */
}

div.menu a:hover {
	background: url(/images/menubg_selected.png) #222 center left repeat-x;
}

div.menu a.selected:link, div.menu a.selected:visited {
	font-weight: bold;
	color: #ccc;
	background: url(/images/menubg_selected.png) #222 bottom left repeat-x;
}


/* Submenus [gallery categories] */
div.submenu {
	font-family: Verdana, Geneva;
	font-size: 11px;
	margin: 0;
	display: none;
}

div.submenu .container {
	/*background-color: #5b5a60; /* To match top of content gradient bg */
	background-color: #222;
	text-align: center;
	position: relative;
}

div.submenu .wrapper {
	display: inline-block;
	margin: 12px auto 0;
	background: url(/images/menubg_selected.png) #222 bottom left repeat-x;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	padding: 0 6px;
	border: 1px solid #111;
	border-width: 0 2px 2px 0;
}

div.selected {
	display: block;
}

div.submenu span {
	display: inline-block;
	position: relative; /* To allow absolute positioning of child */
	cursor: pointer; /* IE shows text cursor even though there's a link inside */
}

div.submenu span.subitem a, div.submenu span.subitem a:link, div.submenu span.subitem a:visited {
	display: inline-block;
	text-decoration: none;
	padding: 6px 6px 6px;
}

div.submenu span.subitem a:hover {
	
}

div.submenu span.subitem a.selected:link, div.submenu span.subitem a.selected:visited {
	font-weight: bold;
	color: #ccc;
	
	background: url(/images/submenubg_selected.png) #222 bottom left repeat-x;
	-moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0;
}

/* Subsubmenus [albums] */
/* Very delicate getting IE to display properly */

div.submenu span span.subsubmenu { /* Albums container */
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	white-space: nowrap;
	width: auto; 
	text-align: left;
	padding: 0 2px 2px 0;
	background: #111;
	-moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
}

div.submenu span.wrapper span:hover span.subsubmenu {
	display: block; /* Fallback if JavaScript not enabled but :hover supported */
}

span.subsubmenu a:link, span.subsubmenu a:visited, span.subsubmenu a {
	display: block;
	text-decoration: none;
	padding: 7px 12px 6px 6px;
	background: #2d2d2d;
}

span.subsubmenu a:hover {
	background-color: #363636;
	background: url(/images/menubg_selected.png) #222 center left repeat-x;
}

span.subsubmenu a.selected:link, span.subsubmenu a.selected:visited {
	font-weight: bold;
	color: #ccc;
}

span.subsubmenu span.subitem a span {
	cursor: pointer; /* IE shows text cursor over span */
}

/*-----------------------------*/
/* Category listing [Gallery] */

table.categories {
	width: 94%;
	text-align: left;
	margin: 0 auto;
	
	color: #cfd1d0;
}

.categories td {
	vertical-align: top;
	padding: 8px 16px;
	width: 50%;
	font-size: 13px;
	line-height: 1.4em;
}

.categories div.cat_left {
	float: left;
}

.categories div.cat_right {
	margin: 0 0 0 120px;
	min-height: 140px;
	height: auto !important;
	height: 120px;	/* Min height for IE (other browsers recognize min-height and !important) */ 
}

.categories h3 {
	font-family: Verdana, Geneva;
	margin: 1px 0 3px 0;
	font-size: 14px;
}

.categories p {
	margin: 0 0 0 0;
}

.categories strong { /* Thumbnail border */
	display: inline-block;
	
	border:1px solid #000;	/* Outside border */
	background-color: #fff;	/* Outside background */
	
	/* Larger, portait sizing */
	width: 108px;
	height: 128px;
	
	/*	Small, landscape sizing
	width: 107px;
	height: 77px;
	*/
	margin-bottom: 3px;
	text-align: center;	/* centers contained thumbnail */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.categories img.cat { /* Thumbnail image */
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	
	border:1px solid #000;	/* Inside border */	
	
	margin: 3px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-color: #000;	/* Inside background */
	
	/* Larger, portait sizing */
	width: 100px;
	height: 120px;
	/*	Small, landscape sizing
	width: 99px;
	height: 69px;
	*/
}

/*-----------------------------*/
/* Album page */

div.album_description {
	margin: 0 25px;
	padding: 0;
}

div.album_description h3 {
	margin: 0;
	padding: 0;
}

div.album_description p {
	font-size: 13px;
	margin: 4px 0px;
}

/*-----------------------------*/
/* Bio page */

div.bioPage h4 {
	margin-top: 1.5em;
}

div.bioPage p {
	
}

div.bioPage .nomargintop {
	margin-top: 0;
}

img.bioImg_Left {
	border: 1px solid #000;
	margin: -0.8em 2em 0em 1em;
	float: left;
	background-color: #fff;
	padding: 3px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

img.bioImg_Right {
	border: 1px solid #000;
	margin: -0.8em 1em 1em 2em;
	float: right;
	background-color: #fff;
	padding: 3px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

div.bioPage p.spacer {
	height: 2em;
}

div.bioPage p.aboutus {
	border: 1px solid #111;
	border-width: 0 2px 2px 0;
	background: url(/images/submenubg_selected.png) #2d2d2d top left repeat-x;
	padding: 12px 6px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-align: center;
	width: 80%;
	margin: 1em auto;
}

h2.contactHook {
	font-size:24px;
	margin: 1em 0 1.5em 0;
}

/*-----------------------------*/
/* Contact page */

div.contactPage {
	margin: 1.2em 2em 0;
}

div.contactPage img {
	margin: 0.5em 3px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 3px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

div.contactPage .mapwith {
	margin: 0px 0 17px;
}

/*-----------------------------*/
/* Gallery */

#gallery {
	padding: 0;
}

/*-----------------------------*/
/* Miscellaneous */

h4 {
	font-size: 24px;
	margin-bottom: 18px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.error {
	color: #c00;
}

#clientForm input {
	margin-bottom: 12px;
}

/* To reduce text in headings */
.normaltext {
	font-size: 15px;
	font-weight: normal;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
 
#content h2 {
	font-size: 20px;
	margin: 18px 0 12px 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
}

a img {
	border: 0;
}


ul {
	padding-left: 1em;
	margin-left: 0;
}

p.indent {
	text-indent: 1em;
}

/* Was for about us */
table.dual_list {
	text-align: center;
	margin: auto;
	margin-bottom: 12px;
}

table.dual_list td {
	width: 50%;
	text-align: left;
}

table.dual_list ul {
	list-style: disc inside;
	margin: 0;
	padding: 0;
}



/*-----------------------------*/
/*v=2*/
/*
table.album_info {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	font-family: Verdana, Geneva;
	color: #444;
}

.album_info td {
	vertical-align: top;
	padding: 8px 6px;
	font-size: 12px;
	line-height: 1.5em;
}

.album_info td.neighbor {
	width:120px;
}

.album_info h3 {
	margin: 0 0 2px 0px;
	font-size: 14px;
	text-align: left;
}
*/
/*-----------------------------*/
/*v=3*/
/*
.albums_container {
	background-color: #ccc;
	-moz-border-radius: 20px;
	padding: 12px;
	
}

.albums {
	text-align: center;
	white-space: nowrap;
	overflow: auto;
}

.albums div {
	display: inline-block;
	width: 129px;
	background: url(/images/thumb.png) center 12px no-repeat;
	vertical-align: top;
	padding: 89px 10px 0 10px;
}

.albums div.selected {
	background-color: #fff;
}

.album_description {
	-moz-border-radius: 20px;
	background-color: #fff;
	margin: 0 auto;
	width: 90%;
	padding: 12px;
}
*/

-->
