@charset "utf-8";

li {
	list-style-type: square;
}
#mainContainer {
	padding-bottom: 50px;
	overflow: hidden;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #191917;
	font-family: "Franklin Gothic Book";
	font-size: 1em;
	text-align: center;
	width: 1024px;
}


#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	color: #FFF;
	padding-left: 3%;
}
.pageRight {
}
.pageRight img {
	width: 100%;
}
#pageBody {
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}
.pageLeft {
	background-color: #FFF;
	width: 440px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.topMargin {
	padding-top: 35px;
}
#cover {
	background-color: #e5e6f2;
	background-image: url(images/coverBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 70px;
	z-index:3;
	box-shadow: 10px 10px 10px 0px #5C5C5C;
	-moz-box-shadow: 10px 10px 10px 0px #5C5C5C;
	-webkit-box-shadow: 10px 10px 10px 0px #5C5C5C;
}
#cover img {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#contacts {
	font-family: FranklinGothic-Demi;
}
#contacts ul {
	position: relative;
	display: block;
	color: #003782;
	text-transform: uppercase;
	font-size: .8em;
	margin: 0px;
	font-family: "Franklin Gothic Demi";
}
.contactsFirst {
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #003782;
	border-bottom-color: #003782;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contactsPhones {
	padding-top: 5px;
	padding-bottom: 19px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003782;
	border-bottom-color: #003782;
}
.contactsMiddle {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003782;
	border-bottom-color: #003782;
}
.contactsLast {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003782;
	border-bottom-color: #003782;
}



#contacts ul img {
	width: 24px;
	margin-right: 1%;
	vertical-align: middle;
}

#contacts li  {
	margin: 0px;
	list-style-type: none;
	float: left;
	position: absolute;
	left: 110px;
	top: 0px;
	display: block;
	padding-top: 7px;
	color: #191917;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: none;
	padding-right: 5px;
	padding-left: 10px;
	font-family: "Franklin Gothic Book";
}
#footer {
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	margin-top: -100px;
	padding: 18px;
	box-shadow: 0 0 20px 5px #5C5C5C;
	z-index:1;
}
#footerLink {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-right: 20px;
	z-index:1;
}
.bluetext {
	color: #093C7D;
}
.italic {
	font-style: italic;
}
