@import url(forms.css);
@import url(sIFR-screen.css);

* { font-size: 1.04em; color: inherit; }
body,html {
	font-size: 100%; 
	height: 100%;
	width: 100%;
}
body {
	background: #9be30e url(/images/kentucky/rtd_kentucky_mp_background.gif) repeat-x;
	color: #545452;
	font: 12px/1.1 Trebuchet MS, Verdana, sans-serif;
	margin: 0;
	padding: 0;	
}

/* =ELEMENTS *
*************************/
form { margin: 0; } 

h1 {
	font: bold 2.2em Arial Narrow,Arial,sans-serif;
	text-transform: uppercase;
}
h2, .h2 {
	color: #0d5ec8;
	font-size: 1.4em;
	margin: 13px 0 .2em;
	text-transform: uppercase;
}
#content h2 {
	font: bold 1.7em Arial Narrow,Arial,sans-serif;
	word-spacing: -1px;
	letter-spacing: -1px;
}
h2.first { margin-top: 0; }

h3 {
	font-weight: bold;
	color: #545452;
	font-size: 1.18em;
	margin: 1.2em 0 .2em;
}

p { margin: .2em 0 1em; }
#content p { line-height: 1.2; margin-bottom: 1.1em; }
.home #content p { margin-right: 1em; }

ul, ol {
	margin: .5em 0 1.2em;
	padding-left: 3em;
}
#content li { margin-bottom: .2em; }

blockquote {
	margin: 0 0 20px 0;
	padding: 10px;
	font-style: italic;
	background: #F5F8FC;
	border: 1px solid #A6BDE3;
}
blockquote div {
	font-style: normal;
	text-align: right;
	padding: 10px 0 0 0;
	margin: 0;
	color: #1545AE;
}

/* =GENERAL USE *
*******************************/
#footer .yellowhdr { font-weight: bold; color: #FFCF02; }
strong.blue { color: #0d5ec8; }
.required { color: #ff0000; }

/* =LINKS
*******************************/
#content a { font-weight: bold; }

a { font-size: 1em; }
a:link { color: #FF630A; }
a:visited { color: #3DAEFA; }
a:focus, a:hover, a:active {
 color: #1545AE;
 text-decoration: none;
}

#footer a { text-decoration: none; }

#footer a:link, #copy a:visited { color: #FFA90A; }
#footer a:focus, #copy a:hover, #copy a:active { color: #fff; }

#copy a, #copy a:visited { font-size: 1em; font-weight: bold; color: #bcd490; }

a img { border: none; }
a:active, a:focus { outline: 0 none; }

/* =PRINT */
@media print {
	
	.nav, #quicknav, #enewswrap, #rtd_home, #copy { display: none; }

	#masthead { border-bottom: 1px solid #000; padding-bottom: 8px; }
	#masthead h1 {  margin: 0; padding-left: 5px; }

	#footer { padding-top: 1em; border-top: 1px solid #000; clear: both; font-size: 10px; }
	#content { width: auto; margin: 25px 0; }
	
	/* =SIFR */
	.sIFR-flash {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}
	span.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		width: auto ! important;
		height: auto !important;
		letter-spacing: normal;
	}

}