@charset "utf-8";

/* CSS Document */



html {

    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */

}



body, h1, h2, h3, h4, h5, h6, blockquote, p {

	margin: 0px;

	padding: 0px;

}



body {

	margin: 0 auto;

	padding: 0px;

	background-color: #fff;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

}

#arc {

	height: 440px;

	background-image: url(../images/bg-arc.png);

	background-repeat: no-repeat;

	background-position: center top;

}



#contentWrap {

	width: 1000px;

	margin: 0 auto;	

}



#content {

	display: inline-block;

	height: 350px;

}



#contentL {

	width: 300px;

	float: left;

}



#contentR {

	width: 680px;

	float: right;

}



	#services {

		text-align: right;

		padding-top: 90px;

	}

	

	#servicesTitle {

		font-size: 42px;

		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	

		color: #0B3757;

		padding-bottom: 4px;

	}

	

	#services ul {

		padding: 0px;

		margin: 0px;

	}

	

	#services li {

	padding: 0px;

	margin: 0px;

	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

	font-size: 26px;

	list-style-type: none;

	color: #fff;

	}

	

	#webmail {

	width: 980px;

	height: 90px;

	margin: 0 auto;

	background-image: url(../images/webmail.png);

	background-repeat: no-repeat;

	background-position: left top;

	}

	

	#webmailText1 {

		width: 220px;

		text-align: center;

		padding-top: 12px;

		padding-bottom: 0px;

		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

		font-size: 20px;

		color: #5191CD;

	}

	

	#webmailText2 {

		width: 220px;

		text-align: center;

		margin-top: -2px;

		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

		font-size: 32px;

		color: #0B3757;

	}	



#footerBand {

	height: 250px;

	margin: 0 auto;

	padding: 0px;

}



#footer {

	width: 1000px;

	margin: 0 auto;

	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

	color: #0B3757;

	padding-top: 20px;

	

}



#footerL {

	width: 882px;

	float: left;

}



#footerR {

	width: 98px;

	float: right;

}



#contact {

		

}



	#contactItem {

		height: 46px;

		padding-bottom: 12px;

	}

	

	.contactText {

		padding-left: 14px;

		font-size: 24px;

	}



#address {

	padding-top: 20px;

	font-size: 20px;

	line-height: 1.5em;

}



#symbol {

	padding-top: 134px;

}



/*----------------------*/

p {

	font-style: normal;

	font-weight: normal;

	text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	line-height: 1.28em;

	color: #424143;

	padding: 0px;

	margin: 0px;

}



/*----------------------*/



h1 {

	text-decoration: none;

	padding-top: 0px;

	padding-bottom: 0px;

	margin: 0px;

}



/*----------------------*/



h2 {

	text-decoration: none;

	padding-top: 0px;

	padding-bottom: 0px;

	margin: 0px;

}



/*----------------------*/

h3 {

	text-decoration: none;

	padding-top: 0px;

	padding-bottom: 0px;

	margin: 0px;

}



/*----------------------*/

h4 {

	text-decoration: none;

	padding-top: 0px;

	padding-bottom: 0px;

	margin: 0px;

}





/* -------------------------------------------------------------- */





img {

	padding-bottom: 0px;

	margin-bottom: 0px;

	border-bottom-width: 0px;

	border-top-width: 0px;

	border-right-width: 0px;

	border-left-width: 0px;

	vertical-align: bottom; /*disables 3px bottom on ie7*/

}



hr {

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #363124;		

}



/* -------------------------------------------------------------- */ 



a:link {

	color: #74A1D5;

	text-decoration: none;

}



a:visited {

	color: #74A1D5;

	text-decoration: none;

}



a:hover {

	color: #546A7F;

	text-decoration: none;

}



a:active {

	color: #74A1D5;

	text-decoration: none;

}