/* CSS Document */
/* Default Browser Styles from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*Begin CSS*/
body {
	background: #7995A0;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 735px;
	padding-top: 25px;
	margin: 0 auto;
}

#nav ul li {
	display: inline;
}

#nav #headservices {
	background: url(../layout/headerservices.gif) no-repeat -1px 0;
	background-color: transparent;
	display: block;
	padding-left: 145px;
	padding-top: 37px;
}
#nav #headsvcs {
	background: url(../layout/headersvcs.gif) repeat-y -1px 0;
	margin-left: -145px;
	margin-top: 19px;
	padding-left: 175px;
	display: block;
	border-bottom: 1px solid black;
	padding-bottom:8px;
}
#nav #headabout {
	background: url(../layout/headerabout.gif) no-repeat -1px 0;
	background-color: transparent;
	height: 79px;
	padding-left: 145px;
	z-index: 1;
}
#nav #headqualifications {
	background: url(../layout/headerqualifications.gif) no-repeat -1px 0;
	background-color: transparent;
	height: 79px;
	padding-left: 145px;
	z-index: 1;
}
#nav #headnews {
	background: url(../layout/headernews.gif) no-repeat -1px 0;
	background-color: transparent;
	height: 79px;
	padding-left: 145px;
	z-index: 1;
}
#nav #headresources {
	background: url(../layout/headerresources.gif) no-repeat 0 0;
	background-color: transparent;
	height: 79px;
	padding-left: 145px;
	z-index: 1;
}
#nav #headcontact {
	background: url(../layout/headercontact.gif) no-repeat -1px 0;
	background-color: transparent;
	height: 79px;
	padding-left: 145px;
	z-index: 1;
}

#homelink {
	height:50px;
	margin-left: -142px;
	position: absolute;
	top: 27px;
	width:237px;
	z-index: 2;
}
/*Start Buttons*/
#nav #contact, #nav #resources, #nav #news, #nav #qualifications, #nav #about, #nav #services {
	height: 25px;
	width: 74px;
	top: 50px;
	float: right;
	z-index: 0;
	position: absolute;
}
#nav #currentcontact, #nav #currentresources, #nav #currentnews, #nav #currentqualifications, #nav #currentabout, #nav #currentservices {
	height: 26px;
	width: 74px;
	margin-left: 5.5px;
	top: 50px;
	float: right;
	position: absolute;
}

#nav #services {
	background: url(../layout/services.gif) no-repeat;
	z-index: 2;
	margin-left: 99px;
}
#nav #about {
	background: url(../layout/about.gif) no-repeat;
	margin-left: 179px;
}
#nav #qualifications {
	background: url(../layout/qualifications.gif) no-repeat;
	width: 92px;
	margin-left: 259px;
}
#nav #news {
	background: url(../layout/news.gif) no-repeat;
	margin-left: 356px;
}
#nav #resources {
	background: url(../layout/resources.gif) no-repeat;
	margin-left: 436px;
}
#nav #contact {
	background: url(../layout/contact.gif) no-repeat;
	margin-left: 515px;
}
#nav #currentservices {
	background: url(../layout/currentservices.gif) no-repeat;
	margin-left: 99px;
}
#nav #currentabout {
	background: url(../layout/currentabout.gif) no-repeat;
	margin-left: 179px;
}
#nav #currentqualifications {
	background: url(../layout/currentqualifications.gif) no-repeat;
	width: 92px;
	margin-left: 259px;
}
#nav #currentnews {
	background: url(../layout/currentnews.gif) no-repeat;
	margin-left: 356px;
}
#nav #currentresources {
	background: url(../layout/currentresources.gif) no-repeat;
	margin-left: 436px;
}
#nav #currentcontact {
	background: url(../layout/currentcontact.gif) no-repeat;
	margin-left: 515px;
}
/*Start Sub-Buttons*/
#reconstruction, #theftanalysis, #fireanalysis, #mechanicalanalysis {
	position: relative;
	text-align: center;
	margin-left: 15px;
}
#reconstruction {
	width: 145px;
}
#theftanalysis {
	width: 130px;
}
#fireanalysis {
	width: 125px;
}
#mechanicalanalysis {
	width: 125px;
}

/*start content*/
#content {
	background-color: #D7D7D7;
	padding: 0 0 25px 0;
	width: 732px;
	min-height: 522px;
	border-right: 1px solid black;
	border-left: 1px solid black;	
}

.header {
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 35px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 0 60px 0 60px;
	line-height: 18px;
	margin-bottom: 10px;
}
#content ul li {
	margin-left: 85px;
	list-style: circle;
	padding-bottom: 2px;
	line-height: 1.1em;
}
#content #flashpaper {
	width: 612px;
	margin: 60px;
}
h6 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 5px 60px;
}
.anchors {
	padding-left: 60px;
}
.newsul {
	margin-bottom: 30px;
}
.newsul li {
	margin-bottom: 5px;
}
#content .pagelink li {
	list-style: none;
	padding-bottom: 2px;
}
#footer {
	background: url(../layout/footer.jpg) no-repeat;
	background-position: bottom left;
	height: 79px;
	width: 734px;
}

.footer{
	margin-top: 7px;
	margin-bottom: 7px;
	font: .7em  "MS Sans Serif", Geneva, sans-serif;
	color: #FFF;
	letter-spacing:.05em;}

a.contentlist:link, a.contentlist:visited, a.contentlist:active {color: #525252; text-decoration: none; font-size: .9em; list-style: none;}
a.contentlist:hover {color: #7995A0;  text-decoration: underline;}
a.contentlink:link, a.contentlink:visited, a.contentlink:active {color: #7995A0; font-size: 16px; font-family: Arial, Helvetica, sans-serif; padding-bottom: 2px;}
a.contentlink:hover {color: #000000; text-decoration: none;}
a.footlink:link, a.footlink:visited, a.footlink:active {text-decoration: none; color: #FFF;}
a.footlink:hover {text-decoration: underline; color: #000000;}
a.sub:link, a.sub:visited, a.sub:active {color: #fff; text-align: top;}
a.sub:hover {color: #7995A0;}
