body {
	line-height: 1px;
}
td,div {
	line-height: 15px;
}

/* centering and backgrounds */
#topwrap,#mainwrap {
	min-width: 750px;
	text-align: center;
}
#topwrap {
	background: #00002A;
	border-bottom: 1px solid #434968;
}
#top,#main {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}

#head {
	padding: 20px 0 32px;
}
#top h3 {
	margin: 0 8px;
	padding: 0;
}
#top h4 {
	margin: 5px 13px; 
	padding: 0;
	font: 12px Times, serif;
	letter-spacing: 1px;
	color: #fff;
}

#nav {
	height: 38px;
	margin-bottom: 0;
}
#nav a {
	display: block; 
	float: left;
	padding: 13px 15px 11px;
	margin-right: 46px;

	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	font: bold 12px 'Trebuchet MS', Arial, sans;
	
	height: 14px;
}

#nav #n_contact { 
margin-right: 0; 
}

#nav a:hover {
	background: #434968;
}

#main {
	position: relative;
	margin: 35px auto 20px;
}

h1 {
	margin: 0 0 20px;
}
h2 {
	margin: 3em 0 0.8em;
}
p {	margin: 0 0 1em;	}
td {
	vertical-align: top;
}

p.thin {
	margin-right: 180px;
}


#content {
	font-size: 11px;
	line-height: 18px;

	margin: 0 200px 0 190px;	
}

#content.wider {
	font-size: 11px;
	line-height: 18px;

	margin: 0 200px 0 10px;	
}

#content.wide {
	margin-right: 40px;
}


#photos {
	position: absolute;
	left: 580px;
	top: 42px;

	width: 180px;
}

#caption {
	font-size: 10px;
	line-height: 12px;
	padding: 5px 6px;
	margin: 9px 0;
	height: 50px;
	background: #676B84;
	color: #00002A;
}

#subnav {
	margin: 0;

	position: absolute;
	left: 0;
	top: 2px;

	width: 160px;
}

#subnav ul,#subnav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav p {
	margin: 12px 0 0 13px;
}

#subnav li {
	display: block;
	margin: 12px 0 0 13px;
	
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #676B84;
}

#subnav li.tertiary {
	border: none;
	padding-bottom: 20px;
	margin: 0;
}

#subnav li li {
	margin: 7px 0 0;
	padding-left: 13px;
	
	font-size: 11px;
	font-weight: normal;
	border: none;
}

#subnav li li.current {
	background: url(../_images/subnav_bullet.gif) no-repeat;
	background-position: 3px 0.4em;
}
#subnav li li.current a {
	color: #fff;
}

#subnav li a,#subnav li a:hover {
	text-decoration: none;
	color: #A1B0FF;
}
#subnav li li a:hover {
	text-decoration: underline;
}

#footer p {
	padding: 0 8px;
	display: inline;
}

input.setsize {
	width: 300px;
}

td.label {
	padding: 4px 6px 2px 0;
	white-space: nowrap;
}
td.gap {
	padding-top: 20px;
}


span.height {
	display: block;
	float: left;
	height: 430px;
	width: 1px;
}


body.firm #n_firm,
body.services #n_services,
body.projects #n_projects,
body.rest #n_rest,
body.contact #n_contact {
	background: #434968;
}
hr {
	color: #676B84;
	background-color: #676B84;
}
