﻿/* START CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS reset */

h1 {
	margin: 0.5em;
	font-size: 130%;
	color: #000000;
	padding-top: 0.5em;
}
h2 {
	margin: 0.5em;
	font-size: 110%;
	color: #000000;
	padding-top: 0.5em;
}
p {
	padding: 0.5em;
	font-size: 90%;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 700px;
	max-width: 900px;
	background-color: #FFFFFF;
	min-height: 100%;
}
#head {
	padding: 0.5em;
	line-height: normal;
	font-size: 200%;
	font-weight: normal;
	color: #CC3300;
	background-color: #C0C0C0;
	margin-bottom: 0.5em;
}
/* START Navigation bar */
.navigation_hor {
	background-color: #A5CF29;
	clear: both;
	list-style-type: none;
	float: none;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	overflow: hidden;
	zoom: 1;
}
.navigation_hor li {
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.navigation_hor a {
	text-decoration: none;
	text-align: center;
}
a.navigation:link, a.navigation:visited {
	color: black;
	font-size: 1em;
} a.navigation:hover,a.navigation:active  {
	color: #808080;
	font-size: 1em;
}
 /* END Navigation bar */

#search {
	width: inherit;
	float: inherit;
	clear: both;
	padding-bottom: 1em;
	padding-top: 0.2em;
	font-size: 80%;
	width: 100%;
	background-color: inherit;
}
#information {
	border: 1px #000000;
	float: right;
	width: 210px;
	background-color: #A5CF29;
	padding: 0.5em;
	font-size: 90%;
	margin-left: 1em;
	margin-bottom: 1em;
}
#content-main {
	margin: 10px;
	color: #000000;
	text-align: left;
	word-spacing: normal;
	min-height: 600px;
	clear: left;
}
#footer {
	clear: both;
	font-style: inherit;
	font-size: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-indent: 1em;
}
.logo {
	float: left;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
}
.list-services {
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 90%;
	line-height: 150%;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.image_left {
	padding: 4px;
	margin: 4px;
	float: left;
	clear: none;
}
.image_right {
	padding: 4px;
	margin: 4px;
	float: right;
	clear: none;
}

