@charset "UTF-8";

html,body,div,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,form,fieldset,embed,object,applet{margin:0;padding:0;border:0}body{font-size:62.5%;font-family:Arial,sans-serif;color:#000;background:#fff}a{color:#11c}a:active{color:#c11}a:visited{}table{border-collapse:collapse;border-width:0;empty-cells:show}ul{padding:0 0 1em 1em}ol{padding:0 0 1em 1.3em}li{line-height:1.5em;padding:0 0 .5em 0}p{padding:0 0 1em 0}h1,h2,h3,h4,h5{padding:0 0 1em 0}h1,h2{font-size:1.3em}h3{font-size:1.1em}h4,h5,table{font-size:1em}sup,sub{font-size:.7em}input,select,textarea,option{font-family:inherit;font-size:inherit}

body {
  background:#EDF3FA;
  color:#555555;
  font-family:'Droid Sans',Arial,sans-serif;
  margin:2em 4em 4em;
}
a {
  color:#555555;
}
h1,h2,h3 {
  font-weight:normal;
  color:#222;
}

.doc {
  font-family:Arial,Helvetica,Verdana,sans-serif;
  font-size:1.4em;
  margin:0 auto;
  max-width:940px;
  min-width:900px;
}
.header {
  height:60px;
  color:#555555;
font-size:14px;
font-weight:300;
}
.header .logo{
float:left;
}
.header .logo a{
font-size:33px;
	text-decoration:none;
	color:#2164f3;
}
#logo-text{

}
.header .logo p{
margin-top:0px;
}
.header .telf {
float:right;
list-style:none;
text-align:right;
  padding:0;
  margin-top:15px;
}
.header .telf li {
padding:0;
}
.header .telf li span{
font-weight:bold;
font-size:18px;
}
.banner{
	margin-top: 40px;
	margin-bottom:10px;
  clear:both;
  background:#FFF;
  border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
  box-shadow:0 0 5px rgba(0,0,0,.25);
  -moz-box-shadow:0 0 5px rgba(0,0,0,.25);
  -o-box-shadow:0 0 5px rgba(0,0,0,.25);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,.25);
  color:#444;
  line-height:1.6;
  padding:1.5em;
  height:150px;

}
.banner img{
	float:left;
}
.banner h3{
	font-style:italic;
	text-align:center;
	font-size:18px;
	padding-top:40px;
    color: #2164f3;
	max-width:360px;
	float:right;
	margin-right:20px;
}
.navigation {
  list-style: none outside none;
  height:45px;
}
.navigation li {
    float: left;
    font-size: 18px;
    line-height: 60px;
    margin: 0 15px; 0 0;
}
.navigation li a {
    color: #555555;
    font-weight: normal;
	text-decoration:none;
}
.navigation li a:hover {
    color: #2164f3;
}
.navigation .menu-active a{
    color: #2164f3;
    font-weight: bold;
}
.container {
  background:#fff;
  border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
  box-shadow:0 0 5px rgba(0,0,0,.25);
  -moz-box-shadow:0 0 5px rgba(0,0,0,.25);
  -o-box-shadow:0 0 5px rgba(0,0,0,.25);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,.25);
  color:#444;
  line-height:1.6;
  padding:1.5em 5em 0.5em 5em;
}
.center{
	clear:both;
	margin: 0 0 30px 0;
	text-align:justify;


  clear:both;
  background:#FFF;
  border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
  box-shadow:0 0 5px rgba(0,0,0,.25);
  -moz-box-shadow:0 0 5px rgba(0,0,0,.25);
  -o-box-shadow:0 0 5px rgba(0,0,0,.25);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,.25);
  color:#444;
  line-height:1.6;
  padding:1.5em;
}
.center h1{
	font-size:24px;
    color: #2164f3;
	padding-bottom:8px;
}
.center h2{
	font-size:18px;
	padding-bottom:12px;
	color:#F60;
	margin-top:10px;
}
.center h3{
	font-size:14px;
	font-weight:bolder;
	padding-bottom:5px;
}
.footer {
    clear: both;
    color: #888888;
    padding: 3em 0 0;
    text-align: center;
    font-size: 12px;
	margin: auto;
}
.links {
  list-style: none outside none;
  height:30px;
  width:620px;
  margin:auto;
  padding:0;
}
.links li {
    float: left;
    margin: 0 0 0 1.3em;
}
.links li a {
    color: #888888;
}
.bold{
	font-weight:bold;
}
.pictures{
	float:right;
	clear:right;
	max-width:200px;
	max-height:200px;
	margin:0 15px 15px 15px;
}
.pictures-left{
	max-height:300px;
	margin-bottom:15px;
}

.map{
  max-width:350px;
}

/* SPECIFIC STYLES */
.content-left {
	width: 40%;
	float:left;
}
.content-right {
	width: 40%;
	float:right;
	margin-right:50px;
}
.center .vermaps{
	text-align:center;
	font-size:10px;
	margin-top:5px;
}
.center .vermaps a{
	text-decoration:none;
}
#contact-map {
float: right;
border: solid 1px #666;
padding: 3px;
}
#google-map {
width: 250px;
height: 150px;
}
