/* IMPORT CORE CSS FILES */
@import url(typo.css);
@import url(nav.css);
@import url(form.css);
@import url(modules.css);

/* NORMALIZES Browers Styles */

* { margin:0;padding:0; } /* removes defaults from all elements */

ol,ul {
	list-style:none; /* removes list-styles from lists */
}
a {
	text-decoration: none; 
}
table {
	border-collapse:collapse;
}
fieldset,img {
	border: 0; 
}
dl {
	clear:both;
	height:100%;
}
dt,dd {
	float:left;
}

/* = CLEARING
---------------------------------------------------------
*/

.stretch,
.clear
{
	clear: both; 
	height: 1px; 
	margin: 0; 
	padding: 0; 
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

/* fix for IE7 */
.clearfix
{
	display: inline-block;
}

/* Show to IE-pc only */
* html .clearfix
{
	/* Hide from IE-mac \*/
	height: 1px;
	/* End hide from IE-mac */
}

/* END CLEARING
--------------------------------------------------------------
*/
/*---------------------------------------------------------- */
/*  Layout Styles includes display properties,               */
/*						   floats ans positioning,           */ 
/*						   widths and heights,               */
/*						   paddings and margins              */
/*---------------------------------------------------------- */
/* = LAYOUT: TABLE OF CONTENTS
    1. = BODY & PAGE
    2. = HEADER
    3. = CONTENT
    4. = FOOTER
---------------------------------------------------------
*/
/* = BODY & PAGE
---------------------------------------------------------
*/
html, body{width:100%;margin:0;padding:0;}

#container {
	width:898px; 
	background-color:#e8f6f5;
	float:left;
	
}
/* END BODY & PAGE
---------------------------------------------------------
*/

/* = HEADER
---------------------------------------------------------
*/
#header {
	position:relative;
	width:100%;
	height:170px;
}
#logo  {width:437px;height:90px;text-indent:-9000em;float:left;margin-top:45px;margin-left:8px;display:inline;}
#logo a {width:437px;height:90px;text-indent:-9000em;display:inline;float:left;}

#logo-lenoarmi  {width:236px;height:90px;text-indent:-9000em;float:left;overflow:hidden;margin-top:45px;}
#logo-lenoarmi a {width:236px;height:90px;text-indent:-9000em;float:left;}
/* END HEADER
---------------------------------------------------------
*/

/* = CONTENT
---------------------------------------------------------
*/
#body {	
	position:relative;
	float:left;
	width:100%;	
}
#content {
	width:100%;
	min-height:275px;
	float:left;
	padding-bottom:15px;
}
.column-main {
	width:665px;
	margin-left:15px;
	float:left;
	display:inline;
}
.column-side {
	width:24%;
	float:left;
}
/* END CONTENT
---------------------------------------------------------
*/

/* = FOOTER
---------------------------------------------------------
*/
#footer-container{
	padding-top:10px;
	margin-top:15px;
	height:50px;
	width:100%;
	clear:both;
}
#footer {
	height:50px;
	margin-left:240px;
	
}
div.site-info {float:left;}
div.credits {float:left;}
/* END FOOTER
---------------------------------------------------------
*/
.home-slogan{
	background: url(../images/common/backgrounds/bg-home-slogan.jpg) no-repeat bottom right;
	min-height:255px;
	height:255px;
}
.home-slogan p{
	width:80%;
	margin-bottom:1.1em;
}
#slogan {
	width:420px;
	height:28px;
	text-indent:-9000em;
}
.columns3{
	width:100%;
	border:0px solid;
}
.column1, .column2, .column3{
	width:31%;
	float:left;
	margin-right:20px;
}
.column3{
	margin-right:0px;
}
.column1 ul li img{
	float:left;
	margin:0px 15px 15px 0px;
	border:2px solid #a1d3cd;
}
.column2 img, .column3 img{
	margin-bottom:5px;
}
.imgLeft{
	float:left;
	margin:5px 15px 10px 0px;
	border:2px solid #a1d3cd;
}
.imgRight{
	float:right;
	margin:0px 15px 15px 15px;
	border:2px solid #a1d3cd;
}

.column1 ul {margin:0;}
.column1 ul li {clear:both;}
.column1 ul li p{
	float:left;
	margin-bottom:15px;
	font-weight:bold;
	width:120px;
}
.column-left{
	float:left;
	width:500px;
}
.column-right{
	float:right;
	width:145px;
}
.column-right img{
	margin:15px 0 15px 0;
	border:2px solid #a1d3cd;
}
.news, .events {
	padding:15px 0px 0px 31px;
	width:183px;
}
.under-nav{
	margin:15px 0px 10px 0px;
	width:183px;
	float:left;
}
