@charset "utf-8";
/* CSS Document */
body {
	background-color: #F4F3EF;
	font-family: Arial, Helvetica, sans-serif;
}
h1  {
	font-size: 24px;
	color: #003399;
}
.top {
	background: rgb(0,82,145);
	background: -moz-linear-gradient(top, rgba(0,82,145,1) 0%, rgba(47,47,66,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,82,145,1)), color-stop(100%, rgba(47,47,66,1)));
	background: -webkit-linear-gradient(top, rgba(0,82,145,1) 0%, rgba(47,47,66,1) 100%);
	background: -o-linear-gradient(top, rgba(0,82,145,1) 0%, rgba(47,47,66,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,82,145,1) 0%, rgba(47,47,66,1) 100%);
	background: linear-gradient(to bottom, rgba(0,82,145,1) 0%, rgba(47,47,66,1) 100%);

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005291', endColorstr='#2f2f42', GradientType=0 );
	color: #000;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	color: #FFF;
	padding-top: 10px;
	clear: left;
	height: 30px;
}
.footer {
	background-color: #102854;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
	color: #FFF;
	padding-top: 10px;
	clear: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
	min-height: 400px;
}
.footer .footer-content {
	margin: auto;
	width: 960px;
}
.footer .footer-content .footer-item {
	float: left;
	width: 120px;
	text-align: center;
	min-height: 100px;
	margin-bottom: 10px;
}
.container {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: inherit;
	float: none;
}
.container .content {
	width: 690px;
	float: left;
	margin-bottom: 40px;
	min-height: 720px;
	background-color: #FFF;
	margin-right: 20px;
	border: 1px solid #333;
	box-shadow: 2px 2px 2px #000;
	border-radius: 5px;
	padding-bottom: 20px;
}
.heading    {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.container .content .contact .contact-text {
	width: 540px;
	margin-right: 20px;
	margin-left: 20px;
}
#big-red {
	font-weight: bolder;
	color: #900;
}


.container .content .text {
	margin-right: 40px;
	margin-left: 40px;
	text-align: justify;
}
.top .top-content {
	width: 960px;
	margin: auto;
	height: 20px;
}
.top .top-content .location {
	width: 200px;
	float: left;
}
.top .top-content .page-name {
	float: right;
}
#dropdown {
	display: none;
}
.footer .footer-content table tr td .footer-item a {
	color: #FFF;
	text-decoration: none;
}
.footer .footer-content table tr td .footer-item a:hover {
	color: #FFF;
	text-decoration: underline;
}
.container .nav ul li a {
	color: #333;
	text-decoration: none;
}
.container .content .contact {
	width: 590px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #000;
	margin-bottom: 40px;
	background-color: #CBDAF5;
	min-height: 100px;
	padding-bottom: 10px;
	border: 1px solid #333;
}
.container .nav ul li a:hover {
	color: #FFF;
	font-weight: bolder;
}
.top .top-content .location:hover #dropdown {
	display: block;
	position: absolute;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#dropdown {
	width: 225px;
	background-color: white;
	font-size: 12px;
	z-index: 100;
	text-align: left;
	border: 1px solid black;
	position: relative;
	top: 20px;
	height: 200px;
	overflow-y: scroll;
	color: #000;
	list-style-type: none;
	margin-top: -20px;
}
.top .top-content .location ul {
	display: none;
}
.container .nav {
	float: left;
	width: 240px;
	margin-left: 0px;
	margin-right: 0px;
	clear: right;
	margin-bottom: 20px;
	font-size: 12px;
}
.container .nav ul li {
	display: block;
	margin-left: -40px;
	width: 210px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 5px;
	padding-left: 30px;
	list-style: none;
	padding-top: 5px;
	min-height: 20px;
	padding-bottom: 5px;
}
.container .nav ul li:hover {
	display: block;
	margin-left: -40px;
	width: 210px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #999;
	border-radius: 5px;
	list-style: none;
	box-shadow: inset 0 0 10px #000000;
	font-weight: bold;
	min-height: 20px;
	padding-top: 5px;
}
#IMG1 {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#IMG2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.offer {
	width: 960px;
	height: 25px;
	background-color: #06C;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	font-weight: 500;
	font-size: 20px;
	color: #FFF;
}

.offer a {
	font-weight:600;
	font-size: 20px;
	color: #FFF;
}