/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:100%;
	line-height:1.25em;
	font-family: Verdana, sans-serif;
	background-image: url(portcitybackground.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;	
	color:#333333;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; color: #355DAA; }
a:visited { text-decoration: none; color: #0096D6; }
a:hover {
	background-color: #F1EEA2;
}

a img { border: none; }

#menu {
	font-size: 0.7em;
    width: 235px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
}

#menu p {
	margin-bottom:21px;}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

#menu ul li.section-title {
	font-size: 1em;
	letter-spacing:2px;
	text-transform: uppercase;
	font-weight:bold;
}

#content {
	height: 100%;
	top: 0;
	padding-top: 0px;
	margin-top:75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	background-color: #fff;
	
}

.container {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 25px;
}

body.section-1 div#content div.container {
	display:none;}

#content p { width: 500px; margin-bottom: 9px; font-size: 0.7em;}

p {
    margin: 0 0 9px 0;
}

#content p.exhibit-title {
margin-bottom: 0px; font-size: 0.875em;
	letter-spacing:2px;
	text-transform: uppercase;
	font-weight:bold;
	}

#content p.nav {
	font-size:.625em;}

h1 { font-size: 1.2em; }
h2 { font-size: 1em; }
h3 { font-size: 0.925em; }
h4 { font-size: 0.875em; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }