@import url("header.css");
@import url("promo.css");
@import url("quicksearch.css");
@import url("featured.css");
@import url("quicklinks.css");

body {
/*	background-image: url(http://www.lightingnh.com/images/bg.jpg);
	background-repeat: repeat-x;*/
/*	background-color: #e6f3fc; */
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}

* {
margin: 0;
padding: 0;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#wholePage {
	width: 800px; 
	margin: 0px auto 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	/* opera does not like 'margin:20px auto' */
	/* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../images/body-repeat.gif);
	background-position: center;
	background-repeat:repeat-y;
}


#footer {
	background-image: url(../images/foot-empty.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 800px;
}

#maincontent { 
	margin: 0px;
	width: 645px;
	float: right;
	display: block;
} 

#maincontentBody {
	padding: 2px 10px 5px 2px;
	text-align: left;
	line-height: 130%;
}

.letter {
	/*font-size: 16px;*/
}

#leftmenu { 
	margin: 0px;
	padding: 0px;
	width: 155px;
	float: left;
	display: block;
}

#menuTop {
	background-image: url(../images/menu-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 6px;
	width: 155px;
	margin: 0px;
	padding: 0px;
}

/* Start list menu styles. This defines the menu on the left side of the page. */
#list-menu {
	padding: 0px;
	margin: 0px;
}

#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
}

#list-menu li {
	background-image: url(../images/btn.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 155px;
	height: 24px;	
	margin: 0px;
	padding: 0px 0px 0px 0px;	/* the 3 is necessary to view the full button image */
	font-size:12px;
	font-weight: bold;
	color: #0000A0;
	text-align: left;
} 

#list-menu a {
	display: block;
	padding: 2px 2px 2px 21px;
	text-decoration: none; /*lets remove the link underlines*/
	font-size:12px;
	font-weight: bold;
	color: #0000A0;
	filter:blendTrans(duration=0.5);
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {

}

#list-menu a:hover {

}

#list-menu a:hover {
	background: url(../images/hover-arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.buttonLink {
	padding: 0px;
	padding-top: 3px;
	display: block;
	float: left;
}

.buttonImage {
	padding: 2px 5px 0px 0px;
	margin: 0px;
	display: block;
	float: right;
}

.button70px {
	background-image:url(../images/btn-blue-70-wide.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 25px;
	width: 70px;
	border: 0px;
	text-align: center;
	margin-top: 5px;
	line-height: 25px;
	vertical-align: middle;
}

.button70px a {
	text-decoration: none;
	color:#FFFFFF;
}

.button100px {
	background-image:url(../images/btn-blue-100-wide.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 25px;
	width: 100px;
	border: 0px;
	text-align: center;
	margin-top: 5px;
	line-height: 25px;
	vertical-align: middle;	
}

.button100px a {
	text-decoration: none;
	color:#FFFFFF;
}

.firstButtonLetter {
	font-size: 16px;
}

.buttonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
