@CHARSET "UTF-8";

/*
    Document   : common.css
    Created on : 16/09/2009, 11:43:26 AM
    Author     : martinm
    Description: General styles.
*/
/*----------------------------------------------------------------------------*
 * Shell styles
 *----------------------------------------------------------------------------*/

body
{
	background:#fcfcfc url("/Images/bg_rpt.gif") top left repeat-x;
	font-family: 'Trebuchet MS';
	/* font-size:12px; */
	font-size: 0.75em;
	color: #717f81;
	margin:0px auto;
	padding:0px;
}

a
 {
	 color: #30588f;
 }

a:hover
{
	color: #30588f;
}

a:visited
{
	color: #3e4545;
}

h1
{
	margin-top: 0px;
	margin-bottom: 10px;
	float: right;
	color: #557eac;
	font-style: italic;
	clear: both;
	text-align: right;
	font-size: 1.64em;
	width: 100%;
}



h2
{
	color:#3e4545;
	margin:15px 0 10px;
	padding:0;
	font-size: 1.55em;
	font-weight: normal;
	clear: both;
}

div.left div.short_cuts h2
{
	margin-top: 0px;
}

h3
{
	color: #30588f;
	font-size: 1.34em;
	font-weight: bold;
	font-style: italic;
}

h3.center
{
	text-align: center;
}

h4
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #3e4545;
	font-size: 1em;
}

img
{
	border: none 0px;
}

form
{
	margin: 0px;
}

input.button
{
	padding: 1px 14px;
	width: inherit !important;
	font-family: 'Trebuchet MS';
	color: #ffffff !important;
	background-color: #557eac;
	border: 2px solid #ebebeb;
	height: 24px;
	vertical-align: middle;
	float: right;
	overflow: visible;
	font-size: 1em;
}


div.grey_button
{
	padding: 0px 12px;
	width: auto !important;
	color: #ffffff !important;

	background-color: #717f81;
	border: 2px solid #ebebeb;

	vertical-align: middle;
	float: right;
}
div.grey_button a
{
	color: #ffffff !important;
	text-decoration: none;
}

div.blue_button
{
	padding: 1px 14px;
	width: auto !important;
	color: #ffffff !important;
	background-color: #557eac;
	border: 2px solid #ebebeb;

	vertical-align: middle;
	float: right;
	line-height: 1.6em;
	cursor: pointer;
}
div.blue_button a
{
	color: #ffffff !important;
	text-decoration: none;
}

select
{
	width: 187px;
	color: #717f81;
	font-family: 'Trebuchet MS';
	border: 1px solid #dddddd;
}

input
{
	color: #717f81;
	font-family: 'Trebuchet MS';
	border: 1px solid #dddddd;	
}

div#outer_wrapper
{
	position: relative;
	margin:0 auto;
	background-color: #ffffff;
	width:1062px;
	max-width: 100%;
}

div#content ul
{
	margin: 10px 0px 10px 15px;
	padding: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}

div#content ul li
{
	padding-left: 15px;
	background: transparent url("/Images/bullet_gold_arrow.png") no-repeat scroll left 5px;
}

/*----------------------------------------------------------------------------*
 * Footer
 *----------------------------------------------------------------------------*/

div#footer
{
	margin:0 auto;
	width:1062px;
	max-width: 100%;
	color: #717f81;
	font-size: 0.85em;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: hidden;
}

div#footer a
{
	text-decoration: none;
}


div#footer ul
{
	margin: 0px;
	margin-left: 70px;
	padding: 0px;
	list-style-type: none;
}

div#footer ul li
{
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	background: url('/Images/footer_divider.gif') no-repeat right 4px;
}

div#footer ul li.copyright
{
	background-image: none;
}

/*----------------------------------------------------------------------------*
 * Page end
 *----------------------------------------------------------------------------*/

div#page_end
{
	margin:0 auto;
	width:1062px;
	max-width: 100%;
	height: 27px;
}

div#page_end
{
	background-color: #ffffff;
	height: 30px;
}

/*----------------------------------------------------------------------------*
 * Top border (print text resize, ...)
 *----------------------------------------------------------------------------*/
div#top_border
{
	background-color: #c1c1c1;
	/* height: 27px; */
	overflow: hidden;
	width: 100%;
}

div#top_border div.content
{
	float: right;
	margin-right: 60px;
}

* html div#top_border div.content
{
	margin-right: 30px;
}


div#top_border div.content ul
{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;margin-top: 1px;
	list-style-type: none;
}

div#top_border div.content ul li
{
	float: left;
	color: #3e4545;
}

div#top_border div.content ul li a
{
	color: #3e4545;
	text-decoration: none;
}


div#top_border div.content ul li.print, div#top_border div.content ul li.textsize
{
	padding-top: 5px;
	padding-right: 5px;
}

div#top_border div.content ul li.seperator
{
	padding-left: 5px;
	padding-right: 5px;
}

div#top_border  div.content ul li.search
{
	padding-right: 10px;
}

div#top_border  div.content ul li.search form
{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

* html div#top_border  div.content ul li.search form
{
	padding-top: 5px;
}

div#top_border  div.content ul li.search input.text
{
	font-size: 0.9em;
	height: 15px;
	border: 1px solid #dddddd;
	vertical-align: top;
	padding: 1px;
	margin-right: 0px !important;
}


/*----------------------------------------------------------------------------*
 * Page content
 *----------------------------------------------------------------------------*/

div#inner_wrapper
{
	margin:0 auto;
	width:942px;
	/* height: 500px; */

}

/*----------------------------------------------------------------------------*
 * 1st level navigation
 *----------------------------------------------------------------------------*/
div#nav_first
{
	position: relative;
	overflow: hidden;
	clear: both;
	width: 100%;
	z-index: 10;
}

div#nav_first img.logo
{
	margin-left: 20px;
	margin-right: 50px;


}

div#nav_first ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}


div#nav_first ul li
{
	float: left;
	margin-top: 50px;
	height:33px;
}

div#nav_first ul li.logo
{
	margin-top: -12px;
	/*width: 354px;*/
	width: 275px; 
}


div#nav_first ul li a span
{
	display: none;
}

div#nav_first ul li a
{
	height: 35px;
	display: block;
}

div#nav_first ul li.health a
{
	width: 79px;
	background: url("/Images/nav_button/nav_health.gif") top left no-repeat;
}

div#nav_first ul li.health a:hover
{
	background: url("/Images/nav_button/nav_health_on.gif") top left no-repeat;
}

div#nav_first ul li.member_centre a
{
	width: 131px;
	background: url("/Images/nav_button/nav_member_centre.gif") top left no-repeat;
}

div#nav_first ul li.member_centre a:hover
{
	background: url("/Images/nav_button/nav_member_centre_on.gif") top left no-repeat;
}


div#nav_first ul li.travel a
{
	width: 74px;
	background: url("/Images/nav_button/nav_travel.gif") top left no-repeat;
}

div#nav_first ul li.travel a:hover
{
	background: url("/Images/nav_button/nav_travel_on.gif") top left no-repeat;
}


div#nav_first ul li.car a
{
	width: 60px;
	background: url("/Images/nav_button/nav_car.gif") top left no-repeat;
}

div#nav_first ul li.car a:hover
{
	background: url("/Images/nav_button/nav_car_on.gif") top left no-repeat;
	
}

div#nav_first ul li.home a
{
	width: 75px;
	background: url("/Images/nav_button/nav_home.gif") top left no-repeat;
}

div#nav_first ul li.home a:hover
{
	background: url("/Images/nav_button/nav_home_on.gif") top left no-repeat;
}

div#nav_first ul li.life a
{
	width: 62px;
	background: url("/Images/nav_button/nav_life.gif") top left no-repeat;
}

div#nav_first ul li.life a:hover
{
	background: url("/Images/nav_button/nav_life_on.gif") top left no-repeat;
}

div#nav_first ul li.events a
{
	width: 79px;
	background: url("/Images/nav_button/nav_events.gif") top left no-repeat;
}

div#nav_first ul li.events a:hover
{
	background: url("/Images/nav_button/nav_events_on.gif") top left no-repeat;
	
}

div#nav_first ul li.contact a
{
	width: 107px;
	background: url("/Images/nav_button/nav_contact.gif") top left no-repeat;
}

div#nav_first ul li.contact a:hover
{
	background: url("/Images/nav_button/nav_contact_on.gif") top left no-repeat;
}

/*----------------------------------------------------------------------------*
 * 2nd level navigation
 *----------------------------------------------------------------------------*/

div#nav_second
{
	position: relative;
	background: #ffffff url("/Images/nav_bg_rpt.gif") top left repeat-x;
	overflow: hidden;
	width: 922px;
	margin-top: -1px;
	z-index: 1;
	padding-left: 20px;
	min-height: 43px;
}

* html div#nav_second
{
	margin-top: -4px;
	height: 43px;
	overflow: visible;
}

div#nav_second ul
{
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-top: 7px;
	padding-bottom: 11px;
	overflow: hidden;
}

* html div#nav_second ul
{
	float: left;
	width: 100%;
}

div#nav_second ul li
{
	float: left;
	color: #3e4545;
	background: url("/Images/nav_divider.gif") no-repeat left center;
	padding: 5px 10px;
	margin-left: -1px;
}

div#nav_second ul li.current a
{
	color: #30588f;
}

div#nav_second ul li a
{
	color: #3e4545;
	text-decoration: none;
	white-space: nowrap;
}

div#nav_second ul li a:hover
{
	color: #30588f;
}


/*----------------------------------------------------------------------------*
 * Tab navigation
 *----------------------------------------------------------------------------*/

div#content div.right div.tab_nav
{
	position: relative;
	overflow: hidden;
	z-index: 20;

}


div#content div.right div.tab_nav ul
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}


div#content div.right div.tab_nav ul li
{

	padding:0px;
	list-style-type: none !important;
	list-style-image: none !important;
	background: url("/Images/nav_button/tab_bottom_dash.gif") 0px 100% no-repeat;
	float: left;
	height: 41px;
}


div#content div.right div.tab_nav ul li a
{
	display: block;
	font-size: 1em;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	height: 20px;

	float: left;

}

div#content div.right div.tab_nav ul li a img
{
	padding-left: 5px;
}

/* div#content div.right div.nav ul li a:hover,*/
 div#content div.right div.tab_nav ul li a.active
{
	color: #30588f;
	padding: 9px 15px 10px 14px;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
	background: #ffffff none;
	z-index: 21;
}

div#content div.right div.tab_nav ul li a span
{
	padding-right: 15px;
}

div#content div.right div.tab_nav ul li a.active span
{
	background: url("/Images/nav_button/tab-arrow_down.gif") 100% 50% no-repeat;
}

/*----------------------------------------------------------------------------*
 * Breadcrumb
 *----------------------------------------------------------------------------*/

div#breadcrumb
{
	margin-left: 46px;
	height: 20px;
}


div#breadcrumb ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#breadcrumb ul li
{
	float: left;
	padding-left: 6px;
	padding-right: 2px;
	background: url('/Images/vanilla/breadcrumb_divder.gif') no-repeat right 4px;
	padding-right: 8px;
}

div#breadcrumb ul li.active
{
	background: url('/Images/bullet_gold_arrow.png') no-repeat right 5px;
	padding-right: 12px;
}

div#breadcrumb ul li.active a
{
	text-decoration: none;
	font-weight: bold;
}


/*----------------------------------------------------------------------------*
 * Main content
 *----------------------------------------------------------------------------*/

div#content
{
	width: 942px;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 33px;
}

/*----------------------------------------------------------------------------*
 * Content Left
 *----------------------------------------------------------------------------*/

div#content div.left
{
	width: 437px;
	float: left;
	margin-right: 30px;
	display: inline;
	font-size: 1.08em;
}

div#content div.left img
{
	float: right;
	margin-bottom: 30px;
}

div#content div.left p
{
	margin: 0px;
	line-height: 2em;
	float: right;
	text-align: right;
	clear: both;
	width: 100%;
}

/*----------------------------------------------------------------------------*
 * Banner bottom
 *----------------------------------------------------------------------------*/
div#banner_area
{
	width: 942px;
	overflow: hidden;
	background: url("/Images/banner_area_bg_rpt.gif") top left repeat-x;
}

div#banner_area ul
{
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}


div#banner_area ul li
{
	float: left;
}


div#banner_area li img.banner
{
	margin: 15px 0;
	
}

div#banner_area  li div.banner_small
{
	margin: 15px 0;
	width: 284px;
}

div#banner_area  li div.banner_medium_left
{
	margin: 15px 0;
	width: 461px;
}

div#banner_area  li div.banner_medium_right
{
	margin: 15px 0;
	width: 419px;
}

div#banner_area  li div.banner_large
{
	margin: 15px 0;
	width: 598px;
}


/*----------------------------------------------------------------------------*
 * Misc. styles
 *----------------------------------------------------------------------------*/

div#thessm
{
	display: none;
}

div.norecords p
{
	padding: 20px 10px !important;
}

p.fineprint
{
	font-size: 0.85em !important;
	line-height: normal !important;
	margin-top: 10px !important;
}

a span.pdf
{
	background: url('/Images/icon_pdf.gif') no-repeat left center;
	display: inline-block;
	width: 21px;
	height: 20px;
	vertical-align: middle;
}