@charset "utf-8";
/* CSS Document */

body {
background-color:#ededed;
font:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
#topcontainer {
background-color:#025d81;
margin:0 auto;
width:100%;
height:360px;
}
#nav ul {
list-style:none;
margin:0 auto;
padding:0;
}
#nav ul li {
display:inline;
float:none;
}
#nav ul li a {
text-decoration:none;
border:none;
}
#nav ul li a img {
border:none;
text-decoration:none;
}
#nav {
height:58px;
margin:0 auto;
padding-top:30px;
text-align:center;
}
#title {
margin:0 auto;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}
#threecolumn {
height:151px;
background-image:url(images/image_13.gif);
background-repeat:repeat-x;
width:705px;
border:1px;
border-color:#ffffff;
border-style:solid;
margin:0 auto;
font-size:12px;
}
.column {
height:151px;
width:235px;
background-image:url(images/image_16.gif);
background-position:right;
background-repeat:no-repeat;
float:left;
}
.column1 {
height:151px;
width:235px;
float:left;
}
#content {
width:100%;
background-image:url(images/image_21.gif);
background-repeat:repeat-x;
}
#text {
margin:0 auto;
width:700px;
}
#map {
float:left;
}
#address {
float:right;
}
#footer {
float:right;
color:#025d81;
font-size:14px;
}
#footer a {
text-decoration:none;
color:#025d81;
}