* { margin: 0; padding: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
    background-color: #8e9ab1;
	font-size: 11px;
	color: #666;	
}

form, img { padding: 0; margin: 0; border: none; }
abbr[title] { cursor: help; }

p {
	font-size: 11px;
	line-height: 13px;
	color:#222;
	padding:0 0 10px 0;
}
a.more {
    display: block;
    text-align: right;
    margin: 2px 2px 0 0;
    font-size: 0.8em;
}

h2 {
	font-size: 2em /* 18pt */;
	font-family: sans-serif;
	font-weight: 100;
	text-transform: lowercase;
	display: block;
	padding-top: 10px;
	padding-bottom: 3px;
}

h2 { color: #669; font-weight: 100; }
h3 { color: #999; font-weight: bold; font-size: 1em; }

a { color: #f30; text-decoration: underline; }
a:hover { color: #f30; text-decoration: none; }

/*=Header
--------------*/
#header{
	position:relative;
	height:87px;
	margin:0 auto;
	width: 881px;
	background: url(../images/header_bg_no_eagle.gif) left top no-repeat;
	z-index: 1;
	text-align:left;
	}
	
#logo{
	position:absolute;
	left:19px;
	top:40px;
	line-height: 1.0;
	z-index: 50;
}

/*=date
--------*/
#header #dateLang {
	position: relative;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	top: 69px;
	left: 625px;
	width:200px;
}
ul#dateLang li { display:inline; list-style: none; }
ul#dateLang li + li { border-left: thin solid #fff; }
#dateLang a { font-weight: bold; text-decoration: none; color: #fff; }
#dateLang a:hover { text-decoration: underline; }
#dateLang .date { padding-right: 5px; }
#dateLang .lang { padding-left: 5px; }


/*=Container
----------------*/
#container{
	float:left;
	background-color:#fff;
	width:100%;
	}


/*=Main
---------*/
#main{
	background-color:#fff;
	margin:0 auto;
	width:881px;
	text-align:left;
	background: url(../images/faux_cols.gif) 0 0px repeat-y;
}

#main div.article div,#main div.article p, #selected_article div, #selected_article p {
    color: black;
} 

/*=sidebar1
------------*/
#sidebar1 {
	float:left;
	width: 208px;
	w\idth: 207px;
	height: 476px;
	he\ight: 469px;
	padding: 7px 0 0 60px;
	z-index: 1;
}

/*=nav
-------*/
#nav {
	background: url(../images/nav_bg_no_eagle.gif) left top no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 12px/16px Arial, Verdana, Helvetica, sans-serif;
	padding: 39px 0px 0px 26px;
	margin-bottom: 7px;
	width: 201px;
	height: 253px;
	w\idth: 175px;
	he\ight: 221px;
}
#nav li { color: #f30; margin-left: 1em; }
#nav li a { color: #fff; text-decoration: none; }
#nav li a:hover, #nav li a.current { color: #f30; }

#nav li.depth1 { margin-left: 0px;}
#nav li.depth3 { margin-left: 25px;}

/*=find it
------------*/
#findit {
	border: 1px solid #ccc;
	border-width: 1px 0;
	width: 208px;
	height: 97px;
	he\ight: 95px;
}
#findit form * {
	font-size: 11px;
	line-height: 13px;
	color: #999;
	float: left;
}
#findit label{
	width: 80px;
	display: inline;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}
#findit input:after {
    content: '';
    display:block;
    clear:left;
}
#findit form #keyword { width: 110px; }
#findit form #search { width:30px; }
#findit select{ width: 80px; }
#findit option { float: none; }
#findit a {
    display: block;
    text-align: right;
    font-size: 11px;
    padding-right: 10px;
}

#findit table#search {
	margin-top:6px;
	font-size: 11px;
	line-height: 13px;
	color: #999;
}

/*=more about donna cona
-------------------------*/
#moreabout {
	height: 105px;
}
#moreabout .stacked {
    text-transform: uppercase;
    font-weight: 100;
    font-style: normal;
    font-size: 0.5em;
    display: block;
    width: 5em;
    position: relative;
    top: -2em;
    left: 11em;
}
ul.pdflink {
	margin: 0px 0 0 23px;
	padding: 14px 0 6px 41px;
	background: url(../images/pdf_icon.gif) left top no-repeat;
	list-style: none;
}



/*=Content
------------*/
#content{
	float:left;
	width:398px;
	w/idth:390px;
	padding:33px 0px 9px 8px;
}

#content h2 {
	text-transform:none;
	font-size: 25px;
}
#content ul, #content ol, #content dl {
    padding-left: 25px;
}

	
/*=sidebar2
---------------*/
#sidebar2{
	float:left;
	width:205px;
	}

#sidebar2 div.article { display: none; }
#sidebar2 a.article_list {
    display: block;
    text-align: left;
    /*height: 1.25em;
    overflow: hidden;*/
    font-size: 1em;
}

#sidebar2 div{ margin: 1em; }
#sidebar2 div.article { margin: 0px; }

#sidebar2_content{
    padding: 10px 0 0 10px;
}

#sidebar2 div#contact { margin: 0; }
#contact h3 { padding-left: 10px; }

#buffer{
	height:188px;
	width:197px;
}

#canoes{
	position:absolute;
	bottom:100%;
	left:685px;
	line-height:0;
	}

img#canoes {
	display:block;
	}
	
	
/*=footer
--------------*/
	
#footer{
	position:relative;
	width:881px;
	margin:0 auto;
	clear:both;
	height:43px;
	width:881px;
	}
#footer p{
	margin-top:5px;
	float:right;
	color:#fff;
}

/*=headline navigation
----------------------*/

ul.more_headlines { list-style: none; margin: 0; padding: 0; }
ul.more_headlines li { display: inline; padding-left: 5px; padding-right: 5px; }

#headlines {  }
#headlines a.article_list {
	font-size: 11px;
	line-height: 18px;
	color: #f30;
	list-style: none;
	margin: 2px 0 6px 0;
	width: 172px;
/*    height: 1.5em;
    overflow: hidden; */
}

#headlines #nav {
    background: none;
    color: #f30;
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 12px/16px Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 0px 0px 12px;
	margin-bottom: 7px;
	width: 200px;
	height: 253px;
	w\idth: 150px;
	he\ight: 221px;
}
#headlines #nav li { color: #f30; margin-left: 1em; }
#headlines #nav li a { color: #f30; text-decoration: none; }
#headlines #nav li a:hover, #headlines #nav li a.current {
     color: #f30;
}
#headlines #nav li { color: #f30; display: none;}
#headlines #nav li.depth3 { display: block; }
