
/* below : the very general layout */

body {
	margin: 0;
	padding: 0;
	background: #666; /*#fff url("./layout/bkgd.gif") repeat;*/
    text-align: center; /*IE centering*/
	text-decoration: none;
    color: #333333;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 13px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.3em;
}
img {
    border: 0px;
	background: transparent;
}
a:link, a:visited {
    color: #333;
    text-decoration: underline;
}
a:hover, a:active {
    text-decoration: none;
}
a img {
    background: transparent;
}

em {
    font-style: italic;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
}
td {
    vertical-align: top;
}

img.button {
    display: inline;
    vertical-align: middle;
	margin: 0px;
	margin-left: 6px;
	padding: 0;
	/*width: 16px;
	height: 16px;*/
	border: 0px;
	background: transparent;
}

.mediaitem {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}






/*below : the meta div layout*/

#meta {
    display:hidden;
    visibility:hidden;
    position:absolute;
    top:0;
    left:0;
}





/**/

#login {
    margin: 15px auto; /*FF & co centering*/
    padding: 5px;
    width: 990px;
    text-align: left;
    color: #ddd;
    background: #333;
    border: solid 1px #555;
}
#login a {
    color: #fff;
}







/*below : the container div layout*/

#container {
    margin: 15px auto; /*FF & co centering*/
    margin-bottom: 15px;
    padding: 0;
    width: 998px;
    text-align: left;
    background: transparent;
    border: solid 1px #555;
    /*border-top: solid 2px #abc;*/
}





/*below : the header div layout*/

#header {
    height: 160px;
    background: #333 url("./layout/header.gif") -10px -5px no-repeat;
}
#modeMenu {
    float: left;
    clear: none;
    margin: 25px 0px 30px 15px;
    padding: 0;
    width: 259px;
    height: 100px;
    list-style: none;
	text-indent: 0em;
	line-height: 0;
}
#modeMenu li {
    float: left;
    clear: none;
    margin: 0;
    line-height: 0;
}
#columnMenu {
    float: right;
    clear: none;
    margin: 0;
    padding: 0;
    margin-top: 124px;
    width: 204px;
    height: 35px;
}
#columnMenu img.menuItem {
    margin-right: -3px;
    cursor: pointer;
}
img#projectsButton {
    margin-left: -5px;
}





/*below : the content div layout*/

#content {
    margin: 0;
    width: 998px;
    background-color: #fff;
    border: solid 1px #abc;
    border-left: none;
    border-right: none;
}
#content td {
    padding: 0;
}

#categoriesDiv {
    height: 600px;
}

#categoriesList {
    width: 198px;
    height: 600px;
    overflow: auto;
}
.category {
    padding: 5px 10px 5px 10px;
    line-height: 1.2em;
    font-size: 11px;
    background: #ddeeff;
    border-top: dotted 1px #abc;
}
.category h2 {
    margin-top: 5px;
    font-size: 13px;
}
.category img {
    margin: -10px 10px 5px 0px;
}

.hideShow {
    float: right;
    clear: none;
    margin-right: -5px;
}

.onoff {
    margin: 0;
    padding: 0;
}

#projectsDiv {
    height: 600px;
}

#projectsButtons {
    padding: 10px;
    height: 149px;
    text-align: center;
    line-height: 1.15em;
    font-size: 11px;
    font-style: italic;
    background: #99bbff;
    border-top: dotted 1px #fff;
}
#projectsButtons img {
    margin: 10px 0px 10px 0px;
}
#projectsButtons a {
    color: #000;
}

#projectsList {
    width: 198px;
    height: 430px;
    overflow: auto;
    background: #ddeeff;
}
.project {
    padding: 5px 10px 5px 10px;
    line-height: 1.2em;
    font-size: 11px;
    background: #ddeeff;
    border-top: dotted 1px #abc;
}
.project h2 {
    margin-top: 5px;
    font-size: 13px;
}
.project img {
    margin: -10px 10px 5px 0px;
}


#map_canvas {
    margin: 0;
}

#dialogueHeader {
    text-align: center;
}
#dialogueContent {
    margin: 10px;
    padding: 7px;
    max-width: 480px;
	max-height: 420px;
	overflow: auto;
	text-align: left;
	background: #fff;
    border: solid 1px #ddd;
}

#dialogueScrollable {
    margin: 15px 0px 15px 0px;
    padding: 5px;
    width: 300px;
	max-height: 175px;
	overflow: auto;
	line-height: 1.1em;
	background: #ddd;
	color: #000;
}

.ajaxuploadText {
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
}

h3 {
    font-weight: normal;
}
h3.text {
    padding-top: 1px;
    line-height: 1.3em;
}
h3.citation {
    font-family: Georgia, serif;
}






/**/

#footer {
    padding: 20px;
    text-align: center;
    background: #eee;
    color: #999;
}
#footer img {
    display: inline;
    margin-bottom: -1px;
    margin-right: 2px;
    width: 67px;
    height: 15px;
    vertical-align: middle;
}
#footer a {
    color: #999;
}
