/* CSS Document */
body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ECECEC;
}

#wrap {
	width:100%;
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

#header {
}

#topsection {
	margin-right: auto;
	margin-left: auto;
	text-align:center;

}

#toplogo {
	float: left;
	width: 307px;
	height: 119px;
	padding-left: 20px;
	margin-top: 50px;
	margin-bottom: 50px;

}

#topmenu {
	z-index: 10;
	height: 50px;
	display:inline-block;
	margin-top: 90px;
	width: 450px;
}

#topmenu ul {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 5px;

}

#topmenu ul li {
	list-style-type: none;

}



#topmenu ul li a{
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration:none;
	float: left;
	width: auto;
	display: block;
	text-transform: uppercase;
	height: 15px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

#topmenu ul li a:hover{
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #30517A;
	text-decoration:none;
	float: left;
	width: auto;
	display: block;
	text-transform: uppercase;
	height: 15px;
	background-image: url(../images/rollover.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 4px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}


#slider {
	width: 100%;
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;

}

.cycle-slideshow {
	width: 100%;
	z-index: 0;
}

.cycle-slideshow img {
	height: auto;
	max-height: 550px;
	width: 100%;
	max-width: 1120px;
}

.cycle-overlay {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 600;
	color: white;
	padding: 15px;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	left: 5%;
	bottom: 0px;
	top: 10%;
	background-color: #30517A;
	height: 30px;
}

.button {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #30517A;
	height: 20px;
	width: 150px;
	display: block;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;

}

.imgres {
	width: 100%;
	height: auto;
	max-width: 327px;

}

#content {
	margin-right: auto;
	margin-left: auto;
}

.content_intro {
	background-color: #373737;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;

}

.content_intro_inner {
	margin-right: auto;
	margin-left: auto;
	
}

.content_intro_inner_left {
	display: inline-block;
	max-width: 335px;
}

.content_intro_inner_right {
	display: inline-block;
	margin-left: 50px;
	max-width: 740px;
	margin-top: 20px;
}

.box_heading {
	margin-top: 50px;
	margin-bottom: 100px;

}

.social {
	float: left;
	height: 44px;
	width: 44px;
	margin-right: 20px;

}

.map img {
	width:100%;
	height:100%;
	max-width:1440px;
	max-height:492px;
	margin-bottom: 50px;
}

.contact_left {
	float: left;
	width: 770px;
	margin-right: 30px;

}

.contact_right {
	float: left;
	width: 360px;

}

.contact_text1 {
	height: 35px;
	width: 750px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #EEEEEE;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	background-image: url(../images/icon-name.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.contact_text2 {
	height: 35px;
	width: 750px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #EEEEEE;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.contact_text3 {
	height: 35px;
	width: 750px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #EEEEEE;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	background-image: url(../images/icon-subject.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.contact_text4 {
	height: 35px;
	width: 750px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #666666;
	border: 1px solid #EEEEEE;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	background-image: url(../images/icon-name.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.contact_memo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #686868;
	border-right-color: #686868;
	border-bottom-color: #686868;
	border-left-color: #686868;
	height: 300px;
	width: 750px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #EEEEEE;


	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */


	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	padding: 10px;
	background-image: url(../images/icon-message.png);
	background-repeat: no-repeat;
	background-position: right top;


}

.contact_button {
	height: 50px;
	width: 160px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	background-color: #000000;

}

.promo {
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;

}


.pagecontent {
	background-color: #FFFFFF;
	padding: 50px;

}

.pagecontent_normal {
	

}

.pagecontent_left {
	float: left;
	width: 100%;
	max-width: 360px;
	margin-right: 20%;
}

.pagecontent_right {
	float: left;
	width: 100%;
	max-width: 360px;
}


.cb {
	clear:both;
}

#footer {
	background-color: #30517A;
	margin-right: auto;
	margin-left: auto;
	padding: 50px;

}

.footer_left {
	float: left;
	width: 100%;
	max-width: 360px;

}

.footer_right {
	float: left;
	width: 100%;
	max-width: 360px;

}

.footer_c {
	background-color: #253038;
	padding: 50px;
}


.footer_logo {
	margin-top: 60px;
	margin-bottom: 60px;

}

.footerend {
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 20px;
}


.form_button {
	height: 45px;
	width: 170px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 400;
}

/*Fonts*/

H1 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #616161;
	font-weight: 400;
}

H2 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #616161;
	font-weight: 400;
}

.font_grey_12 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 1.8em;
}

.font_grey_12 a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #30517A;
	font-weight: normal;
	line-height: 1.8em;
	text-decoration:none;
}


.font_white_16_b {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.font_white_14 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}

.font_white_14 a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-decoration:none;
}
