html {
	height:101%;
	background-color: #ABB5B7;
}


body {
		margin:0px;
		text-align:left;
		background-color: #ABB5B7;
		font-size: 100%;
		background-attachment: scroll;/* fixes MAC - border shows about 15px*/
												/* of backgroundimage below last div*/
												/* if window is larger than content also*/
												/*place background-color in html above*/
												/*-fix by http://www.zeldman.com/press/discuss_css.html*/
	}
h1, h2, h3, h4 {
	font: bold 100%/100% "Lucida Grande", "Trebuchet MS", Verdana, Arial,sans-serif;
}
h1 {
	font-size:1.0em;
	margin:0;
	color:#0F4174;
	padding: 0px 0px 1px 0px;
}
	
h2 {
	font-size:1.0em;
	margin:0;
	padding:5px 0px 5px 0px;
	color: #0F4174; 
}

h3 {
	font-size:0.85em;
	margin:0;
	padding:3px 0px 3px 0px;
	color: #0F4174;
}

h4 {
	font-size: .8em;
	margin:0;
	padding:7px 0px 5px 0px;
	color: #000000; 
}

p, ol, ul, table, dl {
	font:normal .7em/140%  "Lucida Grande", "Trebuchet MS", Verdana, Arial,sans-serif;
	margin:0;
	padding:0 0 10px 0;
}
a:link {
  color:#5C768D;
  text-decoration: none;
  }
  
a:visited {
  color:#5C768D;
  text-decoration: none;
  }
  
a:hover {
  color:#3454A3;
  text-decoration: underline;
  }

dl {
	margin:0;
	padding:0 0 5px 10px;
}

dd {	
	margin:0 0 5px 0px;
	padding:0;
}
dt {
	font-weight:bold;
}
ol{
	padding: 0px 0px 0px 25px;
}
ol li {
	margin:0px;
	padding:0px 0px 4px 0px;
}

ul {
	margin:0px;
	padding: 0px 0px 0px 15px;
}
ul li {
	margin:0px;
	padding: 0px 0px 0px 0px;
	line-height: 120%;
}
th {
	font-weight:bold;
}

td {
	padding: 3px 0px;
}

img {
	border: 0;
	padding:0;
	margin:0;
}

em .bigger {
	font-size: 1.3em;
}

#wrapperFront {
	background: url(/images/main_bg.jpg) no-repeat 0 0;
	}	
#wrapperInside {
	background: url(/images/main_bg_inside.jpg) no-repeat 0 0;
	}
	#wrapperPadding{
		width: 750px;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}

#logolink {
	float: left;
	height: 75px;
	width: 250px;
	margin: 0px;
	cursor: pointer;
	background:transparent;
	z-index: 1;
	position:relative;
}
	
	#topHeader h1 {
		display: none;
	}
	
/* Navigation */
#homeNav {    /* the top nav  */	
	margin: 0px 0px 0px 3px;
	padding: 5px 0px 0px 0px;
	line-height:normal;
	float: right;
	}
		#homeNav ul {
			margin:0px;
			padding:0px;
			display:inline;
			list-style:none;
			}
		#homeNav li {
			float:left;
			margin:0px;
			padding:0px 5px 0px 0px;
			color: #0F4074;
			line-height: 1.1em; /*.9em;*/
			/*height: 10px; 1.2em;*/
			}
		#homeNav li a {
			color:#0F4074;
			font-weight: bold;
			text-decoration:none;
			padding:0px 5px 0px 5px;
			margin:0px;
			}
		#homeNav li a:hover {
			color:#69859E;
			text-decoration:none;
			}
#mainNav {
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
	line-height:normal;
	float: right;
	}
		#mainNav ul {
			margin:0px;
			padding:0px;
			display:inline;
			list-style:none;
			}
		#mainNav li {
			float:left;
			margin:0px;
			padding-left: 0px;
			color: #0F4074;
			font-size: 1.0em;
			line-height: 1.1em; /*.9em;*/
			/*height: 10px; 1.2em;*/
			}
		#mainNav li a {
			color:#0F4074;
			text-decoration:none;
			font-weight: bold;
			padding:0px 10px 0px 12px;
			margin:0px;
			background: url(/images/arrow_off.gif) no-repeat 0 0.3em;
			}
		#mainNav li a:hover {
			color:#69859E;
			text-decoration:none;
			background: url(/images/arrow_on.gif) no-repeat 0 0.35em;
			}
			
#homeContent {
	padding: 32px 0px 0px 0px;
	}
#backContent {
	width: 719px;
	padding-top: 33px;
	}
	#backContent .paddingBG {
		background: url(/images/back_stripe_bg.jpg) repeat-y 0 0;
		/*min-height: 420px;*/
		border-bottom: 1px solid #FFFFFF;
	}
	#backContent .padding {
		/*border-bottom: 1px solid white;*/
		background: url(/images/back_top.gif) no-repeat 0 0;
	}
#navBox {
	min-height: 267px;
	}
	/* Hack for IE instead of min-height */
	html #navBox {
		height: 239px;
	}
	#navBox ul {
		list-style: none;
		padding: 10px 0px 0px 5px;
	}
	#navBox ul li {
		padding-bottom: 8px;
	}
	#navBox ul li a {
		font-size: 1.0em;
		padding: 0px 0px 2px 23px;
		font-weight: bold;
		color:#3454A3;
	}
	#navBox ul li a:hover {
		background: url(/images/arrow.gif) no-repeat 0px 0px;
		text-decoration: none;
	}
	#navBox ul li ul {
		padding: 3px 5px;
	}
	#navBox ul li ul li {
		font-size: 1.2em;
		padding-bottom: 7px;
	}
	#navBox ul li ul li a:hover {
		background: none;
		text-decoration: underline;
	}

#homeCell1 {
	width: 533px;
	float: left;
	}
	#corporateInfoBox {
		width: 533px;
		height: 141px;
		background: url(/images/corporate_info.gif) no-repeat 0 0;
	}
	#techProdBox {
		width: 533px;
		height: 145px;
		background: url(/images/technology_products.gif) no-repeat 0 0;
	}
	#investorInfoBox {
		width: 533px;
		height: 178px;
		background: url(/images/investor_info.gif) no-repeat 0 0;
	}
	#corporateInfoBox p, #techProdBox p, #investorInfoBox p {
		padding-bottom: 0px;
	}
	#homeCell1 .text {
		padding: 9px 3px 0px 226px;
	}
	#homeCell1 .text p, #homeCell1 .text ul li {
		font-weight: bold;
	}
	#homeCell1 .titleLink {
		width: 295px;
		height: 30px;
		margin: 0px;
		cursor: pointer;
		background:transparent;
		z-index: 1;
		position:relative;
	}

#homeCell2 {
	width: 188px;
	float: left;
	}
	#homeCell2 .hc2padding {
		padding: 45px 5px 0px 13px;
	}
	
#backCell1 {
	width: 538px;
	float: left;
	}
	#backCell1 .bc1padding {
		padding: 10px 30px 0px 20px;
	}
	#backCell1 ul li ul {
		font-size: 100%;
	}
#backCell2 {
	width: 179px;
	float: left;
	}
	#backCell2 .bc2padding {
		padding: 37px 0px 0px 4px;
	}

#footer {
	width: 750px;
	margin:0px;
	}
	#footerPadding {
		padding: 50px 0px 10px 25px;
	}
	#footer a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer p {
		color: #FFFFFF;
		font-weight: bold;
	}

 p.desc {
 	line-height: 130%;
 }
 
.placeHolder {
  	background: url(/images/arrow.gif) no-repeat 0 0em;
}

/* for Skip navigation at bottom of page*/	
.hide {   
	height: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

p.date {
	margin: 0px;
	padding: 0px;
	color: #707070;
}