/*
------------------------------------------------------
Todd Hollenbach for Kentucky State Treasurer
Author:    Kenneth Mansfield
Version:   1.0
------------------------------------------------------ */

body { background-color: #b9dac9; background-image: url(../images/bkgrnd.gif); background-repeat: repeat-x; margin-top: 0px; }


h1 { color: white; font-size: 14pt; font-family: Arial, Geneva, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; background-color: #2c4387; padding: 4px; }

/* ALTERNATE H1
h1 { color: #2C4387; font-size: 14pt; font-family: Arial, Geneva, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; }
*/

h2 { color: #2C4387; font-size: 12pt; font-family: Arial, Geneva, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; }

h3 { color: #a41b23; font-size: 10pt; font-family: Arial, Geneva, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; }

p { }

td { }

a:link { color: #2c4387; text-decoration: none; }

a:visited { }

a:hover { text-decoration: underline; }

a:active { }


/* PAGE HEADER
------------------------------------------------------ */
#header { width: 800px; height: 125px; text-align: center }

#nav { width: 800px; height: 24px; padding-top: 6px; color: #ffffff; font-size: 10pt; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-weight: bold; background-color: #a41b23; }
#nav a  { color: #ffffff; font-size: 10pt; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-weight: bold; text-decoration: none; }
#nav a:hover  { text-decoration: underline; }


/* PAGE CONTENT
------------------------------------------------------ */
#content { color: #000000; font-size: 10pt; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; }
#mainleft { width: 600px; background: #fff; }
#left { padding: 20px; width: 600px; background: #fff; }
#right { padding: 10px; width: 200px; background: #c8a34b; color: #000; }

.answer { text-indent:-20px; margin-left:20px; padding-top:4px; padding-bottom:10px;}


/* RIGHT SIDEBAR
------------------------------------------------------ */
#right .email  { width: 176px; background: #fff; color: #a5893d; margin: 3px 0 0 0; border: 1px solid #a5893d; font-size: 11px; vertical-align: middle; }
#right .postal { width: 80px; background: #fff; color: #a5893d; margin: 3px 5px 0 0; border: 1px solid #a5893d; font-size: 11px; vertical-align: middle; }
#right .submit { width: 50px; background: #a5893d; margin: 3px 0 0 0; border: 1px solid #a5893d; font-size: 11px; font-family: Trebuchet, Arial, Verdana, Geneva, Helvetica; font-weight: bold; vertical-align: middle; }
#right .head { font-size: 14pt; font-weight: bold; }
#right .subhead { font-size: 9pt; font-weight: bold; }
#right ul { margin-top: -10px; }
#right li { margin-left: -20px; font-size: 8pt; }


/* PAGE FOOTER
------------------------------------------------------ */
#footer p { color: #006931; font-size: 10pt; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; }
#footer a:link { color: #006931; font-size: 10pt; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; text-decoration: none; }
#footer a:visited { color: #006931; font-size: 10pt; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
.hide { display: block; position: absolute; left: -300em; }
