/*           Peachhead Familes           */
/*   Site by Herzog Cowen Interactive    */
/*                                       */
/*                Popups                 */
/*                                       */


body                     {
                         background-color:#ff592f;
						 background-image: url(../images/layout/popups/ph_popup_header_tile.jpg);
						 background-repeat: repeat-x;
						 text-align:center;
						 margin:0px;
						 color:#61a44a;
						 font-size:11px;
						 font-family:Arial, Helvetica, sans-serif;						 
						 }
a                        {
		                 color:#61a44a;
		                 font-weight:bold;
						 }
h1                       {
						 width:550px;
						 height:43px;						 
						 margin:0px;
						 padding:0px;
						 font-size: 14px;
						 }
h1                       {
                         
						 }					 
h1 span                  {
                         visibility:hidden;
						 }
h2                       {
                         color:#ff592f;
						 font-size:1.5em;
						 margin:0px;
						 padding:0px;
						 margin-bottom:10px;
						 margin-left:10px;
						 }
/********************************/
#ph_container            {
                         width:550px;
						 margin-left:auto;
						 margin-right:auto;
						 background-image:url(../images/layout/popups/ph_popup_bg_tile.jpg);
						 background-repeat:repeat-y;
						 }
#ph_header               {
                         height: 173px;
						 }
#ph_content				 {
                         }
#ph_bodycopy			 {
						 background-image:url(../images/layout/popups/ph_popup_grad_tile.jpg);
						 background-repeat:repeat-x;
						 text-align:left;
						 width:528px;
						 margin-left:auto;
						 margin-right:auto;
						 font-size:1em;
						 }
#ph_bodycopy div		 {
						 margin-left:15px;
						 margin-right:15px;
					     }
#ph_endcap				 {
						 background-image:url(../images/layout/popups/ph_popup_bottom_cap.jpg);
						 width:550px;
						 height:29px;
					     }
#ph_footer     	         {	
						 color: #E8B825;
						 text-decoration: none; 
						 font-size: 10px;
						 position: relative;
						 height: 25px;
						 font-weight: normal;
						 }
/* Site Footer - Legal Link Style */
#ph_footer    a          {
                         color: #E8B825;
						 text-decoration: none; 
						 font-size: 10px;
						 }
#ph_footer   a:link      {						  
						 color: #E8B825;
						 text-decoration: none;
						 }
#ph_footer   a:visited   {
						 color: #E8B825;
						 text-decoration: none;
						 }
#ph_footer   a:active    {
						 color: #E8B825;
						 text-decoration: none; 
						 }
#ph_footer   a:hover     {
						 color: #E8B825;
						 text-decoration: underline;
						 }	

/********************************/
.signature				 {
						 font-weight:bold;
						 }
.title   				 {
						 font-weight:bold;
						 font-size: 13px;
						 }
.hr						 {	
						 background:url(../images/layout/popups/ph_popup_divider.gif) no-repeat;
						 height:6px;
						 margin-left:15px;
						 margin-right:15px;
						 margin-top:10px;
						 }