/*
	Desc: travelwell Screen Style Sheet
	Author: clickDM
=== === === === === === === === === === */

/* COLOURS
=== === === === === === === === === === *

	List of colours and hex values used, eg:
	
	orange: F9A01B
	blue: 4697EC
	
*/

* /* Global reset removes default styling added by browsers */ { 
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-family: inherit;
	color: inherit;
}

/* STRUCTURE
=== === === === === === === === === === */

html {
	min-height: 100%;
	height: auto;
	font-size: 100%; /* for font scaling consistency in ie6 */
}

body {
	text-align: center; /* for center aligning container in ie6 */
	color: #333; /* default font colour */
	font: 62.5%/1.8em arial, sans-serif; /* resets default font size to 10px (so 1.0em = 10px) and sets leading at 26px */
}

body#home,
body#expert {
	background: #FFF url(images/pageBG-01.jpg) center 0 no-repeat;
}

body#facts {
	background: #FFF url(images/pageBG-02.jpg) center 0 no-repeat;
}

body#map {
	background: #FFF url(images/pageBG-03.jpg) center 0 no-repeat;
}




/* COMMON
=== === === === === === === === === === */

h1 {
	font-size: 2.6em; /* be careful when setting font-size higher than the default line-height, wrapped lines may overlap */
	margin-top: .346em; /* vertical spacing for elements should be a sum of the line-height to give 'vertical rythym' */
	margin-bottom: .692em;
	line-height: 1.05em;
	color: #F9A01B;
	display: block;
}

#home h1 {
	background: transparent url(images/headlines.png) 0 0 no-repeat;
	text-indent: -200em;
	height: 24px;
	line-height: 0;
}

#expert h1 {
	background: transparent url(images/headlines.png) 0 -24px no-repeat;
	text-indent: -200em;
	height: 49px;
	line-height: 0;
}

#facts h1 {
	background: transparent url(images/headlines.png) 0 -72px no-repeat;
	text-indent: -200em;
	height: 25px;
	line-height: 0;
}

#map h1 {
	background: transparent url(images/headlines.png) 0 -97px no-repeat;
	text-indent: -200em;
	height: 26px;
	line-height: 0;
}


h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: .262em;
	color: #F9A01B;
}

h3 {
	font-size: 2.0em;
	border-top: 1px solid #CCC;
	padding-top: 1em;
	margin-bottom: .55em;
}

h4 {
	font-size: 2.1em;
	margin-bottom: 0.524em;
}

h5 {
	font-size: 1.6em;
	margin-top: 0.525em;
	font-weight: bold;
}

.entry p /* default font-size for most elements is set here 16px for readability */ {
	font-size: 1.3em; /* using ems for font sizes because they scale consistently in all browsers */
}

.entry p {
	margin-bottom: 1.375em; /* ems may be set to 3 decimal places */
	text-align: left;
}

.caption {
	margin-bottom: 1.8em;
}

.entry ul {
	list-style: square;
	margin-bottom: 1.8em;
	padding-left: 20px;
}

.entry ul li {
	font-size: 1.3em;

}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

sup {
	font-family: "lucida grande", "Lucida Sans Unicode", sans-serif;
	font-style: normal;
	line-height: 0em;
	font-size: 9px;
}

blockquote {
	color: #666;
	font-style: italic;
	font-size: 1.8em;
	padding-bottom: 1em;
	line-height: 1.222em;
}

cite {
	font-family: Helvetica, sans-serif !important;
	font-size: .722em;
	color: #AAA;
	
}

p.references {
	font-size:  1.1em; /* because of inherited font-size 0.625em = 10px going lower is not recommended */
	color: #888;
	margin-bottom: 0.818em;
}

.references a,
.references a:link {
	font-weight: normal !important;
	color: inherit !important;	
}

.entry p a,
.entry p a:link {	
	font-weight: bold;
	color: #000;
}

.entry a,
.entry a:link {	
	color: #333333;
}

.entry p a:hover,
a:hover,
.downloads a:hover,
#content a:hover  {
	color: #F9A01B;
}

a:visited {

}

.box p {
	font-size: 1.4em;
	padding-bottom: .642em;
	color: #F9A01B;
	font-weight: bold;
	font-style: italic;
}

.grey {
	color: #333 !important;
	font-style: normal !important;
}

#tandc h1, #tandc h2, #tandc h3, #tandc h4 {
	margin-top: 18px;
	color: #000;
	border: none;
	font-weight: normal;
}

#tandc a {
	text-decoration: underline;
}

#tandc h1 {
	font-size: 3.0em;
}

#tandc h2 {
	font-size: 2.0em;
}

#tandc h3 {
	font-size: 1.8em;
}

#tandc h4 {
	font-size: 1.6em;
}

#tandc p,
#tandc li {
	font-size: 1.3em;
	margin-bottom: 9px;
}

#tandc li li {
	font-size: 1.0em;
}


#tandc ul {
	list-style: square;
	margin-left: 15px;
	padding-left: 10px; 
}

#tandc ol {
	margin-left: 15px;
	padding-left: 10px; 
}

/* STRUCTURE
=== === === === === === === === === === */

#tandc #content {
	background: transparent;
	width: 540px;
	margin: 0 auto;
}

#logo {
	margin-left: 80px;
}

#GSKlogo {
	margin-top: 54px;
}

#who {
	position: relative;
	right: 20px;
	background: #F9A01B url(images/quote-bottom.png) 0px bottom no-repeat;
	width: 460px;
	margin-bottom: 1.8em;
	overflow: hidden;
}

#who blockquote {
	padding: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background: transparent url(images/quote-top.png) 0 0 no-repeat;
}

#who cite {
	font-family: Helvetica, sans-serif !important;
	color: #FFF;
	font-weight: normal !important;
	font-style: normal !important;
}

p a.button {
	margin-top: 9px;
	font-size: 14px;
	font-weight: bold;
	width: 152px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	color: #FFF !important;
	background: transparent url(images/button.png) 0 0 no-repeat;
}

p a.button:hover {
	background: transparent url(images/button.png) 0 -32px no-repeat !important;
	color: #333 !important;
}

ul#share {
	list-style: none;
	overflow: hidden;
	margin-bottom: 36px; 
	margin-top: 36px;
	padding-left: 0;
	width: 100%;
}

#share li {
	float: left;
	padding: 0 30px 0 20px;
	font-size: 1.3em;
	background: transparent url(images/icons.png) no-repeat;
}

li.email {
	background-position: 0 -23px !important;
}

li.print {
	background-position: 0 -47px !important;
}

#page {
	width: 960px; /* set for 1024x768 resolution, easily divided into 4 columns of 220px +16px space on all sides*/
	margin: 0 auto; /* center aligns container */
	overflow: hidden;
}

#navigation {
	overflow: hidden;
	display: block;
	width: 445px;
	padding-left: 15px;
}

#navigation ul {
	list-style: none;
	height: 31px;
	margin-top: 10px;
	overflow: hidden;
}

#navigation li {
	overflow: hidden;
	width: 140px;
	float: left;
	height: 27px;
	margin-right: 2px;
	background: transparent url(images/nav-button.png) 0 0 no-repeat;
}

#home #link1,
#facts #link2,
#map #link3 {
	height: 31px;
}

#home #link1 a,
#facts #link2 a,
#map #link3 a {
	color: #000;
}


.last {
	margin-right: 0 !important;
}

#navigation a {
	font-size: 1.4em;
	line-height: 2.4em;
	font-weight: bold;
	display: block;
	color: #AAA;
	text-align: center;
}

.section {
	margin: 0 auto;
	overflow: hidden;
}

.header {
	height: 100px;
	display: block;
	margin-top: 50px;
}

.column {
	padding-top: 15px;
}

.narrow {
	width: 280px;
	float: right;
}

.wide {
	width: 460px;
	float: left;
}

.box {
	margin-top: 50px;
	padding-right: 10px;
}

.entry {
	width: 420px;
	padding: 0 20px;
}

#content {
	background: transparent url(images/contentBG.png) 0 0 no-repeat;
	margin-top: 80px;
	margin-bottom: 54px;
	overflow: hidden;
	width: 960px;
}

.container {
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
}

.footer {
	height: 25px;
	display: block;
	margin-bottom: 54px;
	background: transparent url(images/footer.png) 0 0 no-repeat;
	clear: both;
	display: block;
}

.content {
	padding-top: 20px;
}

.caption {
	font-size: 1.2em;
	overflow: hidden;
}

.legend {
	height: 14px;
	width: 14px;
	background: #FB9C1B;
	display: block;
	float: left;
	border: 1px solid #666;
}

.legendtext {
	padding-left: 10px;
	float: left;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
    display: none;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
    display: none;

}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #F9A01B;
	background-color: #fff;
}

#JT li,
#JT p {
	font-size: 1.0em;
	line-height: 1.5;
}

#JT ul {
	margin-left: 20px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #F9A01B;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #F9A01B;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #F9A01B;
}
