@charset "utf-8";

/* Common Elements */

body
{
	margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #333333;
}

img
{
    behavior: url(../includes/iepngfix.php);
}

h1
{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 23px;
	font-weight: normal;
	color: #37140e;
	margin-bottom: 0px;
}

h2
{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight: normal;
	color: #37140e;
	margin-bottom: 0px;
}

.clear
{
	clear: both;
}

#footerContainer
{
	clear: both;
	padding-top: 20px;
    text-align: center;
	color: #666666;
	font-size: 10px;
}

/* Portal Elements */

#portal_body
{
	background: url(../images/bg-portal.jpg) top center no-repeat #ebeceb;
}

#portal_outerContainer
{
	width: 780px;
	margin: 0 auto;
}

#portal_logo
{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

#portal_select
{
	text-align: center;
	font-size: 14px;
	color: #401608;
	margin-bottom: 20px;
}

#portal_countries
{
	text-align: center;
	padding-left: 10px;
}

#portal_countries ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#portal_countries ul li
{
	float: left;
	padding: 0px 30px;
}

.portal_countryFlag
{
	float: left;
}

.portal_country
{
	float: left;
	text-align: left;
}

.portal_country div
{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 48px;
	line-height: 32px;
	color: #37140e;
}

.portal_country div a
{
	color: #37140e;
	text-decoration: none;
}

.portal_country span
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #cccccc;
	line-height: 32px;
	padding-left: 4px;
}

.portal_country span a
{
	color: #ec4523;
}

#portal_blurb
{
	width: 600px;
	margin: 40px auto;
	font-size: 11px;
	text-align: justify;
}
