@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	background-color: #0f1b41;
	background-image:url(images/tile_01.gif);
}
html, body {
height: 100%;
}


/* ---- main container for all other divs ---- */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: 0;
	width: 960px;
	position: relative;
	background-image:url(../images/banner_01.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	margin-bottom: -45px;
}

/* ---- container for navigation ---- */
#secondary_nav {
	position: relative;
	top: 89px;
	left: 0;
	text-align: right;
	width: 900x;
	height: 28px;
	padding: 5px 30px 7px 30px;
	color: #fff;
	background-image:url(../images/bar_02.jpg);
	background-repeat: no-repeat;
}

#secondary_nav a {
	color: #fff;
	font-family: Calibri, Verdana, sans-serif;
	font-size: .75em;
	color: #fff;
	text-decoration: none;
	letter-spacing: .1em;
}

#secondary_nav a:hover {
	color: #999;		
}

#secondary_nav a .indicator {
	color: #1e3261;	
}
/* ---- end ---- */


/* ---- container for main content ---- */
#content {
	position: relative;
	top: 0px;
	left: 0;
	width: 960px;
	margin-top: 88px;
	padding-top: 20px;
	background-color: #fff;
}
/* ---- end ---- */


/* ---- container for left side of page ---- */
#navigation {
	position: relative;
	float: left;
	top: 0px;
	margin: 0 0px 0px 30px;
	left: 0px;
	width: 150px;
	font-family: Calibri, Verdana, sans-serif;
	letter-spacing: .05em;
	color: #1e3261;
	font-size: .9em;
	border-bottom: 5px solid #999;
}

#navigation dt {
	font-weight: bold;
	margin-left: 1em;
	border-bottom: 1px dotted #ccc;
	padding: 3px 0 3px 0;
}


#navigation dd a {
	color: #999;
}
#navigation dd {
	font-weight: normal;
	color: #999;
	border-bottom: 1px dotted #ccc;
	margin: 5px 0 0 20px;
	padding-left: 0;
}

.selected {
	border-left: 3px solid #1e3261;
	background-image:url(../images/bar_short_cropped.jpg);
	background-repeat:no-repeat;
}

.selectedSub a {
		border-left: 3px solid #1e3261;
		color: #1e3261;
}

dd .selectedSub a {
	color: #1e3261;
}

a {
	color: #1e3261;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* styles for navigation elements in "leftcol" container */


/* ---- end leftcol ---- */	

/* ---- container for content on middle of page ---- */
#maincol {
	position: relative;
	float: left;
	top: 0px;
	left: 22px;
	margin: 0;
	padding: 0 20px 0 0;
	width: 750px;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	color: #999;
}


#maincol  a img .padded_Btm{
	border: none;
}

#maincol a:visited img .padded_Btm {
	border: none;
}

#maincol a:hover img .padded_Btm {
	opacity: .25;
	filter: alpha(opacity=25); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25); /* IE */
	-moz-opacity: .25; /*older Mozilla*/
	-khtml-opacity: 0.25;   /*older Safari*/	
}

#maincol li {
	margin-left: 10px;
}

#maincol table {
	border-bottom: 2px solid #999;
}

/* ---- end maincol ---- */	

/* ---- container for what's new nested inside of Content div ---- */
#rightcol {
	position: relative;
	float: right;
	top: 0;
	right: 50px;
	margin: 0 0 10px 0;
	width: 350px;
	padding-bottom: 10px;
}

#rightcol a img {
	border: none;
}

#rightcol a:visited img {
	border: none;
}

/* ---- end rightcol ---- */	

/*footer to make the other footer clear all three columns*/
#clearfooter {
	height: 45px;
	clear: both;
}
/* ---- end  ---- */

/* container used on index.html */
.container {
	position: relative;
	float: right;
	width: 200px;
	background-image:url(../images/bar_short_07.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 10px 0 10px;
	padding: 10px 10px 10px 10px;
}

.bar {
	width: 200px;
	border-bottom: 5px solid #999;
	padding-top: 5px;
}

.container p {
	font-weight: normal;
	padding: 0 10px 0 10px;
}

/* ---- container for footer at the bottom of the page ---- */
#footer {
	position: relative;
	font-family: Arial, Helvetica, Verdana;
	font-size: .9em;
	text-align: right;
	border-top: 5px solid #999;
	width: 960px;
	height: 20px;
	padding-top: 5px;
}

#footer p {
		color: #999;
}

#footer p a {
	color: #999;
	text-decoration: none;
}
/* ---- end ---- */

.quote {
	margin: 10px 0 10px 0;
	font-family: Calibri, Verdana, san-serif;
	font-size: .9em;
}

.quote a {
		color: #1e3261;

}

.quote a img {
	border: none;
	margin-bottom: -3px;
}

/* ---- class used to pad images ---- */
.padded_right_5px {
	padding-right: 5px;
	padding-bottom: 0;
}

.padded_right {
	padding-right: 20px;
}

.padded_left {
	padding-left: 10px;
}

.photo_index {
	padding: 0 20px 0 40px;
}

.padded_Btm {
	padding: 0 10px 10px 0;
}
/* ---- end ---- */

/* indicator class for thumbnail images */
.border {
		border-bottom: 5px solid #FCB93F;
}
.indicator_img {
	opacity: .25;
	filter: alpha(opacity=25); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25); /* IE */
	-moz-opacity: .25; /*older Mozilla*/
	-khtml-opacity: 0.25;   /*older Safari*/	
	border-bottom: 5px solid #FCB93F;
}
/* ---- end ---- */


/* ---- redefined tags ---- */
h1 {
	font-family: Calibri, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	letter-spacing: .05em;
	color: #999;
}

h1 a {
	color: #1e3261;
	text-decoration: none;
}

h2 {
	margin: 10px 0 0 0;
	font-size: 1.2em;
	color: #1e3261;
	letter-spacing: .1em;
	text-transform: uppercase;
}

h3 {
	margin: 10px 0 0 0;
	color: #999;
	letter-spacing: .05em;
}


h4 {
	font-family: Calibri, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0 0 0 0;
	padding: 5px 0 25px 20px;
	color: #005078;
}

h5 {
	font-size: 1em;
	color: #999;
	margin-bottom: 0;
	padding-bottom: 0;
}

ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
li {
	margin-bottom: 0;
	padding-bottom: 0;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	letter-spacing: .1em;
	color: #999;
	font-size: .9em;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: .8em;
	line-height: 1.5em;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	color: #000;

}

p a {
	text-decoration: none;
	color: #1e3261;
}

p a:hover {
	color: #999;
}


form {
	display: inline;
	padding: 0 0 0 60px;
	margin: 0 0 0 0;
	border: none;
}

a img {
	border: none;
}

ul {
	padding: 5px 0 5px 0;
	margin: 0;
}


/* ---- end ---- */

.p_indent {
	margin-left: 10px;
}
.container_float {
	position: relative;
	float: left;
	width: 200px;
	margin: 10px 10px 0 0;
	padding: 0 10px 10px 0;
}

#navigation dl dt .last {
	border-bottom: none;
}

.cambria {
	font-family: Cambria, Georgia, serif;
}

/* table and tds for materials pages */
table.materials {
	border: 0;
	padding: 0px;
}

table.materials td {
	font-size: .8em;
	color: #999;
	border-bottom: 1px solid #ddd;
}
table.materials th {
	background-color:#1e3261;
	color: #fff;
	border-bottom: 0;
}
table.materials td.compound {
	background-color:#999;
	color: #1e3261;
	border-bottom: 0;
}

/* table for techRequest page */

.techTable td {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 0 5px 0 5px;
}

.lastTd {
border: 1px solid #1e3261;
}

.notopBorder_td {
border-top: none;
border-bottom: none;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}
