@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	font-family: ‘Lucida Sans’, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
}
a{
	color:#333333;
	text-decoration:none;
	border-bottom:1px dotted #333;
}
a:hover{
	border-bottom:1px solid #333;
}
#banner{
	background:url(../../media/jpg/banner2.jpg) no-repeat;
	height:300px;
	width:900px;
}
#banner h3{
	color:white;
	width:280px;
	font-weight:lighter;
	font-size:11.5pt;
	position:relative;
	top:105px;
	left:12px;
}
#container{
	width:900px;
	margin:auto;
	padding-top:15px;

}
#top_bar{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:3px;
/*	height:15px;*/
	margin-bottom:5px;
	font-size:7pt;
	color:#999;
}
#top_bar p{
	float:left;
	padding:0px;
	margin:0px;
	margin-top:4px;
}
#top_bar form{
padding:0px;
margin:0px;
	float:right;
	position:relative;
	top:1px;
	clear:right;
	width:180px;
}
#top_bar input{
	font-size:9pt;
	border:1px solid #d8d8d8;
	color:#666;
	width:150px;
	float:left;

}
#top_bar .button{
	width:19px;
	height:19px;
	border:none;
	float:right;
	margin-left:4px;
	position:relative;
	top:-1px;
}
#top_banner{
	height:90px;
}
#top_banner img{
	position:relative;
	top:7px;
}
#nav{
	height:30px;
	background:#ededed;
}
/*#nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#nav li{
	display:inline;
	}
#nav ul a{
	display:block;
	float:left;
	padding:6px;
	border:none;
	font-size:11pt;
	padding-left:15px;
	padding-right:30px;
	color:#444;
	border:1px solid red;

	background:url(../../media/gif/nav_bg__left_trans.gif) right no-repeat;
	/*background:url(../../media/jpg/nav_right.jpg) right no-repeat;
}
#nav ul a:hover{
	background:url(../../media/jpg/nav_right_over.jpg) right no-repeat #666666;
	background:url(../../media/gif/nav_bg_trans.gif) right no-repeat #666;
	color:white;
}*/
.item a{
	/*display:block;*/
	float:left;
	padding:6px;
	border:none;
	font-size:10.5pt;
	font-weight:lighter;
	padding-left:15px;
	padding-right:30px;
	color:#444;
	background:url(../../media/gif/nav_bg__left_trans1.gif) right no-repeat;
}
.item a:hover{
	/*background:url(../../media/jpg/nav_right_over.jpg) right no-repeat #666666;*/
	background:url(../../media/gif/nav_bg_trans.gif) right no-repeat #666;
	color:white;
	border-bottom:none;
}
.item .active{
	background:url(../../media/gif/nav_bg_trans.gif) right no-repeat #666;
	color:white;
	z-index:60;
	position:relative;
}
#top_divide{
	height:8px;
	/*border-bottom:6px solid #960131;*/
	border-bottom:6px solid #940031;
	margin-bottom:8px;
}
#banner{
	height:300px;
}
.box{
	height:180px;
	background:#d8d8d8;
	width:299px;
	float:left;
	border-right:1px solid white;
	border-top:1px solid white;
}
.box h3{
	padding:0px;
	margin:0px;
	background:#333333;
	color:white;
	padding:4px;
	font-variant:small-caps;
	font-size:8pt;
}
.box h4{
	text-align:left;
	padding:0px;
	margin:0px;
	float:left;
	width:280px;
	font-size:8pt;
	padding:4px;
}
.news img{
	/*float:left;
	margin-right:8px;*/
}
.news p{
	float:left;
	font-size:8pt;
	padding-top:0px;
	margin-top:0px;
}
.more{
	position:relative;
	top:15px;
}
.news a, .strategy a{

	float:left;
	font-size:8pt;
	text-decoration:none;
	border:none;
	color:#333333;
	font-weight:bold;
}
.news a:hover,.strategy a:hover{
	text-decoration:underline;
}
.news .date{
	color:#777;
	padding-bottom:0px;
	margin-bottom:0px;
}
#footer{
		/*border-top:6px solid #960131;*/
		border-top:6px solid #940031;
		font-size:8pt;
		padding:8px;
		color:#666666;
}
.strategy{
	background:url(../../media/jpg/strategy_bg.jpg) bottom right no-repeat #d8d8d8;
	font-size:14pt;
	font-weight:lighter;
	color:#333;
}
.strategy h1{
	font-size:14pt;
	padding:0px;
	margin:0px;
	font-weight:lighter;
	width:60%;
	padding:4px;
	padding-top:12px;
	color:#444;
}
#sub_banner{
	height:150px;
	margin-bottom:3px;
}
#breadcrumb{
	height:20px;
	margin-bottom:3px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
#left_col{
	width:200px;
	min-height:400px;
	float:left;
	padding-top:10px;
}
#left_col ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#left_col h4{
	padding:0px;
	margin:0px;
	font-size:8pt;
	border-bottom:1px solid #000;
	padding-bottom:5px;
}
#right_col h3{
	font-size:11pt;
	color:#333;
}
#left_col a{
	display:block;
	font-size:8pt;
	text-decoration:none;
	border-bottom:none;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid black;
	color:black;
}
#left_col a:hover{
	text-decoration:underline;
}
#right_col{
	width:650px;
	background:black;
	min-height:400px;
	float:right;
	background:#f7f7f7;
	padding:20px;
	padding-top:0px;
}
#right_col form{
	font-size:9pt;
	margin-top:15px;
}
#right_col ul{
	font-size:9pt;
	list-style:square;
}
#right_col li{
	line-height:15pt;
}
#right_col h2{
	font-size:13pt;
	font-weight:lighter;
}
#right_col p{
	font-size:9pt;
	line-height:12pt;
}
#breadcrumb p{
padding:0px;
margin:0px;
margin-top:3px;
	float:left;
	font-size:7pt;
}
#breadcrumb ul{
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	font-size:7pt;
	margin-top:3px;
}
#breadcrumb li{
	display:inline;
	margin-right:8px;
}
#breadcrumb a{
	border-bottom:none;
	background:url(../../media/jpg/breadcrumb_bullet.jpg) no-repeat;
	padding-left:10px;
}
#breadcrumb a:hover{
	text-decoration:underline;
}
.about_us{
	background:url(../../media/jpg/about_banner.jpg) no-repeat;
}
.company_links{
	background:url(../../media/jpg/company_banner.jpg) no-repeat;
}
.contact_us{
	background:url(../../media/jpg/contact_us_banner.jpg) no-repeat;
}
.accessibility{
	background:url(../../media/jpg/accessibility_banner.jpg) no-repeat;
}
.disclaimer{
	background:url(../../media/jpg/disclaimer.jpg) no-repeat;
}
.sitemap{
	background:url(../../media/jpg/sitemap.jpg) no-repeat;
}
.search{
	background:url(../../media/jpg/search.jpg) no-repeat;
}
.hardware{
	background:url(../../media/jpg/hardware.jpg) no-repeat;
}
.lasalle{
	background:url(../../media/jpg/lasalle.jpg) no-repeat;
}
.location{
	background:url(../../media/jpg/location_banner.jpg) no-repeat;
}
.chart_box{
	background:#970131;
	color:white;
	padding:12px;
	font-size:11pt;
	margin-bottom:10px;
	margin-top:10px;
}
.sub_active{
	font-weight:bold;
}