@charset "utf-8";
/* CSS Document */

body {
	background-color: #9FDEFD;
	font-family:   "Lucida Grande", sans-serif;
}
p {
	color: #333;
	font-size: 13px;
	font-family: "Lucida Grande", sans-serif;
	line-height: 20px;
}
.intro {
	color: #333;
	font-size: 15px;
	font-family: "Lucida Grande", sans-serif;
	line-height: 22px;
}
a {
	color: #0B0079;	
}
a:hover {
	color: #FFA101;
	text-decoration: underline;
}
h2{
	font-size: 26px;
}
h3{
	font-size: 17px;
	line-height: 28px;
	margin-bottom: -10px;
}
h3 a{
	color: #FFA800;
	text-decoration: underline;
}
h3 a:hover{
	color: #0B0079;
	text-decoration: underline;
}
h4{
	font-size: 16px;
	margin-bottom: -10px;
}
ul{
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 25px;
	margin-bottom: 10px;
}
#wrapper {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 284px;
	float: left;
}
#number {
	width: 551px;
	float: right;
}
#nav {
	width: 390px;
	float: right;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding-left: 105px;
	height: 37px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav ul{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;

}
#nav li a{
	color: #0B0079;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a.current, #nav li a:hover{
	color: #0B0079;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#nav li{
	display: inline;
	color: #FFF;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}
#textareahomepage {
	width: 415px;
	background-image: url(../images/pics/main_image.gif);
	height: 300px;
	float: left;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 390px;
	background-repeat: no-repeat;
}
#textarea {
	width: 775px;
	float: left;
	margin: 0px;
	background-image: url(../images/pics/gradient.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#col_main {
	width: 510px;
	float: right;
	margin: 0px;
	padding-right: 20px;
}
#col_side {
	width: 205px;
	float: left;
	padding-right: 40px;
}
#line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B0079;
	margin-top: 30px;
	margin-bottom: 30px;
}
#button {
	position: absolute;
	top: 420px;
}
#footer {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	color: #0B0079;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin-top: -10px;
	font-family: "Lucida Grande", sans-serif;
}
#footer a{
	color: #0B0079;
	text-decoration: underline;
}
#footer p{
	color: #0B0079;
	font-size: 12px;
}
#footer a:hover{
	color: #000;
	text-decoration: underline;
}
.innerpics {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.logos {
	padding: 0px;
	margin-top: 2px;
}
.map{
	padding: 0px;
	margin-top: 2px;
	border: thin solid #CCC;
}
.navyblue {
	color: #0B0079;
}
.orange {
	color: #FFA800;
}
.pink {
	color: #e8075e;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}

