


#control_overlay {
		background-color:#000;
	}
	
	.modal {
		background-color:#fff;
		padding:10px;
		border:1px solid #333;
	}

	
	.modal_window {
		/*background:#070b7c;*/
		background:white;
		/*-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		padding:10px;*/
		/*overflow-y:scroll;/*mostly for footer popups*/
	}
	
	
	
	.modal_window .popup_page { /*for footer popups*/
	background:white !important;
	overflow-y:scroll;/*mostly for footer popups*/
	height:24em;
	padding-top:10px;
	position:relative !important; /*fixes IE6 overflow bug*/
	}
	
	.modal_window .popup_page h3{
		padding: 0em !important;
	}
	
	.modal_window .window_contents {
		margin-top:20px;/*extra 10 px for plone*/
		/*width:100%;
		height:100%;*/
	}

	.modal_window .window_header {
		text-align:center;
	}

	.modal_window .window_title {
		position:absolute;
		top:0;
		left:0;
		font-size:11px;
		cursor:move;
		font-family:"Lucida Grande",Verdana;
		font-weight:bold;
		color:#fff;
		/*margin:7px 0px;*/
		padding:4px 0px;/*for plone*/
		/*min-width:150px;
		min-height:100px;*/
		background:#070b7c;
		width:100%;
	}
	
	

	.modal_window .window_close {

		position:absolute;
		top:4px;
		left:5px;
		height:13px;
		width:13px;
		background:url("window_close.gif") no-repeat; 
		cursor:pointer;
	    cursor:hand;
	}





/* extra rules as not part of bpc site */


.vcard{
	/*font-size:0.75em;*/
}

.vcard img {
	float:left;
	clear:left;
	padding-top:1em;
	padding-left:6em;
width:33px;
}

#contact-contents .vcard span{

	display:block;/*for line returns*/
	width:16em; /*needed to keep boundries for ie7*/
}





.vcard address{
	/*float:left;*/
}

address{
/* scres with addresses in page
	font-style:normal;
	padding-top:1.1em;
	padding-bottom:1em;
	padding-left:1.5em;
*/

}

#contact-contents address{
	float:left;
	padding-left:1.5em;
}

/*must be div, spans used in inline text*/

.vcard div.tel{
	float:left;
}

div.tel {

	float:left;
}

div.type {
	float:left;
	padding-right:2em;
}

/*is there a way to do this without wrappers?*/

.vcard .telWrapper{
	float:left;
	padding-top:1.1em;
	padding-bottom:1em;
	padding-left:1.5em;
	width:17em;
}

.vcard .emailWrapper{
	float:left;
	padding-top:1.3em;
	padding-bottom:1em;
	padding-left:1.5em;
width:17em;
}

.infoWrapper{
	float:left;
	padding-top:1.1em;
	padding-bottom:1em;
	padding-left:1.1em;
	width:30em; /*needed to keep boundries for ie7*/
}

.infoWrapper p{
	padding:0em;
	margin:0em;

}

.infoImg {
	clear:left;
	float:left;
	padding-top:1em;
	padding-left:9.75em;
}


#contactInfo img,  #contactInfo .infoImg{
	/*cancels out padding for popup*/
	padding-left:0em;
	margin-left:0em;
}
