@charset "UTF-8";
/******************************************************************************************************

										Market Hardware Core CSS

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address { margin: 0; padding: 0; text-indent: 0; border: none; outline: none; list-style: none; text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit; }
table, td, tr, tbody, thead, th, caption { border-spacing: 0; border: none; border-collapse: separate; vertical-align: top; text-align: left; font-weight: normal; }

/* typography */
body { font-size: 0.75em /* 12px */; background: white; color: black; font-family: Verdana, sans-serif; line-height:2; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ 	
	color:#045b97;}
h1 { font-size: 1.5em /* 18px */; }
h2 { font-size: 1.3em /* 15px */; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #045b97; text-decoration: underline; }
a:hover, a:active { color: #045b97; text-decoration: none; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { zoom: 1; display: block; }

/* layout */
#branding { position:relative; }

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; }
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#nav a, #nav a:visited { color: #96c7dc; text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a, 
.about #nav #nav-about a,
.services #nav #nav-services a,
.testimonials #nav #nav-testimonials a,
.projects #nav #nav-projects a,
.analysis #nav #nav-analysis a,
.publications #nav #nav-publications a,
.investigations #nav #nav-investigations a,
.design #nav #nav-design a,
.contact #nav #nav-contact a { color: #96c7dc; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: lime; }
#footer a, #footer a:visited { color: lime; text-decoration: underline; }
#footer a:hover, #footer a:active { color: lime; text-decoration: none; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #f2f2f2; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
blockquote p { padding-left: 10px; }

/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #0567ae; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 225px; }
input.radio, input.submit { width: auto; }
textarea { width: 225px; height: 100px; padding:0; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #0567ae; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/
html {	background: #96c7dc url(../design/bkg_blueslice.jpg) top left repeat-x;
	}
#page {
	width:100%;
	margin:0 auto;
	background: #96c7dc url(../design/bkg_blueslice.jpg) top left repeat-x;
	}
#container {
	width: 100%;
	background:transparent;
	}
#topbackground {
	position:relative;
	float:left;
	background: url(../design/bg_hdrslice_02.jpg) top center repeat-x;
	width: 100%;
}
#bodycontainer {
	width: 888px;
	margin: 0 auto;
	}
#header {
	position: relative;
	float: left;
	height: 247px;
	background: url(../design/hdr_bkgrndimg.jpg) top center no-repeat;
	}
#branding {
	position: relative;
	float: left;
	height: 176px;
	width: 888px;
	}
#logo {
	position: relative;
	float: left;
	width: 250px;
	padding: 10px 0 10px 10px;
	}
#contacts {
  position: relative;
	float: right;
	width: 500px;
	text-align: right;
	padding: 10px 10px 5px 5px;
	}
#address{
	position: relative;
	float: left;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	color: #4e4e4e;
	width: 500px;
	padding: 0 0 10px 0;
	}
#phone {
	position: relative;
	float: right;
	color: #045b97;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	width: 40%;
	margin-top:20px;
	padding:0 15px 0 0;
	line-height:normal;
	border-right:#045B97 1px dotted;
	}
#phone2 {
	position: relative;
	float:right;
	color: #045b97;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 18px;
	width: 240px;
	margin-top:20px;
	line-height:normal;
}
#mail {
	position: relative;
	float: right;
 	color: #000000;
	width: 230px;
	line-height:normal;
	}
#mail a, #mail a:visited {
	color: #000000;
	font-size:11px;
	text-decoration:underline;
	}

#topbar {
	position:relative;
	float: left;
	height: 28px;
	width: 888px;
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing:-1px;
	text-transform:uppercase;
	text-align: center;
	padding: 0;
	}
#nav {
	position: relative;
	float: left;
	height: 42px;
	width: 888px;
	color: #ffffff;
	padding: 7px 0 0 0;
	}
#nav li {
	display:inline-block;
	float:left;
	text-align: left;
	}
#nav a, #nav a:visited {
	color: #ffffff;
	padding: 0px 8px;
	margin: 0;
	border-right: #ffffff 1px solid;
	}
#nav li a:hover, #nav li a:active  {
	color: #70a9b6;
 	border-right: #ffffff 1px solid;

	}
#nav #last {
border-right: none;
	}
	
#content {
	position: relative;
	float: left;
	width: 888px;
	}
#topimage {
 	position: relative;
	float: left;
	width: 888px;
	height: 248px;
	}
#containcontent {
	position:relative;
	float:left;
	width:888px;
	margin:10px 0 0 0;
	background:#F9FDFF url(../design/cpy_topslice.png) top center no-repeat;
}
#containbottom {
	position:relative;
	float:left;
	width:888px;
	margin-top:20px;
	background: transparent url(../design/cpy_bottomslice.jpg) bottom center no-repeat;
}
#copy {
	position: relative;
	float: left;
	width: 530px;
	padding:0 20px 20px 20px;
	}
	
#copy2 {	
position: relative;
float: left;
width:858px;
padding:0 10px 20px 20px;

}

#callout {
	position: relative;
	float: right;
	width: 260px;
	padding: 0px 20px 0px 12px;
	margin-left: 20px;
	border-left: #f7f7f7 3px solid;
	line-height:2;
	font-size:11px;
	}
#callout h3 {
	font-size:18px;
}
#callout ul {
	padding-left: 25px;
	}
#callout li {
	line-height: 25px;
	list-style: disc;
	}
#footer {
	position: relative;
	float: left;
	font-size:85%;
	color: #000000;
	width: 888px;
	}
#footer a, #footer a:visited {
	text-decoration:none;
	color: #000000;
	}
#footer a:hover {
	text-decoration:underline;
	color: #000000;
	}