html {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: navy;
	text-decoration: none;
}

body {
/* 	height: 600px; */
	width: 850px;
	margin: 0 auto;
	padding: 0;
/* 	border: 0px solid black; */
}

/* Intro page with logo and enter button */
#splash-wrapper {
	position: relative;
	top: 150px;
  	width:550px;
  	height: 240px;
  	margin: auto;	
}
#splash-button{
	position:relative;
	padding-left: 360px;
}
#splash-button img {
	border: 0px;
	text-decoration: none;
}

/* Main menu on top of the page */
#top-level-menu {
	margin: 0;
	padding: 0;
}


#top-level-menu li{
	list-style: none;
	display: inline;
}
#top-level-menu li img{
	border: 0;
	text-decoration: none;
}

#left {
	padding-top: 10px;
}

#right{
padding-top: 10px;
height: 620px;
}

#left-panel ul{
	margin: 0 10px;
	padding: 0;

}

#left-panel ul li {
	list-style: none;
	text-decoration: none;
	font-size: 12px;
	font-family: "Trebuchet MS", sans-serif;
	color: navy;
	cursor:pointer;
	padding-top: 8px;
	
}

#left-panel ul li a{
	list-style: none;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	color: navy;
	padding-right: 5px;
	

}


/* logo that appears at the bottom left */
#left-logo img{
	position:relative;
	top:-115px;
	text-decoration: none;
	float:left;
	border: 0;
	
}

#home-left-panel{
	position:relative;
	width:200px;
	font-size: 12px;
	float: left;
	padding-top:10px;
}
#home-right-panel{
	position:relative;
	padding-top:10px;
	margin-left: 225px;
	width:565px;
	
	height: 550px;
	/* height: 454px; */
}

/* Slideshow displayed only on the home page */
#home-slideshow{
	position:absolute;
	background: url("../resources/slideshow/slideshow_drop_shadow.jpg") no-repeat;
	top:187px;
	left:200px;
	width: 400px;
	height: 310px;
	z-index: 1;
}

#home-slideshow-interior{
	width: 350px;
	height: 270px;
}

#home-slideshow-interior .slideshow-picture{
	padding-top: 10px;
	padding-left: 10px;
	width: 100%;
	height: 100%;
}

#home-content{
	position:relative;
}




#left-panel{
	position:relative;
	float:left;
	width:200px;
}

#left{
	height:300px;
}



#right-panel{
	margin-left:200px;
	width:620px;
}

#right{
	height:550px;
	font-size: 14px;
}

hr{
	border-top: 1px dashed #214E91;
	
}


#content{
	position:relative;

}

#contact-us-address{
	padding-top: 8px;
}

#thanks{
	position:relative;
	font-size: 12px;
}

#email-form{
	position:relative;
	font-size: 12px;

}

#send-button{
    width:50px;
    font-family: "Trebuchet MS", sans-serif;
	color: navy;
    font-size: 12px;
    cursor: pointer;
	text-align: right;
}



#news-list td{
	vertical-align: top;
}

.news-thumb-picture {
	border: 0;
	width: 80px;
}



.hidden{
	display: none;
}

#left-panel ul li.selected a{
	background: url("../resources/menu/selected-background-big.png") repeat-x 200%;
	font-weight: bold;
}

.old-o-temp{
	position:relative;
	margin-bottom: 10px;
}

.old-o-thumb{
	width:120px;
	height: 180px;
	float:left;
	margin-right:5px;
}

.old-o-caption{
	height: 180px;
}

.old-o-more-text{
	float:left;
	margin-bottom: 5px;
}

#gallery-type-selector{
	width: 100%;
/* 	text-align: center; */
}

#gallery-type-selector a{
	text-decoration: none;
	color: navy;
}

#gallery-type-selector a:hover{
	text-decoration: none;
	color: red;
}


.gallery_thumb {
	border:0;

}

.news-more , .read-more{
	font-size: 12px;
	color:red;
	text-decoration: none;
	cursor: pointer;
}

#faq-image {
	width: 150px;
	float:left;
}

#questions{
	position: relative;
	height:150px;
	margin-left: 130px;
}

#answers{
	position: relative;
	padding: 0;
	margin: 0;
	height:250px;
	color:navy;
}

.question-list{
	list-style: none;
	height: 100px;
}

#answers h1 {
	font-family: "Trebuchet MS", sans-serif;
	color: navy;
    font-size: 16px;

}

.anchor-link{
    font-family: "Trebuchet MS", sans-serif;
	color: navy;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}


.answer-list{
	color:navy;
	list-style: none;
	margin-top: -10px;
	margin-left: -35px;
}

#faq-nav{
	margin-right:50px;
	text-align: right;
	margin-top: -10px;
}

.faq-nav-button{
	font-family: "Trebuchet MS", sans-serif;
	color: navy;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    text-align: right;
}

p{
margin: 0;
}

.underline{
	text-decoration: underline;
}

legend{
	text-decoration: underline;
}
