/* CSS Document */

/*GENERAL*/

*{
	margin:0;
	padding:0;
}

body {
	background-color: #CCCCCC;
}

.container{
	width:830px;
	border:1px solid gray;
	background-image: url(../image-files/bg_main_withoutnav.jpg);
	margin: 0 auto;
	line-height: 1.4em;
	font-family: Arial;
	font-size: 13px;
}


/*HEADER*/

.header {
	width: 830px;
	background-image: url(../image-files/bg_main_withoutnav.jpg);
	padding-bottom: 10px;
}

.header-top {
	height: 55px;
	width: 830px;
}

.sitelogo {
	background-image: url(../image-files/efi-logo.jpg);
	height: 40px;
	width: 330px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.nav1 {
	float: right;
	height: 18px;
	width: 350px;
	margin-top: 35px;
	margin-right: 5px;
	display: inline;
}

.banner {
	background-image: url(../image-files/efi-head.jpg);
	width: 830px;
	height: 94px;
}

.nav2 {
	height: 30px;
	width: 830px;
	text-align: center;
	clear: both;
}

.breadcrumbs {
	padding-left: 30px;
	clear: both;
	background-image: url(../image-files/bg_main_withoutnav.jpg);
	padding-bottom: 10px;
}

.breadcrumbs p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.breadcrumbs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(70,122,167);
	text-decoration: none;
	margin-right: 5px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	background-position: left;
	background-repeat: no-repeat;
}

.breadcrumbs a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}



/* MAIN CONTENT */

.content{
	padding-left: 30px;
	width: 770px;
	float: left;
	padding-top: 5px;
	padding-right: 30px;
}

.column3-unit-left {
	float:left;
	width:300px;
	margin: 50px 0px 50px 90px;
}

.column3-unit-middle {
	float:left; 
	width:159px; 
	margin-bottom:10px !important /*Non-IE6*/; 
	margin-bottom:5px /*IE6*/; 
	margin-left:60px;
}

.column3-unit-right {
	float:right;
	width:300px;
	margin: 50px 20px 0px 0px;
}

.content p {
	font-family: Arial;
	color: #333333;
	margin: 0.0em 0 1.0em 0.4em;
}

.content h1 {
	font-family:Arial;
	color:#333333;
	font-weight:bold;
	font-size:25px;
	padding: 0 0 8px 0;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.content h2 {
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding: 4px 0 10px 0px;
}

.content h3 a{
	font-family:Arial;
	color:rgb(70,122,167);
	font-weight:normal;
	font-size:18px;
	padding: 0 0 15px 0;
}

.content h3 a:hover {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.content h3 a:visited {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #663366;
	letter-spacing: normal;
}

.content h4 {
	font-family: Arial;
	font-size: 13px;
	margin: 0.0em 0 0.5em 0.1em;
	color: #666666;
}

.content ul {
	list-style:none; 
	margin:0.0em 0 1.0em 0.0em;
}

.content ul li {
	background:url('../image-files/bg_bullet_full_1.gif') no-repeat 0 0.4em;
	line-height:1.4em;
	margin-left:2px;
	margin-right:0;
	margin-top:0;
	margin-bottom:0.2em;
	padding-left:10px;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	font-family: Arial;
	color: #333333;
}

.content a {
	color:rgb(70,122,167); 
	font-weight:normal; 
	text-decoration:underline;
}

.content a:hover {
	color:#333333; 
	text-decoration:underline;
}

.content a:visited {
	color:#663366;
}

.content img {
	float:left;
	margin-right: 5px;
	margin-top: 5px;
}

.content img .border {
	float:left; 
	margin:3px 10px 1px 0; 
	padding:1px; 
	border:1px solid rgb(150,150,150);
}

.content a img {
	padding:1px; 
	border:1px solid rgb(150,150,150);
	margin:5px 8px 1px 0;
}

.content a img.noborder {
	padding:1px; 
	border:none;
	margin:5px 10px 1px 0;
}

.content a img.right {
	border:none;
	padding:1px; 
    margin:5px 0 0 5px;
}


img.center {
	float: none;
	margin: 5px 0 5px 0;
}

.content img.right{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}

.content img.rightnoborder{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border: 0;
	margin-top: 0px;
}



/*FOOTER*/

.content .copy {
	height: auto;
	width: auto;
	float: left;
	padding-top: 40px;
	padding-left: 267px;
}

.footer{
	color:#F5EFDF;
	background-color: #582D02;
	width: 830px;
	text-align: center;
	padding: 6px 0 5px 0;
	clear: both;
	line-height: 1.2;
}

.footer p {
	text-align:center;
	color:rgb(255,255,255);
	font-weight:bold;
	font-family: Arial;
	margin-bottom: 2px;
}

.footer p.credits {
	font-weight:normal;
	font-family: Arial;
	font-size: 11px;
}

.footer a {
	text-decoration:underline; 
	color:#B3C8DD;
}

.footer a:hover {
	text-decoration:underline; 
	color:#FFFFFF;
}


/*SPECIALS*/


.adblock-topleft {
float:left; 
width:260px; 
margin-bottom:20px!important /*Non-IE6*/; 
margin-bottom:5px /*IE6*/;
}
.content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #996633;
	margin: 1px 0 5px 20px;
}
.content .details {
	font-size: 12px;
	margin-top: -10px;
}
.content .red {
	color: #993333;
}

.content img.rightborder {
	border: solid #999999 1px;
	float: right;
	margin: 5px 0px 5px 10px;
}


.content .underline {
	text-decoration: underline;
}

/*TABLE*/

.content table {
	clear:both;
	width:770px;
	margin:1.0em 0 0.2em 0;
	table-layout: auto;
	border-collapse:collapse;
	empty-cells:show;
	background-color:rgb(233,232,244);
	text-align: center;
}

.content table th.top {
	height:3em;
	empty-cells:show;
	background-color:rgb(175,175,175);
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:15px;
	padding: 7px 2px 5px 2px;
	text-align: center;
}

.content table th {
	height:2em;
	background-color:rgb(225,225,225);
	color:rgb(80,80,80);
	font-weight:bold;
	border: solid 2px rgb(255,255,255);
	text-align: center;
	padding: 2px 5px 2px 5px;
}

.content table td {
	height:3em;
	padding:7px 2px 5px 2px;
	background-color:rgb(245,245,245);
	text-align:center;
	border: solid 2px rgb(255,255,255);
	color: #333333;
}

p.caption {
clear:both; 
margin:0.5em 0 2.0em 20px; 
text-align:left; 
color:rgb(80,80,80); 
font-size:110%;
}
.arrow {
	font-size: 25px;
	padding-bottom: 10px;
}
