img {
	border: 0;
}
.center {
	text-align: center;
}
a {
	font-weight: bold;
	text-decoration: none
}
a:visited {
	font-weight: normal
}
a:hover {
	color: #ccc10f
}
h3 {
	color: #cc9;
	font-size: 22px;
	font-family: "Times New Roman", Georgia, Times;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: 0px 0px 5px black;
	margin: 0 0 .25em 0;
	line-height: 1;
}
h4 {
	margin: 0 0 1em 0;
	color: #cfca97;
}
img a:hover {
	background-color: transparent
}
.blueprintbg {
	background-image: url("../images/blueprints_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top
}
.blueprintsrollbg {
	background-image: url("../images/blueprintsroll_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top
}
.constructionbg {
	background-image: url("../images/construction_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top
}
.homebg {
	background-image: url("../images/home-bg.gif");
	background-repeat: no-repeat;
	background-position: center 100px
}
.introtext {
	font-size: 18px;
	line-height: 20px;
	font-family: "Times New Roman", Georgia, Times
}
.portselect {
	background-color: #666;
	clear: left
}
.portselect img {
	background-color: #666;
	padding-right: 25px
}
.porttext {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 5px
}
.tanborder {
	border: solid 1px #abab78
}
.textpad {
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 15px
}
.topdarkbg {
	background: black url(../images/top-dark.jpg) no-repeat
}
.toplightbg {
	background: #666 url(../images/top-light.jpg) no-repeat
}
.textsm {
	font-size: 10px
}
.leftline {
	width: 10px;
	background: url(../images/port-line-fade-left.gif) no-repeat 0 50%;
}
.rightline {
	width: 10px;
	background: url(../images/port-line-fade-right.gif) no-repeat 100% 50%;
}

.subhead {
	text-transform: uppercase;
	line-height: 1;
	color: #CDC896;
	font-size: 20px;
	text-shadow: 0 0 3px #000;
	letter-spacing: 10px;
	font-family: Georgia, sans-serif;
}
.proj-list a {
	float: left;
	position: relative;
	margin: 0 8px 8px 0;
	text-decoration: none;
	overflow: hidden;
}
.proj-list a {
	height: 170px;
}
.proj-list a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	background: #222;
	padding: 2px;
	font-size: 11px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}
.proj-list a:hover {
	border-color: #000;
}
.proj-list a:hover span {
	background: #000;
}
.proj-list h2 {
	border-bottom: 2px #444 solid;
	clear: both;
}
.detail {
	background: #47473d;
	padding: 1em;
}
.detail img {
	float: right;
	margin: 0 0 0 1em;
	border: 1px solid;
}
.detail br {
	clear: both;
	height: 1px;
}

/* Navigation */
#nav,
#nav li,
#nav ul {
	margin: 0;
	padding: 0;
	width: 140px;
	list-style: none;
	position: relative;
	z-index: 1000;
}
#nav li {
	float: left;
}
#nav img {
	vertical-align: top;
}
#nav ul {
	position: absolute;
	top: 3px;
	left: 130px;
	display: none;
	padding-left: 10px;
	background: transparent url(../images/nav-ul-line.gif) repeat-x 0 12px;
	width: 122px;
	overflow: hidden;
}
#nav li:hover ul,
#nav li.over ul {
	display: block;
}
#nav li.over ul {
	width: 132px;	
}
#nav a {
	display: block;
	background: #000033 url(../images/nav.png) no-repeat;
	height: 30px;
	text-indent: -9999px;
}
#nav .firm a {
	background-position: 0 -30px;
}
#nav .news a {
	background-position: 0 -60px;
}
#nav .port a {
	background-position: 0 -90px;
}
#nav .serv a {
	background-position: 0 -120px;
}
#nav .boards a {
	background-position: 0 -150px;
}
#nav .contact a {
	background-position: 0 -180px;
}
#nav .res a {
	background-position: 0 0;
}
#nav .com a {
	background-position: 0 -30px;
}
#nav ul a {
	height: 24px;
	background: #000033 url(../images/nav-port.png) no-repeat;
	margin-bottom: 6px;
}
#nav a:hover {
	background-color: #29295c;
}
/* boards */
table#news {
	width: 100%;
	font-size: 1em;
}
table#news td {
	padding: 5px;
	border-bottom: 1px #444 solid;
}
table#news thead th {
	background: #222;
	padding: 5px;
}
table#news h3 {
	text-transform: none;
	margin-bottom: 2px;
	letter-spacing: 0;
}
table#news h3 i {
	text-shadow: none;
	color: #aaa77f;
	font-size: .7em;
}
table#news p {
	margin: 0 0 .5em 0;
}
/* project page */
.project h1 {
}
.project #images {
	float: right;
	margin: 0 0 20px 20px;
	width: 500px;
	padding: 10px;
	background-color: #47463C;
	overflow: hidden;
}
.project #images ul,
.project #images li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.project #images .c {
	float: left;
	position: relative;
	left: 50%;
}
.project #images ul {
	padding: 2px 0;
	text-align: center;
	list-style: none;
	position: relative;
	left: -50%;
}
.project #images li {
	position: relative;
	height: 60px;
	margin: 3px;
	float: left;
	overflow: hidden;
	border: 2px #47453B solid;
}
.project #images li:hover {
	border-color: #ccc10f;
}
#images li span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	background-color: #000;
	background-color: #222;
	color: #fff;
	font-size: 9px;
	font-family: Monaco, monospace;
	text-transform: uppercase;
}
/* on the boards */
.board {
	clear: both;
	padding: 10px 10px 10px 0;
	font-family: sans-serif;
	font-size: .9em;
	border-top: 2px solid #666;
}
.board:first-child {
	border: none;
}
.board h3 {
	margin: 0;
}
.board p {
	margin: 0 0 10px 0;
}
.board img {
	float: right;
	margin: 0 0 10px 10px;
	border: 2px #222 solid;
}
#map {
	width:  450px;
	height: 300px;
	float: right;
	border: 1px #fff solid;
}