/*
Site: 	es.com					File:sec-spicific.css
Author: 	Jim McIntosh  			Date:9/15/04
Notes: 	Front Page of es.com
*/
/*::. Page alignment and structure .::*/

#front_page #header-image{
	height: 173px;
	width: 773px;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	clear: both;
}
#front_page .cleaner {
	background: transparent;
	border: none;
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
#front_page .column-in {
	margin: 0;
	padding: 0.2em .5em;
}
.front_page p{
	margin: 0;
	padding: .5em .2em .5em 1.4em;
	line-height: 130%;
}
#front_page h4{
	border-bottom: 1px solid #000000;
}
#front_page h4 a:hover{
	text-decoration: none;
}

/*::. LEFT COLUMN .::*/

#front_page #lcol {
	background-color: transparent;
	border-left: none;
	border-right: none;
	float: left;
	font-size: .75em;
	width: 33%;
}

#front_page #lcol li{
	line-height: 125%;
	list-style-image: url(/images/bullet-bubble.gif);
	margin: 0 0 8px;
	padding: 0;
}
#front_page #lcol ul{
	margin: 0 5px 0 20px;
	padding: 0 0 0 15px;
}

/*::. LEFT-MIDDLE COLUMN .::*/

#front_page #lmcol {
	background-color: transparent;
	border-left: none;
	border-right: none;
	float: left;
	font-size: .75em;
	width:66%;
}

#front_page #quote {
	font-family: Arial;
	font-style:italic;
	margin: 15px;
}

#front_page #mcol {
	background-color: transparent;
	line-height: 150%;
	/*font-size: .75em;*/
	margin: 0 33%;
	border-right: none;
}
#front_page #mcol li{
	line-height: 130%;
	list-style-image: url(/images/bullet-bubble.gif);
	margin: 0 0 8px 10px;
	padding: 0;
}


#front_page #rcol {
	text-align: left;
	background-color: transparent;
	background-image: none;
	float: right;
	font-size: .75em;
	margin: 0;
	padding: 0;
	width: 33%;
}
#front_page #rcol li{
	list-style-image: none;
	line-height: 125%;
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}
#front_page #mcol ul{
	margin: 5px;
	padding: 0 0 0 15px;
}
#front_page #rcol ul{
	margin: 5px;
	padding: 0 0 0 10px;
}