/*#############################################################
Style sheet that prints one item per line
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
	color: #000000 !important;
}

a {text-decoration: none;}

body {
	background: #FFF;
	color: #000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0 !important;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {
	border: none;
	float:left;
	padding-right: 30px;
}

.imgtype {
	border: none;
	padding: 15px;
}

ul {margin-left: 2em;}
h1 {
	font: normal 2.4em sans-serif;
	margin-top: 2px;
	clear:both;
}
h2 {
	font: bold 1.3em Verdana,sans-serif;
	padding-bottom: 14px;
	padding-top: 0px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	display: none;
}
.left {clear: both;}
/* .right {float: right;} */

img .right {float: left;}

.itemleft {
	float: none;
	width: 100%;
	padding: 2px 15px 15px 15px;
}

.itemleft ul {
	padding-left: 16px;
	margin-left: 20px;
	list-style: none;
}

.itemleft h2 {
	font: bold 1.4em "Lucida Sans Unicode",Verdana,sans-serif;
	padding-bottom: .5em;
	margin-top: 0px;
}
.itemleft p {
	padding-bottom: .5em;
}


/* header */
.header {
	background: #000;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #000;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}

/* structure */
.container {
	width:auto;
}

.main {
	background: #FFF;
}
.main .left {width: auto;}
.main .right {display: none;}

.content {
	padding: 0px;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #000;
	margin-bottom: 10px;
	padding: 20px 0 4px;
	clear:both;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

.anchor h1 a {text-decoration: none;}


/* navigation */
.nav {display:none;}

/* sub-navigation */
.subnav {
	display: none;
}

/* footer */
.footer {
	background: #FFF;
	color: #000;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	clear:both;
}
.footer ul {
	margin: 0;
}
.footer li {
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #000;}
.footer a:hover {
	color: #000;
	background: #FFF;
}

.col3,.col3center {
	display: none;
}
.col3center {display: none;}

/* bottom */
.bottom {
	color: #FFF;
	clear: both;
	font-size: 1.1em;
	padding-top: 30px;
}
.bottom a {color: #888;}

/* horse */
.horse {
	position: static;
	width: 203px;
	height: 126px;
	z-index: 7;
	background-color: #000000;
	background-image: url(img/horsewind.jpg);
	background-position: 444 993;
	}

.noprint{
	display: none;
}
