/* Informatix web site style sheet */

/*
*************************************************
************ LAYOUT STYLES **********************
*************************************************
*/
html, body {
	height: 100%;
}
p.LightGray {
	color: #CCCCCC;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	margin: 0px;
	padding: 0px;
}
html>body #container {
	height: auto;
}
body {
	background-color:#CECECE;
	background-image: url(../images/_bg_gray_stripe.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*
		Font size is also declared in the changeFontSize.js file
		as "baseSize = [value];".
		Make sure that the two values match.
	*/
	font-size:.85em;
}
#footer_wrapper{
	position:absolute;
	bottom: 0;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#page_wrapper {
	position:relative;
	width:736px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding:0px;
	padding-bottom: 40px;
}
#header_wrapper {
	position:relative;
	width:736px;
	height:114px;
	background-image:url(/_common/images/_04_page_top.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	z-index:10;
}
#main_wrapper {
	position: relative;
	width: 736px;
}
#content_wrapper {
	position:relative;
	width: 676px;
	float: left;
	display:inline;
	margin-left: 30px;
	padding-top: 30px;
}
#locations_wrapper {
	position:relative;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#breadcrumbs{
	position:absolute;
	top:4px;
	width:714px;
	height: 12px;
	color: #999999;
	font-size: 9px;
	/*overflow:hidden;*/
	left: 0px;
}
#content {
	width:394px;
	float:left;
	border-right-width: 1px;
	padding-right: 16px;
	display: inline;
}
#sidebar {
	width:135px;
	float:right;
	display: inline;
}


/*
*************************************************
************** TEXT STYLES **********************
*************************************************
*/

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}
p.introduction {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-top: -6px;
	font-weight: normal;
	line-height: 1.6em;
	color: #003366;
}
h1 {
	color: #000062;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #000062;
	letter-spacing: -1px;
	clear:left;
}
h2 {
	color: #000062;
	font-weight: bold;
	font-size: 14px;
	margin-top: 1.2em;
	margin-bottom: 0.4em;
	clear: left;
	line-height: 1.1em;
}
h3 {
	margin-top: 0.8em;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1em;
	letter-spacing: 0em;
}
h4 {
	margin: 0em;
	margin-bottom:.6em;
	font-size: .9em;
}
#content_wrapper a {
	color:#000062;
}
#content_wrapper a:visited {
	color:#6566FF;
}
#content_wrapper a:hover {
	text-decoration:none;
}
#content_wrapper ul {
	font-size: .8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 30px;
}
#content_wrapper ol {
	font-size: .8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 38px;
}
#content_wrapper li {
	margin-bottom: 0.4em;
}
#content_wrapper li p,
#content_wrapper td li p
{
	margin: 0px;
	font-size: 1em;
}
#content_wrapper ol ol {
	font-size: 1em;
	padding: 0px;
	margin-top: 0.4em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 22px;
	list-style-type: lower-alpha;
}
#content_wrapper ul ul {
	font-size: 1em;
	padding: 0px;
	margin-top: 0.4em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	list-style-type: square;
}

/*
*************************************************
************** HEADER STYLES ********************
*************************************************
*/
#header_wrapper #links {
	position:absolute;
	width:480px;
	left:246px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	top: 4px;
}
#header_wrapper #logo_click {
	position:absolute;
	width:226px;
	height:60px;
	left: 10px;
	top: 8px;
}
#header_wrapper #links a {
	text-decoration: none;
	color: #FFFFFF;
}
#header_wrapper #links a:hover {
	text-decoration: underline;
}
#header_wrapper #type_icons {
	position: absolute;
	left: 624px;
	top: 66px;
	width: 100px;
	text-align: right;
	font-size: 10px;
}

/*
*************************************************
************** BREADCRUMBS STYLES ***************
*************************************************
*/
#breadcrumbs a,
#breadcrumbs a:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #333333;
}
#breadcrumbs span.last {
	color: #000;
	font-weight:bold;
}

/*
*************************************************
************** TABLE STYLES *********************
*************************************************
*/
table {
	margin-bottom: 0.8em;
	margin-left: 0px;
	font-size: .8em;
}
th {
	color: #FFFFFF;
	background-color: #999;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
td {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
	margin: 0px;
}
td p, th p {
	margin: 0px;
	font-size: .9em;
}
#content_wrapper td ul, #content_wrapper th ul {
	font-size: 1em;
}

/*
*************************************************
************** CALLOUT STYLES *******************
*************************************************
*/
span.calloutRight{
	float:right;
	margin-left: 1.2em;
	text-align: right;
	display: inline;
}
span.calloutLeft{
	float:left;
	margin-right: 1.2em;
	text-align: left;
	display: inline;
}
span.calloutRight,
span.calloutLeft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	display: block;
	width: 50%;
	line-height: 1.1em;
	margin-top: 1.2em;
	margin-bottom: 0.8em;
	border-top-width: 6px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-right-width: 0px;
	border-left-width: 0px;
	color: #003366;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*
*************************************************
************** SIDEBAR STYLES *******************
*************************************************
*/
#sidebar h1,
#sidebar h2,
#sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	font-weight: bold;
}
#sidebar p {
	margin-left: 0px;
	font-size: .7em;
	text-align: left;
}
#sidebar #section_nav ul {
	margin:0px;
	padding:0;
	font-size: .7em;
	list-style:none;
}
#sidebar #section_nav ul li {
	display:inline;
	margin:0;
	padding:0;
	font-weight:bold;
}
#sidebar #section_nav ul li a{
	display:block;
}
#sidebar #section_nav ul li ul {
	font-size: 1em;
	list-style:disc;
	margin:0px;
	margin-left:16px;
}
#sidebar #section_nav ul li ul li {
	margin:0;
	padding:0;
	font-weight:normal;
}

/*
*************************************************
************** FOOTER STYLES ********************
*************************************************
*/
#footer{
	color:#FFFFFF;
	width:724px;
	margin-right:auto;
	margin-left:auto;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 32px;
	background-image: url(/_common/images/_04_page_bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 12px;
	line-height: 140%;
	background-color: #002185;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*
*************************************************
************** IMAGE STYLES *********************
*************************************************
*/
div.imageLeft, div.imageRight {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 0.7em;
}
div.imageLeft {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	display: inline;
}
div.imageRight {
	float: right;
	margin-right: 0px;
	margin-left: 14px;
	display: inline;
}
div.imageLeft p,
div.imageRight p {
	padding: 0px;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	line-height: 120%;
}


/*
**********************************************
*************  SITE MAP STYLES ***************
**********************************************
*/
#content_wrapper ul.sitemap {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
}
#content_wrapper ul.sitemap li  {
	margin:0px;
	padding:0px;
}
#content_wrapper ul.sitemap li li {
	margin-top:6px;
}
#content_wrapper ul.sitemap li li li{
	margin-top:0px;
}
#content_wrapper ul.sitemap li a {
	font-weight:bold;
	padding:4px;
	display:block;
	background-color:#CCCCCC;
}
#content_wrapper ul.sitemap li ul li a {
	padding:0px;
	display:inline;
	background-color: #FFFFFF;
}

/*
**********************************************
***************  FORM STYLES *****************
**********************************************
*/
form {
	margin: 0px;
	padding: 0px;
}
#userForm {
	width: 400px;
}
#userForm legend {
	font-size: 0.8em;
	margin-bottom: 10px;
}
#userForm input.inputText {
	width: 200px;
}
#userForm fieldset {
	margin: 0px;
	border: 1px solid #CCCCCC;
	padding-left:10px;
}
#userForm select.selectWide {
	width: 355px;
}
#userForm input.inputTextWide {
	width: 340px;
}
#userForm label.checkBox {
	margin-left: 25px;
}
#userForm p.checkBox {
	margin-left: 37px;
	text-indent: -23px;
}
#userForm #ContactST {
	width: 50px;
}
#userForm #Button {
	margin-left: 300px;
}
#userForm textarea {
	width: 355px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#interest_list {
	background-color: #E5E5E5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#interest_list p.checkBox {

	margin-left: 22px;
	text-indent: -23px;
}
div.twoColumn {
	display: inline;
	width: 47%;
	float: left;
	margin-bottom:0px;
}
div.threeColumn {
	display: inline;
	width: 32%;
	float: left;
	margin-bottom:0px;
}
p.testimonialSpkr {
	font-style: italic;
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
}
h2.testimonialQuote {
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	color:#800000;
}
.gray {
	color: #999999;
}
#menu_bar {
	position: absolute;
	height: 23px;
	width: 735px;
	top: 91px;
	font-size:11px;
	padding:0;
	/*text-transform:uppercase;*/
	border-right:1px solid #CCCCCC;
	background: #8B8B8B;
}
#menu_bar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu_bar li { /* all list items */
	float: left;
	position: relative;
	/*width: 147px;*/
	/* increased width to accomodate change from five to four items */
	width: 183px;
}
#menu_bar li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
}
#menu_bar a {
	display:block;
	/*width:146px;*/
	/* increased width to accomodate change from five to four items */
	width:182px;
	height: 19px;
	padding-top:4px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#888;
	border-left:1px solid #CCCCCC;
	background-image:url(/_common/images/_04_menu_bg.gif);
	background-repeat:repeat-x;
} 
#menu_bar a:hover {
	background-image:none;
	background-color:#810102;
}

#menu_bar li:hover ul, #menu_bar li.over ul { /* lists nested under hovered list items */
	display: block;
}
#menu_bar li:hover ul a, #menu_bar li.over ul a { /* lists nested under hovered list items */
	text-transform:none;
	border-right:none;
	background-image:none;
}

.side {
	color: http://informatix.brailer.info/about/history.asp;
	text-align: left;
	float: left;
	width: 180px;
	display: inline;
	margin-right: 0px;
	position: relative;
	margin-top:0px;
}


.side_ncsea {
	color: http://informatix.brailer.info/about/history.asp;
	text-align: left;
	float: left;
	width: 692px;
	display: inline;
	margin-right: 0px;
	position: relative;
	margin-top:0px;
}


/* HOME PAGE-SPECIFIC */
div.HomePageCopyWrapper {
	width:492px;
	float: right;
	display: inline;
	position: relative;
}
div.HomePageCopy {
	width:154px;
	margin-right:10px;
	float:left;
	display:inline;
}
div.BoxTextLeft {
	width:48%;
	padding-right:2%;
	float:left;
	display:inline;
}
div.BoxTextRight {
	width:48%;
	padding-left:2%;
	float:left;
	display:inline;
}
div.BoxText {
	clear:both;
	margin-top:15px;
}
div.Sidebar1 {
	background-color: #E2E2E2;
	display: inline;
	padding: 15px;
	float: right;
	width: 50%;
	margin-left: 20px;
}
.indent140 {
	margin-left:140px;
}

.emphasis_ncsea {
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	text-align: center;
}



.emphasis {
	font-size: 1em;
	font-weight: bold;
	color: #800000;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	text-align: center;
}





.emphasis2 {
	font-weight: bold;
	color: #800000;
}
.emphasis3 {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #800000;
	text-align: center;
	font-size: 1em;
}
#content_wrapper #member_logos {
	float: right;
	width: 250px;
	margin-left: 20px;
	text-align:center;
	display: inline;
}
#content_wrapper #member_logos img{
	margin-bottom:10px;
}
p.testimonial {
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
}
#careers_col1 {
	width:370px;
	display:inline;
	float:left;
	margin-right:20px;
}
#careers_col2 {
	width:275px;
	display:inline;
	float:left;
}
div.thickGray {
	background-color: #CCCCCC;
	height: 8px;
	clear: both;
}
div.grayBox {
	background-color: #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 5px;
	display:inline;
}

div.grayBoxNcsea {
        background-color: #CCCCCC;
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 5px;
	

}
div.grayBox.fourup {
	width:150px;
}
div.grayBox.twoup {
	width:314px;
}
div.grayBox.threeup {
	width:206px;
}
div.grayBox.h300 {
	height:300px;
}
div.grayBox.h275 {
	height:275px;
}
div.grayBox.h250 {
	height:250px;
}
div.grayBox.h225 {
	height:225px;
}
div.grayBox.h200 {
	height:200px;
}
div.grayBox.h175 {
	height:175px;
}
div.grayBox.h150 {
	height:150px;
}
div.grayBox.h100 {
	height:100px;
}
div.grayBox.h50 {
	height:50px;
}
div.grayBox.firstBox {
	clear:right;
}
div.grayBox.lastBox {
	margin-right: 0px;
}
div.grayBox3up {
	background-color: #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 200px;
	padding: 5px;
	display:inline;
}
#content_wrapper div.grayBox ul {
	margin-left:18px;
}
#content_wrapper div.grayBox ul li {
	margin:0;
}
.navy {
	color: #000062;
}
.clearer {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}
