body {
	margin: 0px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.body_text {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #000000;
}

#border_table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#CCCCCC;
}

#border_table_blue {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#444B8A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#444B8A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#444B8A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#444B8A;
}

#line_height {
	line-height: 0.4cm;
}

#home_section {
	margin-right: 4px;
	margin-left: 4px;
	text-align: left;
	line-height: 0.4cm;
}

#left_right_bar {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color:#000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color:#000000;
}

#left_bar {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color:#000000;
}

#right_bar {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color:#000000;
	line-height: 0.5cm;
}

#top_bar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:#000000;
}

#bottom_bar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#000000;
}

.body_text a{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #000000;
}

.body_text a:visited{
	color: #000000;
	text-decoration:none;
}

.body_blue {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight:bold
}

.body_brown {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold
}

.body_brown a{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-weight:bold
}

.body_brown a:visited{
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;
}
.body_blue a{
	color: #0E4F88;
	text-decoration:none;
}

.body_blue a:visited{
	color: #0E4F88;
	text-decoration:none;
}

.body_yellow {
	color: #FECE00;
}
.body_yellow a{
	color: #FECE00;
	text-decoration:none;
}

.promo_text {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

#promo_box {
	border-style:inset;
	border-color:#000000;
	border: 3px 3px 3px 3px;
}

.ddoverlap{
	bborder-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
	padding: 0;
	margin: 0;
	font: bold 13px default;
	list-style-type: none;
}

.ddoverlap li{
	display: inline;
	margin: 0;
}

.ddoverlap li a{
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 32px;
	background: url(images/righttabsmall.gif) 100% 1px no-repeat;
	border-left: 1px solid #352109;
	position: relative;
	display: block;
	float: left;
	margin-left: -20px;
	left: 20px;
	color: #FECE00;
}

.ddoverlap li a:visited{
	color: #FECE00;
}

.ddoverlap li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.ddoverlap li.selected a{
	color: #000000;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected { /*selected tab style*/
	color: #000000;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:visited{
	color: #000000;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
	text-decoration: none;
}


.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}

.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: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

