@charset "utf-8";

/* Layout - Navigation - Secondard
---------------------------------------------------------- */
#welcome {
	background: #9cbaee url( "../images/welcome_bg.png" ) repeat-x top left;
	min-height: 210px;
	color: #ffffff;
}

#welcome div {
	padding: 30px;
}

#welcome h2 {
	font-size: 2.67em;
	line-height: 1em;
	margin: 0 0 10px 0;
}

#welcome p {
	line-height: .5em;
}

#welcome p strong {
	text-decoration: underline;
}

#welcome a.actionbutton {
	margin: 0 10px 0 0; padding: 10px 35px 10px 10px;
	background: #668c05 url( "../images/action_button.png" ) no-repeat right 50%; 
	color: #ffffff;
}

#welcome a.actionbutton:hover {
	background: #668c05 url( "../images/action_button_o.png" ) no-repeat right 50%; 
}