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

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

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* =Fonts
-------------------------------------------------------------- */

/* =Structure
-------------------------------------------------------------- */
html,
body {
	height: 100%;
}

body {
	background-color: #15264C;
}

#wrapper {
	background-color: #FFFFFF;
}

#header-main {
	border-top: 3px solid #8CB3D9;
	background: url(images/header-background.gif) 0 103px repeat-x;
	/*border: 1px solid red;*/
}

#masthead {
	display: table;
	width: 984px;
	height: 156px;
	margin: 0 auto;
	background: url(images/masthead-background.jpg) 0 2px no-repeat;
	/*border: 1px solid black;*/
}

#branding {
	display: table;
	margin: 6px 0 0 49px;
	/*border: 1px solid blue;*/
}

#lang {
	width: 176px;
	height: 34px;
	margin: 6px 16px 0 0;
	float: right;
	background: url(images/lang-background.gif) no-repeat;
}

#lang ul {
	margin: 0;
	text-align: center;
}

#lang li {
	display: inline-table;
	width: 60px;
}

#lang a {
	display: table;
	padding: 4px 6px 0;
	height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A496D;
	text-decoration: none;
}

#lang a:hover {
	color: #FFFFFF;
	background: url(images/lang-hover.gif) repeat-x;
}

#lang .lang-active a {
	color: #FFFFFF;
	background: url(images/lang-active.gif) repeat-x;
}

#access {
	margin-top: 30px;
	/*border: 1px solid red;*/
}

#access ul {
	margin: 0 10px;
	/*border: 1px solid red;*/
}

#access li {
	display: inline;
	margin-right: 18px;
	/*border: 1px solid red;*/
}

#access a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #0A496D;
	border-bottom: 0 solid #8CB3D9;
	padding-bottom: 1px;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#access a:hover {
	color: #8CB3D9;
	border-bottom: 3px solid #8CB3D9;
}

#main {
	display: table;
	width: 100%;
	background: url(images/main-background.gif) bottom repeat-x;
	/*border: 1px solid red;*/
}

#container {
	position: relative;
	width: 964px;
	left: 50%;
	margin-left: -482px;
	/*border: 1px solid red;*/
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer-main {
	min-height: 89px;
	background:  #15264C url(images/footer-background.gif) repeat-x;
	/*border: 1px solid red;*/
}

#colophon {
	width: 984px;
	height: 200px;
	margin: 0 auto;
	background: #15264C url(images/info-background.jpg) no-repeat;
	/*border: 1px solid red;*/
}

#contact-info {
	display:table;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

#contact-info div {
	display: table-cell;
	padding: 16px 30px 0;
	font-size: 11px;
	color: #245174;
	vertical-align: middle;
	/*border: 1px solid blue;*/
}

#contact-info .contact {
	font-size: 15px;
	font-weight: bold;
}

#contact-info div a {
	color: #245174;
	text-decoration: none;
}

#contact-info div a:hover {
	text-decoration: underline;
}

#site-info {
	display: table;
	width: 100%;
	margin-top: 60px;
}

#site-info div {
	display: table-cell;
	vertical-align: middle;
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #7887A8;
}

#site-info div a {
	color: #C4C4C4;
	text-decoration: none;
}

#site-info div a:hover {
	color: #FFFFFF;
}

#site-info div img {
	vertical-align: middle;
}

.creator {
	text-align: right;
}

/* =Typography General
-------------------------------------------------------------- */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 20px 0;
}

.category-image {
	display: table;
	float: right;
	margin-left: 10px;
}

/*CONTACT*/

label {
	display: inline-table;
	width: 100px;
	vertical-align: top;
}

input.norm {
	width: 300px;
}

textarea {
	width: 300px;
}

input.Btn {
	border-width: 0px;
	background-color:#15264C;
	color:#FFFFFF;
	width: 100px;
	height: 20px;
	padding-bottom:2px;
}

#btnSend {
	margin-left: 100px;
}

.contactform-nfo {
	height: 282px;
	float: right;
	background-color: #7D8BA8;
	color: #FFFFFF;
	font-size: 11px;
	padding: 7px;
}

.contactform-nfo a {
	color: #FFFF8A;
	text-decoration: none;
}

.contactform-nfo a:hover {
	text-decoration: underline;
}

/* =Navigation
-------------------------------------------------------------- */

/* =General Widget Formatting
-------------------------------------------------------------- */

/* =Custom Widgets
-------------------------------------------------------------- */