body {
	margin: 0;
	padding-left: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #3c3c3c;
	
	background-repeat: repeat-y;
	background-position: 40px 100px;	
}

/*Template*/
#outerShell {
	/*margin: 0 auto 0 auto;*/
	width: 970px;	
	_width: 980px;
}

#innerShell {
	padding-top: 10px;
}

/*Header*/
#header {
	background: #ffffff;
	height: 133px;
	margin: -20px 0 -10px 0;
	padding-left: 34px;	
}
#header ul {
	width: 900px;
}
#header ul li {
	display: inline;
}
#header h1 a {
	
	position: relative;
	top: 14px;
	*top: 24px;
	
	margin: 0;
	padding: 0;
	width: 127px;
	height: 110px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: #ffffff url('/lookup/images/lookup_logo.jpg') no-repeat;
}
/*Top Nav*/
.topNav {
	float: left;
	position: absolute;
	top: 0;
	margin: 0 auto 0 155px;
	padding-left: 3px;
}
.topNav ul {
	padding: 0;
	margin: 0;
}
.topNav li a {
	float: left;
	display: block;
	text-indent: -9999px;
	margin-right: 20px;
}
/*About*/
#eb681eb1b_32_34_button {
	background: url(/lookup/images/TopNav/About.gif) no-repeat;
	width: 70px;
	height: 95px;
}
#eb681eb1b_32_34_button:hover,
#eb681eb1b_32_34_button.ekflexmenu_button_selected {
	background-image: url(/lookup/images/TopNav/AboutSelect.gif);
}
/*How to Save*/
#eb681eb1b_32_36_button {
	background: url(/lookup/images/TopNav/HowToSave.gif) no-repeat;
	width: 122px;
	height: 96px;
}
#eb681eb1b_32_36_button:hover,
#eb681eb1b_32_36_button.ekflexmenu_button_selected {
	background-image: url(/lookup/images/TopNav/HowToSaveSelect.gif);
}
/*Ed's Message*/
#eb681eb1b_32_38_button {
	background: url(/lookup/images/TopNav/EdsMessage.gif) no-repeat;
	width: 127px;
	height: 96px;
}
#eb681eb1b_32_38_button:hover,
#eb681eb1b_32_38_button.ekflexmenu_button_selected {
	background-image: url(/lookup/images/TopNav/EdsMessageSelect.gif);
}
/*News & Blog*/
#eb681eb1b_32_44_button {
	background: url(/lookup/images/TopNav/NewsBlog.gif) no-repeat;
	width: 123px;
	height: 97px;
}
#eb681eb1b_32_44_button:hover,
#eb681eb1b_32_44_button.ekflexmenu_button_selected {
	background-image: url(/lookup/images/TopNav/NewsBlogSelect.jpg);
}
/*Blade Gallery*/
#eb681eb1b_32_46_button {
	background: url(/lookup/images/TopNav/BladeGallery.gif) no-repeat;
	width: 132px;
	height: 97px;
}
#eb681eb1b_32_46_button:hover,
#eb681eb1b_32_46_button.ekflexmenu_button_selected {
	background-image: url(/lookup/images/TopNav/BladeGallerySelect.gif);
}
/*Savings Calculator*/
#eb681eb1b_32_94_button {
	background: url(/lookup/images/TopNav/SavingsCalculator.gif) no-repeat;
	width: 161px;
	height: 97px;
}
#eb681eb1b_32_94_button:hover,
#eb681eb1b_32_94_button.ekflexmenu_button_selected {
	background-image: url(/lookup/images/TopNav/SavingsCalculatorSelect.gif);
}


/*Flex Menu Cleanup*/

.ekflexmenu_submenu_items_hidden,
#ekflexmenu_submenu_items_hidden {
	display: none;
}

.topNav a[href='#NoScroll'] { /*seperate b/c of IE*/
	display: none;
}

/*Left Nav*/

#leftNavTopper {
	height: 70px;	
	background-repeat: no-repeat;
}
#leftNav {
	width: 178px;
	float: left;
	padding-right: 25px;
	
	background-repeat: no-repeat;
	background-position: 20px 65px;	
}

/*ektron fix...*/
#leftNav * {
	padding-left: 0;
	margin-left: 0;
}
#leftNav ul {
	list-style: none;
	padding-left: 12px;
	width: 106px;
	position: relative;
}
#leftNav ul li a {
	display: block;
	padding: 5px 0 5px 18px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;	
	text-transform: uppercase;
	font-weight: bold;	
}
#leftNav ul li a:hover,
#leftNav ul li a.ekflexmenu_link_selected {
	background: url(/lookup/images/SideNav/SelectionArrow.gif) no-repeat left center;
}

/*Content Area*/
#content {
	float: left;
	width: 756px;
	padding-top: 10px;
	*padding-top: 20px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	/*clear: both;*/
}
#content h1,
#content h1 a,
#content h3.entryTitle a { /*for single blog post pages*/
	font-size: 28px;
	margin-bottom: 20px;
	text-decoration: none;
}
#content .entry h1 {
	margin-bottom: 0;
}
#content h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 12px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 8px;
}
#content p {
	margin: 0 0 25px 0;
	padding: 0;
}
#content li {
	padding: 0 0 1px 0;	
}
#content ul.doubleSpaced li {
	padding: 0 0 24px 0;
}
#content img {
	padding-right: 20px;
}
#content #bannerSWF {
	position: relative;
	left: -5px;
	margin-bottom: 28px;
}
#content img.rightAligned {
	padding-right: 0px;
	padding-left: 20px;
}
#content blockquote {
	padding: 32px 52px;
	margin: 0;
}
#content td {
	vertical-align: top;
}
#content a:hover {
	text-decoration: underline;
}
#content .smaller {
	font-size: 88%; 
	color: #888888;
}

/*Footer*/
#footer {
	text-align: left;
	
	font-size: 10px;
	padding: 20px 0 0 0;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	clear: both;
}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	margin: 0 5px 0 0;		
}
#footer ul li a {	
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#footer ul li,
#footer ul li a {
	color: #9d9d9d;
}
#footer ul li a:hover {
	color: #777777;
}
/*sitemap*/
#sitemap ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	padding-bottom: 20px;
}
#sitemap ul h2 {
	font-size: 14px;
}
#sitemap ul ul li {
	padding: 1px 0 1px 10px;
}
