/* @group html */


html, body, form, h1, h2, h3, h4, h5, div, p {
	margin: 0;
	padding: 0;
}

html, body {
	background: #fff;
	color: #333;
	text-align: center;
	font: 0.85em/1.5em Georgia, "Times New Roman", Times, serif;
}

form {
	width: 100%
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}
/* @end */

/* @group Heading */
div.logo {
	text-align: center;
	width: 160px;
	margin: 0 auto;
}

.logo a span {
	display: none;
}

.logo a img {
	border: none;
}


/* @end */

/* @group Banner */
.banner {
	display: none;
}

.banner-home {
	display: none;
}

/* @end */

/* @group Container */
#container {
	clear: both;
	margin: 0 0 30px;
	width: 100%;
}
/* @group Navigation */

/* @group Primary */

.navigation-primary {
	display: none;
}


/* @end */

/* @group Secondary */

.navigation-secondary {
	display: none;
}

/* @end */



/* @end */

.divider {
	background: url(../images/bg_content.gif) repeat-y center 0;
}

/* @group Content */


.content {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 1em;
	font-size: 1em;
	text-align: left;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}


/* @group Copy */
#container .home {
	margin: 0;
	text-align: center;
	padding-bottom: 5px;
}

.home p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}


.content h1, .content h2, .content .content h3, .content h4, .content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0.5em 0;
	color: #fff;
}

.content h1 {
	font-size: 1.5em;
	margin-top: 0;
}

.content h2 {
	font-size: 1.3em;
}


.content h3 {
	font-size: 1.1em;
}

.content h4 {
	font-size: 1em;
}

.content p {
	margin-bottom: 1.5em;
}

.content a.lineage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

/* @end */

/* @group Columns */

.content .left-column,
.content .right-column {
	width: 100%;
	padding: 0 30px;
}

.content img {
	border: 5px solid #ccc;
	margin-bottom: 1em;
}

.content .flash-container {
	display: none;
}

/* @end */

/* @group Our Team */
.content .team {
	padding: 0 18px;
}
.content .team img {
	border: none;
	margin-bottom: 1em;
}

.team .team-top,
.team .team-bottom {
	width: 100%;
	padding: 20px 0 20px;
}


.team .team-top {
	padding: 10px 0 50px;
}

.team .team-left,
.team .team-right {
	padding: 20px 0;
}

.team .right h2 {
	margin-top: 0;
	padding: 0;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.team .right p {
	margin-bottom: 0;
}

.team .right p.poisition {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}
.team .right p.email {
	margin-bottom: 1.5em;
}

/* @end */

/* @group Horses (studs) */
.right-column select {
	display: none;
}


.right-column .horses {

}

.right-column .horses .row{
	padding-top: 5px;
}

.right-column .horses .row a{
	padding-left: 5px;
}

.right-column .horses img {
	margin: 0;
}


/* @end */

/* @group News Items */

.news-items {
	list-style: none;
	margin: 0;
	padding: 0 0 0;
}

.news-items li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #5f6d6f;
}
.news-items li.last{
	border-bottom: none;
}
.news-items li a {
	padding: 10px 0;
	display: block;
}

.news-items li a .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}


/* @end */

/* @group Contact Us */

.form dl,
.form dt,
.form dd {
	padding: 0;
	margin: 0;
	width: 100%;
}
.form dd {
	margin-bottom: 1em;
}

.form dd .textbox,
.form dd textarea {
	width: 374px;
	border: 1px solid #5f6d6f;
	margin: 0;
	padding: 2px;
	font-size: 12px;
}

.form dd textarea {
	height: 75px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

.form dd.button {
	display: none;
}

/* @end */







/* @end */

/* @group Footer */
.footer{
	display: none;
}
/* @end */

/* @end */