img { 
	border: none;
	display: block;
}

body {		
  background-color: #9F9F9F;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #000066;
}

li {
	list-style-type: none;
}

input, textarea {
	border: 1px solid #000066;
}

span.text {
	display:block;
	width: 270px;
	height: 25px;
	text-align: center;
	padding-top: 260px;	
	color: #000066;
	font-size: 2em;
}

span.text:hover {
	color: #F29400;
	text-decoration: underline;
} 

a:link  {
	text-decoration: underline;
	color: #000066;
}

a:visited {
	text-decoration: underline;
	color: #000066;
}

a:active {
	text-decoration: underline;
	color: #FA9400;
}

a:hover {
	text-decoration: underline;
	color: #FA9400;
}

a.menuitem:link {
	color: #000066;
	text-decoration: none;
}

a.menuitem:visited {
	color: #000066;
	text-decoration: none;
}

a.menuitem:active {
	text-decoration: underline;
	color: #FA9400;
}

a.menuitem:hover{
	text-decoration: underline;
	color: #FA9400;
}

a.current_menuitem {
	text-decoration: line-through;
	color: #FA9400;
}

.image {
	display:block;
	margin: 0px 15px 0px 15px;
	width: 270px;
	height: 285px;
	text-align: center;
}

a.image:link {
	background: url('../images/bullet_inactive.png') no-repeat;
}

a.image:visited {
	background: url('../images/bullet_inactive.png') no-repeat;
} 

a.image:active {
	background: url('../images/bullet_active.png') no-repeat;
} 

a.image:hover {
	background: url('../images/bullet_active.png') no-repeat;
} 

li.menuitem {
	margin-top: 10px;
	margin-bottom: 10px;
}

#top {
	position: absolute;
	top: 1%;
	background: url('../images/background_top.png') fixed top repeat;
	width: 99%;
	height: 300px;
	min-width: 950px;
	z-index: -1;
}

#box {	
	width: 950px;
	height: auto;
	margin: 50px auto;
	border: 5px solid #000066;
	background: #FFF;
}

#content {		
	background: #FFF;
	width: 900px;
	height: auto;
	margin: 25px;	
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

#navigation {
	display: block;
	float: left;	
	width: 20%;
	height: 100%;
}

#logo{
	margin-left: 20px;
	margin-top: 20px;
}

#menu {
	font-weight: bold;
	text-decoration: none;
}

#mainmenu {
	list-style-type: none;
	margin-left: -20px;
}

#info {
	display: block;
	float: left;	
	width: 80%;
	height: 100%;
}

#main {
	clear: both;
	position: relative;
	top: 25px;
	left: 0px;
	width: 100%;
	height: 320px;
}

#footer {
	position: relative; 
	top: 10px;
	left: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 0.7em;
}

.branch {
	display: block;
	float: left;
	width: 300px;
	height: 100%;		
	background: url('../images/bullet_active.png') no-repeat 0px 12345px;
}

.places {
	clear: both;
	width: 100%; 
	height: auto; 	
}

.places_description {
	display: block; 
	float: left; 
	width: 50%; 
	height: 100%; 
}

.places_image{
	display: block; 
	float: left; 
	width: 46%; 
	height: 100%; 
	padding: 2%;
}

.spacer {
	display: block;
	clear: both;
	width: 100%;
	height: 25px;
}

.fit_image {
	width: 100%;
}

.no_indent {
	margin-left: -40px;
}

.form_spacer {
	margin-top: 5px; 
	margin-bottom: 5px;
}

.news_info {
	text-align: right;
	font-size: 0.6em;
	font-weight: normal;
}

.news_entry {
	margin-bottom: 10px;
	padding: 10px;
	background: url('../images/bg_news.png') repeat-x;
	border: 1px solid #000066;
}

.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  225px;
	 padding: 2px;
}

.tbContactform textarea {
	 height:  115px;
}

.tbContactform input.submit
{
	display: block;
	margin-left: 250px;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}