body,html {
	background: #d8e7fb url(../graphics/horsebackground.jpg);
}
#wrapper {
	background-color: #CCCCFF;
}
/**** Styles for the 2 columns ***/
#home {
		clear: left;
		width: 95%;
		float: left;
		margin: 1em 0 1em 2.34%;
}
#home a{
		color:#000099;
		margin: 1em 0 1em 2.34%;
}
#news {
		clear:  right;
		width:  40.33%;
		float:  right;
		margin: 1em 1.34% 1.0em 0;
        border:	1px solid #CCCCCC;
}
#banner {
	margin: 		10px 0 0 10px;
	padding:		20px;
}
#logo {
		float:		left;
		width:		155px;
		padding:	0 0 0 10px;
		margin:     0 0 10px 0 !important;
		margin:		10px 0 0 0;
}
#logoright {
		float:		right;
		width:		155px;
		padding:	0 0 0 10px;
		margin:     0 0 10px 0 !important;
		margin:		10px 0 0 0;
}
/*   Layouts      */
.forsaleleft {
	margin:			1px 0 10px 50px !important;
	margin:			1px 0 10px 10px;
	width:			60px;
	float:			left;
/*	background-color:#99FFFF;        */
}
.forsaleright {
	margin:			1px 0 10px 80px !important;
	margin:			1px 0 10px 30px;
	width:			550px;
	float:			left;
/* 	background-color:#FFFFCC;   */
}
/* ===  Horizontal Drop Down Menu ********* == */
#horizmenu{
	font-family:	 Verdana, Arial, Helvetica, sans-serif;
	font-size: 		14px;
	height:    		28px;
	border-top: 	1px solid #333333;
	border-bottom:	1px solid #333333; 
	border-left:	none;
	border-right:	none;
	padding:		0;
	margin:			0;
	background-color: #ffffcc;
	font-variant: normal;
	}
#horizmenu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#horizmenu ul{
	background-color:#ffffcc;
	font-weight: bold;
	border-width:	0;
	border-style: solid;
	text-transform: capitalize;
}
#horizmenu ul li{
	 display: inline;
}
#horizmenu ul li a{
	float: left;
  /*	Spacing of Buttons  */
	padding: 			0.5em 0.4em 0.5em 0.8em;
	text-decoration: 	none;
	font-family: 		Arial, sans-serif;
	font-size: 			12px;
	font-weight:		 bold;
}
#horizmenu ul li a:hover{
	color: 				red;
	font-style: 		normal;
	padding: 			0.5em 0.4em 0.5em 0.8em;
	background-color:	#ffffcc;
}
#horizmenu ul li a[onMouseover]:after{ 
content: "    ";
}
/****  Structure ***/
#content {
		margin:		0;
		}
#content div.right {
   font-size:       90%;
   text-align:      right;
   margin:          0;
   padding:         0;
   float:           right;
   clear:           right;
}
#content div.left {
   font-size:       90%;
   text-align:      left;
   margin:          0;
   padding:         0;
   float:           left;
}

html>body .dialog     /* Non ie Browsers Text Spilling Out */
{
	width: 450px;
	min-width:inherit	:450px;
}
/* *******   Boxes Set ups  */
.committeebox{
		width: 			45%;
		margin:			0px;
		padding-left:	2.0em;
		float:			left;
}

.clear {
	clear:		both;
}
.img-shadow img {
       display:  	block;
       position: 	relative;
       background-color: #fff;
       border: 		1px solid #a9a9a9;
       margin: 		-6px 6px 6px -6px !important;	   
       margin: 		-6px 3px 6px -6px;
       padding: 	5px;
}
.img-shadow {
        float:		right;  
        width: 		240px !important
		width:		250px;
        background: 	url(graphics/pictureshadow.png) no-repeat bottom right !important;
        background: 	url(graphics/pictureshadow.png) no-repeat bottom right;
        margin: 	10px 0 0 20px !important;
        margin: 	10px 0 0 10px;
}
.img-shadow-left img {
       display:  	block;
       position: 	relative;
       background-color: #fff;
       border: 		1px solid #a9a9a9;
       margin: 		-6px 6px 6px -6px !important;	   
       margin: 		-6px 3px 6px -3px;
       padding: 	5px !important;
	   padding:     10px;    
}
.img-shadow-left {
        float:		left;  
        width: 		240px !important;
		width:		260px;
        background: 	url(graphics/pictureshadow.png) no-repeat bottom right !important;
        background: 	url(graphics/pictureshadow.png) no-repeat bottom right;
        margin: 	10px 10px 0 40px !important;
        margin: 	10px 0 0 20px;
}  
.img-shadow-map {
        float:		right;
        width: 		210px !important;
		width:		220px;
        background: 	url(graphics/pictureshadow.gif) no-repeat bottom right !important;
        background: 	url(graphics/pictureshadow.gif) no-repeat bottom right;
        margin: 	10px 0 0 20px !important;
        margin: 	10px 0 0 10px;
}
.img-shadow-map img {
       display:  	block;
       position: 	relative;
       background-color: #fff;
       border: 		1px solid #a9a9a9;
       margin: 		-6px 6px 6px -6px !important;	   
       margin: 		-6px 3px 6px -2px;
       padding: 	5px !important;
	   padding:        10px;
}	


