/* 
 Author: Greg Harrold 
 Date: 28/11/2006
 Description: Default Styles
*/
html {
	overflow: -moz-scrollbars-vertical;	
} 



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	margin:0px;
	background-color:#FFFFFF;
	background-image:url(../images/gradient-back.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

a {
	color:#245592;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

form { 
	padding:0; 
	margin:0; 
}

img { 
	border:none;
	margin:0px;
	padding:0px;
}

/* General */
/* -------------------------------------------------------------- */
#page { 
	padding:0px; 
	width:780px; 
	margin:auto; 
	background-color:#fff;
} 

#header {
	margin:0px 10px 0px 0px;
	padding:0px 10px 0px 0px;
	width:520px;
	}

.clearall {
	clear:both;
}

#logo {
	float:left;
	width:600px;
}

#logo a{
	padding:0px;
	margin:0px;
	text-decoration:none;
}

#logo a:hover{
	padding:0px;
	margin:0px;
	text-decoration:none;
}

#search {
	width:155px;
	float:right;
	padding: 28px 0px 0px 0px;
	color:#009bc1;
}

#search input {
	font-size:100%;
	width:110px;
	border:1px solid #a7abae;
	color:#666666;
}

#search a {
	color:#009bc1;
	text-transform:uppercase;
}

.bannerlogo {
	margin:auto;
	}
	
.title {
	font-weight:bold;}
	
.title a {
	font-weight:bold;
	text-decoration:none;}
	
.title a:hover {
	font-weight:bold;
	text-decoration:none;}			

/* NAVIGATION */
/* ------------------------------------------------------------------------- */
#nav {
	background-color:#3781c5;
	background-image:url(../images/nav-back.gif);
	background-repeat:repeat-x; 
	background-position: bottom; 
	width:780px;
	padding:0px;
	margin:0px;
	z-index:999;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#ffffff;
}

#nav:after {
	clear:both;
	display:block;
}

#nav a {
	display: block;
	padding: 5px 15px 6px 15px;
	color:#ffffff;
	text-decoration: none;
	background-image:url(../images/nav_down_arrow.gif);
	background-repeat:no-repeat;
	background-position: 97% 50% !important;
	width: 10em;
}

#nav a:hover {
	color: #ffffff;
	background-color:#0A8EB0;
	background-image:url(../images/nav_down_arrow_on.gif);
	background-repeat:no-repeat;
	background-position: 97% 50% !important;
}

#nav #nhome a {
	background-image:none;
	width:42px;
}

#nav #nabout a {
	width:77px;
}

#nav #nabout2 a {
	width:140px;
}

#nav li { /* all list items */
	float: left;
	border-right: 1px solid #6795c9; 
	text-transform:capitalize;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav .start {
	border-left: 1px solid #6795c9;
	margin-left:24px;
}

#content .start a {
	padding-left:0px;
	background-image:none;
	background-color:#ffffff;
	color:#245592;
}

.start a {
	padding: 5px 0px 6px 15px;
	background-image:none;
}

.start a:hover {
	background-image:none;
}

#nav a.on {
	background-color:#0A8EB0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	text-align:left; 
	font-weight:300; 
	width: 150px;
	padding:0;
	background-image:none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.center {
	font-weight:bold;
	color:#fff;
	font-size:110%;
	text-align:center;
	}
	

#nav li ul li {
	background-image: none;
	border: none;
	padding:0px;
	margin:0px;
}

#nav a.isParent {
	background-image : url("../images/dropnav_arrow_b.gif") !important;
	background-repeat: no-repeat !important;
	background-position: 97% 50% !important;
}

#nav a.isParent:hover {
	background-image : url("../images/dropnav_arrow_w.gif") !important;
	background-repeat: no-repeat !important;
	background-position: 97% 50% !important;
}

#nav li ul li a {
	color:#000000; 
	border-right: 1px solid #E4E4E4; 
	border-left: 1px solid #E4E4E4; 
	border-bottom: 1px solid #E4E4E4;
	padding: 6px 8px 8px 8px;
	margin:0px;
	width:132px;
	background-image:none;
	background-color:#fff;
}

#nav li ul li a:hover {
	color:#ffffff;
	background-image:none; 
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 149px;
}

#nav li ul ul li { /* third-and-above-level lists */
	padding:0px;
	margin:0px;
}

#nav li ul ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 149px;
}

#nav li ul ul ul li { /* third-and-above-level lists */
	padding:0px;
	margin:0px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}

#nav li li li:hover ul, #nav li li li.sfhover ul { 
	left: auto;
}

#inav li ul li ul li ul { /* fourth level lists */
	display:none;
}

/* IE 7 hack */
*:first-child+html #nav {
height: 1%;
}

*:first-child+html #nav li {
	height: 1%;
} 

#nav ul li:hover, #mav ul li.hover {
    position: static;
}

/****************************************************************/



#nav2 {
	background-color:#3781c5;
	background-image:url(../images/nav-back.gif);
	background-repeat:repeat-x; 
	background-position: bottom; 
	width:780px;
	padding:0px;
	margin:0px;
}

#nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#ffffff;
}

#nav2:after {
	clear:both;
	display:block;
}

#nav2 a {
	display: block;
	padding: 5px 15px 6px 15px;
	color:#ffffff;
	text-decoration: none;
	width: 10em;
}

#nav2 a:hover {
	color: #ffffff;
	background-color:#0A8EB0;
}

#nav2 #nhome a {
	background-image:none;
	width:42px;
}

#nav2 #nabout a {
	width:72px;
}

#nav2 li { /* all list items */
	float: left;
	border-right: 1px solid #6795c9; 
	text-transform:capitalize;
	/*width: 10em;  width needed or else Opera goes nuts */
}










/* COUNTRY DROP-DOWN */
/* ------------------------------------------------------------------------- */
#country {
	width:100px;
	font-size:90%;
	margin:10px 24px 0px 0px;
	float:right;
}

#country ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#country li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#country a {
	display: block;
	text-transform:capitalize;
	border: 1px solid #E4E4E4; 
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 0px 0px;
	color:#666666;
}

#country a:hover {
	background-color: #efefef;
	text-decoration:none;
}

#country li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	padding:0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#country li ul li {
	border: none;
	padding:0px;
	margin:0px;
}

#country li ul li a {
	border-top: none;
	margin:0;
	background-color:#ffffff;
}

#country li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 100px;
}

#country li ul ul li { /* third-and-above-level lists */
	padding:0px;
	margin:0px;
}

#country li:hover ul ul, #country li.sfhover ul ul {
	left: -999em;
}

#country li:hover ul, #country li li:hover ul, #country li.sfhover ul, #country li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#country ul li:hover, #country ul li.hover {
    position: static;
}

/* Main content area */
/* ------------------------------------------------------------------------- */
#contentregion {
	float:left;
	width:610px;
}

#contentregion #crumb {
	background-color:#cddbec;
	padding: 8px 50px 7px 50px;
	font-size:80%;
	color:#336699;
	text-transform:lowercase;
}

#contentregion #crumb a {
	color:#336699;
}

#subnav {
	background-color:#CDDBEC;
	width:593px;
	float:left;
	padding:5px 10px 5px 22px;
	font-size:85%;
	height:14px;
}

#subnav p{
	color:#245592;
	padding:0px 2px 0px 27px;
	margin:0px;
}

#subnav p a{
	color:#245592;
	text-decoration:none;
}

#subnav p a:hover{
	color:#245592;
	text-decoration:underline;
}

#subsection {
	background-color:#5b89c2;
	padding: 6px 13px 7px 13px;
	font-weight:bold;
	color:#ffffff;
}

#subnavigation {
	padding: 20px 13px 30px 20px;
	color:#ffffff;
}

#subnavigation ul {
	margin:0px;
	padding:0px;
}

#subnavigation li {
	list-style:none;
	padding:1px 0px 3px 0px;
	margin:0px;
	font-weight:bold;
}

#subnavigation li ul {
	padding:0px 0px 5px 0px;
}

#subnavigation li li {
	padding:1px 0px 2px 0px;
	font-size:100%;
	font-weight:normal;
}

#subnavigation li li li {
	padding:1px 0px 2px 5px;
}

#subnavigation li li li a {
	color:#EEEEFF;
	font-style:italic;
}

#subnavigation a {
	color:#ffffff;
}

#content {
	padding:50px;
	color:#333333;
	font-size:110%;
}

#content h1 {
	color:#336699;
	font-weight:200;
	font-size:210%;
	margin:0px 5px 0px 0px;
}

#content h2 {
	color:#336699;
	font-weight:200;
	font-size:160%;
}

#content h3 {
	color:#336699;
	font-weight:200;
	font-size:140%;
}

/* Content menu */
/* ------------------------------------------------------------------------- */
#intropic #text h1 {
	color:#336699;
	font-weight:200;
	font-size:210%;
}

#intropic {
	font-size:100%;
	margin:0px 0px 5px 0px;
}

#intropic #pic {
	width:200px;
	float:left;
}

#intropic #text {
	width:285px;
	float:left;
	padding-left:25px;
}

#highlightpanel {
}

/* Category List */
/* ------------------------------------------------------------------------- */
#categorylist {
	border-collapse:collapse;
	border:none;
	width:100%;
	font-size:90%;
}

#categorylist td {
	background-image:url(../images/furniture/panel_gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:100%;
	color:#666666;
	vertical-align:top;
}

#categorylist  .pic {
	padding: 30px 15px 30px 30px;
	width:135px;
}

#categorylist .text {
	padding: 30px 30px 30px 15px;
	width:100%;
}

#categorylist a {
	text-decoration:underline;
}

#categorylist h2 {
	color:#2e588b;
	font-size:110%;
	margin: 0px 0px 4px 0px;
}

#categorylist h2 a {
	text-decoration:none;
}

#categorylist p {
	margin:0px 0px 10px 0px;
}

/* Home page */
/* ------------------------------------------------------------------------- */
#pagecontent {
	width:780px;
}

#primary {
	background:#fff;
	width:615px;
}

#banner {
	width:613px;
	height:186px;
	padding:1px 0px 0px 0px;
}

#bannerbread {
	width:613px;
	height:16px;
	padding:1px 0px 0px 0px;
	background-color:#000000;
}

#secondary {
	width:570px;
	padding:10px 0px 25px 0px;
}

#secondary ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#secondary li {
	list-style:none;
	margin:0px;
	padding:0px;
}

#secondary #date {
	padding:0px 30px 12px 75px;
	font-size:90%;
	color:#d9d9d9;
}

#innercolumnone {
	width:1px;
	float:left;
	padding: 0px 30px 30px 40px;
}

#thirdary {
	float:left;
	width:520px;
	margin-left:25px;
	padding:0px 0px 0px 25px;
	margin-top:0px;
}

html>body #thirdary {
	margin-top:40px;
}

#thirdary p{
	font-size:105%;
	margin:0px;
	padding:8px 0px;
}

#thirdary UL{
	padding:0px 0px 0px 10px;
	}

#thirdary LI.numbers{
	 list-style:none;
	 padding:0px;
	 margin:2px 0px 0px 10px;
	 font-size:105%;
	}
	
#thirdary LI{
	 list-style:square;
	 padding:0px;
	 margin:2px 0px 0px 10px;
	 font-size:115%;
	}
	
#thirdary LI UL{
	 list-style:circle;
	 padding:0px;
	 margin:2px 0px 0px 10px;
	 font-size:100%;
	}
	
#thirdary LI UL LI{
	 list-style:disc;
	 padding:0px;
	 margin:2px 0px 0px 10px;
	 font-size:100%;
	}		
	
.bold {
	font-weight:bold;
	}
	
.bold a {
	font-weight:bold;
	}
.bold a:hover {
	font-weight:bold;
	}			
	
.contact {
	font-size:85%;
	font-weight:bold;
	color:#000;
	}
	
.contact a{
	font-weight:bold;
	color:#245592;
	text-decoration:none;
	}	
	
.contact a:hover{
	font-weight:bold;
	color:#245592;
	text-decoration:underline;
	}		
	
	
#thirdaryindex {
	float:left;
	width:562px;
	margin-left:25px;
	border-left:1px dotted #d9d9d9;
}

#thirdaryindex h1 {
	margin:0px;
	background-image:url(../images/home/intro-heading.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:20px;
	text-transform:uppercase;
	font-size:16px;
	padding-left:25px;
	color:#000;
}

#thirdaryindex UL{
	padding:0px 0px 0px 10px;
	}

#thirdaryindex LI{
	 list-style:disc;
	 padding:0px;
	 margin:2px 0px 0px 10px;
	}	


#images {
	float:left;
	margin:3px 25px 30px 0px;
	}
	
#imagessmall {
	float:left;
	margin:3px 15px 15px 0px;
	}
	
#imagessmall2 {
	float:left;
	margin:3px 15px 15px 0px;
	padding-bottom:90px;
	}	
	
#intro {
	margin: 0px 0px 100px 0px;
	padding:0px;
	float:left;
	}
	
.imagesnone {
	float:left;
	margin:0px 15px 0px 0px;
	}			

#thirdary h1 {
	margin:0px;
	font-size:2.3em;
	padding:0px 0px 10px 0px;
	color:#245592;
	font-weight:lighter;
}

#thirdary h2 {
	margin:0px;
	font-size:1.6em;
	padding:10px 0px 10px 0px;
	color:#245592;
	font-weight:lighter;
}

#thirdary h3 {
	margin:0px;
	padding:10px 0px 5px 0px;
	color:#000;
	font-size:105%;
	font-weight:bold;
}

#thirdary UL{
	padding:10px 0px 0px 10px;
	}

#thirdary LI{
	 list-style:disc;
	 padding:0px;
	 margin:2px 0px 0px 30px;
	}
	
#thirdary LI a{
	 font-weight:bold;
	}	
	
#thirdary LI a:hover{
	 font-weight:bold;
	}
		
.listtitle {
	font-weight:bold;
	color:#336699;
	}	
	
#textfade {
	width:562px;
	border:1px solid #000;
	margin:20px 0px 0px 25px;	
	}	

#innercolumntwo {
	width:440px;
	float:left;
	margin-left:10px;
	padding: 10px 25px 10px 10px;
	border-bottom:1px dotted #d9d9d9;
}

html>body #innercolumntwo {
	margin-left:20px;
}

#innercolumntwo strong {
	color:#245592;
}

#innercolumntwo h4 {
	color:#000;
	font-size:1.0em;
	font-weight:bold;
	padding:2px 0px;
	margin:0px;
}


#innercolumntwoindex {
	width:300px;
	float:left;
	margin-left:10px;
	padding: 25px 5px 10px 5px;
}

#innercolumntwoindex p{
	font-size:100%;
	margin:0px;
	padding:8px 0px;
}

html>body #innercolumntwoindex {
	margin-left:20px;
}

#innercolumntwoindex strong {
	color:#245592;
}

#innercolumntwoindex h4 {
	color:#000;
	font-size:1.0em;
	font-weight:bold;
	padding:2px 0px;
	margin:0px;
}

#innercolumnthreeindex {
	width:150px;
	float:right;
	margin: 20px 0px 0px 10px;
	padding: 5px 25px 10px 25px;
	border-left:1px dotted #d9d9d9;
}

html>body #innercolumnthreeindex {
	margin-left:20px;
}

#innercolumnthreeindex strong {
	color:#245592;
}

#innercolumnthreeindex h4 {
	color:#000;
	font-size:1.1em;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	margin:0px;
	text-transform:uppercase;
}

#innercolumnthreeindex p {
	color:#245592;
	font-size:1.0em;
	padding:0px 0px 10px 0px;
	margin:0px;

}



#fadecol {
	background-image:url(../images/fade_back2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:140px;
	width:480px;
	margin-top:25px;
	padding:0px 10px 10px 30px;
	}
	
#fadecol h3{
	margin:0px 10px 5px 120px;
	font-size:110%;
	padding:0px;
	color:#245592;
	font-weight:normal;
	}

#fadecol p{
	margin:0px 10px 0px 120px;
	font-size:100%;
	padding:0px;
	}
	
	

#fadecollarge {
	background-image:url(../images/fade_back3.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:170px;
	width:520px;
	margin-top:25px;
	padding:10px 10px 10px 30px;
	}
	
html>body #fadecollarge {
	padding:20px 10px 10px 30px;
	}	
	
#fadecollarge h3{
	margin:0px 10px 5px 120px;
	font-size:110%;
	padding:0px;
	color:#245592;
	font-weight:normal;
	}

#fadecollarge p{
	margin:0px 10px 0px 120px;
	font-size:100%;
	padding:0px;
	}	
		

#right {
	width:125px;
	padding: 8px 0px 8px -20px;
	font-weight:normal;
	text-align:left;
	background-color:#fff;
	float:right;
	margin:-181px 0px 0px -30px;
	}

#right h3 {
	padding: 5px 0px 5px 5px;
	font-size:85%;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	margin:0px;
	text-align:left;
	background-color:#245592;
	display:block;
	width:110px; }

#right p {
	padding:2px 10px 2px 0px;
	color:#245592;
	font-size:1.0em;
}

#right p a{
	color:#245592;
	text-decoration:none;
}

#right p a:hover{
	color:#245592;
	text-decoration:underline;
}

#rightpanel {
	width:155px;
	padding: 0px 5px 0px -20px;
	background-color:#95B3D8;
	font-size:1.1em;
	font-weight:normal;
	color:#fff;
	float:right;
	margin:-24px 0px 0px -30px;
	background-image:url(../images/bottom_curve.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

*:lang(en) #rightpanel {
	margin:0px 0px 0px 0px;
}

#rightpanel h3 {
	padding: 5px 10px 5px 10px;
	font-size:90%;
	font-weight:bold;
	color:#fff;
	margin:0px;
	text-align:left;
	background-color:#5B89C2;
	display:block;
	width:135px; }
	
#rightpanel h4 {
	padding: 10px 15px 10px 15px;
	font-size:105%;
	font-weight:bold;
	color:#fff;
	margin:0px;
	text-align:center;
	display:block;
	width:115px; }

#rightpanel p {
	margin:2px 0px 0px 12px;
	padding:0px;
	color:#fff;
	font-size:0.9em;
}
#rightpanel p a{
	text-decoration:none;
	color:#fff;
}
#rightpanel p a:hover{
	text-decoration:underline;
	color:#fff;
}

.small a, a:hover{
	font-size:1.0em;
	font-weight:normal;
	padding-top:4px;
	}
	
.right {
	float:right;
	}

/*#panel {
	width:167px;
	float:left;
	margin:0px;
	padding:2px 0px;	
	background-color:#5B89C2;
	}

#panel h3 {
	padding: 5px 10px 5px 5px;
	font-size:100%;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	margin:0px;
	text-align:center;
}*/


.minipoll {
padding:0px 0px 5px 0px;
font-size:90%;
height:1%;
}

.minipolloption {
width:75%;
float:left;
}

.minipollamount {
width:25%;
float:left;
text-align:right;
}

.minipollbar {
clear:both;
}

#yourthoughts {
padding: 10px 0px 5px 0px;
text-decoration:underline;
font-size:90%;
}

.value {	
	float: left;
	padding-left: 5px;
	width:375px;
	font-size:110%;
}

.label {	
	float: left;
	text-align: left;
	padding-right: 0px;
	width: 60px;
	font-size:110%;
}


.valuemedia {	
	float: left;
	padding-left: 5px;
	width:375px;
	text-transform:uppercase;
	font-size:1.2em;
	margin:5px 0px;
}

.labelmedia {	
	float: left;
	text-align: left;
	padding-right: 0px;
	width: 100px;
	font-size:1.2em;
	margin:5px 0px;
}

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
	} 
	
	
	
UL.jobs {
margin:0px;
padding:0px;
font-size:0.9em;
}	

/* Policy */
/* ------------------------------------------------------------------------- */
#policy ul {
list-style:none;
}

/* Footer */
/* ------------------------------------------------------------------------- */
#footer {
font-size:90%;
color:#999999;
padding: 10px 50px 15px 25px;
clear:both;
margin:auto;
width:780px; 
}

#footer a {
color:#999999;
}


.smalllink {
font-size:90%;
font-weight:normal;
color:#245592;
}

.smalllink a {
text-decoration:none;
font-weight:normal;
color:#245592;
font-size:90%;
}

.smalllink a:hover {
text-decoration:underline;
font-weight:normal;
color:#245592;
font-size:90%;
}



#links {
color:#cccccc;
padding: 5px 0px 0px 0px;
}

#links a {
color:#cccccc;
}

#links ul {
margin:0px;
padding:0px;
}

#links li {
float:left;
padding: 0 15px 0 0;
list-style:none;
}

#copyright{
}

/* This is the stuff Greg added. */
#pr {
font-size:14px;
}

#pr #date {
	white-space:nowrap;
}

#pr a {
	text-transform:uppercase;	
}

#pressRelease h1.subtitle {
	font-size:19px;
}

#prRelease {
	position:relative;
}

#prRelease p {
	margin-top:0px;	
}

#prDateLocation {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	padding-right:5px;
	height:12px;
}

#events .date {
	vertical-align:top;
	padding-right:8px;
}

#events .more {
	padding:0px;
	height:12px;
	width:100%;
	text-align:right;	
}

#events th {
	font-size:15px;
	color:#4c87b1;
}

.line {
	border:thin solid #999;
	height:1px;
	}

/* 
 Author: Matthew Iliffe - matt@mavad.co.uk
 Company: Affinion International
 Date: 26/05/2006
 Description: Internet Explorer only styles
*/
/* Fix IE. Hide from IE Mac \*/
* html #subnav li { 
	height: 1%; 
}

* html #subnav li a { 
	height: 1%; 
}

* html #country li { 
height: 1%; 
}

* html #country li a { 
	height: 1%; 
}


/* End */