/* 	Title:		Indian Hills Print Styles
	Copyright: 	2009 All rights reserved
	Version: 	1.3 March 11, 2009
=================================== */
/* @group ELEMENTS	
=================================== */
html {
	background: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background: none;
}
/* @end */
/* @group CONTAINERS
===================================== */
#container {
	background: none;
}
#branding, #skiplink,
#image-banner, #flash-banner {
	display: none;
}
#siteinfo {
	color: #000;
	background: none;
	background-color: #fff;	
}
#siteinfo ul, #siteinfo li {
	display: none;
}
p.copy {
	color: #000;
	background-color: #fff;
}
/* @end */
/* @group MAIN NAVIGATION
===================================== */
#nav-main {
	display: none;
}
/* @end */
/* @group SECONDARY NAVIGATION
===================================== */
#nav-secondary {
	display: none;
}
#nav-sub {
	display: none;
}
/* @end */
/* @group SEARCH
===================================== */
#search {
	display: none;
}
/* @end */
/* @group COLUMNS
===================================== */
#col-1, #col-2, 
#col-wrapper, #col-lt, #col-main, #col-rt {
	width: 100%;
	float: none;
}
#col-2, #col-lt { /* hides any sidebar navigation */
	display: none;
}
/* @end */
/* @group INLINE COLUMNS
===================================== */
#inline-columns .inline-col-1, 
#inline-columns .inline-col-2, 
#inline-columns .inline-col-3,
#inline-columns.alt .inline-col-1, 
#inline-columns.alt .inline-col-2 {
	float: none;
	width: 100%;
}
/* @end */
/* @group PAGINATION
===================================== */
.pagination {
	display: none;
}
/* @end */
/* @group MORE/TOP LINKS
===================================== */
.more-link {
	display: none;
}
.back-to-top {
	display: none;
}
/* @end */
/* @group IMAGES/GOOGLE MAP
===================================== */
.img-rt, img-lt {
	display: none;
}
.img-rt-brdr, .img-lt-brdr {
	display: none;
}
/* @end */
/* @group FORM STYLING
===================================== */
form {
	display: none;
}
/* @end */