/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#E7E7E4;
	font:11px verdana, arial, sans-serif;
	color:#062D40;
	}
	
#container {
	width:910px;
	margin:0 auto 5px auto;
	padding-bottom:10px;
	background:url(../images/container-inside-bg.png) bottom no-repeat;
	}
	
	#container-inside {
	width:860px;
	margin:0 auto;
	padding:0 25px;
	background:url(../images/container-bg.png) repeat-y;
	}


#header {
	position:relative;
	height:63px;
	padding:7px 0 0 20px;
	background:url(../images/header-bg.png) 130px 7px no-repeat;
	}

#index-body #content-container {
	background:url(../images/content-container-bg.jpg) 50% 95px no-repeat;
	}

#content-container-all{
margin-left:15px;
margin-right:15px;
}
#sidebar-left {
	width:200px;
	float:left;
}

#main-content { 
	width:640px;
	float:right;
}
#main-content-left {
	width:600px;
	float:left;
}
#sidebar-right {
	width:225px;
	float:right;
}	
#footer {
	height:34px;
	width:850px;
	line-height:34px;
	padding:0 25px;
	margin:0 auto;
	background:url(../images/footer-bg.png) no-repeat;
	text-align:center;
}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#header-nav {
	height:34px;
	line-height:34px;
	padding:0 15px;
	margin-bottom:6px;
	background:url(../images/header-nav-bg.png) no-repeat;
	text-align:center;
	font-size:13px;
	}
	
	#header-nav li,
	#footer li {
		display:inline;
		margin-right:23px;
		}
	
	#header-nav li.last,
	#footer-nav li.last {
		margin-right:0;
		}
	
	
	#header-nav a,
	#footer a {
		color:white;
		text-decoration:none;
		}
	
	#header-nav a:hover,
	#footer a:hover {
		text-decoration:none;
		}
/*French version*/
#header-navFR {
	height:34px;
	line-height:34px;
	padding:0 15px;
	margin-bottom:6px;
	background:url(../images/header-nav-bg.png) no-repeat;
	text-align:center;
	font-size:12px;
}
#header-navFR li{
	display:inline;
	margin-right:15px; /*was 23px. had to change cause was going to next line*/
}
#header-navFR li.last{
	margin-right:0;
}
#header-navFR a{
	color:white;
	text-decoration:none;
}
#header-navFR a:hover{
	text-decoration:none;
}

.fr-tab {
	position:absolute;
	bottom:0;
	right:10px;
	}
#sub-header-nav{ padding:4px; width:852px; vertical-align:middle; color: #082E37; text-align:center; font-size:12px;background-color:#5E92C5;}
/*#sub-header-nav a{ color: #fff; text-decoration:none; background-color:#5C90C4;}*/
#sub-header-nav a{ padding:4px; color: #ffffff; text-decoration:underline; background-color:#5E92C5;}
#sub-header-nav a:hover{ color: #082E37; text-decoration:none;}
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#datacontent{border:0px #CCCCCC solid;}
#flashcontent{border:1px #CCCCCC solid;}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {

	}

a:hover {
 
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {

	}


p {

	}


img {
	border:none;
	}

.top-container p,
.mid-container p,
.bot-container p {
	margin-bottom:5px;
	line-height:1.5;
	}

.top-container,
.bot-container {
	padding:0 20px;
	margin-bottom:6px;
	}

.mid-container {
	margin-bottom:10px;
	}

.about-block {
	float:left;
	margin-right:10px;
	background:url(../images/about-bg.jpg) no-repeat;
	}

.about-block,
.docu-block,
.project-block {
	width:180px;
	height:104px;
	padding:36px 100px 0 10px;
	}

.country-block,
.coastal-block,
.useful-block {
	width:180px;
	height:104px;
	padding:36px 10px 0 100px;
	text-align:right;
	}

.top-image {
	float:left;
	}

.country-block {
	float:right;
	background:url(../images/country-bg.jpg) no-repeat;
	margin-left:10px; /*fix for ff3*/
	}

.docu-block {
	float:left;
	margin-right:10px;
	background:url(../images/docu-bg.jpg) no-repeat;
	}

.coastal-block {
	float:right;
	background:url(../images/coastal-bg.jpg) no-repeat;
	margin-left:270px;
	}

.project-block {
	float:left;
	margin-right:10px;
	background:url(../images/project-bg.jpg) no-repeat;
	}

.useful-block {
	float:right;
	background:url(../images/useful-bg.jpg) no-repeat;
	margin-left:10px;
	}

.bot-image {
	float:left;
	}



/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/



/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */

/* about page  - SITZ */

#headline
{
	width: 600px;
	text-align: left;
	font-size: 13px;
	font-weight:bold;
	color: #082E37;
	margin-top: 10px;	
	background-image:url(../images/headline-bar.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:20px;
	
}
#headline-right
{
	width: 225px;
	text-align: right;
	font-size: 13px;
	font-weight:bold;
	color: #082E37;
	margin-top: 10px;
	background-image:url(../images/headline-bar-right.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:20px;
}
#text_div
{
	clear: both;
	width: 550px;
	float: left;
	margin-top: 10px;
	padding: 0 5px 0 0;
	text-align: left;
	font-size: 12px;
	color: #000; 
	background-color: #FFF;
}
#text_div2
{
	clear: both;
	width: 100%;
	float: left;
	margin-top: 10px;
	padding: 0 5px 0 0;
	text-align: left;
	font-size: 12px;
	color: #000; 
	/*background-color: #FFF;*/
}
#pic_div
{
	width: 240px;
	height: 200px;
	float: left;
}

/*	about page end 	*/

/*	documents	*/

#table_div, #table_div2 /*	for links as well */
{
	width: 100%;
	min-height:250px;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

#table_div a:link, #table_div2 a
{
	text-decoratio: none;
	color: #000;
}

#table_div a:visited, #table_div2 a:visited
{
	text-decoration: none;
	color: #000;
}

#table_div a:hover, #table_div2 a:hover
{
	text-decoration: underline;
	color: #000;
}

#table_div a:active
{
	text-decoration: none;
	color: #32618F;
}


/*	documentation end	*/

/*	links	*/

#link_div
{
	width: 100%;
	min-height:250px;
	/*background-color: #FFF;*/
}

#link_left
{
	float: left;
	width: 400px;
	height:100px;
	padding-top:10px;
	padding-bottom:10px;
}

#link_right
{
	float: left;
	width: 400px;
	height:100px;
	padding-top:10px;
	padding-bottom:10px;
}

#link1
{
	width: 100%;
	
}

#link2
{
	clear: both;
	width: 100%;
}

#link_logo
{
	float: left;
	width: 110px;
	height: 80px;	
}

#link_text
{
	float: left;			
	padding: 0 10px 0 10px;
	margin-left: 10px;
	/*border:1px solid #000;*/
	vertical-align:top;
}

#link_div a:link
{
	text-decoratio: none;
	color: #000;
}

#link_div a:visited
{
	text-decoration: none;
	color: #000;
}

#link_div a:hover
{
	text-decoration: underline;
	color: #000;
}

#link_div a:active
{
	text-decoration: none;
	color: #32618F;
}
/*$$$$-added by theo*/
.tblBord{
	padding:4px;
	border:1px solid #32618F;
}
/*.blueLine{
	padding:4px;
	border-left:8px solid #32618F;
	border-bottom:1px solid #32618F;
}*/
.blueLine{
	border-bottom:1px solid #32618F;
}




