/* for all pages */
/* body is for entire page */

body {
	margin: 0;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	background: #cc9;
	height: auto;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* for all pages */
/* for logos at top of page */

.header {
	float: left;
	width: 770px;
	height: 170px;
	display: block;
	z-index: 100;
}

.headleft {
	float: left;
	width: 326px;
	height: 150px;
	background: transparent url(../images/hhlogo.gif) no-repeat;
	z-index: 100;
}

.headright {
	float: right;
	width: 326px;
	height: 170px;
	border: 0;
	background: transparent url(../images/hhtext.jpg) bottom left no-repeat;
	z-index: 100;
}

/* for all pages */
/* for navigation row */

.hovermenu {
	float: left;
	display: inline;
	width: 100%;
	font-family: Arial-narrow, Helvetica,  Arial, sans-serif;
	font-weight: normal;
	margin: 10 0 0 0;
	z-index: 100;
}

.hovermenu ul {
	font-size: 15px;
	line-height: 28px;
}

.hovermenu ul li {
	width: 100px;
	border-top: solid #666 1px;
	border-bottom: solid #666 1px;
	list-style: none;
	display: inline;
	float: left;
	text-align: center;
	background: #600;
}

.hovermenu ul li a {
	width: 100;
	height: 30px;
	text-decoration: none;
}

.navlink {
	color: #ffc;
}

li.navlink a {
	color: #ffc;
	width: 100px;
	height: 30px;
	text-decoration: none;
}

li.navlink a:hover {
	width: 100px;
	height: 30px;
	background: #900;
}

.here {
	color: #cc9;
}

li.here {
	color: #cc9;
}

/* for all pages except home */
/* for subnavigation dropdown menus */

.submenu {
	position:absolute;
	visibility: hidden;
	border-top: 1px solid #666;
	border-bottom-width: 0;
	font-family: Arial-narrow, Helvetica,  Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	z-index: 100;
	width: 115px;
}
	
.submenu a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #666;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	background: #900;
	filter: alpha(opacity= 80);
	opacity: 0.800;
	color: #ffc;
}

.submenu a:hover {
	background: #900;
	filter: none;
	opacity: 1;
}

/* for home page only */
/* for flash window */

.homeflash {
	float: left;
	padding: 0 0 40px 40px;
	width: 700px;
	height: 280px;
}

/* for all pages */
/* alttext is for images */
/* boldtext is for making entire text sections bold */
/* redtext is for making entire text sections bold and red*/
/* quotetext is for highlighting quotes */
/* bullet: text, space and indent are for different bulleted lists */

.alttext {
	display: none;
}

.boldtext {
	font-weight: bold;
	line-height: 30px;
}

.redtext {
	font-weight: bold;
	line-height: 30px;
	color: #900;
}

.quotetext {
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	color: #900;
}

.bullettext {
	line-height: 18px;
	padding-left: 0;
	margin-left: 0;
	list-style-type: disc;
}

.bulletspace {
	line-height: 18px;
	padding-left: 0;
	margin-left: 0;
	list-style-type: disc;
}

.bulletspace li {
	padding-bottom: 10px;
}

.bulletindent {
	line-height: 18px;
	list-style-type: disc;
}

/* for all pages */
/* for headings */

h1 {
	font-size: 120%;
	line-height: 30px;
	text-align: center;
}

h2 {
	font-size: 120%;
	line-height: 20px;
	text-align: center;
}

h3 {
	font-size: 110%;
	line-height: 30px;
	text-align: left;
}

h4 {
	font-size: 110%;
	line-height: 30px;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}

h5 {
	font-size: 110%;
	line-height: 10px;
	text-align: center;
}

/* for home page only */
/* for current events and adjacent photo */

.homecontent {
	float: left;
	margin: 0 10px 0 0;
	width: 700px;
	display: block;
}

.homecurrent {
	float: left;
	padding: 0px 0px 0 15;
	width: 60%;
	vertical-align: top;
	color: #000;
	line-height: 30px;
}

.homecurrent a {
	color: #006;
}

.homecurrent a:hover {
	color: #006;
}

/* for all pages except home */
/* for content and adjacent photo */

.topcontent {
	margin: 40px 22px 0 22px;
	float: left;
	width: 700px;
	display: block;
}

.topcontent a {
	color: #006;
}

.contentwrap {
	width: 700px;
	display: block;
}

.leftcontent {
	padding: 0;
	float: left;
	width: 50%;
	vertical-align: top;
	color: #000;
}

/* for all pages except home and photo */
/* for main content and tables */

.maincontent {
	margin: 20px;
	padding: 15px;
	float: left;
	width: 710px;
	vertical-align: top;
	color: #000;
}

.list_table {
	width: 100%;
	border: 0;
	cell-spacing: 1;
	font-size: 14px;
	}

.list_table td {
	vertical-align: top;
	width: 50%;
}


.list_thirds {
	width: 100%;
	border: 0;
	cell-spacing: 1;
	font-size: 14px;
	}

.list_thirds td {
	vertical-align: top;
	width: 33%;
}

.list_table1 {
	width: 100%;
	border: 0;
	cell-spacing: 1;
	font-size: 14px;
	}

.bigcol {
	vertical-align: top;
	width: 67%;
}

.smallcol {
	vertical-align: top;
	width: 33%;
}

.table_list {
	width: 100%;
	border: 0;
	cell-spacing: 1;
	}
	
.table_list ul {
	font-size: 14px;
	line-height: 28px;
}

.table_list ul li {
	padding: 0;
	list-style-type: none;
}

.table {
	font-size: 14px;
	}

/* for pages with text next to photos */
/* within main content */

.photoblock {
	clear:both;
	border: solid #666 1px;
	height:300px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.noborderblock {
	margin: 10px 0;
	padding: 10px 0; 
	float: left;
	display: inline;
}

.leftphoto {
	padding: 10px 15px;
	float: left;
	width: 350px;
	vertical-align: top;
	color: #000;
}

/* photos */

.homephoto {
	float: right;
	width: 198px;
	height: 258px;
	background: transparent url(../images/xmas_gifts.jpg) top left no-repeat;
}

.photo_about {
	float: right;
	width: 312px;
	height: 260px;
	background: transparent url(../images/about_pic.jpg) top left no-repeat;
}

.photo_train {
	float: right;
	width: 312px;
	height: 260px;
	background: transparent url(../images/train_pic.jpg) top left no-repeat;
}

.photo_school {
	float: right;
	width: 324px;
	height: 252px;
	background: transparent url(../images/school_pam.jpg) top left no-repeat;
}

.photo_facility {
	float: right;
	width: 320px;
	height: 215px;
	background: transparent url(../images/overview.jpg) top left no-repeat;
}

.photo_facil1 {
	margin-top: 60px;
	float: right;
	width: 326px;
	height: 221px;
	background: transparent url(../images/hhpaddock.jpg) top left no-repeat;
}

.photo_facil2 {
	float: right;
	margin-top: 60px;
    width: 320px;
	height: 215px;
	background: transparent url(../images/dressage_arena.jpg) top left no-repeat;
}

.photo_facil3 {
	float: right;
	margin-top: 60px;
    width: 320px;
	height: 215px;
	background: transparent url(../images/hhbarn.jpg) top left no-repeat;
}

.photo_sale1 {
	margin: 60px 5px 0 0;
	padding: 10px 0px;
	float: right;
	width: 300px;
	height: 229px;
}

.photo_sale2 {
	margin: 10px 12px 0 0;
	padding: 10px 0px;
	float: right;
	width: 300px;
	height: 229px;
	background: transparent url(../images/jasmine.jpg) top left no-repeat;
}

.photo_sale3 {
	margin: 10px 12px 0 0;
	padding: 10px 0px;
	float: right;
	width: 300px;
	height: 235px;
	background: transparent url(../images/diamond.jpg) top left no-repeat;
}

.photo_sale4 {
	margin: 10px 5px 0 0;
	padding: 10px 0px;
	float: right;
	width: 300px;
	height: 227px;
	background: transparent url(../images/syd.jpg) top left no-repeat;
}

.photo_sale5 {
	margin: 10px 25px 0 0;
	padding: 10px 0px;
	float: right;
	width: 227px;
	height: 300px;
	background: transparent url(../images/pele.jpg) top left no-repeat;
}

/* photo gallery */

.ph_content {
	margin: 20 0 10px 20;
	float: left;
	width: 700px;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.ph_content a {
	color: #006;
}

.small {
	width: 25%;
}

.small a {
	border: solid #633 1px;
}

.caption {
	margin-top: 0px;
	font-size: 13px;
}

.gallery_top {
	padding: 20px 0 0 43%;
	float: left;
	display: block;
	}
	
.gallery {
	padding: 10px 20% 0 13%;
	width: 82%;
	height: 470px;
	float: left;
	display: block;
	}

.gallery1 {
	padding: 10px 20% 0 20%;
	width: 82%;
	height: 300px;
	float: left;
	display: block;
	}

.slidemain {
	width: &(slidewidth);
	height: &(slideheight);
	background-color: &(slidebgcolor);
	visibility: hide;
	}
	
.slidesub {
	width: &(slidewidth);
	left: 0;
	top: 0;
	}

/* for home page only */
/* for bottom of page offsite links */

.homelink {
	padding-left: 10px;
	width: 788px;
	line-height: 26px;	
	float: left;
	list-style: none;
}

.homelink1 {
	width: 258px;
	height: 41px;
	float: left;
	background: transparent url(../images/usdf.jpg) no-repeat;
}

.homelink2 {
	width: 198px;
	height: 41px;
	float: left;
	background: transparent url(../images/cal_dressage.jpg) no-repeat;
}

.homelink3 {
	width: 118px;
	height: 41px;
	float: left;
	background: transparent url(../images/bayequest.jpg) no-repeat;
}

/* for all pages */
/* for copyright row */

.copyright {
	float: left;
	width: 100%;
	font-size: 12px;
	padding: 20px 0px 10px 5px;	
}

.copyright a {
	color: #000;
	text-decoration: none;
}

.copyright a:link {
	color: #000;
	text-decoration: none;
}

.copyright a:hover {
	color: #600;
	text-decoration: none;
}.maincontent .photoblock .leftphoto table tr td {
	font-size: 10px;
}
.maincontent .photoblock .leftphoto table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.maincontent .photoblock .leftphoto p12 {
	font-size: 12px;
}
.photoblock2 {
	clear:both;
	border: solid #666 1px;
	height:1600px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.photo_sale6 {
	margin: 10px 25px 0 0;
	padding: 10px 0px;
	float: right;
	width: 300px;
	height: 300px;
	background-color: transparent;
	background-image: url(../images/pablopicasso1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.photo_sale6b {
	margin: 10px 25px 0 0;
	padding: 10px 0px;
	float: right;
	width: 300px;
	height: 300px;
	background-color: transparent;
	background-image: url(../images/pablopicasso2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.photo_sale6c {
	margin: 10px 25px 0 0;
	padding: 10px 0px;
	float: right;
	width: 300px;
	height: 300px;
	background-color: transparent;
	background-image: url(../images/pablopicasso3.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.photo_sale6d {
	margin: 10px 25px 0 0;
	padding: 10px 0px;
	float: right;
	width: 300px;
	height: 993px;
	background-color: transparent;
	background-image: url(../images/pablopicasso.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.photo_sale6all {
	margin: 10px 25px 0 0;
	padding: 10px 0px;
	float: right;
	width: 300px;
	height: 993px;
	background-color: transparent;
	background-image: url(../images/pablopicasso.png);
	background-repeat: no-repeat;
	background-position: left top;
}
