/* CSS - New Project */

/* reset */
	html, body {margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}

/* general */
	strong {font-weight: bold;}
	em {font-style: italic;}
	.left {float: left;margin-right: 1em;}
	.right {float: right;margin-left: 1em;}
	.center {text-align: center;}
	.clear {clear: both;}
	.hide {display: none;}
	.show {display: block;}
	body {font-size: 12px; background:#7ec6da url(images/background-repeat.jpg) repeat-x center top; font-family:Arial, Helvetica, sans-serif; padding-bottom:30px;}
	h1, h2, h3, h4, h5, p, ul { margin:0px;}
	a { text-decoration:underline; color:#000;}
	a:hover { text-decoration: none;}
	

/* basic */
	#wrapper, #mainContainer, #headerContainer, #bodyContainer, #footerContainer, #copyRight {clear: both; width:753px; margin:0px auto;}
	
/* header */
	#headerContainer { height:190px; background-color:#fff;}
	#headerLogo h1 {text-indent: -9999px;margin: 0;}
	#headerLogo a {display: block; width:300px; height:125px; background:url(images/LGPW-logo.jpg)}
	#headerNav li {list-style: none;}

/* body */
	#wrapper { background:url(images/mainContainer-bg.jpg) repeat-y center top;}
	#mainContainer { background:url(images/footer-bg.jpg) no-repeat center bottom; padding-bottom:30px;}
	.inside #mainContainer { background:url(images/footer-bg2.jpg) no-repeat center bottom; padding-bottom:30px;}
	#bodyContainer {}
	#bodyContent { float:right; width:550px; margin-top:-36px;}
	.inside #bodyContent { float:right; width:535px; margin-top:-36px; padding-right:15px;}
		#bodyContent h2 { color:#009b7b; font-size:24px;}
		#bodyContent p { width:315px; padding:8px 0px 20px; font-size:11px; line-height:18px;}
		.inside #bodyContent p { width: auto; padding:8px 0px 20px; font-size:11px; line-height:18px;}
		#bodyContent ul { list-style:none; margin:20px 0px; padding:0px;}
		#bodyContent ul li { display:inline;}
		#bodyContent ul li a { display: inline-block; width:131px; text-align:center; background:url(images/top-nav-bg.gif) no-repeat center top; line-height:19px; color:#fff; text-decoration:none; font-weight:bold;}
	#leftCol {float: left; width:181px; margin-left:7px;}
		#leftCol p.search { padding:3px 0px 0px 9px; margin:0; background: url(images/search-bg.gif) no-repeat center top; height:24px;}
		#leftCol input.searchText { width:120px; background:none; border:none;}
		#leftCol input.goButton { width:36px; background:none; border:none; cursor:pointer; text-indent:-9999px; margin-left:10px;}
		#leftCol #leftNav ul { list-style:none; margin:0px; padding:0px;}
		#leftCol #leftNav li { }
		#leftCol #leftNav a { display:block; padding:5px; border-bottom:solid 1px #fff; color:#008066; text-decoration:none; }
		#leftCol #leftNav a:hover { background:#009b7b; color:#fff;}
	

/* footer */
	#footerContainer { padding-top:95px;}
		#footerContainer ul { list-style:none; margin:0px 0px 0px 10px; padding:0px;}
		#footerContainer ul li { display:inline; margin:0px; padding:0px;}
		#footerContainer ul li a { display: inline-block; width:122px; text-align:center; line-height:22px; color:#fff; text-decoration:none; font-weight:bold; padding:0px; margin:0px;}
		#footerContainer .blue { background:url(images/blue-button.gif) no-repeat center top; }
		#footerContainer .pink { background:url(images/pink-button.gif) no-repeat center top; }
		#footerContainer .yellow { background:url(images/yellow-button.gif) no-repeat center top; }
		#footerContainer .purple { background:url(images/purple-button.gif) no-repeat center top; }
		#footerContainer .green { background:url(images/green-button.gif) no-repeat center top; }
		#footerContainer .orange { background:url(images/orange-button.gif) no-repeat center top; }
		
		#copyRight { font-size:10px; padding:6px 0; color:#224e5b }
		#copyRight a {color:#224e5b }
	

