@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 15pt;
}

body{ margin: 0; padding: 0; }

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;	color: #563A3D; padding-top:12px;

}
h2 {font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 14px;
	color: #563A3D;
 	padding: 0px; 
	margin: 0px;
	font-weight:bold;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
}
.thrColFixHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(tm_images/tm_website_background.jpg);
	background-repeat: no-repeat;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #header {
	height: 216px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; 
	position: relative;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #563A3D;

}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 159px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 14px;
	color: #563A3D;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 345px; /* padding keeps the content of the div away from the edges */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #563A3D;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebarHome {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* padding keeps the content of the div away from the edges */
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #563A3D;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: normal;
	text-align: center;
}
.thrColFixHdr #sidebar2 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
}
.thrColFixHdr #sidebar2 p.hanging {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin: 0px;
	margin-left: 13px;
	text-indent: -16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
}
.thrColFixHdr #bottomHome {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #563A3D;
	margin-top: 10;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 450px;
	height: 65px;
	z-index: 200;
	float: left;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.thrColFixHdr #mainContent {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #563A3D;
	margin-top: 0;
	margin-right: 345px;
	margin-bottom: 0px;
	margin-left: 189px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 346px;
}.thrColFixHdr #mainContentHome {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #563A3D;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 189px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	width: 750px;
}
.thrColFixHdr #gownContent {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 189px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 650px;
	height: 475px;
}
.thrColFixHdr #mainContent2 {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #563A3D;
	margin-top: 0;
	margin-right: 345px;
	margin-bottom: 0;
	margin-left: 189px;	
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 700px;
}
.thrColFixHdr #gownContent p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
	margin: 0px;
}
.thrColFixHdr #mainContentHome p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
	margin: 0px;
}
.thrColFixHdr #mainContent p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
	margin: 0px;
}
.thrColFixHdr #mainContent p.hanging {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin: 0px;
	margin-left: 13px;
	text-indent: -16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
}
.thrColFixHdr #footer {
	text-align: center;
	padding: 0 10px 0 10px;
	bottom: 0;
	height: 20px;
	width: 940px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #563A3D;
	font-weight: bold;
	text-align: center;
}
.thrColFixHdr #footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #563A3D;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* don't change the nav stuff below */

.menubox {
	position:absolute;
	width:960px;
	height: 36px;
	left: 0px;
	bottom: 0px;
}
.menutop { background-image:url(nav-images/tm_nav_home_bar.jpg); background-repeat:no-repeat; height: 18px; width: 960px;  }
.menubottom{}
.menubottomBlue {
background-image:url(nav-images/tm_nav_blue.jpg);
background-repeat:no-repeat;
height:18px;
width:960px;
}
.menubottomGreen {
background-image:url(nav-images/tm_nav_green.jpg);
background-repeat:no-repeat;
height:18px;
width:960px;
}

.menubottomPurple {
background-image:url(nav-images/tm_nav_purple.jpg);
background-repeat:no-repeat;
height:18px;
width:960px;
}

.menubottomLavender {
background-image:url(nav-images/tm_nav_lavender.jpg);
background-repeat:no-repeat;
height:18px;
width:960px;
}

.menubottomOrange {
background-image:url(nav-images/tm_nav_orange.jpg);
background-repeat:no-repeat;
height:18px;
width:960px;
}

.menu {
	font-family: Verdana, Geneva, sans-serif;
	width:960px;
	height:18px;
	position:relative;
	font-size:11px;
	position:relative;
	z-index:100;
	font-weight: bold;
	text-align: center;
	float: right;
	color: #563A3D;
	line-height: 18px;
}
.menu ul {padding:0; margin:0; list-style-type: none;}

.menu ul li {
	float:left;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	height:18px;
	color:#ffffff;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	vertical-align: middle; border-color:#FFF; border-right-style:solid; border-right-width: 1px;
}

.menu table {border-collapse:collapse; margin:0; padding:0; font-size:1em;}

.menu ul li ul {visibility:hidden; position:absolute; top:18px; left:0px; }


.menu ul li:hover a,
.menu ul li a:hover {
	color:#fff; 
}
a.greenpick:hover { background-image:url(nav-images/tm_nav_green_189.jpg); }
a.bluepick:hover { background-image:url(nav-images/tm_nav_blue_91.jpg); }
a.purplepick:hover { background-image:url(nav-images/tm_nav_purple_67.jpg);}
a.orangepick:hover { background-image:url(nav-images/tm_nav_orange_85.jpg);}
a.lavenderpick:hover { background-image:url(nav-images/tm_nav_lavender_75.jpg);}

.menu ul li:hover ul,
.menu ul li a:hover ul {
	visibility:visible;
	width:771px;
	background:#b3ab79;
	color:#fff; 
}

.menu ul li:hover ul.right_side li,
.menu ul li a:hover ul.right_side li {float:right; border:0;}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {float:left; border:0;  }

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub {background:#bd8d5e; color:#fff;}

.menu ul li:hover ul li a.sub1,
.menu ul li a:hover ul li a.sub1 { color:#fff;}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {visibility:hidden; position:absolute; left:0; top:18px; }

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {display:block; color:#fff;}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {

	color:#563A3D;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
	visibility:visible;
	color:#563A3D;
	background:#dfc184;
}

.menu ul li:hover ul.right li {float:right;}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {
	background:#dfc184;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {background:#bd8d5e; color:#fff;}

#Hnavcontainer {
	width:180px;
	position:absolute;
	left: 749px;
	top: 14px;
	height: 157px;
}
#Hnavcontainer ul
{
	list-style-type:none; width:198px; background-color:#FFF;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;	border: medium solid #563A3D;

}
#Hnavcontainer ul li 
{
	padding-bottom: 2px;
	padding-top: 2px;
}

#Hnavcontainer ul li a
{
	background:  left center no-repeat; text-decoration:none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #563A3D;
	padding-bottom: 2px;
	padding-top: 2px;
	
}

#Hnavcontainer ul li a:hover
{
	color: #563A3D;
	font-weight:bold;
}

#Hnavcontainer ul li a#currentH
{
	color: #563A3D;
	font-weight: bold;
}
#Hnavcontainer ul li a#currentH:hover
{
	color: #004011;
}


#quicklinks a
{
	background:  left center no-repeat; text-decoration:none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #563A3D;
	padding-bottom: 2px;
	padding-top: 2px;
	
}

#quicklinks  a:hover
{
	color: #563A3D;
	font-weight:bold;
}

#quicklinks  a#currentH
{
	color: #563A3D;
	font-weight: bold;
}
#quicklinks a#currentH:hover
{
	color: #004011;
}


/* don't change the nav stuff above */
#banner {
	position:absolute;
	height: 150px;
	width: 350px;
	left: 392px;
	top: 13px;
}
#homebase {
	position:absolute;
	height: 159px;
	width: 373px;
	left: -387px;
	top: 1px;
}
.bullet-list {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	}
#embeddedLink {
	color: #563A3D;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
}
#photo {
	z-index: 500;
	margin-top: 175px;
	width: 187px;
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	padding-left: 0px;
	}
#galleryMenu {
	z-index: 450;
	margin-top: 205px;
	width: 187px;
	text-align: center;
	left: 0px;
	top: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
	}
.sidemenu ul {
	text-align: center;
	padding: 0px;
	margin-top: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidemenu li{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #563A3D;
	list-style-type: none;
	text-decoration: none;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;	
	}
.sidemenu li a{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	list-style-type: none;
	text-decoration: none;
	color: #563A3D;
	text-align: center;
	padding-left: 0px;
}
.sidemenu li a:hover {
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
}
.sidemenuHome {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	list-style-type: none;
	text-decoration: none;
	color: #563A3D;
	font-weight: normal;
	padding-left: 0px;
	font-style: normal;
	line-height: 11pt;
}
.sidemenuCurrent {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	list-style-type: none;
	text-decoration: none;
	color: #563A3D;
	font-weight: bold;
	padding-left: 0px;
}
.privacy {
	font-size: 10pt;
	text-decoration: none;
	color: #563A3D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 9999; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images2/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images2/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 9999; width: 100%; height: 500px; background-color: #000; }
