@import url("resetter.css");

.cleaner{ clear: both; }

body{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

p{
	margin-bottom: 10px;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

#header-container{
	width: 100%;
	height: 185px;
	background-image: url(../images/header-background.png);
	padding-top: 44px;
}

#logo{
	width: 990px;
	height: 91px;
	margin: 0 auto;
}

#logo img{
	z-index: 0;
}

#flags{
	width: 990px;
	margin: 0 auto;
	text-align: right;
	margin-top: -20px;
	margin-bottom: 15px;
}

#navigation {
	width: 990px;
	height: 40px;
	margin: 0 auto;
	margin-top: 15px;
	background-image:url(../images/navigation-background.png);
}

#navigation li{
	float: left;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 13px 0px 0px 35px;
	text-shadow: 2px 2px #000;
}

#navigation li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a:hover{
	border-bottom: 2px solid #38bcff;
}

#content-container{
	width: 100%;
	min-height: 400px;
	background-image: url(../images/content-background.png);
	background-repeat: repeat-x;
}

#content{
	width: 990px;
	margin: 0 auto;
	padding: 33px 0px 0px 0px;
}

#slideshow{
	width: 990px;
	height: 344px;
}

.boxes{
	width: 990px;
	height: 140px;
	margin: 0 auto;
	margin-top: 30px;
}

.boxes li{
	width: 310px;
	height: 120px;
	background-image: url(../images/midbox-background.png);
	background-position: center top;
	float: left;
	margin: 30px 30px 20px 0px !important;
	list-style: none !important;
}

.boxes li:last-child{
	margin-right: 0px !important;
}

.boxes li h2{
	width: 305px;
	text-align: right;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #175084;
	display: block;
	margin: -15px 5px 0px 0px;
}

.boxes li p{
	width: 280px;
	margin: 5px 0px 0px 15px;
	height: 100px;
	font-size: 14px;
	color: #383838;
}

.boxes li strong{
	text-transform: uppercase;
}

#content h1{
	color: #175084;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 15px 15px;
}

#content p{
	color: #383838;
	margin-left: 15px;
	font-size: 14px;
}

#content ul{
	margin: 0px 0px 10px 0px;
}

#content ul li{
	font-size: 14px;
	list-style: disc;
	margin: 0px 0px 0px 45px;
}

#content fieldset{
	float: left;
	margin: 15px 0px 0px 35px;
	width: 390px;
	border: 1px dotted #38bcff;
	padding: 20px;
	color: #38bcff;
	font-weight: bold;
	font-size: 14px;
}

#content fieldset strong{
	color: #000;
}

.inputfield{
	width: 380px;
	height: 30px;
	padding: 0px 0px 0px 10px;
	color: #333;
	border: 1px dotted #999;
	margin: 5px 0px 0px 0px;
}

.submitbutton{
	float: right;
	margin: 30px 50px 0px 0px;
	width: 200px;
	height: 60px;
	background-color: #175084;
	border: none;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 2px solid #38bcff;
	box-shadow: 0px 0px 5px #999;
}

.footer{
	width: 990px;
	height: 55px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(../images/footer-background.png);
}

#footernav{
	float: right;
	width: 400px;
}

#footernav li{
	float: left;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	margin: 17px 0px 0px 20px;
	text-shadow: 2px 2px #000;
}

#footernav li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footernav li a:hover{
	border-bottom: 2px solid #38bcff;
}
