body {
	margin:0px; 
	padding:0px; 
	width:100%; 
	background-color:#8ca0aa;
}

#Site_Wrapper {
	width:780px; 
	margin:auto; 
	margin-top:15px; 
	background-color:#ffffff; 
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	color:#808080;
}
* html #Site_Wrapper {margin-bottom:15px;}

a img{border:none}

ul {
	list-style-type: none;
	margin: 0em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
}

/*Masthead*/

#topbar {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 193px;
}


#masthead { 
	margin: 0; 
	padding: 0 5px 5px; 
	background-color:#0099a1;
	height: 100%; 
	border:2px solid #ffffff;
	background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/banner.jpg);
	background-repeat:no-repeat;
}

#left { 
	width:70%;
	float:left;
}

#left form { 
	display:block; 
	text-align:right;
	visibility:hidden; 
	margin-top:2.6em; 
	padding-bottom:5px;
	margin-bottom:0; 
        display:none;
}

#left input.btn { 
	display:block; 
	width:6em; 
	background-color:#d3dce7; 
	border:solid 2px #a5a5a5; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.8em; 
	color:#000000; 
	height:1.7em; 
	visibility:hidden; display:none;
}

#left input.txt { 
	display:block; 
	width:20%; 
	border:solid 2px #81a6d5; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.8em; 
	height:1.25em; 
	visibility:hidden; 
	margin:0px; display:none;
}

#Navbox {
	position:absolute;
	top:10.4em;
	height:33px;
	/*width:545px;*/
	z-index:20;
}
* html #Navbox{margin-left:-232px}

/* styles for the navigation  */
#nav, #nav ul {
	float: left; 
	list-style: none;  
	line-height: 1;  
	padding: 0;  
	font-weight: normal;  
	width: 100%;  
	margin:0px 0px 0px 116px;  
	font-size: 1em; 
	height:33px;
}

#nav a {
	display: block;  
	width: 109px;   
	w\idth: 100%;  /* Top level list width  IE BOX model hack*/
	text-decoration: none; 
	padding:12px 0px 0px 2px;  
	font-family: Verdana, Arial, "Arial Narrow", sans-serif;  
	font-size: 0.8em;  
	font-weight:bold;  
	height:23px;
	color: #ffffff;
	text-align:center;
	background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/nav_bg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;	
}

#nav a:hover{height:27px; background-position:0px -67px;}

* html #nav a{padding:12px 0px 0px 0px;}

#nav a.on{
        display: block;  
	width: 109px;   
	w\idth: 100%;  /* Top level list width  IE BOX model hack*/
	text-decoration: none; 
	padding:12px 0px 0px 2px;  
	font-family: Verdana, Arial, "Arial Narrow", sans-serif;  
	font-size: 0.8em;  
	font-weight:bold;  
	height:23px;
	color: #ffffff;
	text-align:center;
	background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/nav_on.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#nav li { 
	float: left;  
	width: 109px;  
	padding: 0;  
}

/* Main content wrapper */
#mainContent {
	width:740px;
	float:left;
	background-color:#FFFFFF;
	padding:30px 0px 30px 40px;
	margin-bottom:15px;
}
/* End Main content wrapper */


/* ---- left column ---- */
#leftbar{
	width:130px;
	float: left;
}

#leftbar h1{
	font-size:1em;
	color:#0099a1;
	margin:-20px 0px 0px 0px;
}
* html #leftbar h1{margin:0px 0px 5px 0px;}

/* ---- Nav Boxes for the left hand column ---- */
.NavBoxLeft{	
	width:140px;
	padding:0px 0px 20px 0px;
	font-size:0.75em;
}

.NavBoxLeft h1{
	font-size:1em;
}

.NavBoxLeft h2{
	font-size:1em;
}

.NavBoxLeft h3{
	font-size:1em;
}

.NavBoxLeft p{
	width:140px;
}

.NavBoxLeft a {color:#808080; text-decoration: none; }
.NavBoxLeft a:visited {color:#808080; text-decoration: none; }
.NavBoxLeft a:hover, .NavBoxLeft a:active {color:#808080; text-decoration: none; }

.NavBoxLeft img {
	padding:0px;
}

.NavBoxLeft_links{	
	width:140px;
	padding:0px 0px 20px 10px;
	font-size:0.75em;
	font-weight:bold;
}
* html .NavBoxLeft_links{margin:15px 0px 0px 0px;}

.NavBoxLeft_links a {color:#808080; text-decoration: none; }
.NavBoxLeft_links a:visited {color:#808080; text-decoration: none; }
.NavBoxLeft_links a:hover, .NavBoxLeft a:active {color:#808080; text-decoration: underline; }

ul#County_cat a{
        margin-bottom:3px;  
        display:block;
        text-align:left; 
        padding:5px 0px 0px 10px;
        color:#ffffff;
        font-weight:bold;  
        width:165px; 
        height:25px;
        background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/prop_navbg.jpg);
        background-position:0px 0px; 
        background-repeat:no-repeat; 
        text-decoration:none;
		font-size:11px;
}

ul#County_cat a:hover{height:25px; background-position:0px -45px;}
/* ---- End Nav Boxes for the left hand column ---- */
/* ---- end left column ---- */



/* ---- middle column ---- */
#middlebar{
	width:380px;
	float: left;	
	margin:0px 0px 0px 30px;
}
* html #middlebar{width:380px;}
	
#PageTitle {
	padding:0px; 
	width: 380px; 
}
* html #PageTitle {width:380px;}

#PageTitle h1{
	font-size: 1.2em;
	margin:0px;
}
* html #PageTitle h1{margin-bottom:20px;}
	
#Content { 
	width: 380px; 
	margin:0px; 
}
* html #Content {width:380px;}

#Content h2{
        font-size:1em;
        margin:0px;
}

#Content h3{
        font-size:1em;
        margin:0px;
}

#Content p{
        font-size:0.8em;
        margin:5px 0px 5px 0px;
}

#Content ul{
	list-style-type: disc;
	margin-left:15px;
}

#Content table{
        margin-top:20px;
}

#Content table h3{
        font-size:0.8em;
        margin:0px;
        font-weight:normal;
}

#Content table input{
        margin:2px 0px 2px 0px;
}

table.index_table td h1 a{
        font-size:0.8em;
        color:#808080;
        text-decoration:none;
}

table.index_table td h1 a:hover{
        text-decoration:underline;
}

table.index_table td a{
        font-size:1em;
        color:#808080;
        text-decoration:underline;
}
					
/* ---- end middle column ---- */



/* ---- right column ---- */
#rightbar{
	width:190px;
	float: left;
	margin:0px 0px 0px 10px;
}
* html #rightbar{width:190px; margin:0px 10px 0px 0px;}

/* ---- Nav Boxes for the right hand column ---- */

.NavBoxRight{	
	width:190px;
	padding:0px 0px 10px 0px;
	font-size:0.75em;
}
* html .NavBoxRight{padding:0px 0px 30px 0px;}

.NavBoxRight p{
	width:190px;
}

.NavBoxRight h1{
	font-size:1em;
}

.NavBoxRight h2{
	font-size:1em;
}

.NavBoxRight h3{
	font-size:1em;
}

.NavBoxRight a {color:#808080; text-decoration: none; }
.NavBoxRight a:visited {color:#808080; text-decoration: none; }
.NavBoxRight a:hover, .NavBoxRight a:active {color:#808080; text-decoration: none; }

.NavBoxRight img {
	padding:0px;
}

.NavBoxRight img.float{
	float:left;
	width:95px;
	height:68px;
	padding:0px 5px 0px 0px;
}
* html .NavBoxRight img.float{
	float:left;
	width:90px;
	height:68px;
	padding:0px 5px 0px 0px;
}

* html .NavBoxRight p.float{width:90px; float:left;}

.NavBoxRight_menu{	
	width:200px;
	padding:0px 0px 20px 10px;
	font-size:0.75em;
}
* html .NavBoxRight_menu{width:180px; padding:0px 0px 20px 10px;}

.NavBoxRight_menu a{
        float:left; 
        display:block;
        text-align:left; 
        padding:10px 0px 0px 10px;
        color:#ffffff;
        font-weight:bold;  
        width:165px; 
        height:25px;
        background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/prop_navbg.gif);
        background-position:0px 0px; 
        background-repeat:no-repeat; 
        text-decoration:none;
}

.NavBoxRight_menu a:hover{height:25px; background-position:0px -75px;}

.NavBoxRight_menu a.on{
        float:left; 
        display:block;
        text-align:left; 
        padding:10px 0px 0px 10px;
        color:#ffffff;
        font-weight:bold;  
        width:165px; 
        height:25px;
        background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/prop_navon.gif);
        background-position:0px 0px; 
        background-repeat:no-repeat; 
        text-decoration:none;
}



/* ---- End Nav Boxes for the right hand column ---- */
/* ---- end right column ---- */


/* ---- Layout for properties ---- */
.properties_container{
	width:100%;
	clear:both;
	margin:0px 0px 40px 0px;
}
* html .properties_container{margin:30px 0px 40px 0px;}

.properties_container .NavBoxLeft{	
	width:140px;
	padding:0px 0px 20px 0px;
	font-size:0.75em;
	text-align:right;
	font-weight:bold;
	float:left;
}

.properties_container .NavBoxLeft a.search{	
	display:block; 
	width:74px; 
	padding:0px 35px 0px 0px;
	margin:95px 0px 30px 65px;
	background-position:76px 0px; 
	background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/search_rollover.jpg);
	background-repeat:no-repeat; 
	text-decoration:none;
        height:29px;
}
.properties_container .NavBoxLeft a.search:hover{
         background-position:76px 29px;
         height:29px;
}
* html .properties_container .NavBoxLeft a.search{margin:95px 0px 0px 80px;}

.properties_container .prop_img_container{
	width:186px;
	height:139px;
	float:left;
        margin-left:30px;
	position:relative;
}
* html .properties_container .prop_img_container{margin-left:0px}

.properties_container .prop_img{
	width:186px;
	height:139px;
	float:left;
	position:absolute;
	z-index:1;
}
* html .properties_container .prop_img{margin:0px;}

.properties_container .prop_img_sold{
	width:186px;
	height:139px;
	background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/sold.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:2;
	margin:95px 0px 0px 0px;
}
* html .properties_container .prop_img_sold{margin:95px 0px 0px 0px;}

.properties_container .prop_desc{
	width:350px;
	float:left;
	margin:0px 0px 0px 20px;
}
* html .properties_container .prop_desc{margin:0px 0px 0px 10px;}

.properties_container h1 a{
	color:#ae0000;
	font-size:0.6em;
	font-weight:500;
	margin:0px;
        text-decoration:none;
}

.properties_container h2{
	font-size:0.8em;
	margin:0px;
}

.properties_container p{
	font-size:0.8em;
}

/* ---- End Layout for properties ---- */



/* ---- General classes ---- */
.red{color:#ae0000;}
/* ---- General classes ---- */






/*---This line stops safari from reading what ever is below it---*/
#nothing{display:block;#}
/*---anything below this line cannot be read by safari---*/



.properties_container .NavBoxLeft a.search{	
	display:block; 
	width:74px; 
	padding:0px 35px 0px 0px;
	margin:95px 0px 30px 65px;
	background-position:76px 0px; 
	background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/search_rollover.jpg);
	background-repeat:no-repeat; 
	text-decoration:none;
        height:29px;
}
.properties_container .NavBoxLeft a.search:hover{
         background-position:76px -71px;
         height:29px;
}

.NavBoxRight_menu a{
        margin-bottom:3px; 
        float:left; 
        display:block;
        text-align:left; 
        padding:5px 0px 0px 10px;
        color:#ffffff;
        font-weight:bold;  
        width:165px; 
        height:25px;
        background-image:url(http://www.littlepigs.net/Site_files/smallpigs/CSS/prop_navbg.jpg);
        background-position:0px 0px; 
        background-repeat:no-repeat; 
        text-decoration:none;
}

.NavBoxRight_menu a:hover{height:25px; background-position:0px -45px;}










































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































