/* CSS Document created by Dieter Schneider 2006 for www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;}
   
body {
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #e6ebf3;
}

#container {
	width: 57em;
	margin: 1em auto;
	background-color: #FFFFFF;
	font-size: .8em;
	border: 1px solid #75778E;
	text-align:left;
	padding: 1em;
}

#header {
	border: 1px solid #EFEFEF;
	height: 100px;
	background-color: #FEFDFD;
	background-image: url(images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position: right;
}


#content {
	float: right;
	width: 39.8em;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #FCFCFC;
}

#leftbox{
	padding: 0.5em;
	margin-right: 42em;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 1em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
}  

#footer {
	clear: both;
	padding: 2px;
	background-color: #646675;
	color: #FFFFFF;
	text-align: center;
	font-size: .9em;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}

h3 {
	font-size: 1em;
	padding: .5em;
	color: #7E0000;
	border: 1px dotted #CCCCCC;
	background-color: #F3F3F3;
}

h2 {
	font-size: 1em;
	padding: 0.25em;
	margin-bottom: 0.15em;
	color: #798196;
	border: 1px solid #333333;
	background-color:#F0F0F0;
}

h1 {
	font-size: 5.3em!important;
	font-size: 3.3em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #798196;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}



a:link {color: #676D79;}
a:visited {color: #676D79}
a:hover {color: #820606}
a:active {color: #890000}

/********** Top navigation *************/
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}   
dl{
	margin-bottom: 1.5em;
	margin-left: 2em;
}

dt{
	font-style: italic;
	color: #7E0000;
	font-weight: bold;
}

dd{
	margin-bottom: .3em;
	text-indent: .5em;
}
#container #content img {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.download { margin-left: 35px; width: 200px; height:50px; }
.download h3 { font-size: 120%; margin-bottom: 0; background-image:url(images/download.gif); background-repeat:no-repeat; border:0;  }
.download h3 span { display: block; font-size: 75%; color: #898378;  }
.download ul { margin-top: 0.5em; }

/**** Gallery ****/
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: 53px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 1px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 50px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
