@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.tRight{
	text-align: right;
}

.shortForm{
	width: 50px;
}

.clear{
	clear: both;
}

.noDisplay{
	display: none;
}

.menu{
	margin: 40px 0px 0px 0px;
	padding: 0px;
}

.menu ul{
	margin: 0px;
	padding: 0px;
}

.menu li{
	list-style: none;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	display: inline;
}

h1{
	font: 24px normal;
}

p{
	line-height: 20px;
}

#main{
	width: 780px;
	margin: auto;
	padding: 20px 0px 20px 0px;
}

#bannerMenu{
	width: 780px;
	height: 300px;
	padding: 0px 0px 30px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	overflow: hidden;
	margin: 30px 0px 0px 0px;
}

#bannerMenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#bannerMenu li{
	padding: 5px 6px 8px 0px;
}

#bannerMenu a{
	background: #ccc;
	padding: 5px 10px 5px 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#bannerMenu a:hover{
	background: #fff;
	color: #9d1c1c;
}

#floatingMenu{
	z-index: 20;
	width: 780px;
	height: 300px;
	padding: 0px 0px 30px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	overflow: hidden;
	margin: 0px;
	position: relative;
}

#floatingMenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#floatingMenu li{
	padding: 5px 6px 8px 0px;
}

#floatingMenu a{
	background: #ccc;
	padding: 5px 10px 5px 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#floatingMenu a:hover{
	background: #fff;
	color: #9d1c1c;
}

/* -- JQUERY SLIDESHOW -- */

#slideshow {
    position: relative;
    height: 300px;
	width: 780px;
	padding: 0px 0px 30px 0px;
	display: block;
	overflow: hidden;
	margin: 30px 0px 0px 0px;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.0;
}

#slideshow IMG.active {
	position: absolute;
    z-index: 3;
    opacity: 1.0;
}

#slideshow IMG.last-active {
	position: absolute;
    z-index: 2;
}

/* -- JQUERY SLIDESHOW END -- */

#image_rotate li{
	margin: 0px;
	padding: 0px;
}

#content{
	width: 740px;
	padding: 20px 20px 20px 20px;
	background: #ccc;
	min-height: 350px;
    height: auto !important;
    height: 240px;
}

#content a{
	color: #000;
	text-decoration: underline;
}

#content a:hover{
	color: #9d1c1c;
	text-decoration: none;
}

#footer{
	font-size: 11px;
	color: #999;
	text-align: center;
	padding: 10px 20px;
	float: right;
	width: 740px;
}

#footer a{
	color: #666;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}