@charset "utf-8";
@import url("reset.css");
@import url("../fonts/webfonts.css");
*, html, body {
	font-family: ;
	font-family: Arial, Helvetica, sans-serif;
}
body, html {
	font-size: 15px;
	color: #333333;
	-webkit-text-size-adjust: none;
	white-space: nowrap;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: ;
	font-weight: normal;
	font-family: 'subaru_boldbold';
}
a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
	color: #1480bc;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	background-color: #FFFFFF;
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	background-image: url(../images/shaded_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 235px 0px;

}
#header {
	height: 116px;
}
#header .logo {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 106px;
	width: 187px;
	display: inline;
	float: left;
	text-indent: -9999px;
	margin-left: 20px;
}
#header .navigation {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	float: left;
	width: 700px;
	height: 30px;
	margin-top: 75px;
	margin-left: 52px;
	overflow: hidden;
}
#header .navigation li {
	display: inline;
	margin-right: 32px;
	line-height: 30px;
}
#header .navigation li a {
	color: #797979;
	font-size: 15px;
	text-transform: uppercase;
	font-family: subaru_boldbold;
}
#header .navigation li a:hover, #header .navigation li a.active {
	color: #1480bc;
	text-decoration: none;
}
#content {
	padding-top: 20px;
	padding-bottom: 20px;
	white-space: normal;
	padding-left: 15px;
	padding-right: 15px;
	width: 934px;
}
.inner #content {
	padding-top: 30px;
}

#content h1 {
	font-size: 30px;
	color: #1480bc;
	line-height: 30px;
	height: 30px;
	padding-bottom: 25px;
}
#content p {
	padding-bottom: 26px;
	padding-left: 2px;
}
#content .contact-left {
	width: 250px;
	float: left;
	display: inline;
}
#content div .contact-right {
	float: left;
	width: 680px;
	overflow: hidden;
	display: inline;
}




#banner {
	height: 298px;
	width: 964px;
	background-color: #1481bd;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

#banner img {
	position: absolute;
	left: 37px;
	display: block;
	top: 50%;
	margin-top: -141px;
	z-index: 99;
}
.inner #banner {
	height: 113px;
}
.inner  #banner  img{
	margin-top: -51px;
	left: 60px;
	top: 50%;
}
.inner #banner .table {
	height: 98px;
}


#banner .table  {
	position: absolute;
	left: 426px;
	top: 10px;
	width: 500px;
	height: 275px;
	display: table;
	color: #FFF;
	z-index: 100;
}
#banner .table .desc {
	display: table-cell;
	vertical-align: middle;
	font-size: 45px;
	line-height: 42px;
	white-space: normal;
}


#footer {
	line-height: 46px;
	height: 46px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #1481BD;
	font-size: 13px;
	color: #1480BC;
	text-align: center;
}
.bigger {
	font-size: 23px;
	line-height: 23px;
	padding-bottom: 25px;
}
.italic {
	font-style: italic;
}



.clearfix {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	font-size: 0em;
	line-height: 0em;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
