﻿	*{
		margin: 0;
		padding: 0;
	}
	body{
		font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		line-height : 150%;
		color: #333;
	}
	#wrapper{
		padding-top: 40px;
	}
	img{
		border: none;
	}
	h1{
		font-size : 14px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		line-height : 100%;
	}
	a{
		color: #333;
		text-decoration: none;
	}
	#top{
		width: 770px;
		margin: 10px auto;
	}
		#top ul{
			list-style: none;
		}
		#top ul li{
			float: left;
			padding-top: 10px;
		}
	#main{
		width: 770px;
		margin: 0 auto;
	}
		#menu{
			width: 250px;
			float: left;
		}
		#menu ul{
			width: 210px;
			margin: 0 40px 10px 0;
			list-style: none;
		}
		.topborder{
			padding-top: 10px;
			border-top: 1px solid #CCC;
		}
			#menu ul li{
				text-align: right;
			}
			#menu ul li a{
				padding-right: 10px !important;
			}
			#menu ul li.active a{
				color: rgb(176, 41, 28);
				background-image: url(../images/active_arrow.png);
				background-position: right center;
				background-repeat: no-repeat;
			}
		#imgcontent{
			float: left;
			width: 520px;
		}
			#imgholder{
				background-color: #707070;
			}
			.relimglinks{
				width: 520px;
				padding: 10px 0 20px 0;
				height: 11px;
			}
				.relimglinks ul{
					list-style: none;
				}
				.relimglinks ul li{
					float: right;
					margin: 0 2px;
				}
				.relimglinks ul li.last{
					margin-right: 0px;
				}
				.relimglinks ul li.video{
					margin: 0px;
				}
			#contents{
				margin: 10px 0;
			}

.slideshow {
    position:relative;
    height:350px;
}

    .slideshow IMG {
        position:absolute;
        top:0;
        left:0;
        z-index:8;
        opacity:0.0;
    }

		.slideshow IMG.active {
			z-index:10;
			opacity:1.0;
		}

		.slideshow IMG.last-active {
			z-index:9;
		}
    
    .rellink{
		list-style-type: none;
    }
		.rellink li a, #imgcontent a{
			color: rgb(176, 41, 28);
		}

	ul.personal{
		list-style-type: none;
		width: 300px;
	}
		ul.personal li{
			width: 140px;
			margin: 0 10px 10px 0;
			float: left;
		}
		ul.personal li a{
			display: block;
			color: #000 !important;
		}
		ul.personal li a.active{
			color: rgb(176, 41, 28) !important;
		}
		ul.personal li a:active{
		  outline: none;
		}
		ul.personal li a:focus{
		  -moz-outline-style: none;
		}


	img.imgPersonal{
		float: right;
		width: 210px;
		margin-left: 10px;
	}
	img.hideStaffImage{
		display: none;
	}
	
#sitemapLink{
	width: 200px;
	text-align:right;
}
#sitemapLink a{
	color: #CCC;
}
a#videoLink { background: url(../images/play.gif) no-repeat center center;display:block;width:515px;height:300px;position:relative;z-index:5000; } 

.hide{display:none;}
.newsSplash{line-height: 150%;}
.newsSplash a{
	color: rgb(176, 41, 28) !important;
	text-decoration: underline;
}

