body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	background-image: url("images/bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#fff;
	color: #9CA19F;
}

.hide {
	display: none;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 20px;
}

#head {
	height: 160px;
	position: relative;
	background-color: #D2D9D1;
}

	#head h1 {
		margin: 0;
		padding: 0;
		overflow: hidden;
		width: 292px;

		background-image: url("images/logo.jpg");
		background-repeat: no-repeat;

		position: absolute;
		top: 17px;
		left: 25px;
	}

		#head h1 a {
			display: block;
			width: 240px;
			height: 130px;
		}

	#head ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: absolute;
		top: 60px;
		right: 29px;
		font-size: 80%;
	}

		#head ul li {
			display: inline;
			padding: 5px;
		}

			#head ul li a {
				color: #6D6E72;
				text-decoration: none;
				font-weight: bold;
			}

				#head ul li a:hover, #head ul li a.here {
					color: #fff;
				}

	#head #head_sub p {
		color: #6D6E72;
		font-family: Arial, cursive;
		font-size:130%;
		position: absolute;
		top: 3px;
		right: 33px;
		padding: 20px 0 0 0;
		margin: 0px;
	}

#nav {
	background-color: #D2D9D1;
}

	#nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#nav ul li {
		float: left;
		padding: 12px 20px 0px 20px;
		height: 30px;
	}

	#nav ul li#first {
		display: block;
		width: 30px;
		height: 30px;
		padding: 0 0 0 30px;
	}

		#nav ul li#first a {
			background-image: url("images/homelogo.jpg");
			background-position: center -45px;
			background-repeat: no-repeat;
			display: block;
			width: 30px;
			height: 30px;
			text-indent: -10000px;
		}
			#nav ul li#first a:hover, #nav ul li#first a.here {
				color: #fff;
				background-image: url("images/homelogo.jpg");
				background-position: center -7px;
			}

		#nav ul li a {
			display: block;
			font-size: 90%;
			font-weight: bold;
			text-decoration: none;
			color: #6D6E72;
		}

			#nav ul li a:hover, #nav ul li a.here {
				color: #fff;
			}


#content {
	background-color: #fff;
}

	#content h2 {
		color: #9CA19F;
		margin: 17px 0 10px 0;
		padding: 0;
		font-family: Arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 150%;
		letter-spacing: -1px;
		letter-spacing: 0;
	}

	#content h2.bordered {
		color: #9CA19F;
		margin: 17px 0 10px 0;
		padding: 0;
		font-family: Arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 150%;
		letter-spacing: -1px;
		letter-spacing: 0;
	}

	#content h3 {
		border-bottom: none;
		font-size: 100%;
		color: #9CA19F;
		margin: 25px 0 10px 0;
		padding-bottom: 10px;
		font-family: Arial, helvetica, sans-serif;
		font-weight: normal;
		letter-spacing: -1px;
		letter-spacing: 0;
	}

	#content p {
		margin: 0 0 1em 0;
		font-family: Verdana, Arial, helvetica, sans-serif;
		font-size: 80%;
		line-height: 1.6em;
	}

	#content ul {
		margin: 0 25px 1em 25px;
		font-family: Verdana, Arial, helvetica, sans-serif;
		font-size: 80%;
		list-style-type: circle;
	}

		#content ul li {
			margin: 0 0 1em 0;
		}

	#content a {
		color: #9CA19F;
		text-decoration: none;
		font-weight: bold;
	}

		#content a:hover {
			text-decoration: none;
			color: #6D6E72;
		}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr.dots {
border-top: 2px dotted #ccc;
border-bottom: none;
border-left: none;
border-right: none;
margin: 15px 0 15px 0;
}

#panel_top {
	background-color: #fff;
	width: 100%;
	position: relative;

}

	#panel_top .flash {
		position: relative;
		width:  720px;
		height:   262px;
		padding: 0;
		margin:  0;
		overflow: hidden;
		float: left;
		top: 15px;
	}

		#panel_top .flash img {
			background-color: #eee;
			width:  720px;
			height: 262px;
		}

	#panel_top div.intro {
		position: absolute;
		right: 0px;
		top: 15px;
		width: 240px;
		background-color: #D1D2D4;
		height: 262px;
	}

		#panel_top div.intro h3 {
			margin: 15px 15px 25px 15px;
			padding: 0;
			color: #fff;
			font-family: Georgia, "Helvetica", "Times new Roman", serif;
			font-size: 120%;
		}

		#panel_top div.intro form {
			margin: 15px;
			padding: 0;
		}

			#panel_top div.intro form select {
				width: 100%;
				font-size: 70%;
				margin-bottom: 5px;
				border: 1px solid;
				border-color: #818286;
				color: #818284;
				padding: 2px;
				margin: 0 0 10px 0;
			}

			#panel_top div.intro form input {
				margin-top: 10px;
				border: 1px solid;
				border-color: #818286;
				color: #818284;
				font-size: 70%;
				padding: 2px;
			}

			#panel_bottom .broadcast {
				background-color: #D2D9D1;
				padding: 10px;
				margin: 0;
			}

				#content #panel_bottom .broadcast h2 {
					color: #38393B;
					font-size: 110%;
					margin: 0;
					padding: 0 0 5px 0;
				}

				#content #panel_bottom .broadcast p {
					color: #818284;
					margin: 0;
					padding: 10px 0 0 0;
					font-size: 70%;
				}

				#content #panel_bottom .broadcast form {
					margin: 0;
					padding: 0 0 15px 0;
				}

				#content #panel_bottom .broadcast input {
					color: #818284;
					border: 0px;
					padding: 5px;
					width: 170px;
					margin: 0 auto;
					font-size: 100%;
				}

				#content #panel_bottom .broadcast p.broadcastinput {
					margin: 0;
					padding: 0;
				}

				#content #panel_bottom .broadcast p.broadcastsubmit {
					margin: 0;
					padding: 0;
				}

				#content #panel_bottom .broadcast p.broadcastsubmit input {
					position: absolute;
					padding: 5px;
					font-size: 11px;
					right: 13px;
					width: 100px;
					font-size: 100%;
				}