/* REMOVE BROWSER FORMATTING */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, pre, code {
	font-size: 1em;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}


/* PAGE CSS BEGINS */

html {
	height: 100%;
}

body {
	background-color: black;
	line-height: 1.5em;
}

#main {
	background-color: #F9F9FF;
	margin-left: 150px;
	border-left: 1px solid black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	padding: 15px;
	
}

#main h1 {
	font-weight: bold;
	
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}

#main p {
	color: black;
	
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 1.2;
	padding-bottom: 10px;
}

.bigbold {
	font-size: 2.5em;
	text-align: center;
	margin-left: -20px;
}

#wrapper1 {
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 880px;
}

#wrapper2 {
	background-color: #A4A4A4;
	border-top: 1px solid black;
}

*html #wrapper2 {
	margin-top: -5px;
}

.pictureR {
	float: right;
	border: 1px solid black;
	background: white;
	padding: 10px;
	margin: 10px;
	
}

.pictureL {
	float: left;
	border: 1px solid black;
	background: white;
	padding: 10px;
	margin: 10px;
	
}

#banner {
	background: red url(../images/banner.gif) center top no-repeat;
	height: 130px;
}

#banner img {
	height: 130px;
}

#menu {
	background: url(../images/menushort.gif) center top no-repeat;
	text-align: center;
	width: 107px;
	float: left;
	margin-left: 16px;
	margin-top: 30px;
	padding: 5px;
	padding-top: 22px;
	padding-bottom: 40px;
	line-height: 1;
	text-transform: uppercase;
}



ul#menu {
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	font-size: 1em;
	color: #000;
	background: #E0E0E0;
	font: bold 11px/16px arial, helvetica, sans-serif;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 7px 5px;
}

ul#menu li {
	display: inline;
	
}

#menu ul {

	margin: 0;
	padding: 0;
}

#menu a:hover {
	color: #fff;
	background: #000;
}

#menu li {
	position: relative;
}

#menu ul ul {
			border-bottom: 1px solid black;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



/* IE hacks */

*html #menu a {
	height: 1px;
}

*html #menu {
	margin-left: 8px;
}

*html #menu ul {
	border-bottom: 1px solid black;
} /* This was supposed to add a bottom border to the last list item in the menu - it doesn't, but it does fix the IE bug where the bottom padding doubles when you mouseover */

*html #menu a#contactLink {
	border-bottom: 1px solid black;
} /* This is a really ugly way of trying to get the bottom border showing */

/* Highlight the menu button for the page you're on */

body#home a#homeLink,
body#about a#aboutLink,
body#stallions a#stallionLink,
body#contact a#contactLink,
body#faq a#faqLink {
	background: white;
	color: black;
	font-weight: bold;
}




