@charset "utf-8";
/* CSS Document */

Body {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/HeaderBG.pn);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#HeaderTop {
	background-image: url(../images/HeaderTop.jpg);
	background-repeat: no-repeat;
}

#HeaderBottom {
	background-image: url(../images/HeaderBottom.jpg);
	background-repeat: no-repeat;
}


/*NAVIGATION */

#NavBarBorder {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4C6B9;
	border-left-color: #D4C6B9;	
}


#NavLeft {
	background-image: url(../images/NavLeft.png);
	background-repeat: no-repeat;
}

#NavRight {
	background-image: url(../images/NavRight.png);
	background-repeat: no-repeat;
}

.NavLink {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;	
}

.NavLink:hover {
	text-decoration: underline;	
}

#NavButtons {
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 31px;
}

.HomeBut {
	background-image: url(../images/AboutBut.png);
}

.BandogsBut {
	background-image: url(../images/BandogsBut.png);
		
}

.StumpiesBut {
	background-image: url(../images/StumpiesBut.png);	
}

.PuppiesBut {
	background-image: url(../images/PuppiesBut.png);	
}

.LinksBut {
	background-image: url(../images/LinksBut.png);	
}

#NavShadow {
	background-image: url(../images/TopBorder.jpg);
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4C6B9;
	border-left-color: #D4C6B9;
	width: 996px;
	border-top-style: none;
	border-bottom-style: none;
}

.PageTextLink {
	color: #999;
	text-decoration: underline;
}

.PageTextLink:hover {
	color: #FFF;
	text-decoration: underline;
}

/*PAGE */

#Page {
	background-color: #313046;
	height: 100%;
	width: 996px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D4C6B9;
	border-bottom-color: #D4C6B9;
	border-left-color: #D4C6B9;
	text-align: left;
	vertical-align: top;
}

#PagePadding {
	padding-right: 100px;
	padding-left: 100px;
	}
	
	#AboutPadding {
	padding-right: 100px;
	padding-left: 0px;
	}
	
	#LinksPadding {
	padding-left: 100px;
	}

#PageHeading {
	font-size: 20px;
	color: #FFF;
	text-align: left;
	padding-left: 200px;
	padding-top: 10px;
}

.HorseHeading {
	font-size: 15px;
	color: #0080C4;
	text-align: center;
	font-weight: bold;
	}

#HorseTable {
	width: 100%;
	padding: 10px;
	}

#HeadingTable{
	padding-top: 5px;
	padding-bottom: 5px;
}

#infoBox{
	width: 463px;
	vertical-align: middle;
}

#imgBox {
	text-align: Right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 300px;
}

.infoTitle{
	font-weight: bold;
	color: #005E79;
}

.YoungstockText {
		text-align: center;
	
}

/*ELEMENTS*/

.ContentPhoto {
	text-align: center;
	margin: 10px;
}

#LeftPhoto {
	padding-right: 20px;
	padding-bottom: 0px;
}

/*FOOTER*/

#FootNavBG {
	background-image: url(../images/FootNavBG.png);
	background-repeat: repeat-x;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	}
	
#FootLegal {
	font-size: 12px;
	color: #999;
	text-align: right;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 15px;
}

.LegalLink {
	color: #999;
	text-decoration: underline;	
	
}

.LegalLink:hover {
	color: #666;
	text-decoration: underline;	
}

#ContactInfo {
	font-size: 11px;
	color: #313046;
	text-align: center;
	vertical-align: bottom;
	padding-right: 0px;
	padding-left: 190px;
	width: 100%;
	padding-bottom: 5px;
	}

.ContactLink {
	color: #313046;
	text-decoration: underline;	
	
}

.ContactLink:hover {
	color: #999;
	text-decoration: underline;
}
