/* CSS Document */

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}

/* ============ BANNER ============ */

@media print {
	#sandia-banner { display:none; }
}

/* Container defined in sub.css */
#container {
	width:98%;
	margin-left:10px;
	margin-right:10px;
}

/* Content-sub defined in sub.css */
#mstc_content-sub {
	margin-left: 170px;
	width: 600px;
}

/* ============ BREADCRUMB ============ */

#mstc_breadcrumb {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px; 
	border-bottom: 1px solid #e3e1e1;
}
#mstc_breadcrumb a {
	color:#006699;
	text-decoration:none;
}
#mstc_breadcrumb a:hover {
	color:#999999;
}
@media print {
	#mstc_breadcrumb {	display:none; }
}

/* ============ HEADER ============ */

#mstc_header1 {
	margin-left: 170px;
	border-bottom: 1px dotted #B09B88;
	background-color: #07468E;
}
#mstc_header {
	margin-left: 170px; margin-bottom:10px;
	border-bottom: 1px dotted #B09B88;	
	padding-bottom: 0.15em;
}
@media print {
	#mstc_header { margin-left:0px; }
}

h1 {
	color: #9D2D2C;
	font: bolder 1.75em/1em Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	display:inline;
	padding-left:10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* ============ RIGHTNAV ============ */

#rightnav {
	padding-top:1em;
}

/* ============ LEFTNAV ============ */
#leftnav h3 {
	background: #A63839;
	color: #FFF;
	text-transform: none;
	padding: 0.25em 0 0.25em 0.5em;
	font: bold 1.1em/1.0em Arial, Verdana, sans-serif;
	letter-spacing:normal;
}
/* setElement.js highlights the navbar based on these styles */
#leftnav .leftstyle {background-color: #DACEBD; color: #333; z-index: 116; }
#leftnav #subnavlist .leftstyle {background-color: #DACEBD; color: #333; z-index: 116; }

/* ============ MISC ============ */

h2 {
	font: 16px Arial, Helvetica, sans-serif;
    color: #9D2D2C;
	border-bottom: 1px dotted #999;
	font-weight: bold;
}
#content-sub h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h3 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 5px;
}
h4 {
	color: #9D2D2C;
	font: bolder 1.5em/2em Verdana, Arial, Helvetica, sans-serif;
	border:none;
	margin:0px;
	display:inline;
}
h5 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 4px;
/*	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC; */
}

#picturebox {
	background-color: #CCCCCC;
	height: 70px;
	width: 33%;
	visibility: visible;
}
/*#container div {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
}*/
#container-table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#container-right-table {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
#pixis {
	background-image: url(../services/images/pixis-images.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
}
#micro-pict {
	background-image: url(../images/microcircuit1.jpg);
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
}
#basic-pas-pict {
	background-image: url(../images/basic-passive-receiver1.jpg);
	background-repeat: no-repeat;
	height: 131px;
	background-position: center;
}
#spectrum-pict {
	background-image: url(../images/spectrum-analyzer1.jpg);
	background-repeat: no-repeat;
	height: 138px;
	background-position: center;
}
#mesa-pict {
	background-image: url(../images/mesa.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-position: center top;
}

