

/** This CSS Style sheet is for the slideshow (slide_new.htm) **/


 A, A:visited
{
 COLOR: #336666;
 TEXT-DECORATION: none;
}
A:hover
{
 TEXT-DECORATION: underline;
}
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}
p, td,{ FONT-SIZE: 10pt; TEXT-ALIGN: left;
	padding-left: 5px;}
li {
	FONT-SIZE: 10pt; TEXT-ALIGN: left;
	padding-left: 10px;
	margin-top: 3 px;
	list-style-type: square;
 }

H2
{
	MARGIN: 5px 0 0 5px; 
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	COLOR: #000000;
	TEXT-ALIGN: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
H6
{
 
 FONT-WEIGHT: bold;
 FONT-SIZE: 11pt;
 MARGIN: 5px 0 0 5px; 
 COLOR: #000000;
TEXT-ALIGN: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.small
{
 FONT-WEIGHT: normal;
 FONT-SIZE: 7pt;
}
.center{TEXT-ALIGN:center;}
#wrapper{
	padding: 0px;
	width: 800px;
	height: auto;
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #EEEEE1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#photo{
	float: left;
	margin: 0 5px 0 10px;
	}
div#caption{
	float: left;
	height: 350px;
	margin: 0 0 0 10px;
	width: 200px;
	padding-bottom: 10px;
	background-color: #DDDCCC;
	border: 1px solid #FFCC66;
	
}
/* creates drop shadow for photos */
div.img-dec { 
	background:   url(file:///E|/sites/Copy of ctmap/assets/shadow.gif) no-repeat right bottom; 
	clear: left; 
	float: left; 
	margin: 10px 0 10px 20px; 
	padding: 0; 
	cursor: pointer;
}

div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -7px;
	padding: 4px;
	position: relative;
	cursor: pointer;

}
.controls{
	margin: 10px;
}
.hdln{
	margin: 0px;
	width: 800px;
	background-color: #DDDCCC;
	height: 40px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	line-height: 15pt;
}
#footer{
	clear: both;
	width:780px;
	height: 25px;
	color: #000000;
	padding: 0;
	margin-left:10px;
	margin-top: 25px;
	font-size: small;
	
	
}
#ftr2{
FONT-SIZE: 9pt; TEXT-ALIGN: left;
	padding-left: 5px;
	height: 35px;
	clear: both;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFCC66;

}
#footer p{
	color: #999999;
	}

