/*
Whitesands Equestrian Sitewide CSS
*/

/*
* {
  margin: 0;
  padding: 0;
}
*/

html {
       min-height: 100%;
       height: auto;
 }
 
body {
	margin: 0;
	padding: 0;
	background-image: url(../img/sand_bkgrd.jpg);
	background-repeat: repeat;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	}


a  {
	color: #000;
	text-decoration: underline;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

#wrapper {
	width: 879px;
	margin-right: auto;
	margin-left: 52px;
  }

#logo {
	padding: 0;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 21px;
	background-image: url(../img/wse_logo.gif);
	height: 80px;
	width: 230px;
	display: inline;
	float: left;
  }
  
.headings {
	font-weight: bold;
	color: #6E6656;
	font-size: small;
}

h1, h2 {
  }
  
h1 span, h2 span {
	display: none;
}


.topnav  {
	padding-bottom: 5px;
	font-size: x-small;
  }

.nav {
	color: #c49a6c;
	font-family: "Georgia", Times New Roman, Times, serif;
  }

.navcurrent {
	color: #FFF;
  }
  
#maintext {
	width: 440px;
	background-color: #FFFFFF;
	margin-left: 83px;
	padding: 3px;
	margin-top: 20px;
  }
  
#maintext li {
	line-height: 2em;
	list-style-position: outside;
	margin-left: 25px;
  }
#title  {
	font-size: 14px;
	color: #6e6656;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-right: 50px;
	margin-top: 20px;
  }

#breaker, #breakerhome, #breakerbottom {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  }
  
#breaker {
  height: 0.15em;
  }
  
#breakerhome {
  height: 40px;
  }
  
#breakerbottom {
  height: 10px;
  }

.spacer {
	float: right;
	width: 1px;
	height: 125px;
	clear: left;
}


#footer {
	width: 606px;
	font-size: x-small;
	color: #6e6656;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
  }

#footer a {
	color: #6e6656;
}
#copyright {
	width: 283px;
	height: 122px;
	background-image: url(../../img/home_logo_large.gif);
	margin-top: 116px;
  }

.forms {
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;	
}

.pdfspec  {
	color: #dc2727;
	font-weight: bold;
  }
  
.pdfspec a { 
	color: #dc2727;
  }
  

#menu {
	width: 272px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
#leftcol li {
	list-style-type: none;
	color: #C49A6C;
}
.nav a {
	color: #c49a6c;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.nav a:hover {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.nav a:link, a:visited, a:active {
	text-decoration: none;
	color: #C49A6C;
	}


#address {
	width: 272px;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
#maintextinner {
	line-height: 2em;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #c49a6c;
}
#leftcol {
	text-align: center;
	width: 272px;
	float: left;
	color: #C49A6C;
}
#rightcol {
	float: right;
	width: 606px;

}

#skipcontent {
	width: 272px;
	text-align: center;
	visibility: hidden;
}





/*
End
*/

