@charset "UTF-8";
/* CSS Document */

body {font-family:arial}
	h3 {background-color:#444;color:white;padding:3px}
	img {cursor:hand;cursor:pointer}
		
button {text-indent:-9999px;}
html button{font-size:0;display:block;line-height:0}  /* ie6 */
+html button{font-size:0;display:block;line-height:0}  /* ie7 */
	
	.project_name {
		color: #666666;
		font-size: 13px;
		padding: 2px 0 0 0;
		text-align: left;
		width: 230px;
		/*background-color:#0F0;*/
		float:left;
		display:block;
	}


	html{color:#000;background:#ffffff;height:100%}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
	table{border-collapse:collapse;border-spacing:0;}
	fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
	li{list-style:none;}
	caption,th{text-align:left;}
	h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
	q:before,q:after{content:'';}
	abbr,acronym {border:0;font-variant:normal;}
	sup {vertical-align:text-top;}
	sub {vertical-align:text-bottom;}
	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
	legend{color:#000;}
/*COLORS
----------
L1 NAVIGATION: #accaed
NOWON: #86b4f1
BG: #cce0e5
*/
	a {
		text-decoration:none;
		color: #2fb2d4;
		outline:none;
	}

	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		font-family: arial, sans-serif;
		}

	body {
		background-color:#ffffff;
		color:#fff;
		text-align:left; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		/*height:50%;
		background-color:#fff;
		margin-bottom:-135px;  half of container's height */
		float:left;
		}
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:auto;
		width:920px;
		clear:left;
		display: block;
		}

	#container div {
		float:left;
		}

	#white_round {
		margin:0 auto;
		text-align:left;
		height:auto;
		width:920px;
		clear:left;
		background-color:#ecece3;
		display: block;

		-moz-border-radius-bottomright: 15px;
		border-bottom-right-radius: 15px;
		-moz-border-radius-bottomleft: 15px;
		border-bottom-left-radius: 15px;
		}

	#white_round div {
		float:left;
		}

	.logo	
	{	
		width:178px;
		margin:0;
		padding:0;
		height: 114px;
	}

	.pixelated_box {
		width:726px;
		height: 114px;
		margin:0;
		padding:0;
		/* cannot find this image  background:  url(../images/pixels.gif) no-repeat right top;*/
		}
		
	.phone_numbers {
		font-family:Arial, helvetica, san-serif;
		font-weight:600;
		font-size:15px;
		color:#14b5ed;            /*  #FFFFFF */
		text-align:right;
		width:711px;
		height: 40px;
		padding:10px 15px 0 0;
		}
		
	.login {
		float:right;
		font-family:Arial, helvetica, san-serif;
		font-size:15px;
		color:#000000;            /* #FFFFFF; */
		width:500px;
		margin: 15px -5px 0 0;
		}
		
	.login_table {
		float:right;
		width:500px;
	}
		
	.login_titles {
		font-size:11px;
		text-align:left;
		padding-bottom:3px;
        /* no color listed */
        color:#CCCCCC;
	}
	
	.form_foot, .form_foot a {
		font-size:9px;
		/* JENNY color:#fff; */
		text-align:right;
		text-decoration:underline;
	}
	
	.txt_fields {
		text-align:left;
	}
	.txt_fields_box { /*jenny pale blue lined box for login */
		text-align:left;
		border:1px solid #14b5ed;
	}
	/*jenny test next */
        .txt_fieldsinput {
		width: 180px;
		background-color: white;
		color:#0099cc;
		border:none;
		height:20px;
		font-size:12px;
		padding:3px 3px 3px 5px;
	} 
	.txt_fields input {
		width: 180px;
		background-color: white;
		color:#0099cc;
		border:none;
		height:20px;
		font-size:12px;
		padding:3px 3px 3px 5px;
	} 
	
	.submit_btn {
		text-align:right;
		background: top left no-repeat;
		color: transparent;
		
	}

	div.myButton input {
		background:url(../images/login.gif) no-repeat;
		cursor:pointer;
		width: 72px;
		height: 24px;
		border: none;
		color: transparent;
		font-size: 0;
		line-height: 0;
		padding-top:24px;
	}
	
	div.myButton input value{
		color: transparent;
		filter:alpha(opacity=0);
		opacity:0;
		visibility:hidden;
		font-size: 0;
		line-height: 0;
	}
	
	
	
	div.activateButton input {
		background:url(../images/activate.gif) no-repeat;
		cursor:pointer;
		width: 96px;
		height: 24px;
		border: none;
		
		color: transparent;
		font-size: 0;
		line-height: 0;
		padding-top:24px;
	}
	
			div.log_outButton input {
				background:url(../images/log_out.gif) no-repeat;
				cursor:pointer;
				width: 96px;
				height: 24px;
				border: none;
				color: transparent;
				font-size: 0;
				line-height: 0;
				padding-top:24px;
			}
			
			div.delete_tagsButton input {
				background:url(../images/delete_tags.gif) no-repeat;
				cursor:pointer;
				width: 116px;
				height: 24px;
				border: none;
				color: transparent;
				font-size: 0;
				line-height: 0;
				padding-top:24px;
			}
			
			div.belongingsButton input {
				background:url(../images/belongings.gif) no-repeat;
				cursor:pointer;
				width: 116px;
				height: 24px;
				border: none;
				color: transparent;
				font-size: 0;
				line-height: 0;
				padding-top:24px;
			}
			
			div.itineraryButton input {
				background:url(../images/itinerary.gif) no-repeat;
				cursor:pointer;
				width: 96px;
				height: 24px;
				border: none;
				color: transparent;
				font-size: 0;
				line-height: 0;
				padding-top:24px;
			}
			
			div.edit_acctButton input {
				background:url(../images/edit_acct.gif) no-repeat;
				cursor:pointer;
				width: 116px;
				height: 24px;
				border: none;
				color: transparent;
				font-size: 0;
				line-height: 0;
				padding-top:24px;
			}
			
			div.update_acctButton input {
				background:url(../images/update_acct.gif) no-repeat;
				cursor:pointer;
				width: 140px;
				height: 24px;
				border: none;
				color: transparent;
				font-size: 0;
				line-height: 0;
				padding-top:24px;
			}
			
	
	div.report_item_button input {
		background:url(../images/report_item.gif) no-repeat;
		cursor:pointer;
		width: 116px;
		height: 24px;
		border: none;
		color: transparent;
		font-size: 0;
		line-height: 0;
		padding-top:24px;
	}
	
	.navigation {
		width:904px;
		margin:5px 0;
		height:30px;
		text-align:center;
		background:url(../images/nav_btn_bg.gif) repeat-x; 
		/*background:url(../../buttons/nav_btn_bg.gif) repeat-x;  */
		
	}
	
	.navigation ul li {
		vertical-align:text-top;
		float:left;
		display:block;
	}
	
	.nav_btn a{
		background:url(../images/nav_btn_bg.gif) repeat-x; 
		/*background:url(../../buttons/nav_btn_bg.gif) repeat-x; */
		display:block;
		float:left;
		height:30px;
		padding:8px 20px;
		color:#fff;
		font-size:14px;
		letter-spacing:.05em;
	}
	
	.nav_btn a:hover {
		background:url(../images/nav_btn_bg_R_O.gif) repeat-x;
		/*background:url(../../buttons/nav_btn_bg_R_O.gif) repeat-x;*/
	}
	
	.nav_spcr {
		background:url(../images/nav_spacer.gif) no-repeat;
		width:2px;
		height:30px;
		display:block;
		float:left;
	}
	
	.nav_bg_spcr {
		background:url(../images/nav_btn_bg.gif) repeat-x;
                /* background:url(../../buttons/nav_btn_bg.gif) repeat-x; */
		display:block;
		float:left;
		height:30px;
		width:10px;
	}
	
	.learn_more {
		background:url(../images/learn_more1.jpg) no-repeat;
		width:904px;
		height:240px;
		clear:both;
		
		
		
	}
	
	.learn_more h1, .learn_more a h1 {
		
		font-family:Arial, helvetica, san-serif;
		font-size:40px;
		font-weight:bold;
		letter-spacing:.03em;
		line-height:40px;
		color:#e3e;
		text-align:right;
		margin: 20px 20px 0 20px;
		clear:both;
		
		filter:alpha(opacity=0);
		opacity:0;
		
		color:transparent;

	}
	
	.learn_more p {
		float:right;
		font-family:Arial, helvetica, san-serif;
		font-size:20px;
		letter-spacing:.03em;
		line-height:22px;
		color:#e3e;
		text-align:right;
		margin: 5px 20px 0 20px;

		filter:alpha(opacity=0);
		opacity:0;
	}
	
	
	.ctas {
		width:100%;
		margin-top:8px;
	}
	
	.ctas div{
		/*border:1px solid #000;*/
	}
	
	.ctas h2{
		color:#fff;
		font-size:28px;
		font-weight:900;
		letter-spacing:.05em;
		line-height:28px;

	}
	.ctas p{
		color:#fff;
		font-size:15px;
		font-weight:100;
		line-height:16px;
		margin-bottom:25px;
	}
	
	.cta_blue_bg {
		background:url(../images/start_here_blue.gif) no-repeat;
		width:242px;
		height:136px;
		padding:13px 5px 5px 20px;
	}
	
	.cta_blue_bg a {
		margin: 0 0 0 34px;
		color:#0094d6;
	}
	
	.cta_orange_bg  {
		background:url(../images/start_here_orange.gif) no-repeat;
		width:283px;
		height:136px;
		padding:13px 5px 5px 30px;
	}
	
	.cta_orange_bg a {
		margin: 0 0 0 50px;
		color:#f7941e;
	}
	
	.cta_green_bg  {
		background:url(../images/start_here_green.gif) no-repeat;
		width:291px;
		height:136px;
		padding:13px 5px 5px 30px;
	}
	
	.cta_green_bg a {
		margin: 0 0 0 75px;
		color:#a1cd3c;
	}
	
	.start_here_btn {
		background: url(../images/start_here_btn_bg.gif) repeat-x top left; 
		/*background: url(../../buttons/start_here_btn_bg.gif) repeat-x top left; */
		width:150px;
		height:0px;
		font-size:13px;
		letter-spacing:.05em;
		
		
		-moz-border-radius: 5px;
		border-radius: 5px;
		/*-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;*/
		
		text-align:center;
		vertical-align:middle;
		
		text-transform:uppercase;
		padding:9px 30px 7px 30px;
		
		-moz-box-shadow: 3px 3px 4px #333333;
		-webkit-box-shadow: 3px 3px 4px #333333;
		box-shadow: 3px 3px 4px #333333;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
	}
	
	.tagit_items {
		width:904px;
		padding-bottom:10px;
		clear:both;
	}
	
	.fifteen_pixel_vert {
		padding-top:15px;
		margin-top:15px;
	}
	.five_pixel_vert {
		padding-top:5px;
		margin-top:5px;
	}
	
	h1, h2, h3, h4, h5 {
		background:none;
		color:#14b5ed;
		font-family:Arial, helvetica, san-serif;
	}
	
	h1 {
		font-size:20px;
		font-weight:600;
		line-height:22px;
		padding:10px 0;
	}
	
	h2 {
		font-size:15px;
		font-weight:300;
		line-height:18px;
		padding-bottom:20px;
		
	}
			
	h3, h5 {
		font-size:14px;
		font-weight:600;
		line-height:16px;
		padding-bottom:5px;
	}
	
	p {
		color:#6d6e71;
		font-family:Arial, helvetica, san-serif;
		font-size:13px;
		font-weight:300;
		line-height:18px;
		padding-bottom: 5px;
	}
	.lt_grey_txt {color:#CCCCCC;}
	.grey_txt {color:#6d6e71;}
	.blue_txt {color:#14b5ed;}
	.white_txt {color:#fff;}
	.red_txt {color:#990000;}
	.small_red_txt   { font-size:10px; color:#990000; }
	.small_white_txt { font-size:10px; color:#ffffff; }
	.small_grey_txt  { font-size:10px; color:#6d6e71; }
	.small_blue_txt  { font-size:10px; color:#14b5ed; }
	.lrg_grey_txt    { font-size:14px; color:#6d6e71; }
	.lrg_blue_txt    { font-size:14px; color:#14b5ed; }
	
	.grey_txt_padded, .grey_txt_padded td {
		padding: 5px 0px;
		color:#6d6e71;
	}
	
	.tagit_items ul li {
		color:#6d6e71;
		font-family:Arial, helvetica, san-serif;
		font-size:12px;
		line-height:14px;
		font-weight:400;
		list-style:square;
		list-style-position:inside;
		padding-left:-5px;
	}
	
	.tagit_items img, .product img {
		display:block;
		float:left;
		
	}
	
	.tagit_items div {
		/*background:#e3e;*/
	}
	.footer {
		background:#004a7d;
		width:904px;
		text-align:center;
		padding:7px 0;
		margin-bottom:25px;
		margin-top:15px;
		padding:20px 0;
	}
	
	.footer, .footer a {
		color:#fff;
		font-size:12px;
		line-height:18px;
	}
	
	.footer .help {
		color:#6ed6fa;
		text-transform:uppercase;
		font-weight:800;
	}
	
	.wide_space {
		letter-spacing:.5em;
	}

	
	
	/*PRODUCTS PAGE*/
	
	.product {
		border-top:1px solid #000;
		padding:20px 0 5px 0;
		
		color:#6d6e71;
		font-family:Arial, helvetica, san-serif;
		font-size:13px;
		font-weight:300;
		line-height:18px;
	}
	
	.purchase_btn  {
		/*background:url(../images/purchase_btn.gif) top left no-repeat;*/
                /* was commented out? jls 3-12-2019 */
		/*background:url(../../buttons/purchase_btn.gif) top left no-repeat; */
		width:300px;
		height:35px;
		margin-bottom:15px;
	}
	
	.includes {
		padding:0;
		position:absolute;
		left:390px;
	}
	
	.price {
		color:#14b5ed;
		font-size:15px;
		position:absolute;
		left:390px;
	}
	

	/*ACTIVATE PAGE*/
.activate, .lost_items, .found_items, .contact, .login-cgi {
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		padding:20px 0 3px 0;
		width:904px;
		/*min-height:800px;*/
		
		color:#6d6e71;
		font-family:Arial, helvetica, san-serif;
		font-size:13px;
		font-weight:300;
		line-height:18px;
}

.lost_items {height:625px;}

.found_items {height:1050px;}

.contact {height:550px;}

.login-cgi {height:350px;}

.activate img, .lost_items img, .found_items img, .contact img, .login-cgi img {
	float:left;
	padding: 0 20px 5px 0;
}

.activate h1, , .lost_items h1, .found_items h1, .contact h1, .login-cgi h1 {margin-top:0;padding-top:0;}

.language_e, .language_fr  {
	width:83px;
	text-align:center;
	margin-right:10px;
}

.form_label, .form_label_150, .form_label_200, .form_label_250 {
text-align:right;
width:100px;
padding:3px 6px 0 0;
}

.form_label_150 {width:150px;}

.form_label_200 {width:200px;}

.form_label_250 {width:250px;}

.right_side_form {
	width:739px;
	height:100px;
	/*background:#e3e;*/
}

.styled_select select {
   background: transparent;
   width: 140px;
   padding: 4px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 25px;
   	color:#000000;
	
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.styled_input input {
   background: transparent;
   width: 130px;
   padding: 4px;
   font-size: 13px;
   border: 1px solid #ccc;
   height: 25px;
   -moz-border-radius: 3px;
	border-radius: 3px;
	color:#000000;
}

.styled_textarea textarea, .styled_textarea_300 textarea{
   clear:both;
   background: transparent;
   width: 650px;
   padding: 4px;
   font-size: 13px;
   border: 1px solid #ccc;
   height: 100px;
   
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	color:#000000;
}

.styled_textarea_300 textarea {width: 300px;}

.styled_textarea_200 textarea{
   clear:both;
   background: transparent;
   width: 130px;
   padding: 4px;
   font-size: 13px;
   border: 1px solid #ccc;
   height: 100px;
   
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	color:#000000;
}

.styled_textarea_200 textarea {width: 130px;}

.styled_select_multiple select {
   background: transparent;
   width: 115px;
   padding: 4px;
   font-size: 12px;
   border: 1px solid #ccc;
   min-height: 50px;
   color:#000000;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}




.q_and_a {
	width:20px;
	display: block;
	float:left;	
}

.A {
	width:860px;
	font-weight:300;
	padding-left:20px;
	
	
	
}

.Q {
	font-weight:900;
	width:900px;
}

.faq a, faq h3 {color:#000;}

.q_a_block {
	margin:10px 0;
	padding-bottom:10px;
	color:#000000;
	font-family:Arial, helvetica, san-serif;
	font-size:14px;
	line-height:16px;
}

.q_a_block_hot {
	margin:10px 0;
	padding-bottom:10px;
	color:#000000;
	font-family:Arial, helvetica, san-serif;
	font-size:14px;
	line-height:16px;
}
.q_a_block h3, .q_a_block h5, .q_a_block a {color:#333;}
.q_a_block_hot h3, .q_a_block_hot h5, .q_a_block_hot a {color:red;}
.q_a_block a {text-decoration:underline;}

.faq h3 a:hover {
	color:#000000;
}
