/* START MAIN HOLDERS */
html
{
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.container_12
{
		/* background: url(/i/12_col.gif) center top repeat-y; */
		overflow: hidden;
}

#header
{
	height: 90px;
	overflow: hidden;
	margin-top: 20px;
}

#naver
{
	margin: 20px 10px;
	height: 40px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#righter
{
	padding-top: 5px;
	margin-bottom: 20px;
}
/* END MAIN HOLDERS */

/* START HOME PAGE ROTATOR */
#splash-holder
{
	background: #fff url(/wp-content/themes/efn_clean/i/ajax-loader.gif) no-repeat center center;
	width: 940px;
	height: 353px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#splash-holder img
{
	width: 940px;
	height: 353px;
	position: absolute;
	top: 0;
	left: 0;
}

#the-slides
{
	z-index: 0;
}

#the-blurb
{

	position: relative;
	float: right;
	padding: 92px 30px 35px 30px;
	width: 240px;
	color: #2B4865;
	line-height: 1.9;
	z-index: 1;
}
/* END HOME PAGE ROTATOR */

/* START LINKS */
a:link, a:visited
{
	color: #747474;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

a:hover, a:active
{
	color: #000;
	border-bottom: 1px solid #C72032;
	text-decoration: none;
}

h1 a
{
	background:url(/wp-content/themes/efn_clean/i/logo.gif) no-repeat;
	font-size: 0;
	text-indent: -99999px;
	display: block;
	height: 90px;
	width: 300px;
}

h1 a:link, h1 a:visited,
h1 a:hover, h1 a:active
{
	border: 0;
}

/* END LINKS */

/* START NAVIGATION */
#naver ul
{
	position: absolute;
	top: 0;
	right: 0;
}

#naver ul li
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#naver ul li a
{
     display:block;
	 height: 20px;
     padding: 10px 0 8px 0px;
     text-decoration:none;
	 margin-left: 38px;
}

#naver ul li a:link, #naver ul li a:visited
{
	     color: #858585;
		  border-bottom: 2px solid #ffffff;
}

#naver ul li a:hover, #naver ul li a:active
{
	     color: #000;
		  border-bottom: 2px solid #C72032;
}

#naver ul li a.active
{
	border-bottom: 2px solid #C72032;
}

#naver ul li a.first
{
	margin-left: 0;
}
/* END NAVIGATION */

/* START PARAGRAPHS AND HEADINGS */
#footer p
{
	color: #747474;
}

p#tagline
{
	padding-top: 51px;
	color: #747474;
	text-align: right;
}

p#addy-holder
{
	border-right: 1px solid #ccc;
	width: 219px;
}

h2
{
	color: #252525;
	font-weight: normal;
}

h3
{
	color: #848484;
	font-weight: normal;
}

h4
{
	color: #848484;
	font-weight: normal;
	font-size: 17px;
	color: #000;
}
/* END PARAGRAPHS AND HEADINGS */

/* START MISC STUFF */
a.image-link
{
	border-bottom: none;
}

.bold
{
	font-weight: bold;
}

.tight
{
	margin-bottom: 0;
}

.make-bright
{
	color: #e24a26;
}

.add-space
{
	margin-bottom: 15px;
}

.frame-narrow
{
	padding: 4px;
	background: #efefef;
	border: 1px solid #d4d4d4;
}

blockquote
{
	font-size: 17px;
	color: #7fa43f;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	margin: 20px 0;
}

.darken
{
	color: #000;
}

.lighten
{
	color: #747474;
}

.small-caps
{
	font-variant: small-caps;
}

.sep
{
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 0 10px 14px 10px;
	clear: both;
}

.sep-full
{
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 0 0 14px 0;
	clear: both;
}

#righter .sep
{
	margin: 0 0 14px 0;
}

div.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

div.wp-caption a:link, div.wp-caption a:visited,
div.wp-caption a:link img, div.wp-caption a:visited img,
{
	text-decoration: none;
}

div.wp-caption p
{
	font-size: 11px;
	line-height: 17px;
	margin: 0;
}

div.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}



div.alignright, img.alignright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

div.alignleft, img.alignleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
/* END MISC STUFF */

/* START LISTS */
ul.generic
{
	list-style: none;
}

ul.generic li
{
	margin-left: 20px;
	padding-left: 14px;
	background: url(/wp-content/themes/efn_clean/i/bg_li_generic.gif) 0 6px no-repeat;
	margin-bottom: 8px;
	
}

#righter ul.generic li
{
	margin-left: 0;
}

ul ul.generic
{
	margin-top: 10px;
}
/* END LISTS */