@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(guyton.jpg);
	background-repeat: repeat;
	background-position: center top;
	
}
.wrapper {
	width: 100%;
}

#headerwrapper {
	background-color: #D32459; /*73003A*/
}
#contentwrapper {
	
}
.fill {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
}
#header {
	height: 84px;
}
#content {
	height: auto !important; /*accounts for old IE versions*/
	height: 966px;
	overflow: auto;
}
#kettlesyardlogo {
	width: 280px;
	height: 42px;
	background-image: url(ky_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9000px;
}
#printlogo {
	display: none;
}
#return {
	width: 230px;
	height: 42px;
	background-image: url(arrow.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #870044;
	color: #c1004a;
	text-decoration: none;
	font-weight: bold;
	padding-left: 50px;
	vertical-align: baseline;
	display: block;
	line-height: 1px;
}

#main {
	background-image: url(macFFBgHack90.png);
	background-repeat: repeat;
	width: 620px;
	min-height:870px!important;
	height: auto !important; /*accounts for old IE versions*/
	height:870px;
	padding-top: 26px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 20px;
	border: 1px solid #FFFFFF;
	overflow: auto;
	top: 20px;
	position: relative;
	left: 300px;
} 
* html #main {
	background-image: url(macFFBgHack90.gif) !important;
} 
#main .imgbox {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 30px;
	padding-left: 2px;
	float: right;
	background-color: #EEEEEE;
	margin-left: 20px;
	border: none;
} 
#main .imgbox p {
	font-size: .7em;
	color: #666666;
	padding-bottom: .5em;
} 
#main .imgbox img {
	padding-top: 10px;
}
#main .imgbox a {
	border: none;
} 
#main a {
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	border: 1px dotted #6699FF;	
}
#main a:link {
	color: #003366;
}
#main a:visited  {
	color: #003366;
}
#main a:hover {
	color: #333333;
	background-color: #FFFF66;
}
#main a:active {
	color: #444444;
	background-color: #FFFF66;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	line-height: 1.5em;
	padding-bottom: 1em;
}
h1 {
	font-weight: normal;
}

/* ---------------------------------------------------------------- */

#sidebar {
	background-image: url(macFFBgHack90.png);
background-color:#FFF;
	filter:alpha(opacity=87);
	-moz-opacity: 0.87;
	opacity: 0.87;
	background-repeat: repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-repeat: repeat;
	padding-top: 34px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #FFFFFF;
	top: 104px;
	position: absolute;
}
* html #sidebar {
	background-image: url(macFFBgHack90.gif) !important;
} 
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}	
li {
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.nolink {
	padding: 5px 5px 5px 10px;
	color: #CC0033;
}

#main .imgbox li {
	border-bottom-color: #FFFFFF;
}	
li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 5px 5px 5px 10px;
	color: #444444;
	text-decoration: none;
}
html>body li a {
	width: auto;
}

li  a:link {
	color: #444444;
}
li  a:visited {
	
	color: #444444;
}
li  a:hover {
	color: #444444;
	background-color: #FFFF66;
}
li  a:active {
	color: #444444;
	background-color: #FFFF66;
}


/* ---------------------------------------------------------------- */

