@charset "utf-8";
/* CSS Document */

/* BEGIN - CSS GENERAL */

A:link 		{ COLOR: #666; TEXT-DECORATION: none }
A:visited 	{ COLOR: #666; TEXT-DECORATION: none }
A:hover     { COLOR: #666; TEXT-DECORATION: underline; cursor:pointer;}
A:active 	{ COLOR: #666; TEXT-DECORATION: none }

a img { border:none; }

body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

/* END   - CSS GENERAL */

ul{
	margin:0;
	padding:0;

}

li{
	list-style: none;
}

#container {
	position:relative;
	width:996px;
	margin-left: auto;
	margin-right: auto;
}

.reg_vert_top {
	vertical-align: top;
}

.reg_15down {
	padding-bottom: 15px;
}

.social_bg {
	vertical-align: bottom;
	padding-bottom: 6px;
}

.hyves {
	vertical-align: bottom;
}
.googleplus {
	padding-right: 15px;
	padding-bottom: 2px;
	text-align: right;
}
.facebook {
	padding-bottom: 3px;
	text-align: left;
}

ul.bar{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

li.bar{
	float:left;
	list-style: none;
}

a.bar:link,a.bar:visited{
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#a3d97b;
	text-align:center;
	padding:9px;
	text-decoration:none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}

a.bar:hover,a:active
{
	background-color:#8dc564;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

}

.body_bg {
	padding-top: 12px;
}


.header_bar_bg {
	background-image: url(header/bar_bg.gif);
	height: 36px;
}
.header_timedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 12px;
	color: #444;	
	line-height: 17px;
	padding-top: 2px;
}
.header_bar {
	padding-left: 3px;
}

.boxes_15left {
	padding-left: 15px;
	vertical-align: top;
}

.small_grey_bg {
	background-color: #fcebc7;
	padding-left: 12px;
	padding-top: 4px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 20px;
	padding-bottom: 4px;
}

.small_grey_bg A:link 	   { COLOR: #333; TEXT-DECORATION: none }
.small_grey_bg A:visited   { COLOR: #333; TEXT-DECORATION: none }
.small_grey_bg A:hover     { COLOR: #333; TEXT-DECORATION: underline}
.small_grey_bg A:active    { COLOR: #333; TEXT-DECORATION: none }

.large_blue_bg {
	background-color: #ebf7fd;
}

.large_blue_weer_bg {
	background-color: #ebf7fd;
	padding-left: 18px;
}
.weer_icon {
	padding-right: 4px;
	padding-left: 2px;
}

.large_blue_weer_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #015fb2;
	padding-top: 8px;
	padding-bottom: 4px;
}

.large_blue_weer_text A:link 	   { COLOR: #015fb2; TEXT-DECORATION: none }
.large_blue_weer_text A:visited   { COLOR: #015fb2; TEXT-DECORATION: none }
.large_blue_weer_text A:hover     { COLOR: #015fb2; TEXT-DECORATION: underline}
.large_blue_weer_text A:active    { COLOR: #015fb2; TEXT-DECORATION: none }

.large_blue_top {
	height: 26px;
	background-image: url(body/large_blue_top.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 12px;
	color: #FFF;
}
.small_blue_top {
	height: 26px;
	background-image: url(body/small_blue_top.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 12px;
	color: #FFF;
}
.small_orange_top {
	height: 26px;
	background-image: url(body/small_orange_top.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 12px;
	color: #FFF;
}


.feedEkList{
	width:280px;
	background-color:#ebf7fd;
	padding:0px 0px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.feedEkList li{
	border-bottom:2px solid #ebf7fd;
}
.feedEkList li:last-child{
	border-bottom:none;
}

.itemTitle a{
	color:#4EBAFF !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.itemTitle a:hover{
	text-decoration:underline
}


.rssDiv{
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 9px;
}

#container_contact {
	position:relative;
	width:477px;
	margin-left: auto;
	margin-right: auto;
}
.contact_logo {
	text-align: center;
}
.contact_bg {
	background-color: #ebf7fd;
}
.contact_top {
	height: 26px;
	background-image: url(sub/contact_top.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
}
.contact_form {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
}

input{
    height:25px;
    width:98%;
    color:#000;
    background:#FFF;
    border:1px solid #CCC;
    padding-left:1%;
    padding-right:1%;   
}
textarea{
    height:150px;
    width:98%;
    color:#000;
    background:#FFF;
    border:1px solid #CCC;
    padding:1%;
}
input.error, textarea.error, select.error{
    border:1px solid #F00;
}
button{
    height:25px;
    width:25%;
    color:#FFF;
    font-weight:bold;
    background:#36739e;
    border:1px solid #CCC;
    margin-top:10px;
}
button:hover{
    background:#86c300;
    border:1px solid #CCC;
}
.required{
    color:#F00;
}
.contact_send {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	color: #06C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 12px;
}

.contact_send A:link 	  { COLOR: #06C; TEXT-DECORATION: none }
.contact_send A:visited   { COLOR: #06C; TEXT-DECORATION: none }
.contact_send A:hover     { COLOR: #06C; TEXT-DECORATION: underline}
.contact_send A:active 	  { COLOR: #06C; TEXT-DECORATION: none }

.sub_bg {
	background-image: url(sub/sub_bg.gif);
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	color: #666;
}
.sub_top {
	height: 26px;
	background-image: url(sub/sub_top.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	color: #FFF;
}
