/* ================================================== COMMON/ ================================================== */

/* ++++++++++++++++++++++++++++++ Overrides/ ++++++++++++++++++++++++++++++ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	clear:both;
}

/* ++++++++++++++++++++++++++++++ /Overrides ++++++++++++++++++++++++++++++ */

#jump-links {
	display: none;
	border: none;
}

legend {
	display:none;
}

h1 a em,
h2 a em { color: #cc9900; font-style: normal; }

/* +++++++++++++++++++++++++ ELEMENTS/ +++++++++++++++++++++++++ */

body {
	background: #c9e1eb;
	font-size: 75%;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, Tahoma, sans-serif;
	line-height: 150%;
	text-align : center; /* IE 5.5 center */
	color : #333;
	width: 100%;
	min-width: 960px;
}

#wrapper {
	background: transparent url(../images/background-image.jpg) no-repeat top center;
	width: 100%;
	display: table;
	text-align: center;
}

#tempwrapper {	
	width: 100%;
	display: table;
	text-align: center;
}

#container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top:0px;
}

h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 13px;
	padding: 0;
	color: #11a3f6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight:normal;

	padding: 0;
	color: #878787;
}

h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-top: 10px;
	margin-bottom:8px;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 3px 0 6px 0;
}

h5 {
	font-size: 1.0em;
	line-height: 1.1em;
	padding: 3px 0 6px 0;
}

h6 {
	font-size: 0.95em;
	line-height: 1.1em;
	padding: 3px 0 6px 0;
}

p {
	padding: 3px 0 6px 0;
}

ul {
	list-style-type: disc;
	padding-left: 10px;
}


.bullets-home{
	list-style: none;
	padding-left:15px;
	margin: 0;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	margin-top:5px;
}




li { 
	/*background: url(http://isl-maria/Collinson/WebModules/Themes/CollinsonLatitude/images/list_bullet.gif) no-repeat 0 11px; */

	list-style: none; 
	line-height: 16px; 
	margin: 0;
	}

ol {
	list-style-type: decimal;
	padding: 3px 0 6px 25px;
	margin-left: 5px;
}

a, a:link, a:active, a:visited {

border-bottom:1px solid #C2E1F3;
color:#1869AA;
text-decoration:none;

}

a:hover {
	background-color: #00FFFF;
}

a:focus {
	text-decoration: none;
}

.footerCopy {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, Tahoma, sans-serif;
	line-height: 120%;
	color:#999999;
}

.top-margin {
	margin-top:10px;
}

.bottom-margin {
	margin-bottom:10px;
}


/* +++++++++++++++++++++++++ /ELEMENTS +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ CLASSES/ +++++++++++++++++++++++++ */

.hidden, li.hidden {
	display: none;
}

.smalltext {
	font-size: 0.95em;
}

.clear {
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	width: auto;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.PDFicon {
	background: url(../images/pdf_download.gif) no-repeat left;
	padding-left: 30px;	
}


/* +++++++++++++++++++++++++ /CLASSES +++++++++++++++++++++++++ */

/* ================================================== /COMMON ================================================== */


/* ================================================== LAYOUT/ ================================================== */

/* +++++++++++++++++++++++++ HEADER/ +++++++++++++++++++++++++ */

#header {
	display: block;
	clear: both;
}

#logo {
	float: left;
	width: 300px;
}

#logo a {
	border: none;
}

#chat-icon {float:right;}
#chat-icon a:hover { background:none;}
#chat-icon a {border:none;}

/* +++++++++++++++++++++++++ /HEADER +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ NAVIGATION/ +++++++++++++++++++++++++ */

#navigation ul li.hidden {display: none;}

#navigation {
	clear: both;
	height: 36px;
	padding: 0;
	margin: 0 0 10px 0;
	z-index:2;
	position:relative;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	width: 160px;
}

#nav li { /* all list items */
	float: left;
	width: 160px; /* width needed or else Opera goes nuts */
	display: block;
	list-style: none;
    padding: 0;
	background: none;
}

#nav li a, #nav-blank {
	display: block;
	height: 36px;
	background-repeat: no-repeat;	
	border: none;
	color: #FFF;
}

#nav-home, #nav-sectors, #nav-products, #nav-about-us, #nav-news, #nav-contact-us {text-indent: -999em;}

#nav-home       {background: url(../images/nav-home.png) left top;}
#nav-sectors    {background: url(../images/nav-sectors.png) left top;}
#nav-products   {background: url(../images/nav-products.png) left top;}
#nav-news       {background: url(../images/nav-news.png) left top;}
#nav-about-us   {background: url(../images/nav-about-us.png) left top;}
#nav-contact-us {background: url(../images/nav-contact-us.png) left top;}


#nav li a.selected {background-position: bottom left;}

/* hover images */
a#nav-home:hover       {background: url(../images/nav-home.png) left bottom;}
a#nav-sectors:hover    {background: url(../images/nav-sectors.png) left bottom;}
a#nav-products:hover   {background: url(../images/nav-products.png) left bottom;}
a#nav-news:hover       {background: url(../images/nav-news.png) left bottom;}	
a#nav-about-us:hover   {background: url(../images/nav-about-us.png) left bottom;}
a#nav-contact-us:hover {background: url(../images/nav-contact-us.png) left bottom;}

li#sector:hover #nav-sectors {background: url(../images/nav-sectors.png) left bottom;}	
li#about:hover #nav-about-us {background: url(../images/nav-about-us.png) left bottom;}	

#nav li ul { /* second-level lists */
	position: absolute;
	background: url(../images/subnav_bg.png) bottom left no-repeat;
	color: #FFFFFF;
	width: 160px;
    padding-top:7px;
	padding-bottom: 20px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover, #nav li.hover { 
	position: static; 
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li {
	width: 160px;
    padding-bottom:6px;
}

#nav li li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 12px;
	width: 125px;
	padding-top: 5px;
	font-size: 12px;
	color: #FFF;
	background: url(../images/subnav-bullet.gif) 15px 11px no-repeat;
	text-align: left;
	padding-left: 28px;
	cursor: pointer;
}

#nav li li a:hover {
	text-decoration: underline;
}

/* +++++++++++++++++++++++++ /NAVIGATION +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ 2 COLUMN LAYOUT  +++++++++++++++++++++++++ */

.col2a, .col2b {
	width: 430px;
	float: left;

}

.col2a {
	clear: left;
	margin-right: 55px;
}

.col2b {
	clear: right;
}

.col2a ul li, .col2b ul li {
	background: url(../images/list_bullet1.gif) no-repeat 15px 13px;
	padding-top: 8px;
	padding-left: 30px;
	list-style: none;
}

/* +++++++++++++++++++++++++ /2 COLUMN LAYOUT +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ 2 COLUMN LAYOUT 02 +++++++++++++++++++++++++ */

.col3a {
	float: left;
	clear: left;
	width: 548px;
	margin-right: 30px;
}

.col3b {
	width: 350px;
	clear: right;
	float: right;
	margin-right: 1px;
}

.col3a ul li, .col3b ul li {
	background: url(../images/list_bullet1.gif) no-repeat 15px 13px;
	padding-top: 8px;
	padding-left: 30px;
	list-style: none;
}

/* +++++++++++++++++++++++++ /2 COLUMN LAYOUT 02 +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ 2 COLUMN LAYOUT 03 +++++++++++++++++++++++++ */


.col4a {
	float: left;
	clear: left;
	width: 500px;
	margin-right: 45px;
}

.col4b {
	width: 360px;
	clear: right;
	float: right;
	margin-right:1px;
}


/* +++++++++++++++++++++++++ /2 COLUMN LAYOUT 03 +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ HOMEPAGE TABS/ +++++++++++++++++++++++++ */

#showcase #tabs { 
	clear: both;
	height: 34px;
}

#tabs ul { /* all lists */
	margin: 0;
	padding: 0;
}

#tabs a {
	display: block;
	width: 136px;
}

#tabs li { /* all list items */
	float: left;
	width: 136px; /* width needed or else Opera goes nuts */
	display: block;
	list-style: none;
    padding: 0;
}

#tabs li a {
	display: block;
	height: 34px;
	background-repeat: no-repeat;	
	border: none;
	color: #000;
}

#tab-airline, #tab-hotel, #tab-financial, #tab-travel {text-indent: -999em;}

#tab-airline     {background: url(../images/tab-airline.gif) left top;}
#tab-hotel       {background: url(../images/tab-hotel.gif) left top;}
#tab-financial   {background: url(../images/tab-financial.gif) left top;}
#tab-travel      {background: url(../images/tab-travel.gif) left top;}


#tabs li a.selected {background-position:bottom left;}

/* hover images */
a#tab-airline:hover     {background: url(../images/tab-airline.gif) left bottom;}
a#tab-hotel:hover     	{background: url(../images/tab-hotel.gif) left bottom;}
a#tab-financial:hover   {background: url(../images/tab-financial.gif) left bottom;}
a#tab-travel:hover     	{background: url(../images/tab-travel.gif) left bottom;}


li#product:hover #nav-products {background: url(../images/nav-products.png) left bottom;}	
li#sector:hover #nav-sectors {background: url(../images/nav-sectors.png) left bottom;}	

/* gurus styles */
.homeBannerContainer  { position: relative; width: 912px; height: 335px; z-index: 1; }
.homeBannerContainer div{ position: absolute; top: 0; left: 0; display: none; }
.homeBannerContainer #gc0{ display:block; visibility: hidden;} 



/* +++++++++++++++++++++++++ /HOMEPAGE TABS +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ BOXES/ +++++++++++++++++++++++++ */

.wideBoxBlueTop {
	overflow: hidden;
	padding: 0;
	height: 8px;
	width:958px;
	background-image: url(../images/box-wide-blue-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.wideBoxBlueTop1 {
	overflow: hidden;
	padding: 0;
	height: 8px;
	width:700px;
	background-image: url(../images/box-wide-blue-top1.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.wideBoxBlueBottom1 {

background-image:url(../images/box-wide-blue-bottom1.png) bottom;
background-color:#eaf3f6;

	
	width: 694px;
	margin: 0;
	margin-left:2px;
	overflow: hidden;
/*	position:relative;*/
}


.wideBoxBluebottom2 {
	overflow: hidden;
	padding: 0;
	height: 63px;
	width:700px;
    background-image:url(../images/box-wide-blue-bottom1.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.wideBoxBlueBottom {
	background: transparent url(../images/box-wide-blue-bottom.png) no-repeat left bottom;
	width: 960px;
	margin: 0;
	overflow: hidden;
/*	position:relative;*/
}

.wideBoxTop {
	background: transparent url(../images/box-wide-top.png) no-repeat left top;
	overflow: hidden;
	padding: 0;
	height: 8px;
	width: 958px;
}
.wideBoxTop1 {
	background: transparent url(../images/box-wide-top.png) no-repeat left top;
	overflow: hidden;
	padding: 0;
	height: 8px;
	width: 770px;
}


.wideBoxBottom,.wideBoxBottomSmlGrad {
	background: transparent url(../images/box-wide-bottom.png) no-repeat left bottom;
	width: 960px;
	margin: 0;
	overflow: hidden;
/*	position:relative;*/
}

.wideBoxBottom1{
	background: transparent url(../images/box-wide-bottom.png) no-repeat left bottom;
	width: 770px;
	margin: 0;
	overflow: hidden;
/*	position:relative;*/
}

.wideBoxBottomSmlGrad {
	background: transparent url(../images/box-wide-bottom-sml-grad.png) no-repeat left bottom;
}

.halfBoxTop {
	background: transparent url(../images/box-half-top.png) no-repeat left top;
	overflow: hidden;
	padding: 0;
	height: 8px;
}

.halfBoxBottom {
	background: transparent url(../images/box-half-bottom.png) no-repeat left bottom;
	width: 476px;
	margin: 0;
	overflow: hidden;
/*	position:relative;*/
}

.halfBlueBoxTop {
	background: transparent url(../images/box-half-blue-top.png) no-repeat left top;
	overflow: hidden;
	padding: 0;
	height: 8px;
}

.halfBlueBoxBottom {
	background: transparent url(../images/box-half-blue-bottom.png) no-repeat left bottom;
	width: 476px;
	margin: 0;
	overflow: hidden;
/*	position:relative;*/
}

.Box360Top {
	background: transparent url(../images/box-360px-top.gif) no-repeat left top;
	overflow: hidden;
	padding: 0;
	height: 8px;
}

.Box360Bottom {
	background: transparent url(../images/box-360px-bottom.gif) no-repeat left bottom;
	width: 360px;
	margin: 0;
	overflow: hidden;
/*	position:relative;*/
}

/* +++++++++++++++++++++++++ /BOXES +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ NEIL's GLOBAL ATTRIBUTES/ +++++++++++++++++++++++++ */

.top-banner {
	width: 960px;
	margin-bottom: 8px;
}

.top-banner a {
	border-bottom: 0;
	background:none;
}

.inner  {
margin: 5px 24px 20px 24px;
	overflow: hidden;
}

/* +++++++++++++++++++++++++ /NEIL's GLOBAL ATTRIBUTES +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ HOMEPAGE/ +++++++++++++++++++++++++ */

#showcase {
	margin-bottom: 8px;
}

#showcase a {
	border-bottom: 0;
}

#newsBites {
	margin-bottom: 8px;

}

#newsBites .newsBiteItem {	
	width: 290px;
	display: block;
	float: left;
	margin-right: 12px;
}

#newsBites h1 {
	margin-bottom: 5px;
}

#newsBites ul li {
	background: url(../images/list_bullet1.gif) no-repeat 0 6px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right:10px;
	list-style: none;
	float:left;
	padding-bottom:10px;
}

#newsBites .smallTitle {
	font-weight: bold;
	color: #666;
}

#newsBites p {
	padding-left: 28px;
	line-height: 1.2em;
}

#newsBites p a {
	padding: 0 2px;
	clear:both;
}

#newsBites ul {
	padding-bottom:5px;

}

#bodyCopy{
	display: block;
	float: left;
	width: 476px; /*476px */
	margin: 0 7px 8px 0;
}
 
#bodyCopy .inner,
#featuredItem .inner {
	min-height: 280px;
	height: auto !important;
	height: 280px;
}

#bodyCopy h1 {
	margin-bottom: 3px;
}

#bodyCopy h2 {
	margin-bottom: 10px;
}

#featuredItem {
	display: block;
	float: left;
	width: 476px;
	margin-bottom: 8px;
	margin-right: 0px;
}

#featuredItem .h1h2block {
	width: 350px;
	float: left;
	display: block;
	margin:0px;
	padding:0px;
}

#featuredItem h1 {
	margin-bottom: 3px;
}

#featuredItem h2 {
	margin-bottom: 10px;
}

#featuredItem a {
	border-bottom: 0;
	background:none;
}

#featuredItem a img{
	margin-top:10px;
}


/* +++++++++++++++++++++++++ /HOMEPAGE +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ PRODUCTS/ +++++++++++++++++++++++++ */

#productsNav{
	margin-bottom: 8px;
}

#productsNav .inner {
	padding-left: 0px;
}

#productsNav ul li {
	background: url(../images/list_bullet1.gif) no-repeat 0 8px;
	padding-top: 2px;
	margin-left: 15px;
	padding-left: 15px;
	list-style: none;
	display: inline;
}

#productsCategory{
	margin-bottom: 8px;
}

#productsCategory .innerTop{
	padding: 5px 24px 0px 24px;
	overflow: hidden;
}

#productsCategory .innerBottom{
	padding: 0px 24px 24px 24px;
	overflow: hidden;
}

#productsCategory h1{
	margin-bottom: 5px;
}

#productsCategory .butReadmore{
	clear:both;
	margin-top:5px;
}


#horizontalRuler {
	clear: both;
	width: 955px;
	height: 5px;
	padding: 0;
	margin: 8px 2px 8px 2px;
	background-color: #ececec;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}



#sectorNav {
	overflow:hidden;
	height:70px;
}

#sectorNav ul { /* all lists */
	margin: 0;
	padding: 0;
}

#sectorNav a {
	display: block;
	width: 106px;
}

#sectorNav li { /* all list items */
	width: 106px; /* width needed or else Opera goes nuts */
	display: block;
	list-style: none;
    padding: 0;
}

#sectorNav li a {
	display: block;
	height: 16px;
	background-repeat: no-repeat;	
	border: none;
	color: #000;
}

#sectorNav-airline, #sectorNav-hotel, #sectorNav-financial, #sectorNav-travel {text-indent: -999em;}

#sectorNav-airline     {background: url(../images/prods_sectornav_airline.gif) left top;}
#sectorNav-hotel       {background: url(../images/prods_sectornav_hotel.gif) left top;}
#sectorNav-financial   {background: url(../images/prods_sectornav_financial.gif) left top;}
#sectorNav-travel      {background: url(../images/prods_sectornav_travel.gif) left top;}

#sectorNav li a.selected {background-position:bottom left;}

/* hover images */
a#sectorNav-airline:hover     {background: url(../images/prods_sectornav_airline.gif) left bottom;}
a#sectorNav-hotel:hover     	{background: url(../images/prods_sectornav_hotel.gif) left bottom;}
a#sectorNav-financial:hover   {background: url(../images/prods_sectornav_financial.gif) left bottom;}
a#sectorNav-travel:hover     	{background: url(../images/prods_sectornav_travel.gif) left bottom;}


#productsCategory .productItem,
#productsCategory .productItemLast {	
	width: 214px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 18px;
}

#productsCategory .productItemLast {
	margin-right: 0px;
}

#productsCategory .productItem p {
	display: block;
	height: 55px;
	padding-left:4px;
	margin-top:4px;
	margin-bottom:8px;
	line-height: 1.2em;
}

#productsCategory .productItem a img {
	padding-left:0px;
}

#productsCategory .productItem a,
#productsCategory .productItem a:hover {
	text-decoration: none;
	border-bottom: 0;
	background-color: transparent;
}

.backtoTop {
	text-align: right
}

/* +++++++++++++++++++++++++ /PRODUCTS +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ PRODUCT DEMO/ +++++++++++++++++++++++++ */

#productDemo{
	margin-bottom: 8px;
}

#productDemo .innerTop{
	padding: 5px 24px 0px 24px;
	overflow: hidden;
}

#productDemo .innerBottom{
	padding: 0px 24px 24px 24px;
	overflow: hidden;
}

#productDemo h1{
	margin-bottom: 5px;
}

#productDemo .butReadmore{
	clear:both;
	margin-top:5px;
}

#productDemo .productItem,
#productDemo .productItemLast {	
	width: 214px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 18px;
}

#productDemo .productItemLast {
	margin-right: 0px;
}

#productDemo .productImage a {
	display: block;
	height: 91px;
	width:213px;
	background-repeat: no-repeat;	
	border: none;
	color: #000;
}

#productDemo .productImage a.pdsmartauction {background: url(../images/proddemo-smartauction.gif) left top;} 
#productDemo .productImage a.pdsmartauction:hover {background: url(../images/proddemo-smartauction.gif) left bottom;} 

#productDemo .productImage a.pdpurchaseplus{background: url(../images/proddemo-purchaseplus.gif) left top;} 
#productDemo .productImage a.pdpurchaseplus:hover {background: url(../images/proddemo-purchaseplus.gif) left bottom;} 

#productDemo .productImage a.pdbenefitsplus {background: url(../images/proddemo-benefitsplus.gif) left top;} 
#productDemo .productImage a.pdbenefitsplus:hover {background: url(../images/proddemo-benefitsplus.gif) left bottom;} 

#productDemo .productImage a.pdrewardall {background: url(../images/proddemo-rewardall.gif) left top;} 
#productDemo .productImage a.pdrewardall:hover {background: url(../images/proddemo-rewardall.gif) left bottom;}

#productDemo .productImage a.pdpointsplus {background: url(../images/proddemo-pointsplus.gif) left top;} 
#productDemo .productImage a.pdpointsplus:hover {background: url(../images/proddemo-pointsplus.gif) left bottom;} 

#productDemo .productItem p {
	display: block;
	height: 55px;
	padding-left:4px;
	margin-top:4px;
	margin-bottom:8px;
	line-height: 1.2em;
}

#productDemo .productItem a img {
	padding-left:0px;
}

#productDemo .productItem a,
#productDemo .productItem a:hover {
	text-decoration: none;
	border-bottom: 0;
	background-color: transparent;
}

#overviewList {
	overflow:hidden;
	height:200px;
}

#overviewList ul { /* all lists */
	margin-left: 5px;
	padding: 0;
}

#overviewList ul.blue {color:#7b92b4;}
#overviewList ul.purple {color:#414575;}
#overviewList ul.green  {color:#5e971e;}
#overviewList ul.red  {color:#a62643;}


#overviewList li { /* all list items */
	
}



/* +++++++++++++++++++++++++ /PRODUCT DEMO +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ SECTORS/ +++++++++++++++++++++++++ */

#sectorInfo, 
#sectorResults {
	display: block;
	float: left;
	width: 476px;
	margin-bottom: 8px;
	margin-right: 7px;
}

#sectorInfo h1, 
#sectorResults h1 {
	margin-bottom:7px;
}


#sectorResults {
	margin-right: 0px;
}

#sectorInfo .inner,
#sectorResults .inner {
	min-height: 183px;
	height: auto !important;
	height: 183px;
	
}

#sectorResults ul {
	margin-bottom: 15px;
}

#SectorProducts {
	margin-bottom: 8px;
}

#SectorProducts h1 {
	display: block;
	float: left;
	margin-right: 20px;

}

#SectorProducts .ProductsInfoContainer {
	margin: 0px;
	padding: 0px;
	background: url(../images/sector_product_bg.gif) #f4f9fb top left repeat-y;
	border: 1px solid #c5f1fe;
	min-height: 220px;
	height: auto !important;
	height: 314px;
}

#SectorProducts .PDFicon {
	margin-top: 6px;
	margin-bottom: 20px;
}

#SectorProducts .ProductsInfoContainer .ProductsInfoNav {
	float: left;
	width: 302px;
	padding: 0;
	margin: 0;
}

#SectorProducts .ProductsInfoContainer .paragraphSpace {
	margin-top:8px;
	margin-left:8px;

}

.ProductsInfoNav ul { /* all lists */
	margin: 0;
	padding: 0;
}

.ProductsInfoNav a {
	display: block;
	width: 302px;
}

.ProductsInfoNav li { /* all list items */
	width: 301px; /* width needed or else Opera goes nuts */
	display: block;
	list-style: none;
    padding: 0;
	border-bottom: 1px solid #a5e5f8;
	height:44px;
}

.ProductsInfoNav li a {
	display: block;
	height: 44px;
	background-repeat: no-repeat;	
	border: none;
}

a.ProductsInfoNav-rewardall   {background: url(../images/ProductsInfoNav-rewardall.gif) left top;}
a.ProductsInfoNav-benefitsplus   {background: url(../images/ProductsInfoNav-benefitsplus.gif) left top;}
a.ProductsInfoNav-benefitsplusbanking   {background: url(../images/ProductsInfoNav-benefitsplusfinancial.gif) left top;}
a.ProductsInfoNav-purchaseplus   {background: url(../images/ProductsInfoNav-purchaseplus.gif) left top;}
a.ProductsInfoNav-anywhereanytime   {background: url(../images/ProductsInfoNav-anywhereanytime.gif) left top;}
a.ProductsInfoNav-smartauction   {background: url(../images/ProductsInfoNav-smartauction.gif) left top;}
a.ProductsInfoNav-privilegehub   {background: url(../images/ProductsInfoNav-privilegehub.gif) left top;}
a.ProductsInfoNav-matchandwin   {background: url(../images/ProductsInfoNav-matchandwin.gif) left top;}

a.ProductsInfoNav-buyfly   {background: url(../images/ProductsInfoNav-buyfly.gif) left top;}
a.ProductsInfoNav-clinsurance   {background: url(../images/ProductsInfoNav-clinsurance.gif) left top;}
a.ProductsInfoNav-pointsplus   {background: url(../images/ProductsInfoNav-pointsplus.gif) left top;}

#tabset li a.selected {background-position: 0 -44px;}

/* hover images */
a.ProductsInfoNav-rewardall:hover     {background-position: 0 -44px;}
a.ProductsInfoNav-benefitsplus:hover     	{background-position: 0 -44px;}
a.ProductsInfoNav-benefitsplusbanking:hover     	{background-position: 0 -44px;}
a.ProductsInfoNav-purchaseplus:hover     	{background-position: 0 -44px;}
a.ProductsInfoNav-anywhereanytime:hover     	{background-position: 0 -44px;}
a.ProductsInfoNav-smartauction:hover     	{background-position: 0 -44px;}
a.ProductsInfoNav-privilegehub:hover     	{background-position: 0 -44px;}
a.ProductsInfoNav-matchandwin:hover     	{background-position: 0 -44px;}

.ProductsInfoNav li.last a {
	height: 45px;
}

#SectorProducts .ProductsInfoContainer .ProductsInfoContent {
	float: left;
	width: 520px;
	padding: 0 0 0 30px;
	margin: 20px 0 0 0;
}

#SectorProducts .ProductsInfoContainer .ProductsInfoContent .introBlock, 
#eventPage .eventProductBox .introBlock {
	width: 480px;
	float: left;
	display: block;
	margin-top:1px;
	margin-bottom:10px;
}


#SectorProducts .ProductsInfoContainer .ProductsInfoContent .introBlock h2, 
#eventPage .eventProductBox .introBlock h2 {
	margin: 0px;
	display: inline;

}

#SectorProducts .ProductsInfoContainer .ProductsInfoContent .introBlock p, 
#eventPage .eventProductBox .introBlock p {
	margin-top:2px;
	padding:0px;
    line-height: 16px;
}

.ProductsInfoContent ul {
	margin-top: 0px;
}


#SectorProducts .ProductsInfoContainer .ProductsInfoContent .PDFicon {
	margin-top: 15px;
	margin-left: 6px;
}


/* +++++++++++++++++++++++++ /SECTORS +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ NEWS/ +++++++++++++++++++++++++ */

#News{
	margin-bottom: 8px;
}

#News .inner .threecolumn,
#News .inner .threecolumn-last {	
	width: 282px;
	display: block;
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #ececec;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	overflow:visible;
}

#News .inner .threecolumn-last {
	margin-right: 0px;
	border-right: 0;
}

#News .bottom-margin {
	margin-bottom:10px;
}

#News ul {
	padding-left: 0px;
}

#newsitem .h2Below {
	margin-bottom: 3px;
}

#newsitem h2 {
	margin-bottom: 10px;
}

.threecolumn .newssnippet {
	margin-bottom: 13px;
	border-right:1px solid #ECECEC;
	padding-right:10px;

		
}

.threecolumn .newssnippet .smallTitle {
	font-weight: bold;
	color: #666;
}

.threecolumn .newssnippet p {
	padding-left: 15px;
}

.threecolumn .newssnippet p a {
	padding: 0 2px;
}

.threecolumn .newssnippet  p.date {
	float: right;
	color: #9d9d9d;
	font-size: 0.9em;
}

.threecolumn .PDFicon {
	margin-bottom: 10px;
}

#eventPage .event-select {
	line-height:2.5em;
	margin-bottom:7px;
}

/* +++++++++++++++++++++++++ /NEWS +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ EVENT PAGE/ +++++++++++++++++++++++++ */

#eventPage .col2a {
	width: 430px;
	margin-right:45px;
	padding-right:45px;
	border-right: 1px solid #ececec;
	min-height: 500px;
}

#eventPage h1 {
	margin-bottom: 8px;
}

#eventPage #event-copy h2 {
	margin-bottom: 5px;
}

#eventPage #event-copy h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#eventPage .col2b {
	margin-top:0px;
}

#eventPage .col2b h2 {
	margin-bottom:5px;
}

#eventPage .col2b fieldset div {
	margin-bottom:3px;
}

#event-info {
	width:360px;
	margin-top:50px;
	padding-left:30px;
}

#event-info .Box360Bottom .inner ul {
	margin-left:0;
	padding-left:0;

}

#event-info .info {margin-top:10px;}

#event-form {
	width: 340px;
}

#event-form {
	margin-top: 41px;
}

#event-form fieldset {
	border: none;
	margin-top: 5px;
}

#event-form legend {
	display: none;
}

#event-form div {
	padding: 0px 0;
}

#event-form .text-field {
	width: 200px;
	background-color: #fff;
	border: 1px solid #CCC;
	height:18px;
	margin-bottom:8px;
}

#event-form .text-area {
	width: 330px;
	background-color: #fff;
	border: 1px solid #CCC;
}

#event-form .list-menu {
	background-color: #fff;
	border: 1px solid #CCC;
	width:100px;
}

#event-form label {
	display: block;
	float: left;
	width: 130px;
	font-weight: bold;
	clear:both;
}

#event-form span {
	width: 80px;
}

#but-submit-event {
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#event-form .validate_asterix {
	color: #FF0000;
	text-align: right;
	margin-right: 10px;	
}

#eventPage .event-select {
	line-height:2.5em;
	margin-bottom:7px;
	font-weight:bold;
}

#eventPage .eventProductBox {
	margin-top:20px;
	/*background-color: #eff6f8;*/
	padding-bottom:15px;
	margin-bottom:20px;
}

/*#eventPage .eventProductBox p {
	margin: 15px 15px 15px 22px;
	background-color: #eff6f8;
}*/

#eventPage #event-copy  .introBlock  h2 {
	margin-bottom:0;
}

#eventPage .eventProductBox .introBlock {
	width:350px;
}

#eventPage .eventProductBox .introBlock {
	padding-top:0px;
	padding-left:3px;
	line-height:16px;
}

#eventPage .eventProductBox ul {
	margin-left:0;
	padding-left:0;
}

.contact-title {
	font-weight: bold;
	margin-top: 15px;
}

/* +++++++++++++++++++++++++ /EVENT PAGE +++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++ ABOUT PAGE +++++++++++++++++++++++++ */

#about{
	margin-bottom: 8px;
}
 
#about .inner {
	padding-right: 2px;
	min-height: 580px;
	height: auto !important;
	height: 580px;
}

#about h1 {
	margin-bottom: 3px;
}

#about .top-margin {
	margin-top: 15px;
}

#about-image {
background: url(../images/about-image.jpg) no-repeat center right;
width: 350px;
height: 518px;
}


/* +++++++++++++++++++++++++ /ABOUT PAGE +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ COLLINSON GROUP +++++++++++++++++++++++++ */

#collinsonGroup{
	margin-bottom: 8px;
}
 
#collinsonGroup .inner {
	padding-right: 2px;
	min-height: 580px;
	height: auto !important;
	height: 580px;
	overflow:visible;
}

#collinsonGroup h1 {
	margin-bottom: 3px;
}

#collinsonGroup h3 {
	margin-top:15px;
	margin-bottom:3px;
}

#collinsonGroup .top-margin {
	margin-top: 15px;
}

#collinsonGroup-image {
background: url(../images/group-image.jpg) no-repeat center right;
width: 350px;
height: 518px;
}


/* +++++++++++++++++++++++++ /COLLINSON GROUP +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ COLLINSON GROUP INSURANCE +++++++++++++++++++++++++ */

#collinsonGroupInsurance {
	margin-bottom: 8px;
}
 
#collinsonGroupInsurance .inner {
	padding-right: 2px;
	min-height: 580px;
	height: auto !important;
	height: 580px;
	overflow:visible;
}

#collinsonGroupInsurance h1 {
	margin-bottom: 3px;
}

#collinsonGroupInsurance h2 {
	margin-bottom: 10px;
}

#collinsonGroupInsurance .top-margin {
	margin-top: 20px;
}

#collinsonGroupInsurance h3 {
	margin-top:24px;
	margin-bottom:15px;
}

#insuranceTable thead tr  td{
	padding: 5px 10px 5px 10px;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
/*	background: #11a3f6 url(../images/1px-white.gif) repeat-y top left;*/
	background: #11a3f6;
	border-right:1px solid #e1e1e1;
	border-bottom:5px solid #85d3ff;
}
#insuranceTable tbody tr.odd  td {
	background-color: #fff;
	padding: 5px 10px 5px 10px;	
	border-right:1px solid #e1e1e1;
}
#insuranceTable tbody tr.even td {
	padding: 5px 10px 5px 10px;
	background: #e4ecfa url(../images/1px-white.gif) repeat-y top right;
	border-right:1px solid #e1e1e1;
}
#insuranceTable {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom:5px solid #e1e1e1;	
}


/* +++++++++++++++++++++++++ /COLLINSON GROUP INSURANCE +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ CONTACT PAGE +++++++++++++++++++++++++ */

#contact {
	margin-bottom: 8px;
}
 
#contact .inner {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	overflow: visible;
}

#contact h2 {
	margin-bottom:10px;
}

#contact h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#contact p {
	padding:0;
}

#contact .contactLeftHead {
	margin-top: 22px;
	margin-bottom: 6px;
}


#contact-copy ul li {
	background: none;
	padding-top: 3px;
	padding-left: 0px;
	list-style: none;
}

#contact-copy ul {
	margin-bottom:10px;
}


#contact-form {
	width: 400px;
}

#contact-form {
	margin-top: 41px;
}

#contact-form fieldset {
	border: none;
	margin-top: 5px;
}

#contact-form legend {
	display: none;
}

#contact-form div {
	padding: 3px 0;
}

#contact-form .text-field {
	width: 250px;
	background-color: #fff;
	border: 1px solid #CCC;
}

#contact-form .text-area {
	width: 380px;
	background-color: #fff;
	border: 1px solid #CCC;
}

#contact-form .list-menu {
	width: 252px;
	background-color: #fff;
	border: 1px solid #CCC;
}

#contact-form label {
	display: block;
	float: left;
	width: 130px;
	font-weight: bold;
	text-align:left;
}

#contact-form span {
	width: 80px;
}

#but-submit-contact {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contact-form .validate_asterix {
	color: #FF0000;
	text-align: right;
	margin-right: 20px;	
}

.contact-title {
	font-weight: bold;
	margin-top: 15px;
}

#contact .col2b h2 {
	margin-bottom:20px;
}

#contact .col2b fieldset div {
	margin-bottom:3px;
}

/* +++++++++++++++++++++++++ /CONTACT PAGE +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ PRIVACY POLICY +++++++++++++++++++++++++ */

#privacypolicy {
	margin-bottom: 8px;
}
 
#privacypolicy .inner {
	padding-right: 0px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#privacypolicy .col2b {
		margin-top: 41px;
}
	
/* +++++++++++++++++++++++++ /PRIVACY POLICY +++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++ TERMS OF USE +++++++++++++++++++++++++ */

#termsofuse {
	margin-bottom: 8px;
}
 
#termsofuse .inner {
	padding-right: 0px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	overflow: visible;
}

#termsofuse h2.top-margin {
	margin-top: 18px;
}

#termsofuse .col2b {
	margin-top: 40px;
}

/* +++++++++++++++++++++++++ /TERMS OF USE +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ SITEMAP +++++++++++++++++++++++++ */

#sitemap {
	margin-bottom: 8px;
	
}
 
#sitemap .inner {
	padding-right: 0px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	overflow: visible;
}

#sitemap .col2b {
		margin-top: 41px;
}
	
/* +++++++++++++++++++++++++ /SITEMAP +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ OUR PEOPLE +++++++++++++++++++++++++ */

#ourpeople {
	margin-bottom: 8px;
}
 
#ourpeople .inner {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	overflow:visible;
}

#ourpeople h1 {
	margin-bottom: 3px;
}

#ourpeople h3 {
	margin-top:0px;
}


#ourpeopleItem {
	width: 910px;
	display: block;	
	margin-top: 30px;
}

#ourpeopleItem img {
	float: left;
	display: block;
	background-color: #666666;
}

#ourpeopleItem .ourpeopleCopy {
	float: left;
	width: 750px;
	margin-left: 24px;
	display: block;
}

/* +++++++++++++++++++++++++ /OUR PEOPLE +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ ACCESSIBILITY/ +++++++++++++++++++++++++ */

#accessibility {
	margin-bottom: 8px;
}
 
#accessibility .inner {
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

/* +++++++++++++++++++++++++ /ACCESSIBILITY +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ THANK YOU/ +++++++++++++++++++++++++ */

#thankYou {
	margin-bottom: 8px;
}
 
#thankYou .inner {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	text-align:center;
	vertical-align: middle;
	display: block;
}

#thankYou h1 {
	margin-top: 135px;
	margin-bottom: 25px;
}

#thankYou h2 {
	margin-bottom: 5px;
}


/* +++++++++++++++++++++++++ /THANK YOU +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ GLOSSARY/ +++++++++++++++++++++++++ */

#glossary {
	margin-bottom: 8px;
}
 
#glossary .inner {	
	display: block;
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	overflow:visible;
	line-height:28px;
}

/* +++++++++++++++++++++++++ /GLOSSARY +++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++ INDIVIDUAL PRODUCT/ +++++++++++++++++++++++++ */

#productIntro {
	margin-bottom: 8px;
}

#productIntro h1 {
	margin-bottom: 3px;
}

#productIntro h2 {
	margin-bottom: 10px;
}

.PDFicon {
	margin-top:10px;
}

.col4b {
	margin-top:10px;
}

#keyFeatures, 
#functionalOverview {
	display: block;
	float: left;
	width: 476px;
	margin-bottom: 8px;
	margin-right: 7px;
}

#functionalOverview {
	margin-right: 0px;
}

#keyFeatures .inner,
#functionalOverview .inner {
	min-height: 370px;
	height: auto !important;
	height: 370px;
	overflow:visible;
}

#keyFeatures span {
	font-weight:normal;
	display:block;
}


/* +++++++++++++++++++++++++ /INDIVIDUAL PRODUCT +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ FOOTER/ +++++++++++++++++++++++++ */

#footer {
	clear: both;
	font-size: 0.85em;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	margin: 8px 0 0 0;
	padding: 0 15px;
	height: 33px;
}

#copyright {
	width: 800px;
	text-align: center;
	margin-top: 5px;
}

#copyright p {
	float: left;
}
	
#copyright li {
	float: left;
	list-style: none;
	padding: 0 5px;
	border-left: 1px solid #999;
	background: none;
}
	
#copyright li a {
	padding: 0 5px;
	border-bottom: 0;
}
		
#copyright li.first {
	border-left: none;
}

#copyright ul {
	padding: 3px 0 6px 25px;
}

#bookmark {
	margin-top: 9px;
	width: 100px;
	float: right;
	text-align: right;
}

#bookmark a{
	border-bottom: 0;
}

/* +++++++++++++++++++++++++ /FOOTER +++++++++++++++++++++++++ */

/* ================================================== /LAYOUT ================================================== */
