/* CSS Document */

/* ----------------------basic layout information---------------------------- */
body{
	margin:0px 0px 0px 0px;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	background-image: url(images/slice.png);
}
#container{
	width:898px; 
	margin:0 auto; 
	text-align:left; 
	background-color:#fff;
}

table tr td{
	font-family:Verdana; 
	font-size:11px;
}


A:link {color:#423e95;  text-decoration:underline; }
A:visited {color:#000000;  text-decoration:underline; }
A:hover {color:#000000;  text-decoration:underline; }
A:active {color:#000000;  text-decoration:none; }

/* ----------------------titles---------------------------- */

h1{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#0b2886;
}


h1.inner2{
	font-size:14px;
	color:#0b2886;
	margin:0px;
	padding:0px;
	font-weight:bold;

}


/* ----------------------header navigation---------------------------- */


#stylefive{
	position:relative;
	display:block;
	height:47px;
	font-size:12px;
	font-weight:bold;
	color:#04362e;
	font-family:Verdana,sans-serif;
	background-image: url(images/nav_slice2.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}

#stylefive ul{margin:0px;padding:0;list-style-type:none;width:auto; }
#stylefive ul li{display:block;float:left;margin:0;  height:47px; border-left:1px solid #fff;}
#stylefive ul li.home{display:block;float:left;margin:0;  height:47px; border-left:0px solid #fff;}
#stylefive ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:7px 8px 0 8px;height:47px; }
#stylefive ul li a:hover, #stylefive ul li a.current:hover{color:#fff;background: url(images/nav_hover.gif) repeat-x; height:47px;}
#stylefive ul li a.current{color:#fff;background: url(images/order_slice.gif) repeat-x; height:47px; padding:7px 10px 0 18px}

/* ----------------------home header ---------------------------- */

.blacktop{
	width:898px;
	background-color:#d3caad;
	color:#000;
	padding-top:0px;
}


.blackleft{
	width:500px;
	float: left;
	padding-left:18px;
	line-height:16px;
	height: 430px;
	background-color:#d3caad;
	font-size:17px;
	line-height:20px;	
}

h1{
	font-size:20px;
	line-height:20px;

}

.blackright{
	width:380px;
	float: right;
	background-image: url(images/black_box.jpg);
	background-repeat: no-repeat;
	height:430px;
	background-color:#e6eef0;
}

.footrightb{

	width: 350px;
	margin-top:160px;
	text-align:left;
	font-weight:bold;
}

.footrighta{

	font-weight:bold;
	margin-top:10px;
	text-align:right;
	margin-right:20px;
}

.twitter{
	margin-top:50px;
	width: 350px;
	text-align:right;
}

.twittera{
	margin-top:80px;
	width: 220px;
	text-align:right;
}
/* ----------------------home white---------------------------- */

.whitewrapper{
	width:898px;
	background-color:#fff;
	padding-top:0px;
	font-size:11px;
	line-height:16px;
}

.whitewrapper1{
	width:898px;
	background-color:#fff;
	padding-top:13px;
	font-size:10px;
	background-image: url(images/inner_bg1.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

.whiteleft{

	float:left;
	width: 322px;
	border-left:solid #fff 10px;
}

.whiteright{
	float:right;
	width: 244px;
	background-image: url(images/insight_inner.gif);
	background-repeat:no-repeat;
	height:310px;

}

#clear{

	clear:both;
}



/* ----------------------inner white---------------------------- */


/* -------------------footer--------------------------- */



#footercontainer{
	width:902px;
	height: 90px;
	font-size:10px;
	text-align:left;
	margin: 0 auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;

}

.footleft{
	width:370px;
	float:left;
	padding-left:14px;

}




a.credit:link{

	font-size:10px;
	font-weight:normal;
	color: #9999CC;
	text-decoration:none;
	padding-left: 5px;
	
}

a.credit:hover{

	color: #666699;
	text-decoration:underline;

	
}






