
/* -- SETUP -- */

body{
	font: 76% Arial, Helvetica, sans-serif;
	background: #006394 url(graphics/bg.gif) center repeat-y;
	color: #000;
}

#container{
	width: 800px;
	background: #FFF;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#innerContainer{
	width: 776px;
	border: 12px solid #FFF;
}

p{
	margin: 0 0 15px 0;
}

/* -- HEADER -- */

#header{
	background: url(graphics/header.gif) no-repeat;
	width: 800px;
	height: 91px;
	float: left;
}

#header h1{
	text-indent: -9999px;
}

#header a{
	display: block;
	width: 270px;
	height: 91px;
}

/* -- TOP NAVIGATION -- */

#topNav{
	position: absolute;
	top: 12px;
	right: 12px;
}

#topNav a{
	text-decoration: none;
	color: #205D8E;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}

#topNav a:hover{
	text-decoration: none;
}

/* -- MAIN NAVIGATION -- */

#mainNav {
	width: 100%;
	height: 40px;
	margin: 12px 0 0 0;
	background: #64A7CD;
	float: right;
}

#mainNav ul {
	width: 611px;
	height: 40px;
	margin: 0 0 0 230px;
}

#mainNav li{
	float: left;
}

#mainNav a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
}

#button1 a{background: url(graphics/nav-economic.gif) no-repeat; width: 94px;}
#button1 a:hover, #button1 a.selected {background-position: bottom;}

#button2 a{background: url(graphics/nav-environment.gif) no-repeat; width: 104px;}
#button2 a:hover, #button2 a.selected {background-position: bottom;}

#button3 a{background: url(graphics/nav-media.gif) no-repeat; width: 70px;}
#button3 a:hover, #button3 a.selected {background-position: bottom;}

#button4 a{background: url(graphics/nav-publications.gif) no-repeat; width: 105px;}
#button4 a:hover, #button4 a.selected {background-position: bottom;}

#button5 a{background: url(graphics/nav-about.gif) no-repeat; width: 80px;}
#button5 a:hover, #button5 a.selected {background-position: bottom;}

#button6 a{background: url(graphics/nav-links.gif) no-repeat; width: 68px;}
#button6 a:hover, #button6 a.selected {background-position: bottom;}

#button7 a{background: url(graphics/nav-road.gif) no-repeat; width: 90px;}
#button7 a:hover, #button7 a.selected {background-position: bottom;}


/* -- PHOTO AREA -- */

#photo img{
	margin: 12px 0;
}

/* -- CONTENT AREA -- */

h2{
	font-size: 1.8em;
	margin: 20px 0 20px 40px;
	color: #006394;
}

h2.home{
	font-size: 1.8em;
	margin: 20px 0 0 40px;
	color: #006394;
}

h2.home2{
	font-size: 1.8em;
	margin: 0 0 20px 40px;
	color: #006394;
}

h3{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#content{
	margin: 0 30px 0 230px;
}

#content p{
	line-height: 1.4em;
	text-align: justify;
}

#content ul{
	line-height: 1.4em;
	list-style: outside;
	list-style-type: disc;
	margin: 0 0 15px 25px;
}

#content ol{
	line-height: 1.4em;
	list-style: outside;
	list-style-type: decimal;
	margin: 0 0 15px 25px;
}

#content li{
	margin: 0 0 15px 0;
}

#content table{
	line-height: 1.4em;
}

#content table caption{
	margin-bottom: 20px;
	font-weight: bold;
}

#content table td{
	padding: 2px;
}

#content table tr.alt{
	background-color: #D2E4ED;
}

#content a{
	text-decoration: underline;
	color: #329753;
	font-weight: bold;
}

#content a:hover{
	text-decoration: underline;
}

