/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:10px Verdana, Arial, Helvetica, sans-serif;
background-color: #fff;
color:#000;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:0;
margin:0 0 10px 0;
font-size:1.4em;
text-transform:uppercase;
color:#EA7F1E;
font-weight:bold;
line-height:1.3em;
}
 
h2 {
padding:0;
margin:0 0 5px 0;
font-size:1.3em;
color:#EA7F1E;
font-weight:bold;
line-height:1.3em;
}
 
h4 {
padding:0;
margin:0 0 5px 0;
font-size:1.2em;
color:#EA7F1E;
font-weight:bold;
line-height:1.2em;
}

h5 {
padding:0;
margin:0 0 5px 0;
font-size:1em;
color:#57564B;
font-weight:bold;
line-height:1.2em;
}
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 .9em 0;
line-height:1.4em;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
.small {
font-size:0.85em;
}

.large {
font-size:1.2em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a:link{
text-decoration:underline;
outline: none;
color:#00BEDF;
}
a:hover {
text-decoration:none;
outline: none;
color:#00BEDF;
}
a:visited{
text-decoration:underline;
outline: none;
color:#EA9150;
}
a:active{
text-decoration:none;
outline: none;
color:#C3BBA7;
}

/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 0 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; color:#6E152D }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:0px 0 0px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.nothandheld {display:none;}


#wrapper {
margin:0 auto; }

#header {
}

#logo {
top:0px;
margin-left:0px;
}

.mainlogo {
width:90px;
height:50px;
margin:5px;}

#twocolcontentheader {
height:24px;
background: #fff;
}

#twocolmaincontent {
overflow:auto;
background: #fff;
}

#twocolcontentfooter {
height:5px;
background: #fff;
}

#sidecolumn {
margin:0 0 0 0px;
display:inline;}

#maincolumn {

margin:0 0px 0 0;
display:inline;
}

#footer{
background: #fff;
color:#000;
font-size:.9em;
clear:both;
}

#footer span {
padding:5px 3px;}

#footer a {
color:#000}


/* Images */

.pageimages {
width:59px;
float:right;
margin:0 0 0 15px;
}

.pageimages img {
width:58px;
}

.pageimages a {
overflow:hidden;
display:inline;
float:left;
margin:3px 1px 3px 1px;
border:1px solid #B2AF9B;
width:58px;
}

.pageimages a:hover {
margin:2px 0px 2px 0px;
border:2px solid #EA7F1E
}

/* MAINNAV*/

#mainnav {
list-style: none;
}

#mainnav ul {
margin:0;
padding:0;
}

#mainnav li {
margin:0px;
list-style: none;
padding:0px;
margin:0;
}

#mainnav li a {
display:block;
text-decoration:none;
font-size:1em;
font-weight:bold;
color:#EA7F1E;
padding:1px 0px 0 1px;
}

#mainnav li:hover, #home li.home, 
#about-ef li.about-ef, 
#about-us li.about-us, 
#information li.information, 
#brokers li.brokers, 
#providers li.providers, 
#employers li.employers, 
#login li.login,
#contact li.contact {
font-weight:bold;
text-decoration:underline;
}

/* END MAINNAV */

/* SUBNAV */

#subnav {
list-style: none;
clear:both;
}

#subnav ul {
margin:0px;
padding:0;
}

#subnav li {
display:block;
list-style: none;
margin:0px;
}

#subnav .last {
border-right:0px;
}

#subnav li a {
display:block;
text-decoration:none;
font-size:.9em;
font-weight:bold;
color:#00BEDF;
padding:1px 1px;
}

#subnav li a:hover, #subnav li a.current {
font-weight:bold;
text-decoration:underline;
}

/* END SUB NAV */