body, html{
font-family: Verdana, Arial, Helvetica,	sans-serif;
background-color: #ffffff;
background-image:url(images/bg_logo.gif);
margin: 0;
padding: 0;
}
p {
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 11px;
	line-height:13px;
	font-weight: normal;
	color: #85b916;
	-webkit-text-size-adjust: 85%;
}
a {
color: #85b916;
text-decoration: underline;
}
a:visited {
color: #85b916;
text-decoration: underline;
}
a:hover {
color: #004b96;
text-decoration: underline;
}
H1 {
font-family: Verdana, Arial, Helvetica,	sans-serif;
font-size: 24px;
font-weight: normal;
color: #000000;
margin: 0 0 6px 0;
}
H2 {
font-family: Verdana, Arial, Helvetica,	sans-serif;
font-size: 13px;
font-weight: bold;
color: #004b96;
margin: 0 0 6px 0;
}
H3 {
font-family: Verdana, Arial, Helvetica,	sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
margin: 0 0 2px 0;
}
#container {
	background:#85b916;
	margin:auto;
	width:980px;
	border-left: 10px solid #efefef;
    border-right: 10px solid #efefef;

}
#header {
	height:151px;
	width:980px;
	float:left;
	background:url(images/header.jpg) bottom left no-repeat;

	}
#flags {
	width:100%;
	margin:0;
	display:inline-block;
	padding:5px 0 0 0;
	}
#flags img {
	padding: 0 10px 0 0;
	}
#content {
	background:#85b916;
	width:980px;
	float:left;
	padding-bottom:20px;
	padding-top:0;
	padding-left:0;
	margin:0;
  }
#content p {
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 13px;
	line-height:17px;
	margin: 0 30px 0 0;
	padding:0;
	color: #85b916;
	}
#content li {
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 13px;
	line-height:22px;
	margin-right: 30px;
	margin-left:-40px;
	color: #85b916;
	list-style:none;
	background:url(images/ico_li.gif) no-repeat center left;
	padding-left:30px;
	-webkit-text-size-adjust: 85%;
}

#content h3 {
  	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004b96;
	margin: 7px 0 2px 0;
	  }
#content h4 {
  	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004b96;
	margin: 7px 0 5px 23px;
	  }
.clear {
	clear:both;
	}
#ww h1, #nd h1, #ws h1 {
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004b96;
	margin: 7px 0 2px 10px;
	line-height:18px;
}
#ww p, #nd p, #ws p {
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 11px;
	line-height:13px;
	font-weight: normal;
	color: #85b916;
	margin: 2px 10px 2px 10px;
}
#ww {
	background:url(images/start_ww.png) bottom left no-repeat;
	width:301px;
	height:513px;
	float:left;
	margin:15px 0 20px 19px;
	padding:0;
	z-index:2;
	}
#nd {
	background:url(images/start_nd.png) bottom left no-repeat;
	width:301px;
	height:513px;
	float:left;
	margin:15px 0 20px 19px;
	padding:0;
	}
#ws {
	background:url(images/start_ws.png) bottom left no-repeat;
	width:301px;
	height:513px;
	float:left;
	margin:15px 0 20px 19px;
	padding:0;
	}
	
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:800px;		
	
	/* some padding to layout nested elements nicely  */
	padding:45px;

	/* a little styling */	
	font-size:11px;
	

}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(images/apple-close.png);
	position:absolute; right:20px; top:20px;
	cursor:auto;
	height:28px;
	width:28px;
	z-index:9997;
}
.apple_overlay a {
color: #85b916;
text-decoration: underline;
}
.apple_overlay h1 {
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004b96;
	margin: 9px 0 1px 10px;
}
.apple_overlay p {
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 11px;
	line-height:13px;
	font-weight: normal;
	color: #85b916;
	margin: 2px 2px 2px 10px;
}

.triggers img {
		background-color:#fff;
		padding:4px;
		margin:2px 2px;
		cursor:pointer;

}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
#footer{
    background:url(images/footer.jpg) bottom left no-repeat;
	height:230px;
	width:980px;
	position:relative;
	margin:0;
	bottom:0;
	border-bottom: 10px solid #efefef;
}
#footer h1 {
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #85b916;
	text-transform:uppercase;
	}
#footer_left {
	float:left;
	width:150px;
	padding: 40px 10px 0 22px;
	margin:0;
	}
#footer_left a{
	font-size: 11px;
	line-height:20px;
	font-weight: normal;
	color: #85b916;	
	}
#footer_left a:hover{
color: #004b96;
text-decoration: underline;
	}
#footer_left h1 {
	padding: 20px 0 30px 65px;
	margin:0;
	}
#footer_middle {
	float:left;
	width:450px;
	padding: 40px 10px 0 40px;
	margin:0;
	}
#footer_middle h1 {
	padding: 20px 0 25px 67px;
	margin:0;
	}
#footer_right {
	float:left;
	width:230px;
	padding: 40px 5px 0 50px;
	margin:0;
	}
#footer_right h1 {
	padding: 20px 0 20px 70px;
	margin:0;
	}
#img {
	float:left;
	margin:0 15px 0 35px;
	padding:0;
}
#img img {
	padding-bottom:20px;
	
	}
#text h6 {
	float:left;
	background: url(images/bg_text_bottom.gif) no-repeat bottom left;
	background-color:#85b916;
	padding-top:0;
	margin-bottom:-10px;
	margin-left:-20px;
	width:600px;
	height:60px;
	border:0;
}
#text {
	float:left;
	background-color:#ffffff;
	width:580px;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border:0;
	}
#text h1{
	background: url(images/bg_text_top.gif) no-repeat top left;
	background-color:#85b916;
	padding-bottom:-20px;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: -20px;!important
	margin-top: 20px;!important
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	color: #004b96;
	border:0;
	}
#text table {
	width:550px;
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 13px;
	line-height:16px;
	color: #85b916;
	}
#text td {
	border-bottom:#efefef 1px solid;
	}
.partner_left {
	float:left;
	padding:10px 0 10px 20px;
	}
.partner_center {
	float:left;
	padding:10px 0 10px 20px;
	}
.partner_right {
	float:right;
	padding:10px 20px 10px 0;
	}
