/*****************************************************************
TEXT
*****************************************************************/


body, p, td, table, ul, li, ol, span, form { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt; 
color: #000; 
text-decoration: none; 
}

a {
 color: #823519;
 text-decoration: underline;
}

li {
	line-height: 160%;
}

/*****************************************************************
HEADLINES AND SUNBHEADS
*****************************************************************/

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 { 
font-size: 18pt; 
color: #000; 
margin-bottom: -10px;
}

h2 { 
font-size: 14pt; 
font-weight: bold; 
color: #000; 
}

h3 {
font-size: 13pt; 
font-weight: bold; 
color: #000; 
}	

h4 {
font-size: 12pt; 
font-weight: bold; 
color: #000; 
}	



/*****************************************************************
NO DISPLAY
*****************************************************************/

#globalnav, #topmenu, #topnav, #navbar, #search, #lnav, #kplogo, #banner, .share, #homesidebar
{
display: none;
}

#printbanner h1 {
	display: none;
}


/*****************************************************************
DISPLAY
*****************************************************************/


#gnav {
	background-color: #fff;
	width: 680px;
}

#printbanner {
	clear:both;
	background-color:#482f22;
	margin-bottom: 10px;
	}
		


/*** section banners and subsite banner headers ******/
h1.banner {
	font-size: 11pt;
	text-transform: uppercase;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}


#breadcrumb  {
	font-size: 10px;
	color: #666;
	margin: 10px 0;
}

#home, #homecontent {
	margin: 0;
	padding: 0;
}

#sidebar, #landingright {
	clear: both;
}

.sidefeature h2, #news .sidefeature h2 {
	font-size: 10pt;
}

.sidefeature h3, #news .sidefeature h3 {
	font-size: 9pt;
}


.sidefature p, .sidefeature ul {
	font-size: 9pt;
	
}

#news .sidefeature .more {
	font-size: 9pt;
	text-transform:uppercase;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.sliderfeature {
	float: left;
	clear: both;
}


#news {
	float: left;
	width: 160px;
}

#subs {
	float:right;
	width: 500px;
}
.subfeature {
	
	background-color: #fff;
}

.subfeature h4 {
	font-size: 11pt;
}

.subfeature p {
	font-size: 10pt;
}


/*****************************************************************
FOOTER
*****************************************************************/


 #footer p {
font-family:Arial, Helvetica, sans-serif; 
font-size:9pt;
}



/*****************************************************************
IMAGES
*****************************************************************/


img {
	border: 0;
}

img.left {
		float: left;
		margin: 0 10px 5px  0;
		padding: 0;
}


img.right {
		float: right;
		margin: 0 5px 0 10px;
		padding: 0;
}

img.absmiddle {
	vertical-align:middle;
}

img.photo {
	margin-top: 1px;
	margin-bottom: 3px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	}
	
img.video {
	border: 1px solid #000;
	padding-bottom: 15px;
	background-color: #000;
	background-image:url(../images/background_video.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}	






/*****************************************************************
QUOTE
*****************************************************************/

 .quote {
	width: 90%;
	margin: 10px;
	padding: 5px 10px;
	font-family: "Times New Roman", Times, serif;
	line-height: 200%;
	letter-spacing: 0.4px;
	border-top: 1px solid #cdcac3;
	border-bottom: 1px solid #cdcac3;
	color: #666;
	font-style: italic;
	font-size: 12pt;
	line-height: 150%;
	color: #823519;
}


/*****************************************************************
TABLE STYLES
*****************************************************************/

.tabledata {
	border-top: 1px solid  #ccc;
	border-left: 1px solid  #ccc;
	margin: 10px 0 20px 0;
	border-collapse: collapse;
	}

.tabledata th, .tabledata td{
	padding: 5px;
	font-size: 10pt;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	}

.tabledata th {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	background-color: #ccc;
			}

.tabledata th p, .tabledata td p {
	margin: 0;
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


.plaintable { 
	margin: 10px 0 10px 10px;
	}

.plaintable th, .plaintable td {
	font-size: 10pt;
	 padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	 }

.pagination {
	margin: 0;
	padding: 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}



