/*	OI CSS V1 2010 */
/*	Tested IE7, Firefox 3.6, Chrome */

@charset "UTF-8";
body {
	margin: 0px;
	color: #666;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #F0F0F0;
}
h1 {
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #244669;
	margin-top: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a {
	color: #36C;
}
a:visited {
	color: black;
}
a:hover {
	color: #5872f4;
}
img.ireland {
	height: 300px;
	width: 200px;
	background-image: url(images/ThemePhotos.jpg);
}
img.malta {
	height: 300px;
	width: 200px;
	background-image: url(images/ThemePhotos.jpg);
	background-position: 600px;
}
img.uk {
	height: 300px;
	width: 200px;
	background-image: url(images/ThemePhotos.jpg);
	background-position: 400px;
}
img.usa {
	height: 300px;
	width: 200px;
	background-image: url(images/ThemePhotos.jpg);
	background-position: 200px;
}
.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.bannerArea {
	width: 100%;
	height: 83px;
	background-color: #4971a2;
}
.bannerArea .container {
	height:83px;
	background-repeat: no-repeat;
}
.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.bannernav a {
	color: #ffffff;
	text-decoration: none;
}
.bannernav a:visited {
	color: #ffffff;
}
.bannernav a:hover {
	color: #112c4c;
	text-decoration: none;
}
.toplogo {
	padding-left: 10px;
	padding-top: 10px;
	color: #FFF;
	float: left;
}
.toplogotext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
	color: #FFF;
	padding-top: 23px;
}

.topnavigationArea {
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #436d9c;
}
.topnavigationgroup {
	margin: 0px;
	float: right;
 p/adding-right: 40px;
}
.topnavigationgroup ul {
	margin: 0px;
}
.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

.contentArea {
	width: 100%;
	background-color: #f0eff0;
	background-repeat: repeat-x;
}
.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}

/* this class is used when you only need one column */
.onecolleft {
	width: 900px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
.twocolleft {
	width: 690px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}
.twocolright {
	float: left;
	padding-left: 30px;
	width: 210px;
}
.imageright {
	margin-left: 5px;
	float: right;
}
.imageleft {
	float: left;
	margin-right: 15px;
}

.footerArea {
	width: 100%;
	background-color: #cfcfcf;
	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px;
}
.footerArea .container {
	height: 77px;
}
.footerArea a {
	color: #112c4c;
	text-decoration: none;
}
.footerArea a:visited {
	color: #112c4c;
}
.footerArea a:hover {
	color: #ffffff;
	text-decoration: none;
}
.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* special text CSS */
.QuizWrong {
	text-decoration: line-through;
}
.LegalNote {
	font-size: x-small;
	font-style: italic;
}

