/* hkm main css document */

html,body{
height:100%;
}

body {
margin: 0px;
padding: 0px;
background-image: url(../images/hkmbackdrop.png);
font-family: arial, helvetica, sans-serif;
font-size: .85em;
line-height: 1.5em;
color: #455560;
}

p {
margin: 0;
}

h1, h2, h3 {
font-family: helvetica, arial, sans-serif;
color: #455560;
}

h1 {
font-size: 28px;
color: #455560;
}

h2 {
font-size: 24px;
color: #455560;
}

h3 {
font-size: 18px;
color: #455560;
}

h4 {
font-size: 14px;
color: #455560;
}


/* ids */

html {
height:100%;
}

#maindiv {
position: absolute;
top: 140px;
left: 60px;
width: 720px;
/*z-index: 10;*/
/*height: 500px;*/
/*min-height:100%;*/
}

#topmenu {
position: absolute;
top: 35px;
left: 60px;
width: 720px;
border-bottom: 1px dashed #BF2E37;
padding-bottom: 20px;
}

#who {
position: absolute;
top: 13px;
left: 115px;
width: 600px;
height: 60px;
padding-left: 8px;
}

#who h3 {
margin-bottom: 2px;
color: #BF2E37;
}

table#menutable {
width: 400px;
padding: 0px;
}

#whotagline {
color: #BF2E37;
margin-bottom: 10px;
}

/*classes */

.subhead {
font-family: helvetica, arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #BF2E37;
}

#logo {
padding-right: 12px;
border-right: 1px solid #BF2E37;
}


td.menubuttonsleft {
font-family: arial, helvetica, sans-serif;
color: black;
padding: 0px 6px 0px 0px;
white-space: nowrap;
}

td.menubuttons {
font-family: arial, helvetica, sans-serif;
color: #455560;
border-left: 1px solid #BF2E37;
padding: 0px 6px 0px 6px;
white-space: nowrap;
}

a {
color: #BF2E37;
text-decoration: none;
outline: none;
}

p.para {
/*text-indent: 20px;*/
margin-bottom: 10px;
}

/*a:hover {
color: #455560;
}*/

a:visited {
color: #BF2E37;
}

#home, #services, #about, #news, #promo, #contact, #documents, #seminars {
text-decoration: none;
color: #455560;
}
#home:visited, #services:visited, #about:visited, #news:visited, #promo:visited, #contact:visited, #documents:visited, #seminars:visited {
color: #455560;
}

#home:hover, #services:hover, #about:hover, #news:hover, #promo:hover, #contact:hover, #documents:hover, #seminars:hover {
color: #BF2E37;
}

#headline {
margin: 2em 0 1em 0;
}

img {
border: 0px;
}

#redblock {
background-color: #BF2E37;
position: relative;
margin-top: 20px;
height: 50px;
width: 720px;
white-space: nowrap;
z-index: 0;
clear: both;
}

#tag {
width: 100%;
height: 100%;
}

#tagline {
position: relative;
color: white;
/*margin: 10px;*/
white-space: nowrap;
text-align: center;
}

#flashpop {
vertical-align: top;
padding-right: 4px;
float: left;
}

#flashlaunch {
position: absolute;
top: 0px;
left:425px;
width: 200px;
display: inline;
font-size: 10px;
font-style: italic;
line-height: 1em;
}

#flashrequired {
font-size: 10px;
}

#sidebar {
/*position: absolute;*/
/*left: 570px;*/
float: right;
clear: both;
margin-top: 2em;
margin-left: 12px;
margin-bottom: 12px;
/*height: 450px;*/
width: 150px;
/*border: 1px solid black;*/
}

#dcgblock {
position: relative;
top: 0px;
float: right;
margin-left: 14px;
}

a.bluelink {
color: #0067B2;
text-decoration: none;
outline: none;
}

a.bluelink:visited {
color: #0067B2;
text-decoration: none;
outline: none;
}

.errorStyle {
    border: 1px solid red;
    background-color: red;
}

#errorCell {
    color: red;
    font-weight: bold;
}
