html, body, #main {
	height: 100%;
}
body > #main {
	height: auto;
	min-height: 100%;
}
* {
	outline: 0 none;
}
caption, th, div {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym, .brNo {
	border: 0 none !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, li {
	list-style: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
}
body, div, h1, h2, h3, h4, h5, h6, p, th, td, form, fieldset, input, textarea {
	zoom: 1;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
a {
	transition: color 0.5s;
	-moz-transition: color 0.5s; /* Firefox 4 */
	-webkit-transition: color 0.5s; /* Safari and Chrome */
	-o-transition: color 0.5s; /* Opera */
}
body {
	font-family: 'pf_dintext_proregular';
	font-size: 12px;
	color: #000;
	background-image:url(layout/layout2.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0px;
}
#header {
	width: 982px;
	height: 161px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3px;
	background-image: url(layout/header-bg.png);
	background-repeat:no-repeat;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: underline;
}
#social {
	width: 70px;
	height: 20px;
	padding-left: 27px;
	padding-top: 12px;
}
#logo {
	width: 107px;
	height: 58px;
	padding-top: 43px;
	float: left;
}
#menu-1 {
	font-size: 13px;
	width: 550px;
	height: 30px;
	float: right;
	text-align: right;
	padding-top: 14px;
}
#menu-splash {
	width: 870px;
	height: 55px;
	float: right;
	margin-top: 55px;
}
#menu-splash a {
	color: #000;
	text-decoration: none;
}
#menu-splash a:hover {
	color: #0079b1;
	text-decoration: none;
}
#menu {
	float: right;
	margin-right: 17px;
	height: 34px;
	background-image: url(layout/menu-spl.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 9px;
}
#menu-end {
	float: right;
	height: 34px;
	background-image: url(layout/menu-spl.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 9px;
}
#nav-bar {
	width: 100%;
	height: 87px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 982px;
	height: 87px;
	margin-right: auto;
	margin-left: auto;
}
#nav-title {
	color: #fff;
	font-size: 25px;
	width: 600px;
	padding-top: 17px;
	padding-bottom: 14px;
}
#nav-link {
	height: 18px;
	font-size: 11px;
	background-color:#FFF;
	float: left;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
}
.nav-link {
	padding-left: 9px;
	padding-right: 9px;
}
#nav a {
	color: #242424;
	text-decoration: none;
}
#nav a:hover {
	color: #242424;
	text-decoration: underline;
}
#text {
	width: 982px;
	min-height: 250px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 70px;
}
.text-1 {
	color: #006b9d;
	font-size: 25px;
}
.text-2 {
	color: #88c9e5;
	font-size: 25px;
}
.text-3 {
	color: #006b9d;
	font-size: 19px;
}
#footer {
	width:100%;
	position: relative;
	margin-top: -48px;
	height: 48px;
	background-image: url(layout/footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#bottom {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
}
#copyright {
	color: #000;
	width: 265px;
	font-size: 12px;
	float: left;
}
#brand {
	float: right;	
}
.img-left {
	float: left;
	padding-right: 15px;
}
.formfield {
	font-size: 11px;
	border: 1px solid #d1d1d1;
	background-repeat: repeat-x;
	width: 260px;
	height: 19px;
}
.formarea {
	font-size: 11px;
	border: 1px solid #d1d1d1;
	background-repeat: repeat-x;
	width: 350px;
	height: 100px;
}
#form-frame {
	border: 1px solid #dbdbdb;
	width: 400px;
	padding-top: 9px;
	padding-left: 15px;
	padding-bottom: 15px;
}