body {
	margin: 0;
	background:#476B80 url(/lib/ui/superheader.gif) center top repeat-x;	
	padding-top:22px;
	font-family: Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
	float:none;
	height:0;
	display:block;
}

img,a,input{
	outline:none;
}

img{
	border:none;
}


div.header{
	width: 100%;
	margin: 0 auto;
	color: white;
	height:206px;
	background:#003e6e url(/lib/ui/header-bg.jpg) center top no-repeat;
}

	.header .homelink-container{
		width: 760px;
		margin: 0 auto;	
		position:relative;
	}
	
		.header .homelink{
			position:absolute;
			top:0;
			left:0;
		}
		
		.header .homelink img{
			height:140px;
			width:430px;
		}

div.content-container {
	width: 100%;
	margin: 0;
	background-image: url(/lib/ui/bg.png);
}
	
	div.content {
		width: 720px;
		margin: 0 auto;
		padding: 0 25px 25px 25px;
		background: url(/lib/ui/page-bg.gif) repeat-y center top #fff;	
		min-height:400px;
		height:auto !important;
		*height:400px;		
	}
	
		.left-column{
			width:240px;
		}
		
		.right-column{
			width:470px;
		}
	
		.left-column,
		.right-column{
			float:left;
		}


ul.nav {
	width: 230px;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

	ul.nav a {
		color:#003d6d;
		text-transform:uppercase;
		font-size:15px;
		text-decoration:none;
		font-weight:bold;
		padding: 6px 10px;
		width:180px;
		height:15px;
		display:block;
	}
	
	ul.nav a:hover {
		background: url(/lib/ui/nav_link_hover_bg.jpg) repeat-y;
	}


div.footer-container {
	background: url(/lib/ui/footer-bg.png) no-repeat 50% top #476B80;
}


div.footer{
	padding: 30px 0 10px 0;
	width: 730px;
	margin: 0 auto;
	color: white;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
	
	.footer .copyright{
		float:left;
	}
	
	.footer a,
	.footer a:hover,
	.footer a:visited{
		float:right;
		color: #A5B7C1;
	}	

	.footer a,
	.footer a:visited{
		text-decoration:none;
	}
	
	.footer a:hover{
		text-decoration:underline;	
	}

div.sitebylgc {
	text-align:center;
	background-color: #476B80;
	margin: 0px;
	padding: 10px;
	font-size:13px;
}

	div.sitebylgc a.lgcText,
	div.sitebylgc a.lgcText:hover,
	div.sitebylgc a.lgcText:visited{
		color:#CCC;	
		position:relative;
		bottom:3px;
	}
	
	div.sitebylgc a.lgcText,
	div.sitebylgc a.lgcText:visited{
		text-decoration:none;
	}
	
	div.sitebylgc a.lgcText:hover{
		text-decoration:underline;
	}
	
	
	
	
	
	
	
	
	
	
/*home styles*/	

.home .welcomeText{
	padding-left:15px;
}

.home .leftCol,
.home .rightCol{
	float:left;
}

.home .leftCol{
	width:265px;
	border-right: 1px solid #ccc;
}

	.home .mini-content-section{
		position: relative;	
		width: 206px;
		height: 160px;
		display:block;
		padding: 50px 10px 0 35px !important;
		*padding: 60px 10px 0 35px;
		font-weight:bold;
		line-height:110%;
		font-size:15px;
	}
	
		.home .mini-content-section h4{
			display: none;
		}
		
		.home .grow{
			background:url(/lib/images/home/grow.jpg) 0 0 no-repeat;
		}
		
		.home .expertise{
			background:url(/lib/images/home/expertise.jpg) 0 0 no-repeat;
		}	

.home .rightCol{
	width:190px;
	padding-left:10px;
}
	
	.home .rightCol h4 {
		color:#003d6d;
		text-transform:uppercase;
		font-size:15px;
		text-decoration:none;
		font-weight:bold;
		padding: 6px 10px;
		height:15px;
		display:block;
		background: url(/lib/ui/nav_link_hover_bg.jpg) repeat-y;
	}
	
	.home .newsItem{
		background:url(/lib/images/home/news_item.gif) 0 0 no-repeat;
		padding-left: 27px;
		display:block;
		font-size:12px;
		min-height:23px;
		height:auto !important;
		*height:23px;
		margin: 0 0 8px 0;
	}






/* 070906 js */

h3 {
	font-size: 32px;
	color: #003E6D;
	}
h4 {
	color: #003E6D;
	}
.hr {
	width: 100%;
	height: 20px;
	background: url(/lib/images/hr.jpg) no-repeat top center white;
	border: 0;
	display:block;
	}
