@charset "utf-8";
/* CSS Document */

BODY {
	background: #000000 url(../images/bg_body.png) 0 0 repeat-x;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
HTML, BODY {
	font-family: 'Trebuchet Ms', sans-serif;
	font-size: 11px;
	color: #fff;
}

div.logo {

	width: 100%;
	height: 135px;
	max-height: 135px;
	background-image: url(../images/bg_logo.gif);
	background-repeat: repeat;
	text-align: center;
}

div.content {

	width: 1000px;
	min-height: 600px;
	border: 1px solid #B87E1B;
	background-color:#000;
	display: block;
	margin: 0 auto; 
}

div.content_left {
	width: 350px;
	min-height: 540px;
	border: none;
	display: block;	
	text-align: left;
	float: left;
	margin: 0px 10px 20px 20px;
	padding:0;
}
div.content_center {
	width: 350px;
	min-height: 250px;
	border: 1px solid #B87E1B;
	display: block;	
	text-align: left;
	float: left;
	margin: 10px 10px 0px 10px;
}

div.content_centerAlasivu {
	width: 730px;
	min-height: 540px;
	border: 1px solid #B87E1B;
	display: block;	
	text-align: left;
	float: left;
	margin: 10px 10px 0px 10px;
	
	
}

div.content_right {
	width: 220px;
	min-height: 540px;
	display: block;	
	text-align: left;
	border: 1px solid #B87E1B;
	float: left;
	margin: 10px 10px 0px 10px;	
}
div.content_header {
	width: 100%;
	height: 29px;
	border-bottom: 1px solid #B87E1B;
	background-image: url(../images/bg_headershader.gif);
	background-repeat: repeat;
	display: block;
	line-height: 29px;
}

div.menu {
	width: 1000px;
	height: 29px;
	border-bottom: 1px solid #ab6138;
	background-image: url(../images/bg_logoshader.gif);
	background-repeat: repeat;
	display: block;
}
div.footer {
	width: 1000px;
	height: 20px;
	display: block;	
	text-align: right;
}

div.newsheader {
	text-align: left;
	margin:0px;
	padding: 2px;
	color:#fff;
	background-image: url(../images/bg_logoshader2.gif);
	background-repeat: repeat;
	min-height: 20px;

}
div.newscontent {
	text-align: left;
	margin:0px;
	padding: 5px 5px 10px 5px;
	background-color: #fff;
	color: #000;
}
p.newsp {
 	margin: 0px 0px 0px 5px;
	font-size: 11px;
	font-weight: bold;
}
h2 {
  	text-transform: uppercase;
  	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-height: 25px;
}

h4 {
  	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 25px;
	color:#fff;
	
}

h3 {
  	text-transform: uppercase;
  	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-height: 25px;
	color:#000;
	
}


.button {
background-color:#F0F0F0;
border:#000 1px solid;
color:#766d4d;
font-size:12px;
font-weight:bolder;
margin:2px;
}

.buttonred {
background-color:#cc000;
border:#000 1px solid;
color:#000;
font-size:12px;
font-weight:bolder;
margin:2px;
}

p {
	margin: 5px 5px 0px 5px;
}
A.redl:link { color: #CC0000; text-decoration: none; font-size: 11px; font-weight: normal; }
A.redl:visited { color: #CC0000; text-decoration: none; font-size: 11px; font-weight: normal;}
A.redl:hover { color: #000; text-decoration: none; font-size: 11px; font-weight: normal; }
A.redl:active { color: #CC0000; text-decoration: none; font-size: 11px; font-weight: normal; }

A.orangel:link { color:#F30 ; text-decoration: none; font-size: 11px; font-weight: normal; }
A.orangel:visited { color: #F30; text-decoration: none; font-size: 11px; font-weight: normal;}
A.orangel:hover { color: #cc0000; text-decoration: none; font-size: 11px; font-weight: normal; }
A.orangel:active { color: #F30; text-decoration: none; font-size: 11px; font-weight: normal; }

A.mainlink:link { color: #fff; text-decoration: none; font-size: 15px; font-weight: bold; }
A.mainlink:visited { color: #fff; text-decoration: none; font-size: 15px; font-weight: bold;}
A.mainlink:hover { color: #fff; text-decoration: none; font-size: 15px; font-weight: bold; }
A.mainlink:active { color: #fff; text-decoration: none; font-size: 15px; font-weight: bold; }


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #000;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#666;
padding: 5px;
left: -2000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50px;
left: 580px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


