/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    color: #333;
    border: 2px solid #ccc;
	min-height:368px;
	width:578px;
	background: #fff url(../images/daisy_popup_long.png);
	background-repeat: no-repeat;
}

.jqmOverlay
{
background: url(../images/none.png);
z-index: -1000;
}

/*CSS for pop up boxes*/

#whatNextText, #whoWePublishText, .proposalText 
{
color: #fff;
float: right;
width: 320px;
padding: 20px;
}

#whatNextText h1, #whoWePublishText h1, .proposalText h1

{
font-family: "gill sans", arial, sans-serif;
text-align:left;
font-size:1.6em;
font-weight: bold;
padding-bottom:2px;
margin-bottom:20px;
}

.popupContactClose{
right:6px;
top:4px;
position:absolute;
display:block;
}

a:link.popup_link
{
color: #fff;
font-weight: bold;
text-decoration: underline;
text-align: center;
font-size: 1.2em;
}

a:visited.popup_link
{
}

a:hover.popup_link
{
text-decoration: underline;
color: red;
}

a:active.popup_link
{
}
