@import url(nav.css);
body {
	background-image: url(../images/sub_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #070707;
	margin: 0px;
	line-height: 16px;
}
html, body {
	height: 100%;
	width: 100%;
    background-attachment:fixed;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
* html .wrapper {
	height: 100%;
}
.clear{
        clear:both;
        visibility:hidden;
        height:1px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	background-color: #070707;
	position: relative;
	bottom: 0px;
	width: 100%;
	padding:1px 5px;
	margin-top: -20px;
    clear:both;
}
.footer a{
	color:#6462CC;
	text-decoration:none;
}
.footer a:hover{
	color:#900;
	text-decoration:underline;
}
#test {
	background: #000;
	color: #eee;
	height: 25px;
	visibility: visible;
}
.orangeText {
	color: #B17829;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
#bodyText {
	padding: 20px;
}
#bodyText a{
        color:#8BC7DD;
        text-decoration:none;
}
#bodyText a:hover{
        color:#900;
        text-decoration:underline;
}
h1, h2, h3, h4, h5{
	color: #B17829;
}
h1 {
	font-size: 1.6em;
	margin: 0px;
}
h2{
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
h4{
        font-size:1em;
}
#nav_container { 
	width: 700px;
}
.navList {
	position:relative;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}
.navList li {
	cursor:pointer;
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 10px;
	float: left;
	display: block;
	height: 21px;
	padding-top: 3px;
	color: #B17829;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	background-color: #000000;	
}

.navList #last{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.content {
	margin: 25px;
	border: 1px solid #000000;
	background-image: url(../images/bg2.png);
	width: 895px;
}
#orangeBar {
	background-color: #000000;
	height: 1px;
}
#titles {
	background-color: #000000;
	padding-left: 20px;
	height: 30px;
}
.portBox {
	background-color: #222222;
	border: 1px solid #333333;
	height: 55px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.portTbl {
	background-color: #121212;
	border: 1px solid #000000;
}
h3.toggler {
	cursor: pointer;
	border-bottom:1px dotted #ddd;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}
#facilityTbl{
        border:1px solid #555;
        border-collapse:collapse;
        margin:10px;
}
#facilityTbl tr{
        border:1px solid #555;
}
#facilityTbl tr.headRow{
        background-color:#555;
        color:#fff;
}
#facilityTbl td{
        padding:3px;
}
#staff{
        width:500px;
        padding:5px;
        float:left;
        border-right:1px dotted #333;
        margin-right:5px;
}
.staffImage{
        float:right;
        margin:0 0 5px 5px;
        width:130px;
}
.staffMember, #interns, #vol{
        padding:10px 5px;
        border-bottom:1px dotted #333;
        margin-bottom:10px;
}
.staffMember h3{
        margin-bottom:0;
}
.staffMember h4{
        margin-top:0;
        font-style:italic;
}
h4{
        margin-bottom:0;
}
#interns p, #staff #vol p, .getin p{
        margin-top:0;
}
#vol{
    border-bottom:none;   
}
#staffContact{
        width:270px;
        padding:5px;
        float:left;
}
#partners li{
        list-style:none;
}
.getin li{
        margin-bottom:5px;
}