body {
	background-color: #DDDDDD;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	margin-top: 0;
}

body#content {
	background-image: none;
	background-color: #fff;
}


h2 {
	color:#CC6600;
	font-family:Verdana,Arial,sans-serif;
	font-size:18px;
}

a {
color:#CC6600;
text-decoration:underline;
}

a:hover {
	color: #cc9900;
}

#container {
	background: url(/img/site/bkg-contain.jpg) repeat-y top center;
	line-height: 1.3em;
}

.head {
	height: 96px;
}

.logo {
	background: url(/img/site/logo.gif) no-repeat top left;
	height: 96px;
}

.logo h1 {
	float:left;
	margin:0;
	padding:0;
}

.logo h1 a {
	display:block;
	height:91px;
	outline:medium none;
	text-indent:-9999px;
	width:240px;
}


.imgrotate {
	height: 96px;
}

.topstripe {
	background-color: #CC9900;
	border-top: #fff solid 1px;
	color: #fff;
	height: 32px;
	text-align: right;
}

.topstripe a {
	color: #fff;
	text-decoration: none;
}

.topstripe a:hover {
	color: #ddd;
	text-decoration: none;
}

.nav {
	background-color: #CC6600;
	padding-bottom: 10px;
}

.navi {
	border-top: #fff solid 1px;
	padding: 10px 0px 20px 0px;
}

ul.navigation {
	margin: 0;
	padding:0;
}

ul.navigation li {
	list-style:none outside none;
	padding-top:5px;
	display: block;
}

ul.navigation li a {
	color: #fff;
	font-weight: bold;
	padding: 3px 0px;
	text-decoration: none;
	text-indent: 10px;
	display: block;
}

ul.navigation li a:hover {
	background-color: #CC9900;
	color: #fff;
	padding: 3px 0px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.brook {
	border-bottom: #fff 1px solid;
	border-top: #fff 1px solid;
	text-align: center;	
}

.addy {
	color: #fff;
	line-height: 1.3em;
	text-align: center;
	padding: 10px 0px;
}

.addy a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.addy a:hover {
	background-color: #CC9900;
	color: #fff;
	display: block;
	text-decoration: none;
}

.content {
	background-color: #fff;
}


.content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}

.content ul li {
	padding-bottom: 10px;
}

.foot {
	color: #fff;
	background-color: #CC9900;
	border-top: #fff solid 1px;
	font-size:10px;
	line-height: 1.3em;
	text-align: right;
}

.foot a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.foot a:hover {
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	background-color: #DDDDDD;
	width: 960px;
	height: 20px;
	clear: both;
	padding-top: 3px;
	margin: 0 auto;
}

#footer #copyright {
	background-color: #DDDDDD;
	font-size: 10px;
	text-align: left;
	width: 400px;
	height: 20px;
	float: left;
}

#footer #cms {
	background-color: #DDDDDD;
	width: 400px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
}

.padding {
	padding: 10px;
}