/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1px dotted;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END Reset */

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

a {
	color: #00437b;
}

a:hover {
	color: #006f3b;
	text-decoration: none;
} 

sup {
	vertical-align: top;
	font-size: 10px;
}

body {
	background: #eaefef url(/img/bg-even-lighter.png) no-repeat;
	margin: 0 auto;
	font: 13px/ 1.5 arial, verdana, sans-serif;
	color: #444;
}

#wrapper {
	position: relative;
	margin-top: 20px;
	/* border: 1px solid #f9f9f9; */
	margin-bottom: 20px;
}



.content {
	background: #f9f9f9 url(/img/plant-bg-3.png) no-repeat center center;
	border: 2px solid #dfe7e8;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 456px;
}

.content h1 {
	color: #555;
	font-size: 20px;
	margin: 10px;
	border-bottom: 1px solid #e1e1e1;
	font-family: georgia, "times new roman", serif;
}

.content h1.home {
	text-align: center;
	letter-spacing: 2px;
	color: #00437b;
	font-size: 22px;
	font-family: georgia, "times new roman", serif;
}

.content h2 {
	color: #666;
	font-size: 18px;
	margin: 10px;
	border-bottom: 1px solid #e1e1e1;
	font-family: georgia, "times new roman", serif;
}

.content h2.alt {
	text-align: right;
}


.content img {
	float: right;
	padding: 5px;
}

.content li {
	margin-bottom: 10px;
}

.content p {
	margin-left: 10px;
	margin-right: 10px;
}

.content span {
	color: #006f3b; 
}

.nav {
	background: transparent url(/img/side.png) no-repeat 0 -5px;
	height: 381px;
}

#header {
	border-bottom: 1px solid #eaefef;
	margin-bottom: 20px;
}

#right-side {
	background: transparent url(/img/side.png) no-repeat 0 -5px;
	height: 381px;
}

#right-side img {
	margin-left: 10px;
	margin-top: 10px;
	width: 200px;
	height: 296px;
}

.menu {
	margin-top: 10px;
}

.menu li {
	list-style-type: none;
}

.menu li a {
	font: 13px/1.6 verdana, arial, sans-serif;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #00437b;
	padding: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	margin-left: -20px;
	width: 180px;
}

.menu li a:hover {
	background: #006f3b;
}

body.top li.nav-home a, body.links li.nav-links a, body.contact li.nav-contact a, body.pro-activities li.nav-pro-activities a, body.clients li.nav-clients a, body.background li.nav-background a {
	background: #005e53;
}

#footer {
	
	margin-left: 5px;
	margin-right: 5px;
}

#footer p {
	border-top: 1px solid #dfe7e8;
	font-size: 11px;
	color: #666;
	text-align: right;
}