/* (C) Copyright 2006 Long2 Consulting. All Rights Reserved */

body {
	/*background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	background-color:#18191B;*/
	margin:0;
	padding:0;
}


html  {
	color:#000;
	background-color: #FFF;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	padding:0;
	height: 100%;
	background-image:url(graphics/rusty-grate.gif);
	background-repeat:repeat;
}

#container {
	position: relative;
	width: 1000px;
	left: 1px;
	top: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#DBD1B9;
    /*border-left:thin #604F2C solid;*/

}

p {
	margin: 6px 8px;
}

hr, h1, h2, h3, h4, h5, h6 {
	margin: 0px 8px;
}



#top {
  background-image: url('graphics/top.jpg');
  background-repeat: no-repeat; 
  width:1000px;
  height:70px;	
  margin:0;
  padding:0 0 0 0;
}

.top {
 	color: #604F2C;
	font-size: 150%;
	font-family:  "MS Trebuchet", Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin:0;
	padding:15px 0 0 0;
 }

#header-pics {
  margin:0;
  padding:0;
  width:1000px;
}

#horizontal-nav {
  background-image: url('graphics/topnav.jpg');
  background-repeat: no-repeat;
  height:28px;
  width:1000px;
  /*font-size: 80%;*/
  font-weight: bold;
  border-right: 1px solid #9D8A62;
  border-left: 1px solid #9D8A62;
  vertical-align: top;
}

#horizontal-nav p{
	color: #604F2C;
 	background-color: transparent;
}

#left-nav {
  width:210px;
  float:left;
  background-color:#C7B998;
  margin: 10px 5px 15px 5px;
  padding:0;
}

#maincontent {
	color: #000000;
	background-color: #F3F0E8;
	vertical-align: top;
	padding: 5px 0 0 0;
	margin: 10px 5px 15px 5px;
	width:550px;
	float:left;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9D8A62;*/
}

.maincontent {
	text-align: left;
	font-size: 13px;
	margin:0;
	padding:5px;
}

#rightcontent {
	width:210px;
	color: #000000;
	background-color: #C7B998;
	vertical-align: top;
	margin: 10px 5px 15px 5px;
	padding-top: 5px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9D8A62;*/
	font-size: 12px;
	float:right;
}	

#copyright {
	border-right: 1px solid #9D8A62;
	border-left: 1px solid #9D8A62;
	clear:both;
}

#copyright p{
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	color: #604F2C;
	text-align: center;
}

#copyright a:link {
	text-decoration: underline;
	color: #604F2C;
	background-color: transparent;
}

#copyright a:visited {
	text-decoration: underline;
	color: #604F2C;
	background-color: transparent;
} 

#copyright a:hover {
	text-decoration: none;
	color: #C7B998;
	background-color: #604F2C;
}

#copyright a:active {
	text-decoration: none;
	color: #C7B998;
	background-color: #604F2C;
}










table {
	color: #000000;
	background-color: #F3F0E8;
	border-collapse: collapse;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

ul, ol {
	color: #000000;
	background-color: #C7B998;
	line-height: 150%;
}

ol {
	list-style-image: url('http://allhorseutah.com/All Horse Utah/www/none');
	list-style-type: decimal;
}

/*ul, li {
	color: #000000;
	background-color: #C7B998;
	list-style-image: url('images/bullet1.gif');
	text-align: center;
	margin-right: 10px;
}*/

h1 {
	font-size: 140%;
	color: #604F2C;
	background-color: #F3F0E8;
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid #604F2C;
	text-transform: uppercase;
}

h2 {
	font-size: 140%;
	color: #9D8A62;
	background-color: #F3F0E8;
	text-align: left;
	padding: 2px;
	text-transform: uppercase;
}

h3 {
	font-size: 130%;
	text-transform: uppercase;
	color: #B6A47D;
	background-color: #F3F0E8;
	text-align: left;
	padding: 2px;
}

h4 {
	font-size: 115%;
	color: #F3F0E8;
	background-color: #B6A47D;
	text-align: left;
	padding: 2px;
	text-transform: uppercase;
}

h5 {
	color: #F3F0E8;
	background-color: #9D8A62;
	text-align: left;
	padding: 2px;
	font-size: 100%;
	text-transform: uppercase;
}

h6 {
	color: #F3F0E8;
	background-color: #604F2C;
	font-size: 90%;
	text-align: center;
	padding: 2px;
	text-transform: uppercase;
	background-image:url(images/directory.gif)
}

a:link {
	text-decoration: underline;
	color: #9D8A62;
	background-color: #F3F0E8;
}
a:visited {
	text-decoration: underline;
	color: #9D8A62;
	background-color: #F3F0E8;
} 

a:hover {
	text-decoration: none;
	/*color: #F3F0E8;*/
	/*background-color: #9D8A62;*/
}
a:active {
	text-decoration: none;
	color: #F3F0E8;
	background-color: #9D8A62;
}

#left {
	text-align: left;
}

#middle {
	text-align: center;
}

#right {
	text-align: right;
}

.submitbuttons {
	font-weight: bold;
	color: #604F2C;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #604F2C;
	border-right: 5px solid #604F2C;
	border-bottom: 1px solid #604F2C;
	border-left: 1px solid #604F2C;
	background-color: #DBCFAB;
	width: 175px;
	height: 30px;
}



#hmenu ul {
 	text-align: center;
	list-style-image: none;
	font-weight: bold;
 	background-color: transparent;
	padding:0;
	margin:0;
}

#hmenu li { 
	list-style-type: none;
 	background-color: transparent;
}

#hmenu ul li { 
	display: inline;
}

#hmenu ul li a {
	text-decoration: none;
	color: #604F2C;
	background-color: transparent;
	padding-top: 0em;
	padding-right: 0.8em; !important
	padding-bottom: 0em;
	padding-left: 0.8em; !important
	margin:0;
	font-size:12px;
}

#hmenu ul li a:hover {
	color: #C7B998;
	background-color: #604F2C;
	padding-top: 0em; 
	margin:0;
	font-size:12px;
}

#leftnav {
	text-align: left;
	font-weight: bold;
	line-height: 22px;
	vertical-align: top;
	border-left: 1px solid #9D8A62;
}

#leftnav p{
	color: #604F2C;
	background-color: #C7B998;
	margin: 6px 4px 1px 4px;
}

#vmenu {
	font-size:14px;
	color:#300;
	margin: 10px 0 20px 0;
}

#vmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}
		
#vmenu li {
	margin: 0 0 3px 0px; 
	padding:0;
		list-style-image: none;
}
		
#vmenu a, #vmenu a:visited {
	display: block;
	padding: 0;
	width: 177px;
	height: 30px;
	color: #300;
	background-color: #FFF;
	text-decoration: none;
	/*border-top: 1px solid #C7B998;
	border-right: 5px solid #C7B998;
	border-bottom: 1px solid #C7B998;
	border-left: 1px solid #C7B998;*/
	/*font-weight: bold;*/
	text-align: center;
	background:url(graphics/nav-buttons/nav-btns-out.png) no-repeat;
}
		
#vmenu a:hover, #vmenu a:active {
	color: #604F2C;
	background:url(graphics/nav-buttons/nav-btns-over.png) no-repeat;
	text-decoration: none;
	/*border-top: 1px solid #604F2C;
	border-right: 5px solid #604F2C;
	border-bottom: 1px solid #604F2C;
	border-left: 1px solid #604F2C;*/
}

#vmenu ul ul {
	list-style-image: none;
	margin-left: -12px;
	background-color: transparent;
}

#vmenu ul ul li {
	margin: 0 0 1px 0px;
	background-color: transparent;
}
		
#vmenu ul ul a, #vmenu ul ul a:visited {
	display: block;
	padding: 2px 10px 2px 10px;
	margin-left: 20px;
	width: 165px;
	color: #604F2C;
	background-color: transparent;
	text-decoration: none;
	border-top: 1px solid #C7B998;
	border-right: 5px solid #C7B998;
	border-bottom: 1px solid #C7B998;
	border-left: 1px solid #C7B998;
}
		
#vmenu ul ul a:hover, #vmenu ul ul a:active {
	color: #604F2C;
	background-color: #DBCFAB;
	text-decoration: none;
	border-top: 1px solid #604F2C;
	border-right: 5px solid #604F2C;
	border-bottom: 1px solid #604F2C;
	border-left: 1px solid #604F2C;
}


#rightnav {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	vertical-align: top;
	border-right: 1px solid #9D8A62;
}

#rightnav p{
	color: #284D97;
	background-color: #C7B998;
	border: 1px solid #9D8A62;
	margin: 6px 4px 1px 4px;
}
.calendar-table {
	border: 1px solid #604F2C;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}

.calendar-month {
	color: #C7B998;
	background-color: #604F2C;
	border: 1px solid #604F2C;
	font-size: 10pt;
	height: 36px;
}

.calendar-offday {
	border: 1px solid #604F2C;
	background-color: #C7B998;
	font-size: 10pt;
}

.calendar-day {
	color: #604F2C;
	background-color: #DBCFAB;
	border: 1px solid #604F2C;
	vertical-align: top;
	text-align: center; 
	font-size: 10pt;
	width: 14.3%;
}

.calendar-daynumber {
	color: #604F2C;
	background-color: #DBCFAB;
	vertical-align: top;
	text-align: right; 
	font-size: 10pt;
	font-weight: normal;
}

.calendar-dayname{
	color: #C7B998;
	background-color: #9D8A62;
	border: 1px solid #604F2C;
	vertical-align: top;
	text-align: center; 
	font-size: 10pt;
}

/*Beginning July 25 2009*/

#directory-content-name {
	margin: 5px;
	height: 340px;
	padding: 0;
}

#directory-content-service {
	margin: 5px;
	padding: 0;
	height: 120px;
}

#directory-content-submit {
	margin: 5px;
	padding: 0;
	height: 120px;
}
.directory-headers {
	background-image:url(images/directory.gif);
	padding:0;
	color:#FFF;
	font-weight:bold;
	text-align: center;
	margin-top: 20px;
	margin-right: -5px;
	margin-bottom: 20px;
	margin-left: -5px;
}

#directory-headers3 {
	background-image:url(images/topnav.gif);
	margin:20px -5px 20px -5px;
	padding:0;
	color:#FFF;
	font-weight:bold;
}

#directory-entries {
 	width:200px;
	float:left;
}


#center-table {
	padding-left: 80px;
}

#customh3 {
	font-size: 16px;
	color: #604F2C;
}
/* Login */

/*  New login template    */


.template-box {
	background-image:url(graphics/box-template-noheader/box-template_02.jpg);
  	background-color:ddd1ae;
	padding:0;
	margin:0;
	font-size:13px;
	width:177px;
	text-align:center;
}
.box-top {
	 background:url(http://allhorseutah.com/graphics/box-template-noheader/box-template_01.jpg) top no-repeat;
	 margin:0;
	 padding:0;
	 height:15px;
}
.template-box p {
	background:url(graphics/box-template-noheader/box-template_02.jpg) ;
	 margin:5px 0 0 0;
	 padding:0 10px 0px 10px;
	color:#300;
}
.box-bottom {
	background:url(graphics/box-template-header/box-template-header_03.jpg) bottom no-repeat;
	margin:0px 0 0 0;
	padding:0;
	height:50px;
}

#login-table {
	 background-color:#DDD1AE;
	 color:#300;
	 margin:10px 10px -5px 10px;
	 padding:0;
}
.box-top-header {
	background:url(graphics/box-template-header/box-template-header_01.jpg) top no-repeat;
	 margin:0;
	 padding:0;
	 height:25px;
}
.box-top-header p {
	 text-align:center;
	 background-image:none;
	 color:#FFF;
	 padding:5px 0 0 0;
	 font-size:13px;
	 font-weight:bold;
}


/*   end login template   */

#login {
	background-color: #FFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B8A378;
	border-left-color: #BEAB81;
	/*height: 300px;*/
	width: 759px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-left:-1px;
}

#login-anchor {
	background-color:#FFF;
	color:#65400B;
}

#login-div {
	 background-image:url(images/login-solid.jpg);
	 padding:10px 0 0 8px;
	 margin:0;
	 height: 252px;
	 background-repeat:no-repeat;
}

#logout-div a {
	 background-color:#DDD1AE;
	 color:#300;
}

#logout-div {
	 background-image:url(images/logout-mid.jpg);
	 text-align:center;
	 padding:12px 0 0 0;
	 margin:0;
	 height: 105px;
	 background-repeat:no-repeat;	
}


#login-headers {
	background-color:#DDD1AE;
	color:#65400B;
}

/*------------------------- Columns -----------------------*/

#leftcontent {
	background-color:#6CC;
}

/*---------------------------------------------*/
/*--------------Template Boxes--------------------*/