@charset "iso-8859-1";
/* CSS Document */

/* _global */

body{
	margin: 0px;
	background-color: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #163b72;
}

h1{
	margin: 0px;
	line-height: normal;
	font-size: 22px;
	color: #145EA7;
}

input[type=text], textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	overflow: hidden;
}

/* _layers */

#index{
	background-image: url(../../images/index.jpg);
	width: 877px;
	height: 816px;
	text-align: left;
}

#menu{
	background-image: url(../../images/menu.png);
	background-repeat: no-repeat;
	height: 71px;
}

#menu a{
	font-size: 16px;
	color: #eee;
}

#menu a:hover{
	color: yellow;
}

#submenu a{
	font-size: 12px;
	color: #163063;
}

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

#footer{
	background-image: url(../../images/footer.png);
	width: 990px;
	height: 49px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#footer a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00FFFF;
}

#footer a:hover{
	color: #00FFFF;
	text-decoration: underline;
}

#info{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f5f5f5;
}

#info a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f5f5f5;
}

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

#leds{
	position: relative;
	z-index: 1;
	height: 23px;
	bottom: 45px;
	margin-bottom: -23px;
	overflow: hidden;
}

#contact{
	font-size: 12px;
	color: #575757;
}

#contact a{
	font-size: 12px;
	color: #575757;
}

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

#mailer{
	width: 280px;
	padding-top: 35px;
	color: #555;
}

#mailer input[type=text], textarea{
	width: 280px;
	font-size: 13px;
	color: #555;
}

#labels{
	position: relative;
	z-index: 1;
	width: 223px;
	height: 37px;
	bottom: 40px;
	margin-bottom: -37px;
	background-color: #112956;
	font-size: 15px;
	color: #eee;
	text-align: center;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	KhtmlOpacity: .8;
	opacity: .8;
}

#info2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	text-align: center;
}

#info2 a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}

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


/* _classes */

.circles{
	padding-left:7px;
	cursor: pointer;
}

.thumbnails{
	width: 170px;
	height: 110px;
	border: 1px solid gray;
	overflow:hidden;
}

.container{
	width: 168px;
	height: 108px;
	border: 1px solid white;
	overflow:hidden;
}

.box{
	background-image: url(../../images/box.png);
	width: 254px;
	height: 333px;
}

.news a{
	font-size: 11px;
	color: #153988;
}

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