@charset "UTF-8";
/* CSS Document */


body
			{
	margin: 0;
	padding: 0;
	background: #717d76;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
			}
			body a
			{
	display: inline;
	color:#c9c299;
	font-family:Arial, Helvetica, sans-serif;
			}
			body a img
			{
				display: block;
				border: none;
			}

	select, input, textarea {
		font: 99% arial,helvetica,clean,sans-serif;
		}

	pre, code {
		font: 115% monospace;
		}

/* Removes Ugly Default Border From Linked Images
-------------------------------------------------------*/

a img {
	border: none;
	}


/* Gereric Clear, Use On Divs
-------------------------------------------------------*/

.clear {
	clear: both;
	}

.clearfix:after {
	
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}
	
/* Hide from IE Mac \*/

.clearfix {
	display: block;
	}
	
/* End hide from IE Mac */

/* Accessible Hide: visualy hides an element yet
   makes content available to screen-readers.
-------------------------------------------------------*/

.hide {
	position: absolute;
	left: -3000px;
	}

/* Makes Horizontal Rules look (somewhat) consistant
   accross popular browsers.
-------------------------------------------------------*/

hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 0 0 10px;
	}


/* Define some default margins to common elements,
   again for cross-browser purposes
-------------------------------------------------------*/

body {
	margin: 0; padding: 0;
	}



/****global page attributes*******/


html {

	}



body {

		background: #99c68e ;

		text-align: center;

		margin-top:10px;

		margin-bottom:10px;

		}



#page {
	width: 950px;
	position: relative;
	/* for Right-Nav, change to /bg-page-alt.jpg */

			margin: 0 auto;
	text-align: left;
	border: 3px solid #eee;
	background-color: #fff8c6;
			}

#listingpage{
	width: 2000px;
	position: relative;
	/* for Right-Nav, change to /bg-page-alt.jpg */

			margin: 0 auto;
	text-align: left;
	border: 3px solid #eee;
	background-color: #fff8c6;
			}

#page-wrap {

}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	margin: 0 0 1em 0; padding: 0 0 .5em 0;
	}

h1 {
	font-size: 167%;
	color:#f87431;
	border-bottom:1px solid #848484;
	}

h2 {
	font-size: 152%;
	color:#4e9258;
	}

h3 {
	font-size: 126%;
	color:#4e9258;
	}

h4 {
	font-size: 122%;
	}

h5 {
	font-size: 110%;
	color:#FF0000;
	font-weight: bold;
	line-height: 1.22em;
	padding-top: 5px;
	}

h6 {
	font-size: 14px;
	color:#FF0000;
	font-weight: bold;
	line-height: 1.22em;
	padding-top: 5px;
	}
	
h7{
	font-size: 14px;
	color:#008000;
	font-weight: bold;
	line-height: 1.22em;
	padding-top: 3px;
	padding-bottom:3px;}

h8{
	font-size: 18px;
	color:#FF0000;
	font-weight: bold;
	line-height: 1.22em;
	padding-top: 5px;
}
	
.floatl{
	float:left;
	padding:3px 5px 5px 5px;
	}
.floatr{
	float:right;
	padding:3px 5px 5px 5px;
	}
	

/*  ## Accessibility Menu (Usualy Hidden)

==============================================================



  These styles control the display the "skip to content" and

  "Skip to Navigation" Links. These links are normaly hidden

  from Web browsers.



------------------------------------------------------------*/



#accessibility {

	display: none;

	}



	#nav-skipto-content {

		}



		#nav-skipto-navigation {

			}





/*********** Header ***********/


#header-wrap{
	width: 950px;
	height: 250px;
}

#header {
	float:left
	
	}


#flash{	
float:right;
}





/*  ## Navigation

==============================================================



  This space is reserved for styles that control the 

  navigation of the site. #nav-site is normally the top

  nav, #nav-secondary is the  left "side" navigation.



------------------------------------------------------------*/

#nav {

	}



#nav-wrap {

}

#nav-primary {
	background:#f87217;
	width:inherit;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background-color: #f87217;
}



#nav-primary-wrap {
	background-color:#f87217;

}
				
#nav-primary ul {
	margin: 0 0 0 120px;
	padding: 0;
	list-style: none;
}



#nav-primary li {
	margin: 0; padding: 0;
	float: left;

						
}


#nav-primary a {
	float: left;
	text-decoration: none;
	color: #fff;
	background: #f87217;
	padding: 10px 20px 9px 20px;
	border-left:1px solid #000;
	/* for Right-Nav, change to border-right:1px solid #d1d1d1; */

	font-size:14px;							

}

#nav-primary a:hover {

			color:#000000;

}


/***************Left side of page**********/							

#nav-secondary {
	float: left;
	width: 200px;
	text-align: center;
	border-right-color: #666666;
	border-right-width: thin;
	border-right-style: solid;
	padding-right: 3px;
}


#nav-secondary-wrap {
	margin:10px 0 0 10px;
	padding:0;
	width:175px;

}


#nav-secondary ul {
	margin: 0 0 10px 0; padding: 0;
	list-style: none;
	border:1px solid #ccc;
	border-top:none;

}

#nav-secondary li {
	margin: 0; padding: 0;
	text-align:right;
	border-top:1px solid #ccc;
}

#nav-secondary a {
	color: #fff;
	display:block;
    text-decoration: none;
	background:#f87217;
	padding:4px 8px 3px;

}

#nav-secondary a:hover {
	background:#717d76;
}
							

#nav-secondary img {
	border-bottom:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}


#nav-secondary ul.sub-submenu {
	border:none;
	margin-bottom:0;

}

				

#nav-secondary li.sub {
	margin:0; padding:0;
	border:none;
	border-top:1px solid #ccc;

}
				

#nav-secondary ul li.sub a {
	padding-left:15px;
	background:#959595;

}

						
#nav-secondary ul li.sub a:hover {

	background:#888;

}

/*********Contact Box ***********/
#nav-secondary-contactbox{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #6e8e67;
	text-align: center;
	vertical-align: middle;
}	
/************* #search styles ***************/

#nav-secondary-search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
	#search form{
 	margin: 0px;
 	padding: 0px;
}
	
	#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/******Right side - use this code if not having the Listings boxes ********/


#rightcolumn{
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px; /* padding keeps the content of the div away from the edges */
	margin-left:15px;
	margin-right: 10px;
	margin-top: 10px;
	border-color: #717d76;
	border-style: groove;
	border-width: thin;
}
#content .right-col li, #content .right-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .right-col li {
  border-left: 1px solid #615331;
  padding-left: 9px;
  margin: 10px;
}
#content .right-col a {
  font-size: 12px;
  font-weight: normal;
  color: #67450D;
}
#content .right-col a:hover {
  color: #2C1D04;
}							

.table{
font-size:12px;
color:#000000;
font-family:verdana;
}

/*******Right side - Listings boxes **********/
#gallery {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

#gallery .box {
	width: 100px;
	padding: 15px 23px 2em 23px;
	margin-right: 1px;
	float: left;
	margin-top: 10px;
	background-color: #6E8E67;
	
}

#gallery .box h3{
	font-size: 16px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-align: center;
	color: #000000;
}
/*******first image in gallery **************/
#gallery .box .pic1{
	margin:5px 3px;
	padding:3px 2px;
	background-image: url(../images/housepool.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
#gallery .box .text1{
	text-align: center;
	line-height: 20px;
	color: #000000;
	font-family: "Trebuchet MS";
	padding-bottom: 5px;
	margin-top: 2px;
	}

/**********second image in Gallery ***************/
#gallery .box .pic2{
	margin:5px 3px;
	padding:3px 2px;
	height: 60px;
	background-image: url(../images/northocala.jpg);
	background-repeat: no-repeat;
}
#gallery .box .text2{
	text-align: center;
	line-height: 20px;
	color: #000000;
	font-family: "Trebuchet MS";
	padding-bottom: 5px;
	margin-top: 2px;
	}
/********another box - not yet set up *************/

#gallery .box .more {
  height: 18px;
  line-height: 18px;
 
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.2em;
  padding-right: 4px;
  margin-bottom: 0;
}
#gallery .box  a {

}
#gallery .boxa:hover {
	color:#FF0000;
 
}
#gallery .box-lit {
  background: #95b9c7;
}
#gallery .box-lit h3 {
 }
#gallery .box-lit .more {}
 




/********Content Area ************/

		#content {
	width: 540px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
}	

		#content img {  /*********allows for padding around the image without worries ********/
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 5px;
}

		content a {
	color:#0000FF;
	text-decoration:underline;
			}
		
		#content a:hover {
	color:#FF0000;
				}			
	#content ul{
	}
	
	
/**************family gallery*************/
#famgallery{
	margin:5px 10px 20px 10px;
	height: 90px;
	width: 520px;
}
Famgallery ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}
#famgallery li {
	margin: 0;
	padding: 5px 5px 5px 5px;
	float: left;
	list-style-type: none;
}
#famgallery a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px 9px 20px;
	font-size:14px;				
}

#famgallery img{
float:left;
}


/********Listings Content*************** ANY PAGE THAT REQUIERS LARGER CONTENT AREA ***************/

#listingscontent{
	width: 1024px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	overflow:hidden;

}	

		

	
	
/**************References Page****************/


#clientbox{
	margin: 0px 0px 0px 0px;
	color:#000000;
	font-size:14px;
	width:520px;
	height:180px;
	text-align:left;
	border-bottom: medium groove #999999;
}

#clientboxsm{
	margin: 0px 0px 0px 0px;
	color:#000000;
	font-size:14px;
	width:520px;
	height:125px;
	text-align:left;
	border-bottom: medium groove #999999;
}
#clientbox1{
	margin: 0px 0px 0px 0px;
	color:#000000;
	font-size:14px;
	width:520px;
	height:250px;
	text-align:left;
	border-bottom: medium groove #999999;
}

#clientbox2{
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-size:14px;
	width:520px;
	height:270px;
	text-align:left;
	border-bottom: medium groove #999999;
}


/***********Stats**************/
.field{
font-family:arial;
font-weight:bold;
font-size:11px;
color:#000000;
}

.Fieldlabel{
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
	}
.CatHeader{
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	color:#000099;
}
.CatTitle{
font-family:arial;
	font-weight:bold;
	font-size:13px;
	color:#000;}


#right{
	float: right;
	width:200px;
	padding: 5px 0px 5px 20px;
	font-size:14px;
	color:#000;
	font-family:Verdana;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#left{
	float: left;
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* since this element is floated, a width must be given */
	width: 260px;
	margin: 10px 0px 0px 0px;
	}

/*  ## Legal Information (Footer)

==============================================================



  These styles are used for the footer: Copyright notice, etc.



------------------------------------------------------------*/



 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f87217;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#footer a {

	color:#ccc;
	text-decoration:underline;

}
#footer a:hover {

	color:#ddd;
}

				


				


				




		
