﻿
/* Sitewide CSS
--------------------------------------------------------------------------------------------*/

* {margin: 0; padding: 0; outline:none;}

body { 
	background: #f5f5f5; 
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	}
	
p {margin-bottom: 15px;}


/* 																						TYPE
--------------------------------------------------------------------------------------------*/

a:link {color:#066AA6; text-decoration: none;}    /* unvisited link */
a:visited {color:#066AA6; text-decoration: none;} /* visited link */
a:hover {color:green; text-decoration: underline;}   /* mouse over link */
a:active {color:#066AA6; text-decoration: underline;}  /* selected link */

table {	
		font-size: 100%;	
		margin-bottom: 20px;
		}

td, tr { border: 0px}


h1 { 
	font-weight: normal; 
	font-size: 200%; 
	padding: 0 0 3px 0;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
h1old { 
	font-weight: normal; 
	font-size: 200%; 
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url('../_LIPA/images/misc/dottedlines.gif') bottom left repeat-x; 
	padding: 0 0 10px 0;
	}
	
h2 { 
	font-weight: normal; 
	font-size: 200%; 
	font-family: Arial, Helvetica, sans-serif; 
	padding: 0 0 5px 0;
	}


h3 { 	
	font-weight: normal; 
	font-size: 175%; 
	line-height: 18px; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	}
	
h4 {
	padding-bottom: 25px;
	}

img { border: none; } 


.note {
	font-size: 80%;
	text-transform: uppercase;
	}

.heading { 
	font-weight: normal; 
	font-size: 150%; 
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url('../_LIPA/images/misc/dottedlines.gif') bottom left repeat-x; 
	padding: 0 0 10px 0;
	}

.greenheading {
	font-size: 130%; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	padding: 0 0 10px 0;
	background: transparent url('../_LIPA/images/misc/dottedlines.gif') bottom left repeat-x; 
	color: green;
	}

.highlighted {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 130%; 
	color: green;
	padding: 5px 0 0 0;
	}
	
.date {
	font-family: Georgia, Times New Roman; 
	font-weight: normal; 
	font-size: 130%; 
	color: #808080;
	background: transparent url('../_LIPA/images/misc/dottedlines.gif') bottom left repeat-x; 
	padding: 0 0 7px 0;
	}
		
		
.custserv {
	width:708px;
	height: 160px;
	padding: 0 0 0 0px;
	font-weight: normal; 
	background: transparent url('../_LIPA/images/NEW/custserv-2.jpg') top left repeat-x; 
	}
		
			
/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;    font-weight: bold;
    cursor: default;
}

.largelink {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 130%; 
	padding: 0 0 10px 0;
	}

.pdft {
	font-size: 85%;
	color: #808080;
	}

.green {
	font-size: 85%;
	color: green;
	}
	

.promo {
	float: left;
	width: 207px;
	font-size: 90%
	}

.promo a {
	font-size: 150%;
	font-weight: bold;
	}

.promo img {
	margin: 0 5px 0 0 }

/* 																					Images
--------------------------------------------------------------------------------------------*/

.img {
	padding: 3px;
	border:1px solid #C0C0C0;
	}

.img_white {
	padding: 7px;
	border:1px solid #C0C0C0;
	background-color: #fff;
	}

.shadowbox{
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	padding: 10px;
	}


.shadowbox_title {
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	padding: 10px;
	}

.shadowbox_title a {
	font-size: 135%;
	font-weight: bold;
	}


	
.shadowboxrfp {
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	padding: 10px;
	margin-top: 13px;
	}
	
.login{
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
  	background: transparent url('../_LIPA/images/misc/manageacct.gif') repeat-x top left;
	padding: 45px 10px 10px 10px;
	}


.right_title {
	color: #fff;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 120%;
  	background: transparent url('../_LIPA/images/misc/right-title.gif') no-repeat top left;
	height:31px;
	padding: 6px 0 7px 7px;
	margin: 0px;
	}

.newwindow {
	background: url('../_LIPA/images/icons/new_window.gif') no-repeat top right; 
	padding-right: 15px;
	}	
	
.field {
	background: url('../_LIPA/images/misc/bg-field.gif') repeat-x top left; 
	padding-right: 15px;
	border:1px solid #C0C0C0;

	}	
	
.learnmore {
	background: url('../_LIPA/images/misc/tri_box2.gif') no-repeat center right; 
	padding-right: 13px;
	margin-left: 0px;
	}


.icon-photo {
	color: #066AA6;
	background: url('../_LIPA/images/icons/photo.gif') no-repeat center left; 
	padding-left: 20px;
	}

.icon-video {
	color: #066AA6;
	background: url('../_LIPA/images/icons/video.gif') no-repeat center left; 
	padding-left: 20px;
	}

.icon-photo a {
	font-weight: bold;
	text-decoration: underline;
	}

.subscribe {
	background: url('http://www.lipower.org/images/rss2.gif') no-repeat top left; 
	padding-left: 20px;
	}
	
.print {
	background: url('../_LIPA/images/icons/print.gif') no-repeat top left; 
	padding-left: 20px;
	}	

.account {
	background: url('../_LIPA/images/misc/manageacct.gif') no-repeat top left; 
	width: 215px;
	height: 29px;
	}	

.photo {
	background: url('../_LIPA/images/icons/photo.gif') no-repeat bottom left; 
	padding-left: 25px;
	margin-top: 10px;
	}


#logo {
	text-indent:-9999px;
	text-align:center; 
	background:url('../_LIPA/images/misc/lipa.gif') no-repeat;
	height:60px;
	width:125px;	
	position:absolute; 
	margin: 23px 0 0 10px;
	}	
	
	
#logo h1 a:link, #logo h1 a:visited {
	display:block;
	height:32px;
	width:125px;
	cursor:pointer;
	}
	
#govlink {
	text-indent:-9999px;
	text-align:center; 
	background:url('../_LIPA/images/misc/nys.gif') no-repeat;
	height:32px;
	width:772px;
	margin: 10px 0px 15px 100px;
	position:absolute; 
	}

#govlink a:link, #logo a:visited {
	display:block;
	height:32px;
	width:772px;
	cursor:pointer;
	}

    
#replacement-1 {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('../_LIPA/images/icons/search.gif') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
}

 


	
/* 																					LAYOUT
--------------------------------------------------------------------------------------------*/
	
#container {
	margin: 0 auto;
	min-width: 980px;
	position:relative;
	background:url('../_LIPA/images/misc/lipa-back2.gif') repeat-x 100% top;
   	}

#header {
	margin:0 auto 10px;
	width:980px;
	height:130px;
	}

#headernavigation {
	height: 100px;
	}
 

#center {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	}

#wrap {
	width: 980px;
	background: url("../_LIPA/images/misc/shadow_body_bg.gif") repeat-y 0 center;
	overflow: hidden;
	}

	
#content {
	padding: 23px 35px 0 25px;
	width: 954px;
	float: left;
	clear: both;
	display: inline;
	}
	
#content_myhouse {
	padding: 0px 0px 0 13px;
	width: 954px;
	float: left;
	clear: both;
	display: inline;
	}	
	

.left {
	float: left;
	width: 210px;
	}

.center{
	float: left;
	width: 210px;
	}

.right {
	float: left;
	width: 210px;
	}
















	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#contentnewhome {
	padding: 0px 0 0 0px;
	}	
	
#contenthome {
	padding: 0px 0 0 10px;
	}

#leftcontent {
	float: left;
	width: 170px;
	}
	
#centercontent {
	float: left;
	width: 490px;
	margin-right: 15px; 
	padding-left:20px; padding-right:10px; padding-top:0; padding-bottom:50px;
	}	
	
#fullcontent {
	float: left;
	width: 739px;
	margin-right: 15px; 
	padding-left:20px; padding-right:0; padding-top:0; padding-bottom:50px;
	}	
	
#fullcontent2 {
	float: left;
	width: 739px;
	margin-right: 15px; 
	padding-left:20px; padding-right:0; padding-top:0; padding-bottom:10px;
	}
	
	
	
#fullcontent ul  {
	padding: 0 0 20px 0;
	}
	
#fullcontent li  {
	padding: 0 0 5px 0;
	margin: 0 0 2px 20px;
	list-style-image: url('../_LIPA/images/misc/list_blue.gif') 
	}	
	
#centercontentad {
	float: left;
	width: 975px;
	height: 190px;
	margin: 0 15px 0 0; 
	padding: 0 10px 20px 12px;
	}	

#centercontent ul  {
	padding: 0 0 20px 0;
	}
	
#centercontent li  {
	padding: 0 0 5px 0;
	margin: 0 0 2px 20px;
	list-style-image: url('../_LIPA/images/misc/list_blue.gif') 
	}	
	
#rightcontent {
	float: left;
	width: 215px;
	}

#rightcontent ul {
	margin: 0 0 15px 25px;
	}

#rightcontent li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('../_LIPA/images/misc/tri_box2.gif');	
	}
	
#top {
	margin: 0 auto;
	width: 980px;
	background: url("../_LIPA/images/misc/shadow_top_bg.gif") no-repeat 0 0;
	height: 13px;
	}

#bottom {
	margin: 0 auto;
	width: 980px;
	background: #F5F5F5 url("../_LIPA/images/misc/shadow_bottom_bg.gif") no-repeat 0 top;
	height: 13px;
	}

dl {
	width: 450px;
	margin: 0 0 0 5px;
	float: left;
	}

dt {
	float: right;
	width: 350px;
	}
	
	
dt a {
	background: url('../_LIPA/images/misc/tri_box2.gif') no-repeat center right; 
	padding-right: 13px;
	}

dd {
	margin: 0 0 22px 100px;
	}

dd.image {
	float: left;
	margin: 0 0 15px 0px;
	}



/*                                                                            Main Pages 	
--------------------------------------------------------------------------------------------*/


#lipa_main {
	padding: 0 0 0 13px;
	width: 954px;
	float: left;
	clear: both;
	display: inline;
	}
	
h1 {
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#lipa_promo {
	float: left;
	width: 954px;
	}

	
#lipa_content_left {
	float: left;
	width: 255px;
	padding: 0px 10px 0 20px;
	margin-top: 140px;
	}
	
#lipa_content_left h1 {
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: green;
	}

#lipa_content_left ul {
	padding: 0 0 0 20px;
	}

#lipa_content_left li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('../_LIPA/images/misc/tri_box2.gif');	
	line-height: 150%;
	}
	
#lipa_content_left_top {
	float: left;
	width: 255px;
	padding: 0px 10px 0 20px;
	margin-top: 0px;
	}

#lipa_content_account h1 {
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	}
	
#lipa_content_account a {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
#lipa_content_account_b h1 {
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	}
	
#lipa_content_account_b a {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	}	

#lipa_content_center {
	float: left;
	width: 652px;
	margin: 260px 0 15px 10px;
	}
	
#lipa_content_center dl {
	width: 420px;
	margin: 0 0 0 5px;
	float: left;
	}

#lipa_content_center dt {
	float: right;
	width: 320px;
	}
	
#lipa_content_center dt a {
	background: url('../_LIPA/images/misc/tri_box2.gif') no-repeat center right; 
	padding-right: 13px;
	font-size: 115%;
	font-weight: bold;
	}

#lipa_content_center dd {
	margin: 0 0 22px 100px;
	}

#lipa_content_center dd.image {
	float: left;
	margin: 0 0 15px 0px;
	}
	
#lipa_content_center ul {
	margin: 0 0 15px 25px;
	}

#lipa_content_center li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('../_LIPA/images/misc/tri_box2.gif');
	line-height: 150%;
	}
	
#lipa_content_account_b h1 {
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	}
	
	
	
	
	
.maincontent {
	float: left;
	width: 422px;
	padding-right: 15px;
	border-right:1px solid #E0E0E0;
	}

.sidebar {
	float: left;
	width: 186px;
	padding-left: 15px;
	}


/* 																					MAIN PAGES
--------------------------------------------------------------------------------------------*/

#maincontent {
	float: left; 
	width: 700px;
	margin-right: 15px; 
	padding: 0 10px 50px 20px;
	}
	
#topad {
	float: left;
	width: 719px;
	height: 150px;
	padding: 0 0 10px 0;
	}

#curve3 {
  	float: left;
  	background: url('../_LIPA/images/misc/curve-sm.jpg') no-repeat top left;
	width: 225px;
	margin: 5px 0 15px 0;
	padding: 15px 0 0 15px;
	}

#curve3 h1{
	padding: 0 0 5px 0;
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#curve3 p {
	padding: 0 15px 0 0;
	}
	
#curve3 li  {
	padding: 0 0 5px 0;
	margin: 0 0 2px 20px;
	list-style-image: url('../_LIPA/images/misc/list_blue.gif') 
	}	


#curve3 .shadowbox {
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	padding: 10px;
	}





#curve1 {
  	float: left;
  	background: url('../_LIPA/images/misc/curve-lg.jpg') no-repeat top left;
	width: 480px;
	margin: 5px 0 15px 0;
	padding: 0 0 0 15px;
	}

#curve2 {
  	float: left;
  	background: url('../_LIPA/images/misc/curve-lg-2.jpg') no-repeat top left;
	width: 713px;
	margin: 5px 0 5px 0px;
	padding-left: 15px;
	}


#curve1 ul  {
	padding: 0 0 0 5px;
	}
	
#curve1 li  {
	padding: 0 0 5px 0;
	margin: 0 0 2px 20px;
	list-style-image: url('../_LIPA/images/misc/list_blue.gif');
	}	

#curve1 h1 {
	padding: 15px 0 5px 0;
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#curve2 h1 {
	padding: 15px 0 5px 0;
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#curve1 img{
	margin: 0 0 px 0;
	}


























.dl {
	width: 450px;
	margin: 0 0 0 5px;
	}

.dt {
	float: right;
	width: 350px;
	font-size: 125%;
	}
	
	
.dt a {
	background: url('../_LIPA/images/misc/tri_box2.gif') no-repeat center right; 
	padding-right: 13px;
	}

.dd {
	margin: 0 0 22px 100px;
	}

.dd.image {
	float: left;
	margin: 0 0 15px 0px;
	}





















#curve1_slider {
  	float: left;
  	background: url('../_LIPA/images/misc/curve-lg.jpg') no-repeat top left;
	width: 495px;
	margin: 5px 0 5px 0px;
	padding-left: 15px;
	}
	

#curve1_slider  ul  {
	padding: 0 0 0 5px;
	}
	
#curve1_slider  li  {
	padding: 0 0 5px 0;
	margin: 0 0 2px 20px;
	list-style-image: url('../_LIPA/images/misc/list_blue.gif') 
	}	

#curve1_slider h1 {
	padding: 15px 0 5px 0;
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	



#left_topic {
	float: left;
	margin: 20px 10px 0 20px;
	width: 185px;
	}

#right_topic {
	float: left;
	width: 220px;
	margin: 20px 0 0 20px;
	}


#right_topic_slider {
	float: left;
	border-left:1px solid #E0E0E0;
	width: 185px;
	margin: 10px 0 0 20px;
	padding: 0 0 0 15px;
	}













/* 																		Customer Navigation
--------------------------------------------------------------------------------------------*/

#customernavi {
	list-style-type:none; 
	font-family:arial,helvetica;
	font-weight: bold;
	height: 24px;
	float: left;
	}
	
#customernavi li {
	float: left;
	background: #369226;
	border-right:1px solid #033A5A;
	list-style: none;
	}
	
#customernavi a {
	display: block;
	float: left;
	text-decoration: none;
	color:#fff;
	padding: 5px 20px 5px 20px;
	}
	
#customernavi a:hover{
	background: #45B731;
	color: #fff;
	padding: 5px 20px 5px 20px;
	}
	
#customernavi a.selected {
	background: #E8E8E8;
	color: #000;
	padding: 5px 20px 5px 20px;
	border-bottom:1px solid #E8E8E8;
	}

	
/* 																			Link Navigation
--------------------------------------------------------------------------------------------*/

#search {
	float: right;
	color: #C0C0C0;	
	margin-right: 15px;
	}
	
.button {
	padding:1px; 
	color: #FFFFFF; 
	font-size: 8pt;
	border: 1px solid #FFFFFF;
	font-family:Arial; 
	font-weight:bold; background-c:#397BAA
	}

#linknavi {
	float: left;
	font-size: 95%;
	margin-left: 5px;
	}

#linknavi li{
	display:inline;	
	}

#linknavi li a, #linknavi li a:visited{
	float:left;
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border-right: 1px solid #5D9EC5;
	padding: 0 7px 0 7px;
	}

#linknavi li a:hover{
	text-decoration:none;
	color:#39AFE8;
	}
	
#linknavi li .last {border-right: none; }




	
/* 																Site Navigation - Breadcrumb
--------------------------------------------------------------------------------------------*/

#breadcrumb {
	width: 980px;
	height: 18px;
	}

.breadcrumbtrail {
	float: left;
	background: url('../_LIPA/images/icons/cookie_home.gif') no-repeat top left; 
	list-style-type:none; 
	padding-left: 15px;
	margin-left: 10px;
	}
	
.breadcrumbtrail li {
	float: left;
	list-style: none;
	padding: 0 5px 0 0;
	}
	
.breadcrumbtrail a {
	display: block;
	float: left;
	text-decoration: none;
	background: url('../_LIPA/images/misc/tri_box2.gif') no-repeat center right; 
	padding: 0 12px 0 0;
	}
	
.breadcrumbtrail a:hover{
	color:#a7a7a7;
	text-decoration:none;
	}


#stormnumber {
	float: right;
	margin:0;
	padding: 0 13px 0 0;
	font-size: 125%;
	color: #800000;
	width: 390px;
	text-align: right;
	}

#addthis {
	float: right;
	margin:0 0px 0 0;
	height: 20px;
	color: #0A74EA;
	}
	
.addthis li {
	float: left;
	display: inline;
	list-style: none;
	padding: 0 7px 0 0;
	}

.addthis a, #addthis a:visited{
	color:#0A74EA;
	text-decoration:none;
	}

.addthis a:hover{
	color:#a7a7a7;
	text-decoration:none;
	}	




.font-family .hover_effect { 
	width: 284px;
	padding: 10px 0 6px 10px;
	border: 3px solid #eee;	 -moz-border-radius: 5px;    -webkit-border-radius: 5px;}
	
.addthis_toolbox .hover_effect div{float: left;}

.addthis_toolbox .hover_effect a{
    border: 2px solid #fff;    padding: 2px 2px 2px 16px;    position: relative;    text-decoration: none;}
    
.addthis_toolbox .hover_effect a:hover{    border: 2px solid #105CB6;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    background: #B4D3F8;    color: #105CB6;    text-decoration: none;}

.addthis_toolbox .hover_effect span{    position: absolute;    width: 16px;    height: 16px;    top: 2px;    left: 1px;}























/*    															   Site Navigation - Left 
--------------------------------------------------------------------------------------------*/

.lefttitle, .hoverme, .off {
	cursor: pointer;
	margin: 7px 0 7px 0; 
	padding: 0 0 3px 9px;
	border-bottom:1px solid #E0E0E0;
	font-weight: bold;
	font-size: 1em;
	color: #066AA6;
	background: transparent url('../_LIPA/images/misc/arrow-down.gif') left top no-repeat;
	}

.lefttitle-r, .hoverme, .off {
	cursor: pointer;
	margin: 7px 0 7px 0; 
	padding: 0 0 3px 9px;
	border-bottom:1px solid #E0E0E0;
	font-weight: bold;
	font-size: 1em;
	color: #CC3300;
	background: transparent url('../_LIPA/images/misc/arrow-down.gif') left top no-repeat;
	}


.lefttitle a:link {color: #066AA6; text-decoration: none; }
.lefttitle a:visited {color: #066AA6; text-decoration: none; }
.lefttitle a:active {color: #066AA6; text-decoration: none; }
.lefttitle a:hover {color: #a7a7a7; text-decoration: none; }

.lefttitle-r	a:link {color: #CC3300; text-decoration: none; }
.lefttitle-r	a:visited {color: #CC3300; text-decoration: none; }
.lefttitle-r	a:active {color: #CC3300; text-decoration: none; }
.font-family a:hover {color: #a7a7a7; text-decoration: none; }



.hoverme:hover, .on {
	color: #39AFE8;
	cursor: pointer;
	margin: 7px 0 7px 0; 
	padding: 0 0 3px 9px;
	border-bottom:1px solid #E0E0E0;
	font-weight: bold;
	font-size: 97%;
	background: transparent url('../_LIPA/images/misc/arrow-down.gif') left top no-repeat;
	}

.submenu {
	line-height: 18px;
	font-size: 96%; padding-left:10px; padding-right:0px; padding-top:10px; padding-bottom:10px; background:#F5F5F5
}

.submenu a:link {color: green; text-decoration: none; }
.submenu a:visited {color: green; text-decoration: none; }
.submenu a:active {color: green; text-decoration: none; }
.submenu a:hover {color: green; text-decoration: underline; }



	
/* 																Site Navigation - Business
--------------------------------------------------------------------------------------------*/

#mybusiness {
	list-style-type:none; 
	font-family:Arial; color:#FFFFFF; text-transform:uppercase; font-size:90%;
	margin: 0 auto;	
	width: 62em;
	height:65px;
	position: relative; top: 21px;
	}
	
#mybusiness li {
	float: left;
	background: #066AA6;
	border-left:1px solid #fff;
	list-style: none;
	}
	
#mybusiness a {
	display: block;
	float: left;
	text-decoration: none;
	color:#FFFFFF;
	padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px	}

#mybusiness a.selected {
	color: #fff;
	padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px	}
	
#mybusiness a:hover {
	color: #fff;
	padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px	}
	


/* 																	Site Navigation - Home
--------------------------------------------------------------------------------------------*/


	
#midlevelwraps {
	margin: 0 13px 0 10px;
	padding: 0;
	width: 980px;
	}

#midlevelwraps h1{
	font-size: 165%;
	font-family: Arial, Helvetica, sans-serif;
	color: #1E7412;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom:1px solid #C0C0C0;
	}

#midlevelwraps li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 25px 10px 20px;	
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('../_LIPA/images/misc/tri_box2.gif');	
	}

#miniwrap1 {
	float: left;
	width: 225px;
	padding: 0 0 0 20px;
  	background: url('../_LIPA/images/misc/curve-sm.jpg') no-repeat top left;
  	margin: 0 0 0 15px;
	}

#miniwrap1 img {
	margin: 18px 0 15px 0;
	}


	
	
#miniwrap2 {
	float: left;
	width: 435px;
	padding: 0 5px 80px 5px;
	margin: 0 10px 15px 15px;
	}

#miniwrap2 a {
	font-size: 140%;
	font-weight: bold;
	}

#miniwrap3 {
	float: left;
	width: 215px;
	padding: 0;
	}

	
#loginpanel .title {
	font-size: 150%;
	font-weight: normal; 
	padding: 0;
	color: green;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	}	























#myhome {
	list-style-type:none; 
	font-family:Arial; color:#FFFFFF; text-transform:uppercase; font-size:90%;
	margin: 0 auto;	
	width: 55em;
	height:65px;
	position: relative; top: 21px;
	}
	
#myhome li {
	float: left;
	background: #066AA6;
	border-left:1px solid #fff;
	list-style: none;
	}
	
#myhome a    {
	display: block;
	float: left;
	text-decoration: none;
	color:#FFFFFF;
	padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px
	}
	
#myhome a:hover, a.selected {
	background: #5D9EC5;
	color: #fff;
	padding: 10px 15px 10px 15px;
	}
	
/*																Site Navigation - About LIPA
--------------------------------------------------------------------------------------------*/

#aboutlipa {
	list-style-type:none; 
	font-family:Arial; color:#FFFFFF; text-transform:uppercase; font-size:90%;
	margin: 0 auto;	
	width: 55em;
	height:65px;
	position: relative; top: 21px;
	}
	

#aboutlipa li {
	float: left;
	background: #066AA6;
	border-left:1px solid #fff;
	list-style: none;
	}
	
#aboutlipa a    {
	display: block;
	float: left;
	text-decoration: none;
	color:#FFFFFF;
	padding: 10px;
	}
	
#aboutlipa a:hover, a.selected {
	background: #5D9EC5;
	color: #fff;
	padding: 10px 10px 10px 10px;
	}
	
	
/* 																		Footer Navigation
--------------------------------------------------------------------------------------------*/

#footernavi {
	float: left;
	font-size: 95%;
	width: 980px;
	}

#footernavi li{
	display:inline;	
	}

#footernavi li a, #footernavi li a:visited{
	float:left;
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	border-right: 1px solid #5D9EC5;
	padding: 0 5px 0 5px;
	}

#footernavi li a:hover{
	text-decoration:underline;
	}
	
#footernavi li .last { border-right: none; }

		
		
/* 																					Footer
--------------------------------------------------------------------------------------------*/

#footer {
	height:175px;   /* Height of the footer */
	padding-left: 5px;	
	}

	
#footer .left {
	float: left;
	width: 650px;
	}

#footer .left p {
	margin-bottom: 3px;
	color: #808080;
	}

#footer .left a {
	font-weight: normal; 
	font-size: 90%; 
	line-height: 18px; 
	font-family: Arial, Georgia, Times New Roman; 
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	color: #808080;
	}

#footer .left a:hover{
	color: #808080;
	text-decoration:underline;
	}

#footer .right {
	float: left;
	width: 320px;
	padding: 0 0 0 0;
	}
	
#footer .right p {
	color: #808080;
	}
	
#footer .right .about {
	font-weight: normal; 
	font-size: 150%; 
	line-height: 18px; 
	font-family: Georgia, Times New Roman; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: green;
	}
