/* Resets */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background:#FFF;
	width:100%;
	font-family: "Trebushet MS", verdana, arial;
	font-size:12px;
	height:100%;
	min-height: 100%;
	color:#666;
	line-height:20px;
}

html, body {
	height: 100%;
	padding:0;
	margin:0;
}

div{
}
/* Headings */
h1 {
	font: normal 20px georgia, times, times new roman, serif;
	color: #44546E;
	text-shadow: #8aa9b9 2px 2px;
	margin: 12px 0 0 0;
}

h2 {
	font: normal 18px georgia, times, times new roman, serif;
	color: #44546E;
	margin: 12px 0 12px 0;
}

h3 {
	font: normal 16px georgia, times, times new roman, serif;
	color: #44546E;
	margin: 12px 0 12px 0;
}

h4 {
	font: normal 14px georgia, times, times new roman, serif;
	color: #44546E;
	margin: 12px 0 12px 0;
}

p {
	text-align:justify;
	font-size:11px;
}


#container{
	position:relative;
	left:auto;
	top:auto;
	width:100%;
	margin:0 auto;
	height:100%;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

/*----------------------------------------------+
+ HEADER +
+----------------------------------------------*/

#header{
	height:140px;
	background:url(bg_fl.jpg) no-repeat top left #004389;
}

#header h1{
	font-size:30px;
	color:#FFF;
	padding:0;
	margin:0;
}
#header h1 span{
	font-size:12px;
	text-transform:uppercase;
	color:#62B980;
	float:left;
}


#footer{
	text-align:center;
	padding-top:10px;
	height:40px;
	background:url('bg_nav_on.jpg') repeat-x #fff;
}
/*----------------------------------------------+
+ NAVIGATION +
+----------------------------------------------*/

#nav{
	position:absolute;
	top:100px;
	width:100%;
	height:40px;
	background:url('bg_nav_on.jpg') repeat-x #fff;
}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
	text-align:center;
	padding:8px 20px 10px 10px;
	margin-left:1px;
}

#nav a {
	text-decoration:none;
	color: #666;
	display: block;
	font-size:16px;
	font-weight:bold;
}

/*----------------------------------------------+
+ SEARCH_INPUT +
+----------------------------------------------*/
#search_input{
	position:absolute;
	top:105px;
	right:20px;
}

/*----------------------------------------------+
+ EDITO +
+----------------------------------------------*/

#edito{
	border:1px solid grey;
	height:120px;
}

/*----------------------------------------------+
+ WRAPPER +
+----------------------------------------------*/

#wrapper{
	min-height:100%
}

/*----------------------------------------------+
+ CONTENT +
+----------------------------------------------*/

#content{
	background:#FFF;
	padding-left:210px;
	padding-right:210px;
}


/*----------------------------------------------+
+ COLLEFT +
+----------------------------------------------*/

#colleft ul, #colright ul{
	list-style:none;
}

#colleft ul li, #colright ul li{
	border-bottom:1px solid #CCC;
}
#colleft ul li:hover, #colright ul li:hover{
	background:#FFF;
}

#colleft ul li a, #colright ul li a{
	text-decoration:none;
	color:#004389;
	background:url(arrow_grey.gif) no-repeat 5px 4px;
	padding-left:17px;
	line-height:20px;
}


#colleft{
	Width:200px;
	float:left;
	background:#F1F1F1;
	min-height:100%;
}

/*----------------------------------------------+
+ COLRIGHT +
+----------------------------------------------*/

#colright{
	Width:200px;
	float:right;
	background:#F1F1F1;
	min-height:100%;
}

/*----------------------------------------------+
+ SEARCH BOX +
+----------------------------------------------*/

#search_box{
	padding:10px 20px 10px 0px;
	color:#FFF;
}

#searchform{
	background:#00152B;
	color:#FFF;
	display:none;
	height:200px;
}

/*----------------------------------------------+
+ KWICK BOX +
+----------------------------------------------*/
.kwick-box{
	margin-top:10px;
	width:940px;
	height:100px;
	position:relative;
	background:#0B201B;
	color:#FFF;
}

.kwicks li{
	
	list-style:none;
	float: left;
	width: 25%;
	height: 100px;
}
#kwick1 { 
	background:#0B1F1B;
}
#kwick2 {
	background:#15362F;
	}
#kwick3 {
	background:#4BA58C;
	}
#kwick4 { 
	background:#2CBFA0;
	}
