@charset "utf-8";
body {
	background-color: #0A3F83;
}
/* CSS Document */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0A3F83;
	height: 1130px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
p {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #0A3F83;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#header {
	float: left;
	height: 120px;
	width: 900px;
	background-color: #0A3F83;
	padding-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
#logo {
	float: left;
	height: 106px;
	width: 375px;
}
#tel {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 300px;
	float: left;
	margin-left: 225px;
	height: 100px;
}
#tel p a {
	color: #FFF;
}
#tel p a:hover {
	text-decoration: underline;
}

#nav {
	background-image: url(nav2.jpg);
	float: left;
	height: 29px;
	width: 900px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	color: #0A3F83;
	text-decoration: none;
	float: left;
	padding-right: 29px;
	padding-left: 29px;
	padding-top: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#nav ul li a:hover {
	color: #333;
}
.bullets ul li {
	padding-bottom: 15px;
	list-style-image: url(tick.jpg);
}



.curve {
	background-color: #0A3F83;
	float: left;
	height: 29px;
	width: 900px;
	margin-top: 15px;
	background-image: url(curve.jpg);
}
#main-area {
	background-color: #FFF;
	float: left;
	width: 900px;
	background-image: url(curve.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	margin-top: 15px;
	color: #333;
}
#top {
	float: left;
	width: 900px;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0A3F83;
}
#top-text {
	float: left;
	width: 370px;
	margin-left: 35px;
}
#top-text h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #0A3F83;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0A3F83;
	padding-bottom: 3px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 13px;
}
#flash {
	float: left;
	width: 474px;
	height: 200px;
}

#left {
	float: left;
	width: 185px;
	padding-left: 15px;
	margin-top: 10px;
}
#left h2 {
	font-size: 16px;
	color: #333;
}
.address {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #0A3F83;
}

#middle {
	width: 417px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #0A3F83;
	border-right-color: #0A3F83;
	border-bottom-color: #0A3F83;
	border-left-color: #0A3F83;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	height: 910px;
}
#middle ul {
	margin-left: 55px;
}

#middle h1 {
	font-size: 16px;
	margin-top: 8px;
	padding-top: 0px;
}
.bullets2 ul li {
	padding-bottom: 10px;
	list-style-image: url(bullet.jpg);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0A3F83;
	padding-top: 10px;
}
.blue {
	color: #0A3F83;
	font-weight: bold;
}
.bullets2 ul {
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 25px;
}




#right {
	float: left;
	width: 171px;
}
.contact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #0A3F83;
	margin-bottom: 12px;
	margin-top: 12px;
}
#right ul {
	float: left;
	width: 140px;
	margin-left: 0px;
	padding-left: 20px;
}
#right ul li {
	padding-bottom: 11px;
}

.box {
	background-image: url(bubble.jpg);
	float: right;
	height: 147px;
	width: 106px;
	color: #0A3F83;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background-repeat: no-repeat;
	margin-top: 15px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#footer p a {
	color: #0FF;
}
