/* screen.css */

/*----- GLOBAL STYLES ----- */

h1
	{
	font-size:17px;
	font-weight:normal;
	margin:10px 0px 10px 0px;
	padding:9px 10px;
	color:#ffd900;
	text-transform:uppercase;
	max-width:655px;
	background-color: #231F20;
	}
p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:981px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:981px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	line-height:18px;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:981px;
	height:180px;
	overflow:hidden;
	z-index:1;
	background:url(../images/bg_header.gif) no-repeat;
	}
#right 
	{
	position:relative;
	width:295px;
	float:right;
	padding:180px 0px 0px 0px;
	}
#footer 
	{
	width:981px;
	clear:both;
	height:120px;
	left:0;
	bottom:0;
	position: absolute;
	text-align:center;
	color:#7f7f7f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	}

#footer p
	{
	padding:0px 0 0 0;
	margin-top:90px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:122px;/* for ie5 */
	he\ight:120px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:686px;
	float:left;
	padding:180px 0px 0px 0px;
	}
#clearfooter {width:100%;height:122px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-122px;} /*safari wrapper */


div.homecolumn
	{
	width:343px;
	float:left;
	}
div.innercontent
	{
	padding:0 40px 0 10px;
	}
div.newsitem
	{
	width:240px;
	clear:both;
	}
div.newsitem p.date
	{
	width:46px;
	height:46px;
	background:url(../images/bg_date.gif) no-repeat;
	text-align:center;
	float:left;
	margin:0;
	padding:7px 0;
	line-height:14px;
	}
div.newsitem p.date span
	{
	font-size:22px;
	}
div.newsitem p.snippet
	{
	width:180px;
	float:right;
	}
div.newsitem p.snippet a { color:#ffd900; text-decoration:none; }
div.newsitem p.snippet a:hover { color:#ffd900; text-decoration:underline; }
#pscroller2
	{
	width: 454px;
	height: 16px;
	padding: 3px 0px 3px 120px;
	margin:96px 0 0 407px;
	background:url(../images/bg_latest_news.gif) no-repeat 0 0;
	}
#pscroller2 a
	{
	text-decoration: none;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
p.intro
	{
	font-weight:bold;
	}
ul#topnav
	{
	margin:7px 0 0 0;
	}
ul#topnav li
	{
	float:left;
	margin:0 10px 0 0;
	}
ul#topnav li a
	{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	padding:9px 5px 11px 5px;
	font-weight:normal
	}
ul#topnav li a:hover
	{
	color:#ffd900;
	}

#horseinfo {
	background-color: #efefef;
	position:relative;
	display:block;
	padding: 10px;
	margin-bottom: 10px;
	min-height:100px;
}

#horseinfo2 {
	position:relative;
	padding: 10px;
	margin-bottom: 20px;
	clear:both;
}

#horse {
	float: left;
	margin-right: 20px;
}



#galleryitem {
	padding: 2px;
	float: left;
	border: 1px solid #FFD900;
	margin-right:2px;
}
#padme td {
	padding: 6px;
}
select {
	color: #231F20;
	background-color: #EEEEEE;
	border: 1px solid #666666;
}
#newsbox {
	padding: 10px;
	border: 1px none #CCCCCC;
	margin-bottom: 10px;
	background-color: #efefef;
}
#rightimg {
	margin-bottom: 10px;
}


#marqueecontainer {
margin-left:580px;
padding-top:100px;
}

#marquee {
position:absolute;
margin-top:-50px;
float:right;
}


* html #marquee {
position:absolute;
margin-left:120px;
}
#staff {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	display:table-cell;
	padding: 5px;
	border: 2px solid #efefef;
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFD900;
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
	margin-bottom: 10px;
}
#newsbox li {
	list-style-type: disc;
	margin-left:30px;
}

.smallimg{
float:left; 
padding-right:10px;
padding-left:10px;
}

