@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700);


@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	font-size:14px;
	color:#002d59;
	background:url(../graphics/bg-texture.png) repeat;
	-webkit-font-smoothing:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

strong{
	font-weight:700;
}
.darkBlue{
	color:#004e8f;
}
h1{
	font-size:33px;
	font-weight:300;
	-webkit-font-smoothing:auto;
	letter-spacing:-3px;
	color:#0078be;

}
h2{
	font-size:18px;
	font-weight:normal;
	-webkit-font-smoothing:auto;

}
h3{
	font-size:18px;
	font-weight:700;
	-webkit-font-smoothing:auto;
}
h4{
	font-size:24px;
	font-weight:700;
	-webkit-font-smoothing:auto;

}
h5{
	font-size:22px;
	font-weight:normal;
	-webkit-font-smoothing:auto;

}

img{
	border:none;
}
a{
	color:#282828;
	text-decoration:underline;
}
a:hover{
	color:#999;
}
.container{
	width:860px;
	margin:0px auto;
	text-align:center;
	padding:30px 0;
}
.first{
	padding:150px 0 30px 0;
}
#header{
	background:url(../graphics/bg-header.png) repeat-x top;
	height:160px;
	display:block;
}
#header img{
	margin:5px 0 0 0;
}

.content{
	background:url(../graphics/shadow.png) top repeat-x;
}


#footer{
	background:url(../graphics/shadow.png) top repeat-x #0078be;
	height:360px;
	display:block;
	color:#FFFFFF;
}

#footer a{
	font-size:12px;
	color:#FFFFFF
}
#footer .container{
	text-align:left;
	background:url(../graphics/bg-footer.png) no-repeat bottom center;
	height:330px;
	padding:30px 0 0 0;
	width:1000px;
}

.inputfield{
	width:610px;
	border-radius:5px;
	border:#eeeeee;
	padding:15px;
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.1);
	box-shadow: 2px 2px rgba(0,0,0,0.1);
}

.sendButton{
	background:#002d59;
	color:#FFF;
	border-radius:5px;
	border:#eeeeee;
	padding:15px;
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.1);
	box-shadow: 2px 2px rgba(0,0,0,0.1);
}

ul li
{
	list-style-image:url(../graphics/list.png);
	margin-bottom:7px;
}

#frame{
	border-top:3px solid #0078be;
	background:url(../graphics/bg-frame.png) repeat-x;
	height:492px;
}

#frame .container{
	width:1200px;
	padding:0;
}