@charset "utf-8";

/* Body, font general */
body{
	margin:0;
	padding:0;
	text-align:center;
	background:#d1d9c2;
	
	}
body, pre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#455524;
	}

/* Links */
a{
	color:#61890d;
	text-decoration:underline;
	}
a:hover{
	color:#7eba02;
	}

/* Common elements */
img{ border:none; }
form{ margin:0; padding:0; }
p{ margin:8px auto; padding:0; }
h1,h2,h3,h4{ font-variant:small-caps; }
table{ border-collapse:collapse; }
/* Structure */
div#container{
	margin:20px auto;
	padding:0;
	width:800px;
	background:#FFFFFF;
	border:#919590 solid 1px;
	}
div#nav{ height:165px; }
div#content{
	margin:0;
	padding:0;
	}
div#footer{
	margin:10px auto 0 auto;
	padding:4px;
	background-color:#455524;
	color:#efffeb;
	font-size:10px;
	}
div#footer a{ color:#efffeb; text-decoration:none; }
div#footer a:hover{ color:#ffffff; }

/* Navigation Links (if user doesn't have flash) */
#navlinks{
	margin:2px auto 4px auto;
	text-transform:uppercase;
	font-size:16px;
	font-weight:300;
	}
#navlinks a{
	padding:0 14px;
	color:#333333;
	text-decoration:none;
	}
#navlinks a.selected,
#navlinks a:hover{
	color:#7a6418;
	}

/* SubNav links */
div#subnav{
	margin:10px auto;
	}
#subnav a{
	margin:0 10px;
	font-size:15px;
	font-variant:small-caps;
	}
#subnav a.current{
	text-decoration:none;
	}



/* Common classes */
.clearfloat{ line-height:1px; height:1px; clear:both; }
.box_darkgreen{
	margin:0;
	padding:0;
	
	background:#455524;
	color:#e7ffba;
	}
.box_darkgreen a{ color:#fcfbd6; }
.box_darkgreen a:hover{ color:#f5fce8; }

/* Listing for tables */
.listing_table{
	width:100%;
	margin:0;
	padding:0;
	border-right:solid #9aaa87 1px;
	}
.listing_table tr:hover{
	background-color:#ecfcdc;
	}
.listing_table td{
	padding:4px;
	border-bottom:#596e2e dashed 1px;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	}
.listing_table tr:last-child td{ border-bottom:none; }
.listing_table .building_cell{
	white-space:nowrap;
	}
.listing_table .main_cell{
	font-weight:bold;
	}


