/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

a
{
	color: #992200;
}

a:visited {
	color: #551100;
}

body
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
	background: #fff;
	color: #664444;
}

/* Outer */

#outer
{
	margin: 0em auto 1em auto;
	width: 100%;
	background-color: #fff;
}

/* Header */

#header
{
	padding: 1.0em 2em 1.5em 4em;
	background: #2E2017 url('images/b1.jpg') top left repeat-x;
}

#header h1
{
	font-size: 2.0em;
}

#header h1, #header h2
{
	display: block;
	width: 840px;
	margin: 0em auto;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	color: #bbaa77;
	font-size: 1.0em;
}

/* Menu */

#menu
{
	padding: 1em 1.5em 1em 0em;
	background: #F1DFC9 url('images/a2.gif') top left repeat-x;
	font-size: 1.0em;
}

#menu ul
{
	display: block;
	width: 840px;
	margin: 0em auto;
	list-style: none;
	padding-left: 2.5em;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #38271C;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover
{
	background: #342117 url('images/a4.gif') top left repeat-x;
	color: #fff;
}

/* Content */

#content
{
	width: 840px;
	margin: 0em auto;
}

#content p
{
	margin-bottom: 1.5em;
	text-align: justify;
}


#content h2,h3,h4,h5,h6
{
	color: #443333;
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content li
{
	margin-bottom: .5em;
}

#content blockquote
{
	padding-left: 1em;
	margin-bottom: 1.5em;
	border-left: solid 7px #F6EECC;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #442222;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #F6EECC;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #FFFCEF;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: left;
	margin-left: -17.5em;
	width: 99%;
}

#primaryContent
{
	margin: 0em 0em 0em 17em;
	padding: 1.5em;
}

#primaryContent h2, #primaryContent h3
{
	border-bottom: solid 1px #f7eecc;
	padding-bottom: 0.25em;
	margin-bottom: 1.25em;
}

#primaryContent h2
{
	font-size: 1.7em;
}

#primaryContent h3
{
	font-size: 1.1em;
}

#primaryContent .paren
{
	font-size: 0.9em;
	font-style: italic;
}


/* Secondary Content */

#secondaryContent
{
	float: right;
	width: 18.5em;
	padding: 1.5em 1.0em 1.5em .25em;
	font-size: 0.9em;
}

#secondaryContent h3
{
	background: #2E2017 url('images/a4.gif') top left repeat-x;
	color: #fff;
	padding: 0.5em;
	padding: 0.5em 0.5em 0.5em 1.0em;
	position: relative;
	left: -0.8em;
	margin-right: -1.6em;
	font-size: 1.0em;
}

#secondaryContent img
{
	margin-top: 2em;
}

/* Footer */

#footer
{
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
	width: 840px;
	margin: 0em auto;
	border-top: solid 1px #efeecc;
	font-size: 0.9em;
}

#crumb
{
	padding: 0em 2em 0em 2em;
	text-align: left;
	margin: 0em auto;
	font-size: 0.9em;
}


.clear
{
	clear: both;
}

.gallerycontainer{
position: relative;
height: 500px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: -20px 2px -20px 2px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #a00000;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fcfcfc;
padding: 0 10px 10px 10px;
left: -1000px;
border: 1px solid black;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
background-color: #fff;
margin: 10px 0px 0px 0px;
}

.thumbnail:hover span img{
border: 3px solid;
border-color: #909090 #d0d0d0 #c0c0c0 #808080;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -569px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.splash a {
text-align: center;
padding-top: 15px;
}