/* CSS Document */
/*green background screened 20 to 50%*/
#welcomescreen {
background:#8dc196;
/*	position: absolute;
float: left;
	height: 800px;
	width: 4000px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
}

#welcomeWrap{
width:660px;
	/*filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;*/
}
#welcomescreen {
	/*height: 800px;
	width: 1250px;*/
	display: none;
}
#welcome {
background:url(../images/design/welcomebox-bg-y.png) repeat-y left top;
width:660px;
float:left;
}
#message {
	background:url (../images/design/welcomemap.png) no-repeat top left;
	width:660px;
	background: url(../images/design/welcomemap.png) no-repeat left 25px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	height: 495px;

}
p.welcomemessage {
	padding-top: 160px;
	padding-right: 275px;
	padding-left: 60px;
}
p.savecookies {
	font-size: 14px;
	padding-left: 60px;
	float: left;
	margin-top:-5px;}

#welcomeWrap #welcome #message span.enlarged {
	font-size: 33px;
	color: #28903a;
	line-height: normal;
}
#welcome #message .disclaimer {
	padding-left: 60px;
	padding-right: 275px;
	padding-top: 20px;
	font-style: italic;
	font-size: 14px;
}
p.savecookies a:hover {
	color: #28903a;
	text-decoration: none;
	background: url(../images/elements/checkbox-checked.png) no-repeat left -2px;
	padding-left:20px;
}
p.savecookies a {
	background: url(../images/elements/checkbox.png) no-repeat left -2px;
	text-decoration: none;
	color: #666666;
	padding-left:20px;
}
p.closebox {
	float:right;
	padding-right:25px;
	margin-top:-5px;
}
p.closebox a:hover {
	background: url(../images/elements/checkbox.png) no-repeat left -2px;
	text-decoration: none;
	color: #28903a;

}
p.closebox a {
	background: url(../images/elements/checkbox.png) no-repeat left -2px;
	text-decoration: none;
	color: #CCC;
	width:16px;
	height:16px;
}

#simplemodal-overlay{ background:#8DC196 none repeat scroll 0 0; }

