﻿
body{
	background:url(images/bg.gif) repeat-x 0 0 #A0793C;
	color:#403B27;
	padding:0px 0 11px 0;
	margin:0;
	font: 16px tahoma, Arial, Helvetica, sans-serif;
	
}
a:link{
color:#003C59;
}
a:visited{
color:#8E0F00;
}

a:active{
color:#8E0F00;}
a:hover{
color:#8E0F00;
}

p{
	font: 16px tahoma, Arial, Helvetica, sans-serif;
	color:#003C59;
	background-color:inherit;
	display:block;
	padding-right:20px;
	}
	ul{
	padding-left:30;
	margin:0;
    color:#003C59;
	line-height:150%;
	font:16px tahoma, Arial, Helvetica, sans-serif;
}

div#container{
	width:950px;
	margin:0 auto;
}
div#nav{

	width:1000px;
	padding:15px 0 10px 0;
}
div#nav ul li{
	background:url(images/nav_divider.gif) no-repeat right center;
	padding:0 2px 0 0;
	float:left;
	width:auto;
}
div#nav ul li.noimg{
	background-image:none;
	padding:0;
}
div#nav ul li a{
	font:bold 12px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFDFDA;
	background-color:inherit;
	padding:0 11px;
	display:block;
	text-decoration:none;
}
div#nav ul li a:hover, div#nav ul li a.active{
	color:#fff;
	background-color:#A0793C;
}
div#nav ul{
	padding:0;
	margin:0;
	list-style-type:none;
	line-height:0;
	font-size:0;
	}
	
h2{
	font:italic 27px/30px Georgia, "Times New Roman", Times, serif;
	color:#8E0F00;
	background-color:inherit;
	 padding-bottom:10px;
	 }
	 
	 .ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #003C59;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	bottom: 50px; /* means the pop-up's top is 50px away from thumb's top */
	left: 0px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 250px; /* enter desired thumb width here */
	height : auto;
}


.ienlarger2 {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger2 a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger2 a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger2 span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger2 a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #003C59;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger2 img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger2 a:hover span { 
	display:block;
	bottom: 50px; /* means the pop-up's top is 50px away from thumb's top */
	right: 0px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 250px; /* enter desired thumb width here */
	height : auto;
}

