body {
	margin:15px 0;
	padding: 0 300px 0 300px;
	font: 0.85em/1.5em Calibri,Arial,Helvetica,FreeSans,"Luxi-sans","Nimbus Sans L",sans-serif;
	text-align:center;
	height: 100%;
	background: #e0e0e0 url(../images/gray_background.jpg) repeat-x fixed left top;
	/*background: #eef5fd url(../images/background_main.jpg) top left repeat;*/
}		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 57%;
	max-width: 390px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -300px 0 -300px;
	min-width: 600px; /* Critical Safari fix! */
	position: relative;
}
/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
p{padding-top:0;margin-top:0;}
#wrapper { width: 100%; border: thin solid #91a3b7;}
body img{
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:8px 0 0 0;
}
h1 {
	font-size: 210%;
	color: #0053a0;
	/*color: #8a7600;*/
	line-height: 1.1em;
}
h2 {
	font-size: 150%;
	margin-bottom:15px;
	/*color: #0067ce;*/
	/*color: #2d6296;*/
	color: #8c7d0f;
}
h3 {
	font-size: 135%;
	color: #004686;
}
h4 {
	font-size: 125%;
	color: #005ab5;
}
h5{
	color: #cc0033;
	font-size: 115%;
}
h1 a:link{
	text-decoration:none;
	color: #0053a0;

}
h1 a:visisted{
	text-decoration:none;
	color: #0053a0;
}
h1 a:hover{
	color: #0053a0;
	text-decoration: underline;
}
h1 a:active{
	text-decoration: underline;
	color: #0053a0;
}
h2 a:link{
	text-decoration:none;
	color: #8c7d0f;
}
h2 a:visisted{
	text-decoration:none;
	color: #8c7d0f;
}
h2 a:hover{
	color: #8c7d0f;
	text-decoration: underline;
}
h2 a:active{
	text-decoration: underline;
	color: #8c7d0f;
}
h3 a:link{
	text-decoration:none;
	color: #004686;
}
h3 a:visisted{
	text-decoration:none;
	color: #004686;
}
h3 a:hover{
	color: #004686;
	text-decoration: underline;
}
h3 a:active{
	text-decoration: underline;
	color: #004686;
}
table{
	clear:both; 
	width: 95%;
	font-size: 85%;
	margin: 5px 0;
}
table, tr, th, td {
	border-collapse: collapse;
}
td{border: 1px solid #ccc;padding: 5px;}
table td ul li{
	font-size: 98%;
}
th{
	border: 1px solid #ccc;
	background: #74A3CF url(../images/primary_nav_back.gif) repeat-x left top;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}
th a:link{
	color: #fff;
}
th a:hover{
	text-decoration: none;
	color: #e7e7e7;
}
th a:visited{
	color: #ccc;
}
tr.selected td{
	/*background: #5badd7;*/
	background: #afafaf;
	color: #ffffff;
}
tr.ruled td a:hover,tr.ruled td a:link,tr.ruled td a:visited{
	color: #666;
}
tr.ruled td{
	/*background: #5badd7;*/
	background: #e5f2ff;
	color: #000;
}
.even{
	background: #ededed;
	margin: 0;
	padding: 8px;
}
hr{
	clear:both;
}

a:link{
	 color: #408cff; 
}
a:visited{
	color: #007A99;
}
a:hover{
	text-decoration: none;
	color: #007acc;
	background-color: transparent;
	border: 0;
}
a:active{
	color: #FF0000;	
}
.floatright{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
	clear: right;
}
.floatleft{
	float: left;
	margin: 5px 5px 5px 0;
}

blockquote{
	width: 90%;
	color:#0d2b88;
	border-left: 1px solid #d0d0d0;
	padding-left: 15px;
	margin: 0;
	font-style: italic;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#content{
	margin:0;
	padding:0;
	text-align:left;
	border: 3px solid #91a3b7;
	background-color: #fff;
}
#topstripe{
	background: url(../images/very_top.gif) repeat-x top;
	padding:10px 0 5px;
	position: relative;
	width: 100%;
	float: left;
	margin: 0;border-bottom:1px solid #91a3b7;
}
#topstripe ul{
	position: relative;
	float: left;
	white-space: nowrap;
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-size: 85%;
	margin: 0;
	padding: 0;
}
#topstripe ul li{
	float: left;
	width: auto;
	display: block;
	padding: 0 10px 0 10px;
	margin: 0;
	background: transparent;
}
#topstripe ul a:link, #topstripe ul li a:visited{
	text-decoration: none;
	color: #0d2b88;
}
#topstripe ul li a:hover{
	color: #fff;
}
#topstripe ul li a:active{
	color: #cc9933;
}
#search{
	position: relative;
	display: block;
	float:right;
	padding-top:26px;
	padding-right: 16px;

}
#submitsearch{
	font-size: 85%;
	color: #0d2B88;
}
#topstripe #search_terms{
	border: 0.75px solid #0d2b88;
	padding: 0.75px;
}
#topbox{
	padding-left: 2px;padding-right:2px;height:130px;display:block;
}
#topbox .floatleft img{
	float: left;
	margin: 0;
}	
#tagline{
	position: relative;
	float: left;
	font-size:1.25em;color:#996B00;border-left: 2px solid #996B00;margin-top:25px;padding-left:8px;
}
#companyname{font-size: 1.5em;color:#003399;margin-top:25px;display:block;float:left;text-align:left;margin-right:8px;}

ul#logos{
	position: relative;
	width: 350px;
	margin: 0;
	float: right;
	height: 109px;
	list-style-type: none;
	overflow: hidden;
	display: block;
	padding: 0;
	clear:right;
}
ul#logos li a {
	position: absolute;
	top: 0;
	width: 70px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 54px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:54px;
	background: transparent url(../images/logos_1.gif) no-repeat;
}
ul#logos li#sgi a{
	background-position: -288px -54px/*0px*/; width: 71px; left: 288px;
}
ul#logos li#sgi a:hover{
	background-position: -288px -54px; width: 71px; left: 288px;
}
ul#logos li#hp a{
	background-position: -216px -54px; width/*0px*/: 71px; left: 216px;
}
ul#logos li#hp a:hover{
	background-position: -216px -54px; width: 71px; left: 216px;
}
ul#logos li#gsi a{
	background-position: -144px -54px/*0px*/; width: 71px; left: 144px;
}
ul#logos li#gsi a:hover{
	background-position: -144px -54px; width: 71px; left: 144px;
}
ul#logos li#sun a{
	background-position: -72px -54px/*0px*/; width: 71px; left: 72px;
}
ul#logos li#sun a:hover{
	background-position: -72px -54px; width: 71px; left: 72px;
}
ul#logos li#ibm a{
	background-position: 0px -54px/*0px*/; width: 71px; left: 0;
}
ul#logos li#ibm a:hover{
	background-position: 0px -54px; width: 71px; left: 0;
}
li#bplist{
	float: left;
}
#content {
	clear: left;
	color: #ccc;
}
#middlebox{
	margin:0;
	padding:0;
	position: relative;
	clear: left;
	text-align: left;	
}
#container {
	width: 80%;
	float: left;
	margin:15px 0 0;
	padding:0;
	text-align: left;
}
#center{
	float: right;
	width: 78%;
}
#left{
	width: 20%;
	float: left;
	padding-bottom: 50px;
	font-size: 95%;
	font-weight: bold;
	overflow: hidden;
	background: url(../images/horizontals.gif) repeat top left;padding-bottom:15px;
	border-right:1px solid #004182;
	border-bottom:1px solid #004182;
}
#right{
	width:19%;
	margin:0;padding:0;
	float: right;
	font-size: 95%;
	
	line-height:1.1em;
}
#left ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:1.1em;
	border-top:1px solid #004182;
}
#left ul li{
	margin: 0;
	padding: 8px 7px 8px 8.5px;
}
#left ul li a{
	display: block;
	font-weight: normal;
	margin:0;
	text-decoration: none;
	text-align: left;
	color: #0d2b88;
	width: auto;
}
#left a{
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}
#leftandmiddle>#left a{
	width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}
#left ul li a:visited{
	color: #666;
	display: block;
}
#left ul li a:hover{
	display: block;
	color: #1d41b1;
	text-decoration:underline;
}
#left ul li a:active{
	color: #800000;
}
#left ul li.first, #left ul li.first a{
	color: #fff;
	background: #75A2CE url(../images/primary_nav_back.gif) repeat-x left top;
	text-align: center;
	display: block;
	padding: 7px 0;
	margin:0;
	border-bottom:1px solid #004182;
}
#left ul li.first a{
	border: none;
	font-weight: bold;
	border-bottom:none;
}
#left li.first a:hover{
	text-decoration: underline;
	color: #fff;
	text-align: center;
	display: block;
	border-bottom:none;
}
#center fieldset{
	font-weight:bold;
	border: 2px groove #0d2b88;
	/*padding: 3%;*/
	margin: 5px 0;
	margin-bottom: 15px;
	clear:both;
}
#center p, #center ul, #center ol, #center dl{
	clear: none;
}
#center legend{
	font-style: oblique;
	color: #0d2b88;
	font-weight: bold;
}
#center label{
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 0;
	font-weight: bold;
}
#center textarea{
	width: 95%;
	/*padding: 0.5em;*/
}
#center fieldset.checkbox{
	width: 15em;
	margin: 1em 0 2em 0;
}
#center fieldset.checkbox input{
	clear: both;
	float: left;
	width: auto;
}
#center fieldset.checkbox label{
	font-weight: normal;
}
#center fieldset.radio{
	width: 75%;
	margin: 1% 0 2% 0;
}
#center fieldset.radio label{
	width: 22%;
	float: left;
	text-align: left;
}
#center fieldset.radio input{
	float: left;
	width: auto;
	clear: both;	
}
dl{
	border: 1px solid #0d2b88;
	margin: 0 15px;
}
dt{
	background: url(../images/primary_nav_back.gif) repeat-x #0d2b88;
	color: #fff;
	padding: 3px;
	margin-bottom:5px;
	/*font-variant: small-caps;*/
}
dd{
	margin-left: 7px;
	margin-bottom: 1px;
}
.button{
	display: block;
	/*padding: 0.5em;*/
}
#right p{
	padding-right: 1em;
	padding-left: 1em;
}
#right ul{
	display:block;margin:0;padding:0;
	border-left: 1px solid #004182;	
	background: url(../images/horizontals.gif) repeat top left;padding-bottom:15px;
	border-bottom: 1px solid #004182;
}
#right li{
	list-style-type: none;
	padding: 8px 0 8px 5px;
}
#right li.first{
	font-size: 105%;
	font-weight: bold;
	background: url(../images/primary_nav_back.gif) repeat-x #75A2CE;
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;border-bottom:1px solid #004182;border-top:1px solid #004182;
}
#right li.first a:link, #right li.first a:visited{
	color: #fff;
}
#right ul li a:link{
	color: #1138AD;
	text-decoration: none;
}
#right ul li a:visited{
	color: #5F6987;
	text-decoration: none;
}
#right ul li a:hover{
	text-decoration: underline;
	color: #94A4D4;
}
#right ul li a:active{
	text-decoration: none;
	color: #6b9cc3;
}
/*#right img{
	margin:0 auto;
	position: relative;
	display:block;
}*/
.description{
	font-size: 75%;
}
#contact{
	text-align: center;
	margin:0 auto;padding-top:10px;
}
#navwrap{
	text-align: left;
	clear: left;
	background: url(../images/primary_nav_back.gif) repeat-x #75A2CE;
	margin: 0;
	height: 33px;
	padding: 0;
	position: relative;
	border-top: 1px solid #91a3b7;
	border-bottom: 1px solid #91a3b7;
	font-weight: bold;
	z-index:9;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: 100%;
	line-height: 33px;
	text-decoration: none;
	color: #fff;
	
}
#nav li {
	float: left;
	width: 12%;
	border-right: 1px solid #91a3b7;color:#fff;padding-left:4px;
}
#nav li.long{
	width: 15%;
}
#nav li ul {
	position: absolute;
	background: #5c8bb7 url(../images/primary_nav_drop.jpg) repeat-x left top;
	width: 12%;
	left: -999em;
	text-align: left;
	overflow: visible;
	z-index:9;font-size:89%;
}
#nav li ul a{ /* second-level lists */
	line-height: 25px;
	font-weight: bold;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -2.5em 0 0 12%;
	padding:0;
}
#nav li ul, #nav li ul li, #nav li ul a{
	width: 15em;border:none;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -2.5em 0 0 15em;
	padding:0;font-size:100%;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}
#nav li:hover, #nav li.sfhover {
	background: #0d2b88;
	color: #e1e1e1;
}
/* not for IE/Mac \*/
* html textarea {
    background-attachment: fixed;
}
/**/
#contact .button{
	float: right;
	padding: 2px;
}
#flashcontent{z-index:1;}
#right ul li img{/*display:block;float:left;position:relative;*/}
.caption{
	margin: 0 15px;padding:0;
	border: 2px solid #d7d7d7;
	font-style: oblique;color: #0d2b88;
}
.caption img{border-bottom:2px solid #d7d7d7;margin:0;}
.custombutton{border:none;padding:0;margin:0;background:transparent;}
#bottombox{
	position: relative;
	font-size: 85%;
	width: 100%;
	margin-top: 2%;
	padding-bottom: 8px;
	clear: both;
	text-align: center;
	border-top: thin solid #ccc;font-size: 85%;
}
#bottombox div{
	position: relative;float:left;padding:5px 25px;
}
#bottombox p{
	position: relative;color: #004182;float:right;
	width: 49%;
	display:block;
	line-height: 18px;
	padding-right:3px;
	text-align:right;
	margin-top:5px;
}
#bottombox a:link{
	color: #004182;
	text-decoration: none;
}
#bottombox a:visited{
	color: #88c9f6;
}
#bottombox a:hover{
	text-decoration: underline;
}
#bottombox a:active{
	color: #88c9f6;
}
#bottombox ul{
	background: url(../images/primary_nav_back.gif) repeat-x #75A2CE;
	width: 100%;
	position: relative;
	height:20px;
	white-space: nowrap;
	list-style-type: none;
	letter-spacing: .085em;
	margin: 0;
	padding: 0;
}
#bottombox ul li{
	width: auto;
	display: block;
	padding: 0 10px 0 10px;
	margin: 0;display:inline;
}
#bottombox ul a:link, #bottombox ul li a:visited{
	text-decoration: none;
	color: #fff;
}
#bottombox ul li a:hover{
	color: #e0e0e0;text-decoration:underline;
}
#bottombox ul li a:active{
	color: #cc9933;
}
.vcard{display: none;}