@charset "utf-8";
/* CSS Document */
body{
	background: #000 url(../images/gradient.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F90;
	font-size: 24px;
	font-weight: bold;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#2A1C0E;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
}
a:link {
	color: #E54424;
	font-size: 16px;
	text-decoration: none;
}
a:visited {
	color: #9B9BC7;
	font-size: 16px;
	text-decoration: none;
}
a:hover, a:active {
	color: #F4A235;
	font-size: 16px;
	text-decoration: underline;
}
#container{
	background: #c7b570;
	height: 875px;
	width: 930px;
	position: relative;
	text-align:left;
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
	padding-bottom:30px;
}
#headerpic{
	width: 878px;
	height: 239px;
	top: 2px;
	left: 26px;
	position: absolute;
}
#swirls{
	width: 1059px;
	height: 192px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 40;
}
#logo{
	width: 465px;
	height: 202px;
	top: 0px;
	left: 228px;
	position: absolute;
	z-index: 50;
}
#navbox{
	width: 930px;
	height: 28px;
	top: 213px;
	left: 0px;
	position: absolute;
	z-index:55;
}
#video{
	width: 648px;
	height: 360px;
	top: 275px;
	left: 10px;
	position: absolute;
	z-index:70;
}
#picture1{
	width: 258px;
	height: 165px;
	top: 246px;
	left: 660px;
	position: absolute;
	z-index:70;
}
#picture2{
    width: 258px;
	height: 165px;
	top: 417px;
	left: 660px;
	position: absolute;
	z-index:70;
}
#picture3{
	width: 258px;
	height: 165px;
	top: 587px;
	left: 660px;
	position: absolute;
	z-index:70;
}
#bottombox{
	width: 930px;
	height: 228px;
	top: 687px;
	left: 0px;
	position: absolute;
	z-index:80;
}
#welcome{
	position:absolute;
	left: 20px;
	top: 695px;
	width:192px;
	height:70px;
	z-index: 85;
}
#requestbox{
	width: 237px;
	height: 113px;
	top: 780px;
	left: 675px;
	position: absolute;
	z-index:85;
}
#mission{
	top: 750px;
	left: 22px;
	width: 620px;
	position: absolute;
	z-index:85;	
}
#navFull {
	z-index:90;
	position:absolute;
	left: 75px;
	top: 221px;
	width:827px;
	height:17px;
}
#navHome {
	z-index:91;
	position:absolute;
	left: 0px;
	top: 0px;
	width:65px;
	height:17px;
}
#navStallions {
	z-index:91;
	position:absolute;
	left: 75px;
	top: 0px;
	width:137px;
	height:17px;
}
#navStaff {
	z-index:91;
	position:absolute;
	left: 220px;
	top: 0px;
	width:90px;
	height:17px;
}
#navServices {
	z-index:91;
	position:absolute;
	left: 320px;
	top: 0px;
	width:132px;
	height:17px;
}
#navCalendar {
	z-index:91;
	position:absolute;
	left: 460px;
	top: 0px;
	width:138px;
	height:17px;
}
#navFacility {
	z-index:91;
	position:absolute;
	left: 610px;
	top: 0px;
	width:109px;
	height:17px;
}
#navContact {
	z-index:91;
	position:absolute;
	left: 735px;
	top: 0px;
	width:109px;
	height:17px;
}

