a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	outline-style: none;
	border: 0 none;
	cursor: pointer;
}

img {
	border-style: none;
}

body {
	color: white;
	background: black;
	background-image: url('images/bgpattern.gif');
	font: normal 8.5pt arial, sans-serif;
	line-height: 1.25em;
	letter-spacing: .0625em;
	margin: 0;
}

div#container {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #fff;
	border-collapse: collapse;
	text-align: left;
	background-color: #c6c195;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
}

#banner {
	height: 149px;
	top: 0;
	margin: 0;
	padding: 0;
}

#banner a {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
}

#navbox {
	width: 960px;
	height: 76px;
	position: absolute;
	z-index: 100;
	padding: 0;
	margin: 0px;
	border : 0px solid #ffffff;
	background-image: url('images/navbg.jpg');
	background-repeat: no-repeat;
}

#flash {
	width: 960px;
	height: 475px;
	top: 0;
	padding-top: 80px;
}

p {
	line-height: 1.5em;
}

hr {
	color: #000000;
	width: 100%;
	float: left;
}

div.indent {
	margin-left: 25px;
}

/* type treatment
--------------------------------------------------*/

h2.head {
	font-size: 14pt;
}

h3.subhead {
	font-size:12pt;
	line-height: 2em;
}

h2.title {
	color: #ffffff;
	font-size: 18pt;
	font-weight: normal;
	line-height: 1.5em;
}

h3.subtitle {
	font-size: 14pt;
	font-weight: normal;
	margin-top: 2px;
	font-style: italic;
}

span.italic {
	font-style: italic;
}

span.larger {
	font-size: 16pt;
}

p.copy {
	width: 600px;
	color: #505050;
}

span.subhead {
	font-size: 11pt;
	color: #000;
}

span.section {
	font-size: 15pt;
	line-height: 1.5em;
	color: #c25700;
}

span.contact {
	font-size: 12pt;
	color: #000;
}

span.subcontact {
	font-size: 10pt;
	font-style: italic;
	color: #000;
}

span.bold {
	color: #000;
	font-weight: bold;
}

ul {
	color: #505050;
}

ul.def {
	list-style: none;
	color: #505050;
	line-height: 1.5em;
}

p.name { /* team page */
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
}

p.title { /* team page */
	font-size: 10pt;
	font-style: italic;
	margin-top: -20px;
}

p.built {
	width: 500px;
}

ol.built {
	width: 450px;
}

p.table {
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
	line-height: 2em;
}

/* -------- inside page snapshot -------------- */

div#snapshot {
	margin-left: 20px;
	width: 200px;
	height: auto;
	background-color: #a1a4a6;
	background-image: url('images/snapshotBG.gif');
	background-repeat: no-repeat;
	border: 1px solid #fff;
	float: left;
}

p.box {
	font-size: 12pt;
	margin-top: 23px;
	margin-left: 10px;
	line-height: .5em;
	color: #ff7200;
}

p.subBox {
	font-size: 10pt;
	margin-left: 25px;
	margin-top: -10px;
	line-height: 2em;
	color: #fff;
}

ul.boxed {
	margin-top: -15px;
	margin-left: -10px;
	list-style: none;
	font-style: italic;
	font-size: 8pt;
	font-family: arial, sans-serif;
	line-height: 1.75em;
	color: #444546;
}

/* -------- inside page layout -------------- */

div#body {
	width: 960px;
	height: auto;
	position: relative;
	padding-top: 80px;
	margin: 0px;
	padding-bottom: 20px;
	overflow: auto;
	color: black;
}

#bodyZ {
	width: 960px;
	height: 600;
	top: 0;
	padding-top: 80px;
	z-index: -10;
}

#bodyframe {
	margin-right: 35px;
	width: 687px;
	overflow: auto;
	float: right;
	border: 1px solid #968c5f;
}

#wideframe {
	width: 890px;
	float: left;
	margin-left: 35px;
	border: 1px solid #968c5f;
}

#title {
	width: 687px;
	text-indent: 10px;
	height: 50px;
	padding: 0px;
	float: right;
	border: 0px solid #fff;
	background-image: url('images/pagebanner.gif');
}

#widetitle {
	width: 890px;
	text-indent: 10px;
	height: 50px;
	padding: 0px;
	float: left;
	border: 0px solid #fff;
	background-image: url('images/pagebannerwide.gif');
	background-repeat: no-repeat;
}

#bodycopy {
	width: 687px;
	min-height: 430px;
	overflow: auto;
	padding: 0px;
	float: right;
	background-color: #fff;
}

#widecopy {
	width: 890px;
	min-height: 430px;
	overflow: auto;
	padding: 0px;
	float: left;
	background-color: #fff;
}

#widecopynoscroll {
	width: 890px;
	overflow: hidden;
	padding: 0px;
	float: left;
	background-color: #fff;
}

/* services page
--------------------------------------------------*/

div#service {
	width: 600px;
	height: 400px;
	padding: 10px;
	float: left;
	border: 1px solid #ffffff;
	background-color: #a1a4a6;
}

#rightBox {
	float: right;
	padding: 10px;
	margin-top: -20px;
	width: 290px;
	height: 300px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* team page
--------------------------------------------------*/

#whoisL {
	width: 380px;
	height: 100%;
	float: left;
	margin-top: 0px;
	margin-left: 25px;
	padding: 10px;
	padding-bottom: 20px;
	border: 0px solid #000000;
	background-color: #ffffff;
}

#whoisR {
	width: 380px;
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 25px;
	padding: 10px;
	padding-bottom: 20px;
	border: 0px solid #000000;
	background-color: #ffffff;
}

#teamL {
	margin-top: 35px;
	border: 0px solid #000000;
}

#teamR {
	margin-top: 35px;
}

img.teamPic {
	float:left;
	border:1px solid #000000;
	margin-right: 10px;
}

/* built page
--------------------------------------------------*/

div#built {
	width: 920px;
	padding: 10px;
	float: left;
	border: 1px solid #ffffff;
	background-color: #a1a4a6;
}

#builtR {
	float: right;
	margin: 10px;
	padding: 0px;
	border : 1px solid #000000;
}

table#piers {
	width: 570px;
	border-collapse: collapse;
}

#piers td {
	padding: 5px;
	border : 1px solid #000000;
}

td.cats {
	font-size: 9pt;
	font-weight: bold;
}

/* glossary page
--------------------------------------------------*/

table#glossary {
	 text-align: top;
	 border-collapse: collapse;
	 width: 891px;
}

#glossary td {
	 border : 0px dotted #acacac;
	 padding: 5px;
	 border-bottom-width: thin;
	 border-right-width: thin;
}

td.term {
	font-size: 10pt;
	text-indent: 10px;
	color: #711700;
	height: 30px;
	width: 180px;
}

td.def {
	font-size: 8pt;
}

td.spacer {
	background-color: #313131;
}

/* navigation
--------------------------------------------------*/

div#mainnav {
	width: 960px;
	height: 42px
	padding: 0;
	margin: 0;
	border: 0px solid #ffffff;
}

#topnav span {
	display: none;
}

#topnav {
	margin: 0;
	padding: 0;
	width: 960px;
}

#topnav li {
	margin: 0;
	padding: 0;
	height: auto;
	left: 0;
	top: 0;
	list-style: none;
	display: inline;
	float: left;
	position: relative;
	line-height: 2em;
}

#topnav li > ul {
	margin: 0;
	padding: 0;
	width: 192px;
	display: none;
	background-color: #0c1b26;
	position: absolute;
	left: 0;
	top: 41px;
}

#topnav ul > li a {
	display: block;
	text-indent: 10px;
	color: #fff;
	width: 192px;
}

#topnav li:hover > ul {
	display: block;
}

#topnav li ul > li:hover {
	background-color: #1e445f;
	cursor: pointer;
}

#topnav ul > li:hover ul {
	display: block;
	position: absolute;
	left: 192px;
	top: 0;
}

/* buttons
--------------------------------------------------*/

#nav1,
#nav2,
#nav3,
#nav4,
#nav5 {
	width: 192px;
	height: 42px;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	border : 0px solid #ffffff;
}

a#nav1 { background-image: url(images/nav1.jpg) }
a#nav2 { background-image: url(images/nav2.jpg) }
a#nav3 { background-image: url(images/nav3.jpg) }
a#nav4 { background-image: url(images/nav4.jpg) }
a#nav5 { background-image: url(images/nav5.jpg) }

a:hover#nav1 { background-image: url(images/Rnav1.jpg) }
a:hover#nav2 { background-image: url(images/Rnav2.jpg) }
a:hover#nav3 { background-image: url(images/Rnav3.jpg) }
a:hover#nav4 { background-image: url(images/Rnav4.jpg) }
a:hover#nav5 { background-image: url(images/Rnav5.jpg) }
