/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7.
*/

body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Trebuchet,"Trebuchet MS",Helvetica,Arial,'sans-serif';
	background:#0B4167;
	color:#7e7e7e;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,a:visited,.pseudolink {
	color:#358ccb;
	text-decoration:none;
	}
/*
a:visited {
	color:#6a0085;
	}
*/
a:hover,.pseudolink:hover {
	color:#00f;
	}
a:active,.pseudolink:active {
	color:#696;
	}
.pseudolink { cursor:pointer; }
/* each page component gets an inner container... */
.container {
	width:922px;
	margin:0 auto;
	}
/* page header */
#header {
	width:100%;
	height:183px;
	background:#358dcc url('../images/mkt_header_bg.png') repeat-x;
	z-index:4;
	}
#menu {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
	}
#menu li {
	position:relative;
	float:left;
	background:#358dcc url('../images/mkt_header_menu_border.png') 0 0 repeat-y;
	padding:0 0 0 2px;
	}
#menu li:first-child,#menu li.first-child {
	background:#358dcc;
	padding:0;
	}
#menu li a {
	position:relative;
	display:block;
	padding:8px 15px 10px 13px;
	font-weight:bold;
	font-size:1.2em;
	}
#menu li a,#menu li a:visited {
	color:#fff;
	background:#358dcc url('../images/mkt_header_menu_bg.png') repeat-x;
	}
#menu li a:hover {
	background:#358dcc url('../images/mkt_header_menu_bg_over.png') repeat-x;
	text-decoration:none;
	}
#header_logo {
	position:absolute;
	top:3px;
	left:-16px;
	}
#header_name {
	position:absolute;
	top:79px;
	right:-19px;
	}
#header_tagline {
	position:absolute;
	top:154px;
	right:5px;
	}
#header_takethetour {
	position:absolute;
	top:154px;
	left:243px;
	}
#header_tour_menu {
	position:absolute;
	top:147px;
	right:0;
	margin:0;
	padding:0 2px 0 0;
	list-style:none;
	background:url('../images/mkt_header_menu_border.png') right 0 repeat-y;
	}
#header_tour_menu li {
	margin:0;
	float:left;
	height:36px;
	overflow:hidden;
	}
#header_tour_menu li a {
	display:block;
	padding:10px 15px 13px 15px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background:url('../images/mkt_header_menu_border.png') 0 0 repeat-y;
	}
#header_tour_menu li:hover,#header_tour_menu li.over {
	background:url('../images/mkt_header_menu_bg_over.png') 0 0 repeat-x;
	}
#header_tour_menu li .here {
	display:block;
	padding:10px 15px 13px 15px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background:#136BAA;
	}
/* #splash is specific to the homepage. */
#splash {
	width:100%;
	height:590px;
	background:#f6e1ad url('../images/mkt_home_splash_bg.gif');
	z-index:3;
	}
#splash .container { z-index:2; }
.splash_under {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:86px;
	display:block;
	background:#0b4167 url('../images/mkt_home_splash_under_bg.png') repeat-x;
	z-index:1;
	}
#splash_txt {
	position:absolute;
	left:35px;
	top:50px;
	width:269px;
	color:#231f20;
	font-size:1.6em;
	line-height:1.4em;
	font-family:helvetica,arial,sans-serif;
	}
#splash_txt h1 {
	font-size:1.6em;
	line-height:1.2em;
	margin:0 0 0.6em;
	}
#splash_txt p {
	margin:0.7em 0;
	}
#splash_txt .smaller { font-size:0.9em; }
#splash_txt ul {
	font-size:0.9em;
	line-height:1.2em;
	margin:0 0 0 1.3em;
	}
#splash_txt a,#splash_txt a:visited { color:#0e619c; }
#splash_txt a:hover { color:#00f; }
#splash_txt a:active { color:#696; }
#splash_pic {
	position:absolute;
	right:0;
	top:53px;
	}
#splash_learnmore {
	position:absolute;
	top:513px;
	left:-5px;
	z-index:2;
	}
#splash_tagline {
	position:absolute;
	top:537px;
	left:388px;
	display:block;
	color:#ffb21c;
	font-size:2em;
	}
.vidclick { cursor:pointer; }
.vidclick:hover #splash_tagline { color:#ffd23c; }
#goarrow {
	position:absolute;
	top:528px;
	right:0;
	}
/* content area */
/* Not just #content can be content. So this sandboxes all the differently-styled areas that take the same white box with rounded corners. */
#blurb_1 {
	width:100%;
	background:#358dcc url('../images/mkt_home_blurb1_bg.png') 0 0 repeat-x;
	z-index:3;
	}
#blurb_2 {
	width:100%;
	background:#4797d1 url('../images/mkt_home_blurb2_bg.png') 0 0 repeat-x;
	z-index:3;
	}
#content {
	width:980px;
	margin:0 0 0 20px;
	padding:15px 0 0;
	}
.content {
	/* white rounded corners... */
	padding:27px 0 31px 0;
	font-size:1.2em;
	}
.content .container {
	/* white rounded corners... */
	background:#fff;
	padding:23px 0 20px;
	}
.content .container .inner {
	background:#fff;
	padding:20px 36px 15px 36px;
	margin:-18px -5px -15px;
	line-height:1.5em;
	}
.c_tl,.c_tr,.c_br,.c_bl {
	display:block;
	position:absolute;
	width:5px;
	height:5px;
	margin:0;padding:0;
	background-repeat:no-repeat;
	background-position:0 0;
	}
.c_tl { top:0;left:-5px;background-image:url('../images/c_5_tl.png'); }
.c_tr { top:0;right:-5px;background-image:url('../images/c_5_tr.png'); }
.c_br { bottom:0;right:-5px;background-image:url('../images/c_5_br.png'); }
.c_bl { bottom:0;left:-5px;background-image:url('../images/c_5_bl.png'); }
.box_1_3 {
	width:253px;
	margin-left:49px;
	float:left;
	}
.box_2_3 {
	width:555px;
	margin-left:49px;
	float:left;
	}
.box_25_3 {
	width:597px;
	margin-left:49px;
	float:left;
	}
.box_1_tour { /* for the verbiage. */
	width:199px;
	float:left;
	margin:0 0 0 -20px;
	overflow:visible;
	}
.box_2_tour { /* only useful for the splash screen */
	width:676px;
	margin:0 -20px 0 20px;
	float:left;
	}
.inner h2 {
	font-size:1.5em;
	color:#ff8700;
	margin:0 0 0.5em;
	}
.inner b,.inner strong {
	color:#7e2f08;
	}
.box_illo {
	display:block;
	float:left;
	}
.box_1_3:first-child,.box_1_3.first-child,.box_2_3:first-child,.box_2_3.first-child,.box_25_3:first-child,.box_25_3.first-child {
	margin-left:0;
	}
.box_1_3 div {
	width:183px;
	float:right;
	}
.box_2_3 div {
	width:485px;
	float:right;
	}
.box_25_3 div {
	width:527px;
	float:right;
	}
.container .title {
	font-size:1.5em;
	color:#ff8700;
	}
.box_1_3 .tag,.box_2_3 .tag,.box_25_3 .tag,.box_quote .tag {
	font-size:1.3em;
	font-weight:bold;
	color:#7e2f08;
	margin-top:12px;
	}
.tag {
	font-size:1.2em;
	}
.button_select {
	display:block;
	float:none;
	clear:both;
	margin:0 0 10px 70px;
	padding:10px 0 0;
	}
.box_quote {
	/*width:180px;*/
	/*background:#136baa;*/
	/*padding:5px 7px 37px 10px;*/
	margin-left:60px;
	/*color:#fff;*/
	/*font-style:italic;*/
	/*line-height:1.7em;*/
	}
.box_quote.notail {
	padding-bottom:12px;
	}
.quote_top,.quote_bottom {
	position:absolute;
	display:block;
	left:0;
	width:197px;
	}
.quote_top {
	top:0;
	height:5px;
	background:url('../images/mkt_pullquote_top.gif') no-repeat;
	}
.quote_bottom {
	bottom:0;
	height:31px;
	background:url('../images/mkt_pullquote_bottom.gif') no-repeat;
	}
.notail .quote_bottom {
	height:5px;
	}
.box_quote a,.box_quote a:visited {
	color:#a8dbff;
	}
.box_quote a:hover {
	text-decoration:underline;
	}
.box_quote a:active {
	color:#ffc;
	}
.inner ul {
	margin:0 0 0 1.3em;
	padding:0;
	}
.inner li {
	margin:0;
	}
.inner p {
	margin:0 0 1em;
	}
.box_1_tour div {
	width:199px;
	}
.box_1_tour #tour_tag {
	display:block;
	margin:0 -6px 0 -40px;
	}
.box_1_tour div {
	width:174px;
	padding:10px 0 10px 19px;
	}
.box_1_tour img {
	margin:0 -20px 0 13px;
	}
.box_1_tour h2 {
	font-size:1.6em;
	line-height:1.2em;
	margin:0;
	color:#ff8700;
	}
.box_1_tour h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#ff8700;
	}
.box_1_tour p {
	margin:0 0 1em;
	}
.box_2_tour img {
	display:block;
	}
/* contact form, built within .box_25_3 */
.contact_form {
	}
.contact_form label {
	display:block;
	clear:both;
	float:none;
	width:527px;
	padding:0 0 18px;
	}
.contact_form_label {
	display:block;
	width:140px;
	margin:4px 8px 0 0;
	float:left;
	color:#136baa;
	font-size:1.4em;
	text-align:right;
	}
.contact_form .input_text {
	display:block;
	width:373px;
	margin:0;
	float:left;
	border:solid #7cb5de 1px;
	padding:2px;
	font-family:Trebuchet,"Trebuchet MS",Helvetica,Arial,'sans-serif';
	color:#136BAA;
	font-size:1.4em;
	}
.contact_form textarea.input_text {
	font-size:1.2em;
	}
.submit_row { text-align:center; }
/* Login field contained in Lightbox/Thickbox */
/* footer */
#footer {
	width:100%;
	background:#4797d1 url('../images/mkt_footer_bg.png') 0 0 repeat-x;
	font-size:12px;
	color:#e9902d;
	text-align:center;
	z-index:3;
	padding:31px 0;
	}
#footer a,#footer a:visited {
	color:#e9902d;
	}
#footer a:hover {
	text-decoration:underline;
	}
/* footer features*/
#footerfeatures {
	width:100%;
	background:#4797d1 url('../images/mkt_footer_bg.png') 0 0 repeat-x;
	font-size:10px;
	color:#fff;
	z-index:3;
	padding:41px 0;
	}
#footerfeatures a,#footerfeatures a:visited {
	color:#e9902d;
	}
#footerfeatures a:hover {
	text-decoration:underline;
	}
	
	
/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
* .nofloat { float:none; }
* .clearall {
	clear:both;
	float:none;
	display:block;
	}
* .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

/* EOF */

