/*  The Stanhope Group LLC  */
/*  Kimberly Y. Denholm 1.603.431.4141  */

/*  Standard Layout  */

body 		{ background:url(images/backbrown.jpg);
		  font-family:garamond, geneva, arial, helvetica, sans-serif;
		  margin:20px;
		  line-height:150%; }

p		{ margin:10px; }

h2		{ background:inherit;
		  color:#2D4B08;
		  margin:10px;
		  padding-top:10px;
		  padding-bottom:10px; }

h2 em 		{ font-size:medium; }

li		{ list-style:square; 
		  line-height:175%; }

div#header	{ color:#2D4B08;
		  background:inherit;
		  border-bottom:#395F0B 15px solid;
		  padding-left:40px;
		  padding-top:40px;
		  margin-left:10px;
		  margin-right:10px; }

div#header h4	{ margin-left:50px; }

div#footer p	{ color:#2D4B08;
		  background:inherit;
		  clear:both;
		  text-align:center;
		  border-top:solid 1px;
		  margin-top:20px; 
		  padding-top:50px;}



/*  Specific Layout for Contact Us page  */

div#mailing	{ text-align:center; 
			  padding-bottom:30px; }
			  


/*  Specific Layout for Appraisal Services pages  */

/*  Not approved by PEStanhope background-image:url(images/uspap2006.gif)*/
div#svcsmain	{ background-position:75% 0%;
		  background-repeat:no-repeat;
		  background-color:transparent;
		  padding-right:50%; }
		  
div#svcsmaintop	{ position:absolute;
		  top:280px;
		  right:100px;
		  text-align:center;}



/*  Specific Layout for Index page  */

div#indexmain	{ position:absolute;
		  width:255px;
		  height:200px;
		  line-height:200%;
		  font-size:24px;
		  top:220px;
		  right:200px;
		  text-align:center;}
 
		  

/*  Columns for References Pages and Additional Information  */

div#left	{ margin-left:60px;
		  float:left; }

div#right	{ margin-right:100px;
		  float:right; }
		  
		  
		  
/*  Columns for Services Pages  */

div#svcsleft	{ margin-left:20px;
		  float:left; }

div#svcsright	{ margin-right:20px;
		  margin-top:75px;
		  float:right; 
		  text-align:right;
		  border-top:solid 1px;
		  border-bottom:solid 1px;
		  padding-top:20px; }



/*  Extra Div images throughout the site */

div#extra1	{ border:inset;
		  position:absolute;
		  width:255px;
		  height:360px;
		  top:220px;
		  left:180px; 
		  background-image:url(images/peterstanhope1.jpg); }
		  
		  

/*  Standard Links  */

a		{ background:inherit;
		  color:#2D4B08; }

a:link		{ text-decoration:none; 
		  font-weight:bold; }

a:visited	{ text-decoration:line-through; }

a:hover, a:active { text-decoration:underline; }