
html, body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:0.8em;
  //max-width: 80em;
  margin: 0 auto;
  margin: 0;
}

article {
	clear:both;
	margin: 11px 0px 11px 0px;
	border-bottom: 2px dotted #006b94;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

header {
	background-color:#006b94;
	color:#FFF;

	display: block;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    height: 3em;
    line-height: 3em;
    margin: 5px auto;
	text-align:right;
	padding-right:2em;
}

nav {
	float: right;
	width: 10em;
}
nav ul {
	list-style-type: square;
	padding: 0;	
	background-size:auto;
	-webkit-background-size:auto;
}

nav a
{
	text-decoration:none;
	color:#000;
}
nav a:hover {
	color:#000;
	background:#CCC;
}
nav a:visit {
	color:#000;
}

a.link
{
	//display:block;
	background-image:url(143_b.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-left: -5px;
	text-decoration: none;
	color:#006b94;
	font-size: larger;
}

a.link:hover
{
	background-image:url(143_o.png);
	border-bottom: dotted #ffd917 thin;
	margin-bottom: -1px;
}

a.link:hover + p {
	background-color: #ffd917;
}

a.link:visit {
	background-image: url(142.png);
	color: #000;
}
article.news img:hover {
	border-right: solid 20px #ffd917;
	padding-right: 0px;
	margin-right: 10px;
	border-radius: 0px 50px 0px 25px;
}

article.news img {
	width: 200px;
	float: left;
	padding-left: -30px;
	border: blue 2px;
	padding-right: 30px;
	border-left: solid 3px;
	border-radius: 0px 0px 0px 25px
}

article.news {
	height: 140px;
	min-width: 600px;
	max-width: 800px;
	display: block;
}
article.news div {
	margin-top: -10px;
	padding-top: 30px;
}

.content {
	margin-left:5em;
	margin-right: 5em; 
}

footer {
	text-align:right;
	font:"Lucida Console", Monaco, monospace;
	color:#ffffff;
	background-color:#008fc7;
	margin-top: 2em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
}

span.small {
	font-size:0.8em;
	font-style:italic;
}

span.big { 
	font-size:1.2em;
}

.left
{
	float:left;
	width:45%;
}
	
.clear
{
	clear:both;
}
	
figure {
  padding: 5px;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

figure img {
  border-radius: 3px 3px 0 0;
  width: 100%;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  font-style: italic;
  border-radius: 0 0 3px 3px;
}
span.r
{	color: red;
}
span.b
{
	color: blue;
}


th {
 background-color: #EEEEEE;
 border: 1px solid #CCCCCC;
 color: #555555;
 padding: 8px;
 text-align: center;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

td {
 border: 1px solid #CCCCCC;
 padding: 5px 10px;
 vertical-align: top;
}



table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
tr {
	background-color:#FFF;

}


tr:hover {
	background:none;
}
tr th,
thead th {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	background-color:#f8f8f8;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
tr.odd td {
	background: #f2f7fc;
}

.sourcecode {
  font-family: "Courier New",monospace;
  font-size: 110%;
  font-weight: bold;
  }
  
  
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
color: #000;
}

@media only screen and (max-device-width: 960px) {
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
color: blue;
   }
}