@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
	margin:0;
	background-color:#FFFFFF;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.withBackground {
	margin: 0px;
	padding: 0px;	
	background-image:url(../images/background.png);
	background-position: center;
	background-repeat:repeat-x;
}

.main {
	width: 1097px;
	height: 1200px;
	background-position: top;
	background-repeat:repeat;
	cellpadding: 0;
	cellspacing: 0;
	padding:0 0 0 0;
	margin: 0;
	vertical-align: top;
	background-image: url(../images/grayBackground.png);
	vertical-align:top;
}

.content {
	width: 1104px;
	background:center;
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.headerText {
	left: 50%;
	top: 50%;
}

.header18Font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003366;
}

.header24BoldFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#003366;
	padding-top:40px;
}

.header12BoldFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-top:10px;
}

table.main {
	width: 1104px;
	height: 1200px;
	background-position: top center;
	background-repeat:repeat;
	background-image:url(images/grayBackground.png)
	cellpadding: 0;
	cellspacing: 0;
	padding:0 0 0 0;
	margin:0 0 0 0;
	vertical-align: top;
}
logoHeader {
	float:left;
	padding-bottom:20px;
	padding-top:40px;
	padding-right:32px;
}

.alignCenter {
	vertical-align:middle;
	text-align:center;
	background-position:center;
}

.alignTop {
	vertical-align:top;
	background-position:top;
}

.tdMenu {
	color:#FFFFFF;
	background-repeat:no-repeat; 
	background-position:center;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
}

.tdMenu a:link { text-decoration:none; color:#FFFFFF;}
.tdMenu a:active { text-decoration: none; color:#FFFFFF;}
.tdMenu a:visited { text-decoration: none; color:#FFFFFF;}

.tdBottomMenu {
	color:#919088;
	background-repeat:no-repeat; 
	background-position:center;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}

.tdBottomMenu a:link { text-decoration:none; color:#919088;}
.tdBottomMenu a:active { text-decoration: none; color:#919088;}
.tdBottomMenu a:visited { text-decoration: none; color:#919088;}

.nameFont {
	color:#5f6062;
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
}

.descriptionFont {
	color:#5f6062;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
}

.mgmtTitle {
	color:#5f6062;
	background-repeat:no-repeat; 
	background-position:center;
	margin-top:25px;
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:700;
}

.MissionStatement {
	color:#5f6062;
	background-repeat:no-repeat; 
	background-position:center;
	margin-left:25px;
	margin-right:25px;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:normal;
}

.BodyFont {
	color:#5f6062;
	background-repeat:no-repeat; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
}

.ApproachStatement {
	color:#5f6062;
	background-repeat:no-repeat; 
	background-position:center;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
}

.Copyright {
	color:#000000;
	background-repeat:no-repeat; 
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}

.Copyright img {
	text-decoration: none;
	border: none;
}

.Copyright a:link { text-decoration:none; color:#000000;}
.Copyright a:active { text-decoration: none; color:#000000;}
.Copyright a:visited { text-decoration: none; color:#000000;}

.Patent {
	color:#000000;
	background-repeat:no-repeat; 
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}

.Patent a:link { text-decoration:underline; color:#000000;}
.Patent a:active { text-decoration: underline; color:#000000;}
.Patent a:visited { text-decoration: underline; color:#000000;}

.greenThing {
	text-decoration:none; 
	color:#000000;
	background-image:url(../images/tdMenuRollover.png);
	background-repeat:no-repeat; 
	background-position:center;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
}

.greenThing a:link { text-decoration:none; color:#FFFFFF;}
.greenThing a:active { text-decoration: none; color:#FFFFFF;}
.greenThing a:visited { text-decoration: none; color:#FFFFFF;}

.normal {
	text-decoration:none; 
	color:#FFFFFF;
	background-image:inherit;
	background-repeat:no-repeat; 
	background-position:center;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
}

.normal a:link { text-decoration:none; color:#FFFFFF;}
.normal a:active { text-decoration: none; color:#FFFFFF;}
.normal a:visited { text-decoration: none; color:#FFFFFF;}

.scroll-pane {
	overflow: auto;
	float: left;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin-top:10px;
	margin-left:10px;
}

.wide {
	width: 575px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 350px;
}

.short {
	height: 255px;
}

.pane2background {
	background-image:url(../images/panel2background.png);
	background-repeat:no-repeat;
	background-position:top left;
}

.margin10Left {
	margin-left:10px;
}

.padding10Left {
	padding-left:10px;
}

.ArialFont {
	font-family:Arial, Helvetica, sans-serif;
}

.ArialBlackFont {
	font-family:Arial Black, Helvetica, sans-serif;
	position: relative;
}
.social-icon {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 7px;
	position: absolute;
	right: 0px;
	top: 10px;
}
.social-icon img{
	margin-top: -4px;
	padding: 0 0 0 3px;
	border: none;
	float: right;
}

.size12 {
	font-size:12px;
}

.size14 {
	font-size:14px;
}

.size16 {
	font-size:16px;
}

.size18 {
	font-size:18px;
}

.size24 {
	font-size:24px;
}

.size36 {
	font-size:36px;
}

.bold {
	font-weight:bold;
}

.colorLtBlue {
	color:#003366;
}

.gray {
	color:#5f6062;
}

.pt6 {
	padding-top:6px;
}

.pt10 {
	padding-top:10px;
}

.pb6 {
	padding-bottom:6px;
}

.pb12 {
	padding-bottom:12px;
}

.pb25 {
	padding-bottom:25px;
}

.pt25 {
	padding-top:25px;
}

.pt40 {
	padding-top:40px;
}

.pt50 {
	padding-top:50px;
}

.pt95 {
	padding-top:95px;
}

.pt115 {
	padding-top:115px;
}

.pb40 {
	padding-bottom:40px;
}

.pb25 {
	padding-bottom:25px;
}

.aligncentertop {
	align: center;
	vertical-align: top;
	text-align: center;
	background-position: center top;
}

.aligncenterbottom {
	align: center;
	vertical-align: bottom;
	text-align: center;
	background-position: center bottom;
}

.TechnologyImage {
	float:left;
	padding-right:25px;
}

