@charset "utf-8";
/* CSS Document */

/*	Global Styles
	───────────────────────────────────────────────────────────────────────*/
body,td,th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	/* for IE 8 - center the top-level div */
}
body {
	background-color: #504941;
	/* background-image: url(images/sc_background.jpg); */
	background-image: url(images/back_tile.gif);
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
div.fullPaqe {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	background-color: #555;
	/* height: 100%; */
	-moz-box-shadow: 0px 8px 48px #000;
	-webkit-box-shadow: 0px 8px 48px #000;
	box-shadow: 0px 8px 48px #000;
}
p {
	margin: 0;
	padding: 0;
}
a img {
	border-style: none;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a.headerLink:link {
	color: white;
}
a.headerLink:visited {
	color: white;
}
a.readMoreLink:link {
	color: #0040ff;
	font-weight:bold;
}
a.readMoreLink:visited {
	color: #0040ff;
	font-weight:bold;
}


li {
	margin-bottom: 0px;
}
li.numbered {
	margin-bottom: 8px;
}
	
/*	Headers and Footers
	───────────────────────────────────────────────────────────────────────*/
div.header {
	background-color: #000;
	
	color: #fff;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	
	padding: 24px 16px 4px;
}
div.footer {
	background-color: #000;
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}



/*	Home Page Styles
	───────────────────────────────────────────────────────────────────────*/
div.hpLogo {
	background-color: #d36204;
}
div.hpBanner {
	background-color: #b0d0e7;
}
div.hpColumnContainerGray3 {
	border-bottom: 1px solid #e6e6e6;
	background-image: url(images/hp_gray3.gif);
}
div.hpColumnContainerWhite3 {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	background-image: url(images/hp_white3.gif);
	background-repeat: repeat-y;
}
div.hpColumnContainerWhite2 {
	clear: both;
	background-image: url(images/hp_white2.gif);
	background-repeat: repeat-y;
}
div.hpClearDiv {
	clear: both;
}
div.hpColumn31 {
	float: left;
	width: 264px;
	vertical-align:top;
}
div.hpColumn33 {
	float: right;
	width: 264px;
	vertical-align:top;
}
div.hpColumn32 {
	padding: 0px 264px 0px 264px;
	vertical-align:top;
}
div.hpColumn22 {
	clear: both;
	float: right;
	width: 264px;
	vertical-align:top;
}
div.hpColumn21 {
	padding: 0px 264px 0px 0px;
	vertical-align:top;
}
div.hpImage {
	text-align:center;
	padding: 16px;
}
div.hpContent {
	text-align:left;
	padding: 32px 16px 16px 16px;
}

p.columnTitle {
	color: #79a200;
	font-size: 16px;
	margin-bottom: 12px;
}
p.columnContent {
	color: #333;
	font-size: 12px;
	margin-bottom: 6px;
}
p.whatsnewTitle {
	color: black;
	font-size: 14px;
	margin-bottom: 18px;
	margin-top:	18px;
}
p.whatsnew {
	color: #333;
	font-size: 12px;
	margin-bottom: 12px;
	margin-left: 24px;
}
ul.columnList {
	color: #333;
	font-size: 12px;
	list-style-type:disc;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.readMore {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
	vertical-align: top;
}
span.selected {
	color: #FC0;
}

div.banner {
	background-color: black;
	color: white;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	height: 48px;
}
div.aboutUsBanner {
	background-image: url(images/bannerBack_aboutUs.jpg);
	height:48px;
	padding: 16px;
}
div.contactUsBanner {
	background-image: url(images/bannerBack_contactUs.jpg);
	height:48px;
	padding: 16px;
}
div.engineeringBanner {
	background-image: url(images/bannerBack_engineering.jpg);
	height:48px;
	padding: 16px;
}
div.ownBanner {
	background-image: url(images/bannerBack_blank.jpg);
	padding: 16px;
}
div.researchBanner {
	background-image: url(images/bannerBack_research.jpg);
	height:48px;
	padding: 16px;
}
div.pageContents {
	background-color: white;
	padding: 32px 64px;
	text-align: left;
}
div.flashContent {
	background-color: white;
	padding: 32px 32px;
	text-align: left;
}
p.imageText {
	text-align: center;
	font-style: italic;
}
p.sectionTitle {
	font-size: 16px;
	font-weight: bold;
	color: #06F;
	margin-top: 24px;
	margin-bottom: 12px;
}
p.gridTitle {
	font-size: 16px;
	font-weight: bold;
	color: #06F;
	margin-top: 0px;
	margin-bottom: 12px;
}
p.sectionContent {
	font-size: 12px;
	color: #333;
	margin-bottom: 12px;
}
p.sectionContentBold {
	font-size: 12px;
	font-weight: bold;
	color: #F90;
	margin-bottom: 12px;
}
p.contactName {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-left: 24px;
}
p.contactContent {
	font-size: 12px;
	color: #333;
	margin-bottom: 12px;
	margin-left: 24px;
}
a.emailTo {
	font-size: 12px;
	font-weight: bold;
	color: blue;
}
a.emailToSmall {
	font-size: 9px;
	font-weight: bold;
	color: blue;
}
p.pageFiller {
	padding-bottom: 480px;
}
div.columnsWhiteGray {
	background-image: url(images/white_gray2.gif);
}
div.column22 {
	float: right;
	width: 200px;
	vertical-align:top;
	padding: 24px 16px;
	text-align: left;
}
div.column21 {
	padding: 32px 264px 32px 64px;
	vertical-align:top;
	text-align: left;
}
tr.contentGrid {
	text-align: left;
	vertical-align: top;
}
td.contentGrid {
	text-align: left;
	vertical-align: top;
}
p.gridImage {
	margin-bottom: 12px;
	margin-right: 16px;
}
div.grayTitle {
	padding: 32px;
	text-align: left;
}
p.grayTitleSmall {
	font-size: 12px;
	color: white;
}
p.grayTitleLarge {
	font-size: 24px;
	color: white;
}