@import url("misc.css");

*
{
	margin: 0;
	padding: 0;
}

html
{
	overflow-y: scroll;
	font-size: 100%;
}

body
{
	font-size: 62.5%;
}

a img
{
	border: 0;
}

a
{
	color: #cc3333;
}

a:hover
{
	color: #ff9900;
}

a
{
	outline: none;
}

ul.list
{
	padding-left: 30px;
}

.clear
{
	clear: both;
}


#header
{
	margin-bottom: 15px;
	padding: 0px;
	background-image: url(../images/HdrFtr/lion_banner.gif);
	width: 786px;
	height: 110px;
}

#logo
{
	float: right;
	width: 238px;
	height: 100px;
}

.RegionSelector
{
	float: left;
	width: 250px;
	height: 20px;
	margin: 80px 5px 0 10px;
}

.RegionSelector span
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #fff;
}
	
.RegionSelector select
{
	font-size: 11px;
}
	
#nav
{
	width: auto;
	height: 33px;
}



#footer
{
	width: 746px;
	height: 20px;
	padding: 10px 20px 0px;
}

#footer-links
{
	float: left;
	width: 300px;
}

#footer-copy
{
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 15px;
}

#footer p
{
	font: 10px Arial, sans-serif;
	color: #666666;
	padding-bottom: 4px;
}

div.floatLeft
{
	float:left;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:.75;
}

.modalPopup 
{
	background-color: White;
	font-size: 20px;
	font-weight: bold;
	width: 410px;
	height: 250px;
	text-align: center;

	margin-left: auto;
	margin-right: auto;
}

.onBanner
{
	position: relative;
	top: -70px;
	color: Red;
	font-size: 20px;
	padding: 0px 20px;
}