body
{
	margin: 0px;   
	padding: 0px;
	height: 100%;
	background-image: url(images/menu/bkg.png);
	background-repeat: repeat-x;
	font-family: arial;
	color: #333333;
}

html
{
	height: 100%;
}

img
{
	border: 0px;
}

#container
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 900px;
	text-align: center;
	margin: 0 auto -150px;
}

#menu
{
	position: relative;
	width: 100%;
	height: 32px;
}

#title
{
	position: relative;
	width: 100%;
	height: 90px;
}

#logo
{
	position: absolute;
	left: 32px;
	top: 16px;
}

#search
{
	position: absolute;
	height: 27px;
	width: 270px;
	right: 0px;
	top: 16px;
}

#search div
{
	position: absolute;
	width: 237px;
	height: 27px;
	background-image: url(images/search-box.png);
}

#search div input
{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 2px;
	height: 21px;
	border: 0px;
	background-color: transparent;
}

#search img
{
	position: absolute;
	right: 0px;	
}

#body
{
	padding-bottom: 150px;
}

#fisheye
{
	position: relative;
	width: 100%;
	height: 275px;
}

#fisheye img
{
	position: absolute;
	top: 32px;
	width: 188px;
	height: 187px;
	z-index: 1;
}

#fisheye-a
{
	left: 45px;
}

#fisheye-b
{
	left: 252px;
}

#fisheye-c
{
	left: 460px;
}

#fisheye-d
{
	left: 668px;
}

#content
{
	position: relative;
	width: 100%;
	font-size: 11px;
	clear: both;	
}

.content h1
{
	font-size: 18px;	
	margin: 0px;
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #999999;
}

.content p a, .content p a:visited
{
	color: #666666;
	text-decoration: none;
}	

.content p a:hover
{
	text-decoration: underline;
}	

.content p
{
	font-size: 11px;
}

.news b
{
	font-size: 14px;
}

.column, .submenu
{
	position: relative;
	float: left;
	background-repeat: repeat-x;
	min-height: 300px;
}

#map
{
	position: absolute;
	right: 0px;
	top: 0px;	
}

.error
{
	color: red;	
}

.success
{
	color: green;	
}

.column-gradient
{
	background-image: url(images/gradient.png);	
}

.column-news
{
	width: 253px;
}

.column-content input
{
	width: 300px;
	border: 1px solid #999999;	
}

.column-content textarea
{
	width: 300px;
	height: 80px;
	border: 1px solid #999999;	
}

.column-submenu
{
	width: 253px;
	height: 318px;
	background-image: url(images/submenu/bkg.png);
}

.column-full
{
	width: 100%;	
	background-image: url();
}

.column-content
{
	width: 628px;
	background-image: url();
}

.column-content div
{
	font-size: 11px;
	min-height: 48px;
	background-repeat: no-repeat;
}

.column-shadow
{
	background-image: url(images/shadow.png);		
}

.column-content div img
{
	margin-left: 16px;
	margin-top: 16px;
}

.column-large
{
	width: 382px;
}

.column-margin
{
	margin-right: 6px;
}	

.column-small
{
	width: 253px;
}

.submenu h1
{
	padding-left: 30px;
	font-size: 18px;	
	margin: 0px;
	width: 100%;
}

.submenu-inner
{
	padding: 16px 0px 16px 0px;	
}

.submenu-item
{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
	margin: 0px 8px 0px 11px;
	background-position: 0px 50%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
}

.submenu-item-children
{
	border-bottom: 0px;
	padding-bottom: 0px;
	background-position: 0px 2px;
}

.submenu-item-subpage {
	border-bottom: 0px;
	padding: 0px 0px 0px 20px;
}

.submenu-item-subpage-last {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	background-position: 0px -7px;
}

.submenu-arrow 
{
	background-image: url(images/submenu/arrow.png?151214);
}

.submenu-item a, 
.submenu-item a:visited
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;	
}

.submenu-item a:hover
{
	color: #000000;
	text-decoration: none;
}

.submenu-item-active a,
.submenu-item-active a:visited {
	color: #333333;
}

.column h1
{
	font-size: 18px;	
	margin: 0px;
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #999999;
}

.column h2
{
	font-size: 14px;
	padding-left: 20px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
}

.column h2 a, .column h2 a:visited
{
	color: #000000;
	text-decoration: none;
}	

.column h2 a:hover
{
	text-decoration: underline;
}	

.column p a, .column p a:visited
{
	color: #666666;
	text-decoration: none;
}	

.column p a:hover
{
	text-decoration: underline;
}	

.column p
{
	font-size: 11px;
}

.column li
{
	font-size: 11px;
}

.column div
{
	padding: 16px;	
}

.newsevent
{
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #999999;	
}

.location
{
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #cccccc;	
}

.clear
{
	clear: both;	
}

.captcha {
	width: 300px;
}

.captcha span {
	color: #73b329;
}

#foot
{
	position: relative;
	width: 100%;
	height: 150px;
	background-image: url(images/foot.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	text-align: center;
}

#foot a, #foot a:visited
{
	color: #cccccc;
	text-decoration: none;	
}

#foot a:hover
{
	text-decoration: underline;	
}

#foot-inner
{
	height: 150px;
	width: 900px;
}

#foot-inner div
{
	color: white;	
	position: absolute;
}

#foot-a
{
	left: 16px;
	top: 32px;	
	font-size: 11px;
}

#foot-b
{
	left: 200px;
	top: 32px;	
	font-size: 11px;
}

#foot-c
{
	right: 16px;
	bottom: 12px;
	text-align: right;
	font-size: 10px;
}

#foot-d
{
	position: absolute;
	right: 14px;
	top: 28px;
	font-size: 10px;
}

.central
{
	position: relative;
	margin: 0px auto;
	text-align: left;
}

.news
{
	position: relative;
	width: 900px;
	height: 32px;
	margin-bottom: 16px;
}

.news-head div
{
	border-bottom: 1px solid #333333;	
}

.news-head h1
{
	padding-left: 20px;
	font-size: 18px;	
	margin: 0px;
	width: 100%;
}

.news-item
{
	height: 120px;	
}

.news-item div
{
	border-bottom: 1px solid #cccccc;	
}

.news-thumb
{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 255px;
}

.news-text
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 271px;
	right: 0px;
	font-size: 11px;
}

.news-text p
{
	color: #333333;
}

.news-text span
{
	font-size: 14px;	
	margin: 0px;
	width: 100%;
	padding-bottom: 8px;
	font-weight: bold;
}

.news-text span a, .news-text span a:visited
{
	color: #000000;
	text-decoration: none;
}	

.news-text span a:hover
{
	text-decoration: underline;
}	

.news-text p a, .news-text p a:visited
{
	color: #666666;
	text-decoration: none;
}	

.news-text p a:hover
{
	text-decoration: underline;
}	