* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: centre;
	min-width: 950px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#wrapper {
	text-align: centre;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
}

/*clears for floats*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

/*heading styles*/

/*produces the across screen background*/
#headerback {
	background-color: #000000;
	background-image: url(headerback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*holds the main background image*/
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: auto;
	margin-right: auto;
	height: 235px;
	width: 950px;
	padding: 0px;
}

/*used in header div for text*/
h1 {
	font-weight: bold;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: right;
	padding-top: 205px;
	padding-right: 10px;
}

/*end of heading styles*/

/*navigation styles*/

/*container for nav*/
#navback {
	background-color: #62613E;
	margin: 0px;
	background-image: url(navborder.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*holds navigation buttons*/
#nav {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 50px;
	padding: 0px;
}

/*end nav styles*/

/*main body styles*/

/*provides the background to the main area of the page so that all elements are contained within the main body of the page*/
#mainbody {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/*provides the container for the news ticker for all pages*/
#newsticker {
	background-image: url(tickerback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C4C697;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*end main body styles*/

/*newsletter and owner news area*/

#newsletterback {
	background-image: url(newsletterback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #D7D8B8;
}

/*provides the background to the main area of the page so that all elements are contained within the main body of the page*/
#newsletter {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/*provides container for copyright info footer*/
#callingowners {
	text-align: left;
	font-size: 12px;
	color: #000000;
	margin-right: 500px;
	padding-top: 20px;
	line-height: 140%;
	font-weight: bold;
	padding-bottom: 20px;
}

#callingowners p, #signup p{
	padding-left: 37px;
	padding-top: 15px;
}

#callingowners .small{
	padding-top: 15px;
}

/*container for bookmark widget footer*/
#signup {
	float: right;
	width: 450px;
	color: #666666;
	font-size: 12px;
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.morearrows {
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #999999;
	display: block;
	background-repeat: no-repeat;
	text-indent: 35px;
	line-height: 110%;
	background-image: url(footerarrow.gif);
}

/*end newsletter and owner news area*/

/*styles for footer*/

#footer {
	font-size: 10px;
	color: #C4C697;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4C697;
	padding-right: 5px;
}

#footer a:link {
	color: #C4C697;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {
	color: #C4C697;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}

#footer a:active {
	color: #C4C697;
	font-weight: normal;
	text-decoration: none;
}


/*container for footer elements*/
#footerinfo {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/*provides container for copyright info footer*/
#footercopyright {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4C697;
	margin-right: 230px;
	padding-top: 5px;
}

/*container for bookmark widget footer*/
#footerbookmark {
	text-align: right;
	float: right;
	width: 200px;
	height: 26px;
}

#facebook {
	font-weight: bold;
	margin-top: 30px;
}
#facebook img {
	padding-right: 10px;
	vertical-align: middle;
}
#facebook p {
	padding-bottom: 20px;
}
#facebook a:link, #facebook a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#facebook a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

#facebook a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#main {
	line-height: 140%;
	color: #D7D7D7;
}

#mainHome {
	line-height: 140%;
	color: #D7D7D7;
	background-image: url(../images/dottedline.jpg);
	background-repeat: repeat-y;
	background-position: 475px;
	margin-bottom: 10px;
}

#main p {
	padding-bottom: 15px;
}

#main a:link, #main a:visited {
	color: #D7D7D7;
	font-weight: bold;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#main a:active {
	color: #D7D7D7;
	font-weight: bold;
	text-decoration: underline;
}

/*container for all styles on the left column of the homepage*/
#leftcol {
	margin-right: 490px;
	text-align: right;
	margin-top: 10px;
}

#homevideo {
	background-color: #444444;
	border: 1px solid #999999;
	width: 435px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


#testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 130%;
	font-weight: bold;
	color: #C4C697;
	margin-top: 20px;
}

/*styling for links for more videos and news on homepage*/
#morelink, #morenewslink {
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 20px;
	color: #999999;
	text-align: right;
}

#morelink a:link, #morenewslink a:link, #morenewslink a:visited, #morelink a:visited, #morenewslink a:link {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#morelink a:hover, #morenewslink a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;
}

#morelink a:active, #morenewslink a:active {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

/*container for right column and home topic blog on homepage*/
#hometopicnews {
	float: right;
	width: 445px;
	color: #666666;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 30px;
	margin-top: 0px;
}

#hometopicnews a
{
	color: #999999;
}

#hometopic {
	background-color: #444444;
	border: 1px solid #999999;
	line-height: 140%;
	color: #D7D7D7;
	background-image: url(signaturehome.jpg);
	background-repeat: no-repeat;
	background-position: 100px bottom;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 30px;
}

#marketplaceleftcol {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}

.marketplacehorse {
	background-color: #444444;
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 30px;
}

#marketplacedetails {
	float: left;
	width: 575px;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-left: 50px;
}

.mplaceinfo {
	line-height: 140%;
	color: #D7D7D7;
	vertical-align: top;
	padding: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}

.mplaceinfo1 {
	line-height: 140%;
	color: #D7D7D7;
	vertical-align: top;
	padding: 30px;
}

.infolinks {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #C4C697;
	text-align: right;
	vertical-align: top;
	padding-top: 30px;
}

#textcontent img {
	vertical-align: text-bottom;
}

#mainvideo {
}

#mainvideo object {
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}



/* Matts Styles */

.whiteLink
{
	color: #FFF;
}

.textboxNesletter
{
	background-color: #d2d2ac;
	border: 1px solid #6b6a56;
	height: 26px;
	color: #9e9d88;
	width: 148px;
	padding-left: 10px;
	margin-bottom: 5px;
}


.formNewsletter
{
	padding-left: 39px;
}

.contactTextBox
{
	background-color: #F0F0F0;
	padding: 5px;
}

.contactTextBox1
{
	background-color: #F0F0F0;
	padding-left: 3px;
}

.dootedLine
{
	background-image: url(../images/dottedline.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#dootedLine
{

}

.newsRight
{
	background-color: #444444;
	border: 1px solid #636363;
	padding: 30px;
}

#newsBoxTitle
{
	font-family: "Times New Roman", Times, serif;
	font-size: 29px;
	color: #c4c798;

}

.newsTitleCategory
{
	padding-left: 40px;
	font-weight: bold;
	color: #939c4d;
	line-height: 1.8em;
}

.newsTitle
{
	padding-left: 55px;
	line-height: 1.8em;
}

.photoGalleryBox
{
	padding-lright: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
}

#lodgeBg
{

}

#winnersBg
{

}

#marketplaceBg
{

}

.morearrows1 {
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #999999;
	display: block;
	background-repeat: no-repeat;
	text-indent: 35px;
	line-height: 110%;
	background-image: url(arrowblack.jpg);
}

.highlight
{
	color: #949494;
	font-weight: bold;
}

#clear
{
	display: block;
	clear: both;
	height: 0px;
}
