@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	position: relative;
}
a { text-decoration: none; }
a:hover{
text-decoration: underline;
}

table th, td {
	font-size: 11px;
}

blockquote {
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
body,td,th {
	color: #000;
}

body,td,th {
	color: #000;
}
a:visited {
	color: navy;
}
a:link {
	color: navy;/*#666;*/
}

.go_to_top {
	text-align: center;/* Style for go to top link*/
	color: navy;
	text-decoration: none;
}
table.box th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: #F8F8F8 #F8F8F8 #F8F8F8 #F8F8F8;
	background-color: #F8F8F8;
 /*	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#CCCCCC', endColorStr='#E6E6E6', gradientType= '0' );*/
 	background: url(../images/tableHeaderBg.jpg) repeat-x left top;
 	-moz-border-radius: 0px 0px 0px 0px;
	font-size: 15px;
}
table.box td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: #F8F8F8 #F8F8F8 #F8F8F8 #F8F8F8;
	background-color: #FFFFFF;
	font-size: 11px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.box2 th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: #F8F8F8 #F8F8F8 #F8F8F8 #F8F8F8;
	background-color: #F8F8F8;
 /*	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#CCCCCC', endColorStr='#E6E6E6', gradientType= '0' );*/
 	background: url(../images/tableHeaderBg.jpg) repeat-x left top;
 	-moz-border-radius: 0px 0px 0px 0px;
	font-size: 11px;
}
table.box2 td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: #F8F8F8 #F8F8F8 #F8F8F8 #F8F8F8;
	background-color: #FFFFFF;
	font-size: 11px;
	-moz-border-radius: 0px 0px 0px 0px;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/maincontent_rev2.jpg) no-repeat left 181px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	border-top: none;
	border-bottom: thin solid #333;
	border-left: medium solid #333;
} 
.breadcrumb {
	position: absolute;
	left: 310px;
	top: 158px;
	margin: 0px;
}
#header {
	background: #DDDDDD url(../images/topHeader.jpg);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 180px;
	position: relative;
	margin: 0px;
} 
.twoColFixLtHdr #container #header #cssmw1 {
	position: absolute;
	right: 0px;
	top: 127px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 8px 7px;
}
#sidebar1 p { /* Paragraph style for Paragraph on SideBar */
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	line-height: 1.3em;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
 
 
#mainContent li {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	text-align: left;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#footer p a { /* Footer a link color*/
	color: #FFF;
}

.noTop { /* for no margin on top*/
	margin: 0px;
}
.noBottom { /* for no margin on bottom*/
	margin: 0px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* 
Index Page Outer Wrap
*/

#index_wrap { /* Outer wrap for Index Page */
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	color: #000;
	float: left;
	width: 760px;
	z-index: -1;
	padding: 0px;
	margin: 0px;
}

/* 

Style for Left Navigation on Page

*/
#leftNav { /* Left Navigation*/
	background: #999;
	padding: 3px;
	width: 175px;
	margin: 0px;
}

ul#navlist  /* New Left Navigation Background*/
{
	width: 158px;
	\width: 160px;
	width: 169px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #333;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #666;
	color: #666;
}

ul#navlist li a
{
	display: block;
	width: 122px;
	\width: 158px;
	w\idth: 138px;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
}

ul#navlist li a:link {
	color: #FFF;
}

ul#navlist li a:hover
{
	color: #ffffff;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #000;
}

/*This starts MSMR Styles*/

#outerwrap_msmr { /* Outer Wrap for MSMR*/
	float: left;
	width: 755px;
}
#msmr_left { /* Left box for MSMR*/
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 150px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	height: 200px;
}
#msmr_searchform { /* Search Form for MSMR*/
	width: 600px;
}

/*

This starts Communication, Standards & Training Styles (CS&T)

*/

#cstwrap { /* OuterWrap for CST*/
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px 5px;
	font-family: Verdana, Geneva, sans-serif;
}
#cst_imagewrap {
	float: left;
	width: 750px;
	margin: 0px;
	padding: 0px 0px 20px;
}
#cst_textwrap { /* Outer Wrap box for text for CST*/
	width: 500px;
	z-index: -1;
}
#cst_textwrap p { /* Paragraph text for CST*/
	line-height: 16px;
}
#cst_textwrap h3 { /* Header 3 for CST*/
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	border-bottom: thin solid #666;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
}
.cst_Quote { /* Quote for CST*/
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 15px;
	text-align: left;
}

/* 

Styles for Boxes for Data & Analysis Page 

*/

#boxes {
	float:left;
	width:240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 125px;
}

#box1,#box2,#box3 {
	margin-bottom:6px;
	height: 125px;
	background-image: url(../images/drop-box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 241px;
	padding: 0px;
}
#box1 h2,#box2 h2,#box3 h2 {
	text-align:left;
	font-weight:600;
	color: #000;
	margin: 0;
	padding: 9px;
}
#box1 p,#box2 p,#box3 p {
	margin:0;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 12px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
#boxesRight {
	float:left;
	width:240px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 125px;
}

#boxesRightcorner {
	float:right;
	width:240px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 125px;
}

/*

This Starts Styles for GEIS Web Page

*/
#geis_leftwrap {
	float: left;
	width: 500px;
	margin-top: 3px;
}
#geis_rightwrap {
	float: right;
	width: 247px;
	background: #CCC url(../images/round.jpg) no-repeat left top;
	padding: 0px 1px 5px;
}
#geis_rightwrap h2 {
	background: url(../images/round_top.jpg) no-repeat left top;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 247px;
	margin: 0px;
}
#index_wrap h3 {
	border-bottom: thin solid #666;
	color: #666;
}
#geis_leftwrap h3 {
	border-bottom: thin solid #666;
	color: #666;
}
#geis_leftwrap h1 {
	border-bottom: thin solid #666;
	color: #666;
}
#geis_leftwrap p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
}
#geis_leftwrap ul {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
}
#geis_rightwrap p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#geis_rightwrap p a {
	font-family: Verdana, Geneva, sans-serif;
	color: #00F;
}
#geis_rightwrap p img {
	margin: 8px;
}



/*

Style for Breadcrumb

*/
.breadcrumb a{
	background: transparent url(../images/breadcrumb.gif) no-repeat right center;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: navy;
	font-family: Verdana, Geneva, sans-serif;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}


/* 

	SearchField	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* default (inactive field) */
.sf_inactive{
	border:2px #3d91a5 solid;
	background:#3d91a5;
	color:#b4d3db;
}
/* on focus (when field is clicked on)  */
.sf_active{
	border:2px #8BB544 solid;
	background:#fff;
	color:#333;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	border:2px #3c90a5 solid;
	background:#fff;
	color:#888;
	font-size: 10px;
}

/* suggestions box */
/* js code generates unordered list */
.sf_suggestion{
	position:relative;
}
.sf_suggestion ul{
	position:absolute;
	margin:0;
	padding:0;
	background:#86BAC7;
	top:0;
	left:0;
}
.sf_suggestion li{
	margin:0;
	padding:0;
	list-style:none;
}
.sf_suggestion li a{
	display:block;
	text-indent:5px;
	color:#fff;
}
.sf_suggestion li.selected a{
	background:#3D91A5;
}
.glass_Input { /* Style for Magnify glass */
	margin: 0px;
	z-index: -1;
	padding-top: 4px;
	padding-left: 4px;
	width: 28px;
}
.textInput { /* Style for Input text box */
	background: #ccc;
	margin: 2px 0px 10px 5px;
	padding: 3px 0px;
	width: 125px;
	float: left;
	height: 15px;
}

/* 

This Starts Directors Page

*/

.director_title { /* class style for Directors Page */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
#index_wrap #Divisons p {
	padding-top: 14px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 11px;
	margin: 0px;
	line-height: 15px;
}
#Divisons {
	background-image: url(../images/division_box.png);
	background-repeat: no-repeat;
	height: 356px;
	width: 760px;
	margin: 0px;
	padding: 0px;
}
.textbox1 {
	width: 235px;
	float: left;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	color: #333;
	padding: 0px;
}
.textbox2 {
	width: 235px;
	float: left;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
.textbox3 {
	width: 235px;
	float: left;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.indexImage {
	text-align: center;
	display: block;
}
#Index_para {
	background-color: #CCC;
	display: block;
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
.director_image {
	margin: 0px;
	padding: 0px;
}
#Index_para p {
	padding: 9px;
}
#indexWrap {
	width: 760px;
	background-color: #999;
	height: 275px;
	background-image: url(../images/drop-box_background.gif);
	background-repeat: no-repeat;
	//background-position: left top;
}

.leftNav_background { /* Left Navigation Background*/
	display: block;
	width: 170px;
	padding: 0px;
	margin: 0px;
	background-color: #330066;
}
.leftNav_background2 { /* Left Navigation Background*/
	display: block;
	width: 180px;
	padding: 0px;
	margin: 0px;
	background-color: #330066;
	
}
#leftNav_header  { /* Left Navigation Header 2*/
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/leftNavTopbutton.jpg) no-repeat left top;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-weight: bold;
}
div#leftNav_item
{
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #666;
	color: #666;
}

div#leftNav_item span
{
	width="100%";
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #666;
}

div#leftNav_item a
{
	width="100%";
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #666;
}

div#leftNav_item a:link {
	color: #666;
}
div#leftNav_item a:visited { color: #666; }

div#leftNav_item a:hover
{
	color: #ffffff;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #000;
}
#dataWrap {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 760px;
	margin: 0px;
}

.errorMessage li {
	color: red;	
	list-style: none;
}
.errorMessage {
	padding: 0px;
	margin: 0px;
}

ul#cssmw1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	cursor: default; 
	z-index: 1;
}

ul#cssmw1 li {
background-image:none;
float:left;
padding:0;
position:relative;
white-space:nowrap;
}

ul#cssmw1 li a {
color:#FFFFFF;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
line-height:21px;
margin:0;
padding:1px 15px;
text-align:left;
text-decoration:none;
width:auto;
}