/* Travel Tracker Website CSS */
/* Copyright (c) 2012 Travel Tracker Pty Ltd. */

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ul{ list-style:none; list-style-position:outside;}
a {  outline: none;}

/* Inform old browsers on how to handle HTML5 elements */
header, footer, aside, nav, article {display: block;}

/* Main CSS Body */
body {
	color: #FFFFFF;
	font-family: 'Play', sans-serif;
	font-size: 13px;
	background: #1588CF url(../images/background-blue.jpg) repeat-x;
}

p {
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Play, "Helveitca Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter; /*counteract strong browser anti-aliasing*/
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Main Navigation */

header ul {
	float: right;
	margin: 50px 0;
}

header li {
	float: left;
	display: inline-block;
	width: 86px;
	height: 46px;
	margin: 0 7px 0 0;
}

header li a {
	color: #2C6069;
	display: block;
	width: 90px;
	height: 46px;
	text-align: center;
	font-weight: bold;
	line-height: 46px;
	border: 1px solid #000000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #000000; -webkit-box-shadow: 0 1px 0 #1D86ED; box-shadow: 0 1px 0 #000000;
	font-size: 19px;
}

header li a {
	/* Fallback Color */
	background: #E8F4F6;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#000000, #1D86ED);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#1D86ED));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(#000000, #1D86ED); 
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1D86ED');
}

header li a:hover {
	/* Fallback Color */
	background: #FFFFFF;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#111111, #E8F4F6);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111111), to(#E8F4F6));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(#111111, #E8F4F6); 
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#E8F4F6');
}

header li.active a {
	color: #5E8D94;
	-moz-box-shadow: inset 0 2px 3px #436E7D; -webkit-box-shadow:inset 0 2px 3px #436E7D; box-shadow: inset 0 2px 3px #436E7D;
}

header li.active a {
	/* Fallback Color */
	background: #DFF0F3;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#DFF0F3, #FFFFFF);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DFF0F3), to(#FFFFFF));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(#DFF0F3, #FFFFFF); 
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFF0F3', endColorstr='#FFFFFF');
}

header .logo {
	background: url(../images/traveltracker-logo.jpg) no-repeat;
	width: 475px;
	height: 70px;
	top: 30px;
	float: left;
	position: absolute;
}

section.home_feature {
	display: block;
	height: 480px;
	clear: both;
}

article.main_display {
	display: block;
	float: left;
	position: relative;
	width: 400px;
	height: 397px;
	margin: 0px 0px;
}

article.main_display img {
	position: absolute;
	top: -30px;
	left: 0px;
}

article.feature_text {
	float: right;
	width: 450px;
	margin: 0px 40px 0 0;
}

article.feature_text h3 {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 120%;
	margin: 0 0 20px 0;
	text-shadow: #000 1px 1px 0;
}

article.feature_text h2 {
	font-size: 70px;
	color: #FFFFFF;
	line-height: 120%;
	margin: 0 0 20px 0;
	text-shadow: #000 1px 1px 0;
}

article.feature_text p {
	color: #FFFFFF;
	text-shadow: #000 0 1px 0;
	font-size: 20px;
}

/*
article.feature_text a {
	display: block;
	width: 310px;
	height: 62px;
	color: #FFFFFF;
	margin: 20px 0 0 0;
	text-align: center;
	line-height: 54px;
	font-weight: lighter; -*counteract strong browser anti-aliasing*-
	font-size: 22px;
	text-shadow: #769399 0 -1px 0;
}
*/

article.feature_text a:hover {
	background-position: 0 -63px;
	line-height: 57px;
	border-color: #f1fa21;
}

article.feature_text a:active {
	color: #EFEFEF;
	background-position: 0 -126px;
	line-height: 58px;
}

article.feature_text input {
	height: 35px;
	line-height:60%;
	font-family: Play, "Helveitca Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	width: 450px;
}

article.feature_text textarea {
	height: 100px;
	font-family: Play, "Helveitca Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	width: 450px;
}

section.sub_feature_1 {
	display: block;
	min-height: 480px;
	clear: both;
	/* Fallback Color */
	background: #FFFFFF;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#111111, #E8F4F6);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111111), to(#E8F4F6));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(#111111, #E8F4F6); 
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#E8F4F6');
	position: relative;
}

section .raised_block {
	position: relative;
	min-height: 480px;
	overflow:hidden;
	border: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	color: #000000;
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
	-moz-box-shadow: 0 1px 0 #FFFFFF; -webkit-box-shadow: 0 1px 0 #000000; box-shadow: 0 1px 0 #000000;
	font-size: 19px;
	width: 950px;
	top: -50px;
	margin: 0px 0 0 0;
}

section .raised_logos {
	position: relative;
	min-height: 110px;
	overflow:hidden;
	border: 1px solid #1964C9;
	background-color: #00B9F8;
	color: #000000;
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
	-moz-box-shadow: 0 1px 0 #1964C9; -webkit-box-shadow: 0 1px 0 #1964C9; box-shadow: 0 4px 0 #1964C9;
	font-size: 19px;
	width: 950px;
	top: -50px;
	margin: 5px 0 5px 0;
}



section .raised_block h2 {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-shadow: #c9cfcb 2px 2px 0;
	margin-top: 15px;
	margin-left: 30px;
}

article.sub_section_1 {
	display: block;
	float: left;
	position: relative;
	width: 270px;
	margin: 20px 10px 20px 30px;
	color: #000000;
	background-color: #EEEEEE;
	clear: left;
}

article.sub_section_1 h2 {
	font-size: 20px;
	font-family: 'Pontano Sans', sans-serif;	
	color: #000000;
	line-height: 120%;
	margin: 0 0 20px 0;
	text-shadow: #fffeff 1px 1px 0;
}

article.sub_section_1 h3 {
	font-size: 13px;
	font-family: 'Pontano Sans', sans-serif;
	color: #000000;
	line-height: 100%;
	margin: 0 0 0px 0;
	text-shadow: #fffeff 1px 1px 0;
}

article.sub_section_1 p {
	font-size: 15px;
	font-family: 'Pontano Sans', sans-serif;
	color: #000000;
	line-height: 100%;
	margin: 0 0 20px 0;
}


article.sub_section_2 {
	display: block;
	float: left;
	position: relative;
	width: 540px;
	margin: 20px 10px 20px 30px;
	color: #000000;
	background-color: #EEEEEE;
	font-family: 'Pontano Sans', sans-serif;
}

article.sub_section_2 p {
	font-size: 14px;
	font-family: 'Pontano Sans', sans-serif;
	color: #000000;
	line-height: 120%;
	margin: 0 0 20px 0;
}

article.sub_section_2 a {
	color: #000000;
	text-decoration: underline;
}

article.sub_section_2 blockquote {
	margin-left: 20px;
	font-style: italic;
}

section.buffer {
	display: block;
	height:10px;
	clear:both;
	background-color: #E2EEF0;
}

section.footer {
	display: block;
	height: 80px;
	/* Fallback Color */
	background: #151510;
	border-top: 4px solid #353530;
	position: relative;
	clear: both;
}

section.footer img {
	float:right;
}

#confidentiality {
	color: #919191;
	border-style: groove;
	border-color: #464646;
	font: 13px "Courier New", Courier, mono;
	opacity: 0.66;
	height: 400px;
}