@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #fbfdff url(../images/layout/main-bg.png) repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}
ul
	{
	padding: 3% 2% 3% 3%;
	
	}
#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	height: 134px;
	padding-left: 10px;
}

#top-contact {
	float: right;
	width: 530px;
	height: 91px;
	margin: 11px 0 0;
	font-size: 24px;
	background: url(../images/layout/top-contact-bg.png) repeat-y left;
	color: #0066c2;
}
#top-contact a {
	color: #0066c2;
	text-decoration: none;
}
#top-contact div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 530px;
	height: 91px;
}

#home-splash {
	height: 227px;
	width: 537px;
	padding: 69px 0 0 423px;
	font-size: 38px;
	font-weight: bold;
	color: #07519C;
	margin-bottom: 7px;
	background: url(../images/layout/home-splash-bg.jpg) no-repeat top left;
}
#home-splash div.line1 {
	margin-bottom: 12px;
	line-height: 41px;
}
#home-splash div.line2 {
	font-weight: normal;
	font-style: italic;
	font-size: 23px;
	line-height: 30px;
	padding-left: 65px;
	clear: both;
}

#home-splash div.line3 {
	font-weight: normal;
	font-style: italic;
	font-size: 23px;
	clear: both;
}

/* Content styles -------------- */
#content {
	background: #fbfdff;
	padding-bottom: 15px;
}

#content p {
	margin-bottom: 14px;
}

#right-col {
	float: right;
	width: 310px;
	margin-right: 10px;
}

#left-col {
	width: 610px;
	margin-left: 10px;
	color: #004379;
	font-size: 14px;
	line-height: 18px;
	padding-top:10px;
}

#left-col h1 {
	font-size: 30px;
	margin-bottom: 18px;
	font-weight: normal;
}

#right-col h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#map_im {
	margin: 0 0 12px 15px;
}

#side-contact {
	background: #1b75bc;
	padding: 15px 10px 10px;
}

#side-contact #contact-header {
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 5px;
}
#side-contact #contact-header div {
	font-size: 21px;
	line-height: 23px;
}

#side-contact #contact-form {
	background: #fff;
	padding: 15px;
	line-height: 18px;
}

#side-contact #contact-form table td {
	padding-right: 5px;
}

#footer-wrap {
	background: #fff;
	height: 90px;
	padding-top: 30px;
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
}

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #464646;
}
#footer a {
	color: #464646;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer div {
	font-size: 10px;
	padding-top: 20px;
}
