@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-position: 0 0;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000; /* black */
	background-image: url(../images/bkgds/master-bkgd.png);
}

#index a.index {border-top-width: medium; 	border-top-style: groove; border-top-color: #d1b45a;}

/* WIRE FRAMING */

div {
margin:0;
padding:0;
border:0px solid #ccc;
}

*:first-child+html #container {  /* for IE7 only.   */
	min-width:700px;
}


#container {
	width:90%;
	margin:20px auto;
	min-width:870px;
	max-width:900px;
	
}
/*  COLUMNS */

*:first-child+html #col1, *:first-child+html #col2 {  /* for IE7 only.   */
margin-top: 0px;
}

/* Column 1 <p> <img> might be a good way to work with IE image issue */
*:first-child+html #col1 p {  /* for IE7 only.   */
	clear: both;
	float: left;
}



#col1, #col2, #col3 {
	float: left;
	margin-left: 3%;
	width: 29%;
	}

#col1, #col2 {
	margin-top: 8%;
	}
#col1 img {
	float: left;
}

#col1 h4, #col2 h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	text-transform: none;
	color: #d6c3a1;
	letter-spacing: 0.1em;
	font-weight: lighter;
	float: left;
}

#col2 img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#col3  {
	text-align:right;
	background-image: url(../images/bkgds/column_bkgd.png);
	background-repeat: repeat;
	padding: 2% 2% 10% 2%;
}

#col3 h1 {
	font-size: 4.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00000;
}

#col3 p {
	text-align:right;
	font-size: 1.5em;
	margin-right:15px;
}

#col3 img {
	border: 2px inset #999999;
}



/* col3 external links */

#col3 ul {
	list-style:none;
	margin:0 10px;
	text-decoration: none;
	text-transform: capitalize;
}

#col3 li {
	display:list-item;
	margin:0 6px;
	text-decoration: none;
	list-style-type: none;
	text-align: right;
}

#col3 li a:link, #col3 li a:visited {
	text-decoration: none;
	color: #CCC; /* grey */
}

#col3 li a:hover {
	color: #FFF; /* white */
	text-decoration: none;
}




/*  NAVIGATION */

#navigation {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-top:40px;
}

#navigation ul {
	text-transform: uppercase;
	list-style:none;
	margin:0 10px;
	text-decoration: none;
}

#navigation li {
	display:list-item;
	margin:0 6px;
	text-decoration: none;
	list-style-type: none;
	text-align: right;
}

#navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	color: #FFF; /* white */
}

#navigation li a:hover {
	color: #d1b45a; /* gold */
	text-decoration: overline;
}

/* IMAGE SLIDESHOW CSS */

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:360px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	float: left;

}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
	border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
	z-index:600;
	color:#FFF;
	height:110px;
	width:100%;
	position:absolute;
	bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#00000; /*blk */
	}

/*                 FOOTER                */
#footer {
	clear:both;
	text-align:center;
	font-size: 1.1em;
	padding-right: 50px;
	color: #CCC;
	padding-top: 50px;	
}

#footer ul {
	list-style:none;
	text-decoration: none;
	}

#footer li {
	display:list-item;
	margin:0 30px;
	text-decoration: none;
	line-height: 1.5em;
}

#footer li a:link, #footer li a:visited {
	text-decoration: none;
	color: #CCC;
}

#footer li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



