@charset "UTF-8";
/* CSS Document */




/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,table,tr,td,th,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; } /* Forces IE & IE to treat padding the same */
html { margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px; }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: solid; height: 1px; overflow: hidden; }
input { padding: 3px 0px 0px 0px; height: 22px; line-height: 18px; color: #333333; }
input.button { height: auto; line-height: 20px; padding: 0px; }
textarea, select, select * { color: #333333; }

a img { border: none; }

/*ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }*/
/*li { list-style-type: square; margin-bottom: 4px; }*/

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Times; font-weight: bold; }

h1 { margin: 0px 0px 5px 0px; font-weight: normal; font-family: "Times New Roman", Times, serif; font-size: 13px; line-height: 17px; color: #7e7e7e;}
h2 { margin: 0px 0px 5px 0px; font-weight: normal; font-family: "Times New Roman", Times, serif; font-size: 13px; line-height: 17px; color: #7e7e7e;}
h3 { margin: 0px 0px 5px 0px; font-weight: normal; font-family: "Times New Roman", Times, serif; font-size: 13px; line-height: 17px; color: #7e7e7e;}
/*p, table, td, div, li  { color: #717074; font-size: 9px; line-height: 17px; }*/
/*p  { margin: 0px 0px 12px 0px; }*/
a { text-decoration: none; }
sup { line-height: 10px; }

	


/*fixes transparency in ie 6*/
/* * { behavior: url('images/iepngfix.htc') } */
/* Be sure and place the iepngfix.htc file and the blank.gif file in your images directory*/
/*end ie6 hack*/




/***************************************************************************************/
/* SPECIFIC TO LAYOUT */
/***************************************************************************************/

	
.middle {
	margin-right: 300px;	
}
	
	* {
		margin: 0;
		padding: 0;
		outline: none;
	}

	body {
		text-align: center;
	}

	#container {
		width: 970px;
		position: relative;
		margin: 0 auto;
	
	}
	
	
	#header {
		width: 970px;
		position: relative;
		margin: 0 auto;
		background-color:#fefefe;
		background-image:url(../images/top-gradient.png);
		background-repeat: repeat-y;
		height: 125px;
		/*	overflow:hidden; */
	}

	#header h1 {
		margin: 0; padding: 0;
	}

	#header h1 a {
	width: 206px;
	height: 125px;
	background-image: url(../images/the-lyle-anderson-companies.png);
	text-indent:-9999px;
	position: absolute; /*	this is making it shift down 20 pixels or so */
	top: 0px;
	left: 383px;
	z-index: 10;
	line-height: .1em;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	}
	
	#header ul {
		float: left;
		margin: 40px 0px 0px 25px; padding: 0;	
		list-style: none;
		position: relative;
	}
	
		#header ul li {
			float: left;
		}
	
		#header ul li a {
			height: 43px;
			background-position: top left;
			background-repeat: no-repeat;
			float: left;
			display: block;
			text-indent: -9999px;
		}
			
	
			#header ul li ul {
				display: none;
				position: absolute;
				top: 0;
				left: -25px;
				z-index: 20;
				background: #fff;
				border: 1px solid #a6a876;
				padding: 0 5px;
			}
			
				#header ul ul li {
					float: none;
					display: block;
					text-align: left;
				}
			
				#header ul li ul a {
					text-indent: inherit;
					margin-bottom: -1px;
					display: block;
					float: none;
					color: #7e7e7e;
					font-size: 12px;
					line-height: 1.75em;
					height: auto;
					border-bottom: 1px solid #a6a876;
					padding: 3px 10px;
					font-family: Georgia, "Times New Roman", Times, serif;
				}
			
				#header ul li ul a:hover {
					color: #a6a876;
				}
			
			#header ul li:hover ul {
				display: block;	
			}
				
		
				#header ul li a:hover {
					background-position: 0 -43px;
				}


			#navPortfolio {
				width: 100px;	
				background-image:url(../images/nav/portfolio.png)
			}
		
			#navExpertise {
				width: 93px;	
				background-image:url(../images/nav/expertise.png)
			}
		
			#navLetter {
				width: 117px;	
				background-image:url(../images/nav/letter.png)
			}
	
		
			#navContactAlt {
				width: 98px;	
				background-image:url(../images/nav/contact-us-alt.png)
			}
	
			#navContactAlt {
				width: 98px;	
				background-image:url(../images/nav/contact-us-alt.png)
			}
			
			#navTeam {
				width: 98px;	
				background-image:url(../images/nav/team.png)
			}
		
			#navAwards {
				width: 101px;	
				background-image:url(../images/nav/awards.png)
			}
		
			#navPhoto {
				width: 74px;	
				background-image:url(../images/nav/photo.png)
			}
			
			

			
			#portfolio #navPortfolio, #expertise #navExpertise, #letters #navLetter, #team #navTeam, #awards #navAwards, #gallery #navPhoto,  #contact #navContactAlt {
				background-position: 0 -86px;	
			}
			
				#portfolio #navPortfolio:hover {
					background-position: 0 -43px;
				}
			
				#contact #contactus{
				background-position: 0 -24px;	
			}		

	
		
				#contactus a {
					position: absolute;
					width: 104px;
					height: 24px;
					background-position: top left;
					background-repeat: no-repeat;
					display: block;
					text-indent: -9999px;
					background-image:url(../images/nav/contact-us.gif);
					top: 0px;
					left: 866px;
				}
			
					
		#contactus a:hover {
			background-position: 0 -24px;
		}
			
	
		
			
		#mainContent{
			width: 970px;
			position: relative;
			margin: 3px auto;
			background-color:#dfded5;
		}
		
		
		
			
			
		#copyWrapper{
		width: 335px;
		float: left;
		background-color:#dfded5;
		}
		
		
	
		
		
		#copyWrapperWide{
		width: 632px;
		float: left;
		background-color:#dfded5;
		}
		

		#copyLeftWide {
		margin: 25px 20px 25px 25px;
		}
		
		
		#copyArea, #copy2Area {
		margin: 25px 20px 25px 25px;
		}
		
	
	
		
		
		#copyArea h1, #copy2Area h1, #copyLeftWide h1{
	  margin: 0px 0px 10px 0px;
	  padding: 0px;
	  font-family: "Times New Roman", Times, serif;
	  color: #7e7e7ef;
	  text-align: left;
	  font-size: 18px;
	  line-height: 19px;
			}
			
	

	
		#copyArea h2, #copy2Area h2, #copyLeftWide h2{
		margin: 15px 0px 0px 0px;
		padding: 0px;
		font-family: "Times New Roman", Times, serif;
		text-transform: capitalize;
		color: #7e7e7e;
		text-align: left;
		font-size: 14px;
		line-height: 17px;
		font-weight: bold;
			}
			
			
			
		#copyArea ul, #copy2Area ul, #copyLeftWide ul{
			padding: 0px;
			margin: 0px;
			text-align:left;
			
			}
		  #copyArea li, #copy2Area li, #copyLeftWide li {
		  padding: 0px;
		  margin: 0px 0px 5px 17px;
		  font-family: "Times New Roman", Times, serif;
		  font-size: 13px;
		  line-height: 15px;
		  color: #7e7e7e;		  
		  }
				
		 #copyLeftWide a {
		 	text-decoration: underline;
			color: #7e7e7e;		  


		 }
		
		#copyArea p, #copyArea p a, #copyLeftWide h3, #copyLeftWide h3 a{
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 23px;
		color: #a6a876;
		padding: 0px 0px 10px 0px;
		font-style: italic;
		text-align: left;
		}
		
		
			#copyArea p a, #copyLeftWide h1 a{
		
		color: #a6a876;
	
		}
		
		#copyLeftWide h3 a:hover{
		color: #7e7e7e;

			}
			
		#copyLeftWide h3 b{
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;

			}
			
			#copyArea p a:hover, #copyLeftWide p a:hover{
		
		color: #7e7e7e;
	
		}
		
	
		
			#photoWrapper{
		width: 632px;
		float: right;
		background-color:#fff;
		
		
		padding: 0px 0px 0px 3px;
		background-color:#fff;
		border-left-width: 3px;
		border-left-color: #FFF;		

		}
		
		#photoWrappershort{
	width: 335px;
	padding: 0px 0px 0px 3px;
	float: right;
	background-color:#fff;
	border-left-width: 3px;
	border-left-color: #FFF;				

		}
		
	#photoAreaCaptionLetter{
	height:300px;
	padding: 25px 25px 25px 25px;
	background-image:url(../images/divider-bar-short.png);
	background-repeat:no-repeat;
	background-color:#e6e4d7;
	background-position: 25px 25px;
		}
		
	#photoAreaCaptionTeam{
	height:2500px;
	padding: 25px 25px 25px 25px;
	background-image:url(../images/divider-bar-short.png);
	background-repeat:no-repeat;
	background-color:#e6e4d7;
	background-position: 25px 25px;
		}
	#photoAreaCaptionExpertise{
	height:200px;
	padding: 25px 25px 25px 25px;
	background-image:url(../images/divider-bar-short.png);
	background-repeat:no-repeat;
	background-color:#e6e4d7;
	background-position: 25px 25px;
		}
	#photoAreaCaptionAwards{
	height:900px;
	padding: 25px 25px 25px 25px;
	background-image:url(../images/divider-bar-short.png);
	background-repeat:no-repeat;
	background-color:#e6e4d7;
	background-position: 25px 25px;
		}			
		
	
		
		
		
		#photoAreaCaptionLetter h2, #photoAreaCaptionTeam h2, #photoAreaCaptionExpertise h2, #photoAreaCaptionAwards h2{
		margin: 20px 0px 5px 0px;
		padding: 0px;
		font-family: "Times New Roman", Times, serif;
		text-transform: capitalize;
		color: #a6a876;
		text-align: left;
		font-size: 14px;
		line-height: 17px;
		font-weight: bold;
		}
		
			
		#photoAreaCaptionLetter p, #photoAreaCaptionTeam p, #photoAreaCaptionExpertise p, #photoAreaCaptionAwards p {
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		line-height: 19px;
		color: #a6a876;
		padding: 0px 0px 10px 0px;
		font-style: italic;
		text-align: left;
		}
		
		
				  #copyLeftWide p, #copyLeftWide p em, #copyLeftWide a{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
}

				  #copyLeftWide p, #copyLeftWide p em{
	
	color: #7e7e7e;
}

				  #copyLeftWide p a{
	
	color: #7e7e7e;
	text-decoration:underline;

}
	  
	  #namesLeft, namesRight{
	float:left;
	width:300px;
	  
		  }
	  	  
	  #teamMember{
	margin: 10px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	background-image: url(../images/white-border.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px;	
		  }
	  
	  #biophoto{
	margin: 0px 0px 0px 0px;
	width: 110px;	
	float:left;
		  }
		  
	   #biocopy{
	margin: 0px 0px 0px 0px;
	width: 422px;	
	float: left;
		  }
	  
	  
	    #awardsbody{
	margin: 10px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	background-image: url(../images/white-border.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px;	
		  }
	  
	  
				
		#pressCopy ul{
	  padding: 0px;
	  margin: 0px;
	  text-align:left;
	  list-style-type: none;			
			}
		  #pressCopy li a{
	  padding: 0px;
	  margin: 0px 0px 0px -15px;
	  font-family: "Times New Roman", Times, serif;
	  font-size: 13px;
	  line-height: 15px;
	  color: #7e7e7e;		  
		  }
		  
		 #pressCopy li a:hover{
		color: #a6a876;		  
		  }
				
	
			
			#propertyDesertHighlands, #propertyLasCampanas, #propertyDesertHighlands, #propertySuperstitionMountain, #propertyLochLomond, #propertyDesertMountain, #propertyFuture{
				float:left;
				width: 150px;
				text-align:left;
				margin: 25px 45px 20px 0px;
				
				}
				
						
			#propertyList img{
				margin: 0px 0px 10px 0px;
				
				}
	
			#awardCopy h1, copyArea h1{
				margin: 0px 0px 10px 0px;
				padding: 0px;
				font-family: "Times New Roman", Times, serif;
				color: #7e7e7e;
				font-size: 20px;
				line-height: 20px;
			}
	
	
			#awardCopy p, #awardCopy a {
			  font-family: "Times New Roman", Times, serif;
			  font-size: 13px;
			  line-height: 17px;
			  color: #7e7e7e;	
			}
						
	
			#awardCopy p a:hover{
			color: #a6a876;	
			 	}
							  
			#awardCopy p a {
			text-decoration: underline;			
			}	
	
				#copyArea #viewPhotos a {
					width: 106px;
					display: block;
					text-indent: -9999px;
					height: 21px;
					padding: 0; margin: 0; line-height: .1em;
					overflow: hidden;
					background: url(../images/view-photos.gif) top left no-repeat;
				}
					
				#copyArea #viewPhotos a:hover {
					background-position: 0 -21px;	
				}

				#portoflioButtons {
					width:50px;
					float:left;
					
					}

				#backButton, #forwadButton {
				background-position: 0px 0px;	
				display: block;

				}		
	
				#backButton a {
				width: 23px;
				height: 21px;	
				background-repeat: no-repeat;
				display: block;
				text-indent: -9999px;
				background-image:url(../images/left-arrow.gif);
				}
					
					
				#forwadButton a {
				width: 23px;
				height: 21px;	
				background-repeat: no-repeat;
				display: block;
				text-indent: -9999px;
				background-image:url(../images/right-arrow.gif);
				}
						
					
				#backButton a:hover,  #forwadButton a:hover {
				background-position: 0 -21px;	
				}
			
			
			
			#copy2Wrapper{
		width: 632px;
		float: right;
		background-color:#fff;

		}
		
		
	

		
	
	
		
		#pressCopy {
		padding: 50px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background-image:url(../images/divider-bar.gif);
		background-repeat:no-repeat;
		background-position: 0px 25px;
			}
			
	
	
	#footercontainer {
		width: 970px;
		position: relative;
		margin: 0 auto;
		background-color:#fefefe;
		background-image:url(../images/top-gradient.png);
		background-repeat: repeat-y;
		height: 90px;
	}
	

		#footer {
		margin: 0px;
		padding: 0px;
		background-image:url(../images/decorative-pattern.png);
		background-position: 0 20px;	
		position:absolute;
		background-repeat:no-repeat;
		
	}
	
	#footer ul {
		margin: 20px 0px 0px 0px; padding: 0;	
		list-style: none;
	}
	
		#footer ul li {
			height: 16px;
			background-position: top left;
			background-repeat: no-repeat;
			float: left;
			display: block;
			text-indent: -9999px;
		}
	
			#footerMasterplanned {
				width: 221px;	
				background-image:url(../images/footer-info.png);
				background-position: 224px 0px;	

			}
	
	
			#footerGolf {
				width: 970px;	
				background-image:url(../images/footer-info.png);
				background-position: 445px 10px;	

			}
	
			#footerClubhouse {
				width: 136px;	
				background-image:url(../images/footer-info.png);
				background-position: 601px 0px;	

			}
	
	
	#footer h1 {
		width: 970px;	
		height: 12px;
		background-image:url(../images/footer-info.png);
		text-indent:-9999px;
		position: absolute;
		top: 60px;
		left: 0px;
		background-position: 0 -54px;	
	}
		
	#credits {
		width: 970px;
		height:15px;
		position: relative;
		margin: 0 auto;
	}	
		
			  
	 #credits h1 a{
		width: 41px;	
		height: 8px;
		margin: 0px;
		padding: 0px;
		background-image:url(../images/fervor-creative.gif);
		text-indent:-9999px;
		position:absolute;
		top: 0px;
		left:927px;
		  }
	
		
	  #credits p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #ccc;	
		position:absolute;
		top: 0px;
		left:0px;
		margin: 0px;
		padding: 0px;
		  }
	
	
	
	
ul#imgGallery {
	margin: 25px 0 0 0; padding: 0;
	list-style: none;
}

	#imgGallery a {
		display: none;	
	}
						
	#viewPhotos {
		line-height: .1em;
		font-size: 1px;
		padding: 0; margin: 0;
		margin-top: 25px;
	}

