/* 
HORSE AND GROOM

dark brown headlines and text: #544433
brown footer text: #a69b7f
light brown footer text: #e5d9bc 

*/

BODY { 
		margin: 0px; 
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #544433;
		background: #E6E6E6 url(../images/bg/hag_bg.jpg) repeat-x;
		}
		
/*----------------------------------------*/
/*CONTENT*/
#base {
		width: 687px; 
		margin: 0px auto; 
		overflow: hidden;
		padding: 0px;
		}
	
#header {
		width: 687px; 
		margin: 0px auto; 
		padding: 0px;
		}	

/*  Navigation  */
	
#navigation {
		height: 30px;
		margin: 0px auto;
		padding: 0px;
		}
		
#navigation ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		}
		
#navigation li {
		display: inline;
		}		
	
#navigation  li a {
		padding: 0px;
		margin: 0px;
		text-decoration: none;
		} 
		
#navigation  li a:hover {
		color: #FFFFFF;
		text-decoration: none;
		} 		
		
#header_02 {
		width: 800px; 
		margin: 0px auto; 
		}
		
/*CONTENT HOMEPAGE*/

#slideshow {
		width: 687px;
		margin: 0 auto; 
		padding: 0px 0px 30px 0px;
		overflow: visible;
		clear: both;
		}
		
#content_left {
		width: 330px;
		float: left;
		clear: none;
		display: inline;
		padding: 0px;
		}

#content_left_text {
		width: 310px;
		padding: 0px;
		float: left;
		clear: none;
		display: inline;
		}
		
#content_left p {
		margin: 5px 0px;
		}		

#content_left_text  ul {
		list-style-type: circle;
		margin: 0px;
		padding: 0px 0px 0px 15px;
		}

#content_left_text  li {
		margin: 0px;
		padding: 0px;
		}
		
#content_right {
		width: 340px;
		float: right;
		clear: none;
		display: inline;
		padding: 0px 0px 0px 10px;
		background: url(../images/line.gif) no-repeat;
		}
		
#content_right ul {
		list-style-type: disc;
		margin: 0px;
		padding: 10px 0px 0px 15px;
		}

#content_right  li {
		font-size: 10px;
		margin: 0px;
		padding: 0px;
		}

/*----------------------------------------*/
/*TEXT*/

.headlines {
		font-family: Georgia, Times, serif;
		font-size: 22px;
		color: #544433;
		}
		
.text_bold {
		font-weight: bold;
		}
		
.text_italic {
		font-style: italic;
		}
		
/*IMAGES*/

#imagebox img {
		float: right;
		clear: left;

		}
		
#map {
		width:

		}		

/*----------------------------------------*/
/*BOTTOM NAVIGATION*/
	
#footer {
		width: 840px; 
		height: 50px;
		margin: 0px auto; 
		padding: 15px 0px;		
		clear: both;
		background: url(../images/hag_footerbg.jpg) no-repeat;
		font-size: 10px;
		color: #A69B7F;		
		text-align: center; 
		}

/*----------------------------------------*/
/* Form CSS */

fieldset {
		border: 0px solid #413b32;
		background: url(../images/hag_contactbg.gif) no-repeat;
		padding: 10px;
		width: 337px;
		height: 293px;
		}

#name, #email, #phone, #comments, #subject{
		width: 150px;
		font-size: 12px;
		border: 1px solid #77828b;
		margin: 3px;
		padding: 2px 0px 3px 5px;
		}
	
form p {
		margin: 1px;
		padding: 1px;
		}		
	
form p label {
		font-size: 12px;
		color: #ffffff;
		padding-right: 15px;
		float: left;
		width: 40%;
		}
	
form p .box {
		font-family: Arial, sans-serif;
		color: #000000;
		border: 1px solid #916600;
		padding: 0px;
		margin-top: 10px;
		width: 300px;
		height: 100px;
		}		

form p .button {
		font-size: 12px;
		color: #FFFFFF;
		background-color: #6d3f01;
		border: 1px solid #aa8400;
		padding: 2px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		cursor: pointer;
		}	

/* SHADOW */

#shadow {
		margin: 0 auto;
		width: 840px;
		height: 715px;
		background: #e3dfd3 url(../images/shadow/bodyshade.jpg) no-repeat;
		overflow: visible;
		}
	
/* LINKS */

.link_page {
		color: #544433;
		text-decoration: none;
		font-weight: bold;
		}

.link_page:hover {
		color: #8e5d2d;
		text-decoration: none;
		}
		
.link_footer {
		color: #a69b7f;
		text-decoration: none;
		font-weight: bold;
		}

.link_footer:hover {
		color: #ccbf9d;
		text-decoration: none;
		}

/*FLOATBOX*/

#hag_floatbox {
		margin: 10px;
		color: #ffffff;
		}
		
.hag_floatbox_table {
		border: 0px #808080 solid;
		}
		
.hag_floatbox_th {
		padding: 10px;
		border: 1px #969078 solid;
		background-color: #969078;
		font-weight: bold;
		} 
	
.hag_floatbox_td {
		padding: 10px;
		border: 1px #808080 solid;
		background-color: #b1ae9d;
		}
		
a:focus {
    	outline: none; 
		}