/* American Lighting 2007 Redesign Style Sheet */


/* Base Styles */
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


a:link {
	color: #5E88A1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #5E88A1;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



/* ---- Layout Styles -----*/

#BlueRuleRow {
	background-image: url(images/horiz_bluebar_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 55px;
}

#SubPgContent {
	background-color: #FFFFFF;
	padding: 20px 50px 10px;
}
#SubPgContent h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 20px;
}
#SubPgContent h4 {
	margin-top: 4px;
	margin-bottom: 4px;
}

#SubPgContent li {
	list-style-type: square;
}

#SubPgALURtCol{
	background-color: #CECBC6;
	padding: 30px 10px 204px;
	background-image: url(images/ALU_Logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#SubPgRtCol {
	background-color: #CECBC6;
	padding: 30px 10px 204px;
	background-image: url(images/rc_amlight_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#SubPgRtCol h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	margin-bottom: 10px;
}
#SubPgRtCol h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 3px;
}
#SubPgRtCol p {
	line-height: 1.3em;
	margin-top: 8px;
	margin-bottom: 12px;
}
#SubPgContent p.news {
	font-size: 12px;
}
#SubPgContent .news a {
	font-weight: bold;
	text-decoration: underline;
}
#SubPgContent .news a:hover {
	text-decoration: none;
}


#SubPgRtCol a {
	color: #000000;
	text-decoration: underline;
}
#SubPgRtCol a:hover {
	text-decoration: none;
}



#BlueRuleRowFooter {
	background-image: url(images/horiz_bluebar_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-left: 50px;
}
#footer {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#homepgCopy {
	background-color: #DDDAD5;
	background-image: url(images/hm_amlight_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 20px 15px 15px 20px;
	color: #333333;
}

#footer a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}


#BlueRuleRowFooter p {
	text-transform: uppercase;
	color: #FFFFFF;
}
#BlueRuleRowFooter a {
	text-decoration: underline;
	text-transform: uppercase;
	color: #FFFFFF;
}
#BlueRuleRowFooter a:hover {
	text-decoration: none;
}



#SubPgContent p.forms {

}
#SubPgContent .forms a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#SubPgContent .forms a:hover {
	text-decoration: none;
}

#SubPgContent .career a {
	text-decoration: underline;
}


#ProdShotTD {
	background-color: #CECBC6;
}
#ProdLinksTD {
	background-color: #CECBC6;
	padding: 5px 15px;
}

#ProdTitleTD {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	padding: 5px 10px 5px 15px;
	background-color: #CDCAC5;
}
#ProdDescTD {
	background-color: #CECBC6;
	padding: 10px 20px 20px 15px;
}
#ProdDescTD p {
	font-size: 14px;
	line-height: 1.5em;
}

#ProdBulletPtsTD {
	background-color: #CECBC6;
	padding: 10px 20px 20px 0px;
}
#ProdBulletPtsTD ul {
	list-style-type: square;
	font-size: 14px;
}

#ProdBulletPtsTD li {
	padding-left: 0px;
}

#ProdLocatorTD {
	background-color: #CECBC6;
	padding: 5px 15px 5px 30px;
	background-image: url(images/prod_amlight_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.underline {
	text-decoration: underline;
}
.bluetext {
	color: #006699;
}

/*subpage inline CSS List menu subnavigation styles*/

#SubPgContent #navlist {
	margin: 0; /*removes indet from IE and Opera */
	padding: 0; /*removes indent from Mozilla and NN7 */
	list-style: none;
	list-style-type: none; /*turns off display of bullet list */
}

#SubPgContent #navlist li {
	list-style: none;
	}

#SubPgContent #navlist a, #SubPgContent #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 10px;
	background-color: #CECBC6;
	color:#000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	}
	
#SubPgContent #navlist a:hover {
	color: #006699;
	background-color: #DDDDDD;
	}
#SubPgLftCol {
	padding: 0px 15px 20px 10px;
	background-color: #FFFFFF;
}
#CalculatorFormTH {
	font-size: 18px;
	background-image: url(images/EnergyCalculatorTableHdr_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 45px;
	color: #FFFFFF;
	vertical-align: middle;
}

#CalculatorFormTH2 {
	font-size: 18px;
	background-image: url(images/EnergyCalculatorTableHdr_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 45px;
	color: #FF9900;
	vertical-align: middle;
}

.orangeText {
	color: #FF6600;
}
#EFCC_LTDR1 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #57839C;
	border-left-color: #57839C;
}

#EFCC_LTDR2 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #57839C;
	border-left-color: #57839C;
}

#EFCC_LTDR3 {
	padding-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #57839C;
}

#EFCC_RTDR1 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #57839C;
	border-bottom-color: #57839C;
}
#EFCC_RTDR2 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #57839C;
	border-bottom-color: #57839C;
}

#EFCC_RTDR3 {
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #57839C;
}

#EFCC_BottomTD {
	padding-top: 5px;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #57839C;
	border-bottom-color: #57839C;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #57839C;
}
.EFFC {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
