@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c31a2d;
	background-image: url(../images/effen-background.jpg);
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 165px;
	margin-top: 30px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtrHdr #footer {
	background:#ffffff;
	clear: both;
	height: 70px;
	width: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
.oneColLiqCtrHdr  #footer  a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FF0000;
	text-align: left;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FF0000;
	text-align: left;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FF0000;
	text-align: left;
	text-decoration: underline;
}
.oneColLiqCtrHdr #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FF0000;
	text-align: left;
	text-decoration: underline;
}
#home_nav {
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#main_content {
	float: left;
	width: 350px;
	height: auto;
	text-align: left;
}
.oneColLiqCtrHdr #container #header #main_nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
}
.oneColLiqCtrHdr #container #header #main_nav {
	text-align: left;
}
.oneColLiqCtrHdr #container #mainContent #main_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DA9E2E;
}
.oneColLiqCtrHdr #container #mainContent #main_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DA9E2E;
}
#main_brand_image {
	float: right;
	height: 400px;
	width: 340px;
	vertical-align: top;
}
.oneColLiqCtrHdr #container #mainContent #main_content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DA9E2E;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContent #main_content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #999999;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContent #main_content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DA9E2E;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container #mainContent #main_content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #DA9E2E;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DF1726;
}
#sub_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 205px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DF1726;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DF1726;
}

li {
	list-style-image: none;
	list-style-type: none;
}
ul {
	list-style-image: none;
}
#state_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 45px;
	width: 700px;
	float: left;
}
.oneColLiqCtrHdr #container #mainContent #state_nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContent #state_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContent #state_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container #mainContent #state_nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
#main_content02 {
	float: left;
	width: 400px;
	height: auto;
}
#epl_heading02 {
	height: 100px;
	width: 175px;
}

/* Extra styles */

.breadcrumb {
	color: #666666;
	font-size: 10px;
	
}

.bottom {
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.responsibility {
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}

a.responsibility:link, a.responsibility:visited {
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

a.responsibility:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #DF1726;
	text-decoration: none;
}


.sendfriend {
	color: #DF1726;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #DF1726;
	text-decoration: none;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #DF1726;
	text-decoration: underline;
}


a.menu:link, a.menu:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

a.menu:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF1726;
	text-decoration: none;
}

a.menu_red:link, a.menu_red:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF1726;
	text-decoration: none;
}
a.menu_red:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF1726;
	text-decoration: none;
}

.highlight {
	font-weight:bold;
	font-size:13px;
}


#whereto ul li {
	
	font-size: 12px;
	color: #666666;
	list-style-image: none;
	text-align:left;
	}

#whereto li {

	font-size: 12px;
	color: #666666;
	list-style-image: none;
	text-align:left;
	}

#whereto a {

	font-size: 12px;
	color: #666666;
	list-style-image: none;
	text-align:left;
	}
	
#whereto a:hover {

	font-size: 12px;
	color: #DF1726;
	list-style-image: none;
	text-align:left;
	}
#whereto a.sub_nav_red {

	font-size: 12px;
	color: #DF1726;
	list-style-image: none;
	text-align:left;
	}
	
#quote {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-size:11px;
	line-height: 14px;
}

#quote a {
	font-size:11px;
	text-decoration: underline;
}

#quote a:link {
	font-size:11px;
}

#quote a:visited {
	font-size:11px;
}

#quote a:hover {
	font-size:11px;
}

#quote a:active {
	font-size:11px;
}
#apDiv1 {
	width:350px;
	height:300px;
	overflow: scroll;
}


.newsletter{
color: #CCCCCC; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size:9px; }
 
.copyright{ font-size:9px; font-family:Arial; color:#999999; margin-right:10px;}
