/*do not edit unless you're kelly or brett*/
p {font-size:1.08em;}
#home-center-sidebar {width:200px;padding-left:0;}
p.social {margin-bottom:3px;}
#contact .content p {font-size:1em;}

/* CONTACT PAGE HIDDEN POPOVER DIV STYING */
a.more_info, .olClose {
   	display:block;
	margin-top:-8px;
	margin-bottom:8px;
	text-align:right;
	font-size:11px;
	text-decoration:none;
}
a.more_info:hover, .olClose {
	color:#B0B91D;	
}

/* Black screen div */  
.olMatte
{  
    /* create a fullscreen semi-transparent black screen */  
    position:absolute;
	top:0px;
	left:0px;  
    width:100%;  
    height:300%;  
    background-color:#000000;  
    /*opacity:0.9;  */ 
    /*filter:alpha(opacity=90); */  
  
    /* set invisible until the html   
    onload event is triggered */  
    display:none; 
	z-index:1200;  
}  
  

.olBox
{  
    position:absolute;  
    width:700px;  
    height:450px;  
    background-color:#000000;   
    padding:15px;  
  
    /* x and y centered. */  
    top: 50%;  
    left: 50%;  
    margin-left:-350px;  
    margin-top: -239px;  
    display:none; 
	z-index:1201; 
	color:#ffffff;
	overflow:auto;
} 

.olBox p {
	font-size:0.97em;
	letter-spacing:0.01em;
	margin: 8px 0px;
}

.olBox h1, .olBox h2, .olBox h3 {
font-size:20px;
font-weight:normal;
letter-spacing:0.5px;
margin-bottom:10px;

}

