body{
	font-family: Georgia;
	font-size: 0.9em;
	color: #000000;
}

a{
	color: #1b415e;
}

body{
	background: #EEE;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .5em;
	color: #1b415e;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .3em;
	color: #1b415e;
}

h3{
	font-weight: bold;
	margin-bottom: .5em;
}

p{
	margin-bottom: .5em;
	text-align: justify;
}

strong{
	font-weight: bold;
}

ul{
	list-style-type: circle;
	margin-left: 2em;
	margin-top: 0;
	margin-bottom: .5em;
	margin-right: 0;
}

ul p{
	margin-left: -2em;
	margin-bottom: 0;
}

.page{
	margin-left: auto;
    margin-right: auto;
	width: 1000px;
}

.inner{
	width: 960px;
	margin-left: auto;
    margin-right: auto;
	background: #FFF;
	
	-webkit-box-shadow: 0 0 5px 3px #CCC;
	box-shadow: 0 0 5px 3px #CCC;
}

.header .top{
	height: 120px;
	background: url("../images/header-bg.png");
}

.header .top img{
	margin: 40px 0 0 5%;
	float: left;
}

.header .top p{
	margin: 85px 0 0 -170px;
	font-size: 1.3em;
	float: left;
}

.header .middle{
	height: 420px;
	background: url('../images/head-background.png') no-repeat;
}

.header .middle .himg{
	float: left;
}

.header .middle .htxt{
	color: #FFF;
	width: 40%;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 50px;
	font-size: 1.4em;
	text-align: justify;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}

.menu {
	float:right;
	height: 30px;
	outline:none;
	z-index:999;
	margin-top: 70px;
	background: url("../images/menubgk.png");
}

.menu ul{
	margin-left: 120px;
}

.menu ul li {
	float: left;
	display: inline;
	height:30px;
	z-index:999;
	position:relative;
}

.menu ul li a {
	font-size: 1.2em;
	text-decoration: none;
	padding: 5px 16px 0px;
	display: block;
	height: 1.4em;
	outline:none;
	z-index: 999;
	text-align: center;
	margin-right: 0.6em;
	color: #afd2e4;
	
}

.menu ul li a:hover {
	
	z-index:999;
	color: #DFF;
}

.menu ul li a.menu-current, .menu ul li a.active{
	color: #FFF;
}

.content{
	padding: 14px;
}

.footer{
	background: url("../images/footerbgk.png");
	height: 34px;
	clear: both;
	margin: 0;
}

.footer p{
	font-size: 0.8em;
	padding-top: 1.4em;
	color: #BBB;
	text-align: center;
}

.footer a{
	color: #DDD;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

.img-center{
	text-align: center;
}

.home-txt{
	font-size: 1.2em;
	color: #122836;
	line-height: 120%;
}

.form-list-visual ul {
	list-style-type: none;
	width: 35em;
}

.form-entry-label{
	width: 5em;
	display: inline-block;
	vertical-align: top;
}

.form-list-visual input[type="text"], textarea{
	width: 25em;
	padding: 0; 
    margin: 0 0 3px 0;
	font-family: "Times New Roman";
	font-size: 1em;
	color: #1b415e;
}

.submit-button-container{
	text-align: center;
}

.submit-button-container input{
	background: #AFD2E4;
	background-image: -webkit-linear-gradient(top, #AFD2E4, #1b415e);
	background-image: -moz-linear-gradient(top, #AFD2E4, #1b415e);
	background-image: -ms-linear-gradient(top, #AFD2E4, #1b415e);
	background-image: -o-linear-gradient(top, #AFD2E4, #1b415e);
	background-image: linear-gradient(to bottom, #AFD2E4, #1b415e);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #8d94a8;
	-moz-box-shadow: 0px 1px 3px #8d94a8;
	box-shadow: 0px 1px 3px #8d94a8;
	color: #ffffff;
	padding: 0.3em 2em;
	text-decoration: none;
	border: none;
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 1em;
}

.submit-button-container input:hover {
  background: #1b415e;
  text-decoration: none;
}

.form-list-visual{
	float: left;
}

.contact-data-top{
	margin-left: 2em;
	margin-bottom: 2em;
	float: left;
	margin-top: 3em;
}

.contact-data-bottom{
	float: right;
	margin-right: 2em;
}

.float-left{
	float: left;
}

.right-float{
	float: right;
}

.img-quality{
	margin-right: 2em;
	margin-top: 2em;
}