/************* DEFAULTS FOR ELEMENTS *************/
html { font-family: verdana, arial, sans-serif;
font-size: 10pt;
line-height: 1.5em;
}
img { border: 0px; }
h1 { font-size: 14pt; font-weight: bold; margin-top: 0px; margin-bottom: 1em; line-height: 1.5em;}
h2 { font-size: 10pt; font-weight: bold; margin-top: 1.5em; margin-bottom: 1em; line-height: 1.5em; border-bottom: 2px dashed #666; }
h3 { font-size: 10pt; font-weight: bold; margin-top: 0px; margin-bottom: 1em; line-height: 1.5em;}
a       { color:#005598; }
a:hover { background:#005598; color: #eee;}
p       { margin-top: 0px; margin-bottom: 1em; padding: 0px; line-height: 1.5em;}
hr      { border-top: 2px dashed #666; }
li      { line-height: 1.5em;}
blockquote { font-style: italic; }
strong { font-weight: bold; }
/************* LAYOUT BLOCKS *************/
html {background: #000 url(HTMLBG.png) repeat top left; }
#TheBody  { width: 950px;
margin: 20px auto;
padding: 0;
border: 3px solid #777;
}
#Header { width: 950px;
height: 200px;
margin: 0px;
padding: 0px;
background: #000;
}
#Menu { position: relative;
width: 950px;
line-height: 30px;
margin: 0px;
padding: 0px;
background: #ccc url(MenuBG.png) repeat top left;
z-index: 999;
}
#DropShadow { width: 950px;
height: 4px;
margin: 0px;
padding: 0px;
position: relative;
font-size: 1px;
line-height: 1px;
}
#LeftBarDropShadow { width: 310px;
height: 4px;
margin: 0px;
padding: 0px;
background: #000 url(LeftBarDropShadow.png) no-repeat top left;
position: absolute;
left: 0px;
top: 0px;
}
#ContentDropShadow { width: 640px;
height: 4px;
margin: 0px;
padding: 0px;
background: #000 url(ContentDropShadow.png) repeat-x top left;
position: absolute;
left: 310px;
top: 0px;
}
#Main { width: 950px;
margin: 0px;
padding: 0px;
background: #fff url(LeftBarBG.png) repeat-y top left;
overflow: auto;
}
#LeftCol { width: 260px;
margin: 0px;
padding: 10px 20px;
float: left;
color: #fff;
}
#Content { position: relative;
width: 580px;
margin-top: 0px;
margin-left: 300px;
padding: 20px 30px;
}
#Footer { width: 950px;
height: 30px;
line-height: 30px;
font-size: 8pt;
text-align: center;
margin: 0px;
padding: 0px;
background: #ccc url(FooterBG.png) repeat-x top left;
clear: both;
}
/************* MENU ITEMS *************/
div.MenuMain { float: left;
padding: 0px;
margin: 0px;
height: 30px;}
div.MenuMainHover  { float: left;
padding: 0px;
margin: 0px;
height: 30px;
}
div.MenuMain a { display: block;
line-height: 30px;
font-size: 11pt;
font-weight: bold;
text-decoration: none;
color: #005598;
margin: 0px;
padding: 0px 15px;
}
div.MenuMain a:hover { color: #eee;}
div.MenuMainHover a  { display: block;
line-height: 30px;
font-size: 11pt;
font-weight: bold;
text-decoration: none;
background: #005598 url(MenuMainHoverBG.png) repeat-x top left;
color: #eee;
margin: 0px;
padding: 0px 15px;
}
div.MenuSub1 { position: absolute;
display: none;
width: 200px;
border: 3px solid #005598;
}
div.MenuMainHover div.MenuSub1 {display: block;}
div.MenuSub1 a { display: block;
width: 170px;
line-height: 1.5em;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
background: #eee url(MenuSub1BG.png) repeat-y top left;
color: #005598;
padding: 0.5em 15px;
height: auto;
margin: 0px;
}
div.MenuSub1 a:hover {
color: #eee;
background: #005598;
}
/************* LEFT MENU STUFF *************/
a#ContactBtn { display: block;
width: 200px;
height: 50px;
background: transparent url(ContactBtn.png) no-repeat top left;
margin: 10px auto 20px auto;
}
a#ContactBtn:hover { background: transparent url(ContactBtnHover.png) no-repeat top left; }
p#Address { font-weight: bold;
font-size: 11pt;
text-align: center;
margin-bottom: 20px;}
/************* FORMS *************/
div.EFLabelAndField {
width: 500px;
margin: 0px 0px 10px 0px;
padding: 0px;
overflow: auto;
}
.EFLabel {display: block;
float: left;
width: 225px;
margin: 0px 20px 0px 0px;
padding: 0px;
line-height: 1.5em;
}
.EFComboField,
.EFTextField { width: 225px;
font-size: 10pt;
font-family: Verdana;
}
.EFMemoField { width: 225px;
font-size: 10pt;
font-family: Verdana;
}
.EFRadioField { display: block;
margin-left: 245px;
width: 225px;
}
/************* MISC *************/
div.Clear { clear: both; }
