	body {
		background: url(/images/background_green.gif) repeat-y center;
		color: #111;
	}

	a {
		text-decoration: none;
		color: #462;
	}

	img {
		border: 0px;
	}
	
	em, .em, a.em {
		font-weight: bold;
	}
	
	#header {
		background: url(/images/head_bg.gif) repeat-x;
		height: 85px;
	}

	.content {
		min-height: 365px;
	}

	.head, .navigation, .content, .footer {
		width: 980px;
		margin: 0 auto 0 auto;
	}

	.navigation, .content, .footer {
		background-color: #fff;
	}
		
	.footer {
		background: #fff url(/images/footer.gif) no-repeat bottom;
		padding-left: 50px;
		height: 40px;
		padding-top: 10px;
		font-size: 12px;
		color: #a7c630;
		font-family: arial;
	}
	
		.footer a.policy {
			padding-left: 15px;
			color: #a7c630;
			text-decoration: underline;
		}

	.head h1.jauntstock span {
		display: none;
	}
	
	.head h1.jauntstock {
		padding: 0px; 
		margin: 12px 0 0 0;
		float: left;
		height: 60px;
		width: 406px;
		background: url(/images/jauntstock.gif);
	}	
	
	.head h1.jauntstock a {
		display: block;
		height: 60px;
		width: 406px;
	}
	
	.head .search {
		float: left;
		height: 45px;
		width: 481px;
		margin: 18px 0 0 90px;
		background: url(/images/search_bg.gif) no-repeat;
	}
	
	.head .search .mapsearch {
		margin: 7px 40px 0 8px;
		float: left;
	}
	
	.head .search input.searchbox {
		width: 163px;
		height: 19px;
		background-color: #fff;
		color: #666;

		padding-top: 2px;
		padding-left: 2px;
		
		border-top: 2px solid #ccc;
		border-left: 2px solid #ccc;
		border-bottom: 0px solid #fff;
		border-right: 0px solid #fff;
	}	
	
	.head .search .searchoutline {
		float: left;
		margin: 8px 7px 0 0px;

		width: 167px;
		height: 25px;
		border: 1px solid #000;
	}
	
	.head .search input.searchbutton {
		margin-top: 8px;
	}


		.navigation .menu {
			padding: 15px 0 25px 25px;
			margin-bottom: 15px;
			width: 300px;
			float: left;
		}
	
		.navigation .menu a {
			margin-right: 16px;
		}

		.navigation .cartSummary {
			padding-top: 5px;
			text-align: right;
			color: #666;
		}
		
			.navigation .cartSummary img {
				margin-left: 0px;
			}

	.login {
		text-align: right;
		margin-top: 12px;
		width: 650px;
		float: left;
	}

		.login .box {
			border: 1px solid #999;
			float: right;
		}
	
		.login input {
			margin-bottom: 3px;	
		}
	
		.login label {
			width: 70px;
			margin-bottom: 5px;
			float: left;
		}
		
		.login .signin {
			float: right;
		}
	


	.content .col1 {
		width: 600px;
		float: left;
		padding-left: 25px;
	}

	.content .col {
		padding-left: 25px;
	}

	.content .col2 {
		width: 333px;
		padding-left: 20px;
		margin-top: 40px;
		float: left;
	}

	.content h2 {
		font-family: arial;
		font-weight: bold;
		font-size: 22px;
		color: #a7c630;
		margin-bottom: 10px;
	}
	
	.content h3 {
		font-family: arial;
		font-weight: bold;
		font-size: 16px;
		color: #a7c630;
		margin-bottom: 10px;
		margin-top:15px;
	}

	.content p {
		padding: 0 0 15px 0px;
		font-family: verdana;
		font-size: 13px;
		line-height: 1.4em;
	}	
	
	.errmsg, .msg {
		border: 1px solid #ccc;
		margin: 0 0 10px 0;
	}

	.errmsg div, .msg div {
		margin: 1px;
		padding: 12px;
		background-color: #deb;
	}
	
	ul.menu a:hover {
		font-weight: bold;
		margin-bottom: 4px;
	}

		ul.menu li {
			margin-bottom: 2px;
		}

	.account_menu ul li {
		margin-left: 10px;
	}
	
	label {
		float: left; 
		width: 120px;
		padding-right: 10px;
		text-align: right; 
		margin-bottom: 3px;
	}

	.suggestion label {
		text-align: left;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		padding-top: 3px;
	}
	
	
	.field {
		margin-bottom: 3px;
	}
	
	.box {
		width: 200px;
		margin-bottom: 4px;
	}

	.box_outline {
		border: 1px solid #000;
		padding: 0 4px 4px 0;
		margin-bottom: 3px;
		display: inherit;
		height: 20px;
	}

	.box_outline .box {
		border-top: 2px solid #ccc;
		border-left: 2px solid #ccc;
		width: 100%;
		height: 100%;
	}
	
	.button, button {
		padding: 0 15px;
	}
	
	button.submit {
		width: 100px;
		height: 28px;
		border: 0px;
		cursor: pointer;
		background: url(/images/button_submit.gif) no-repeat;
	}
	
		button.submit span {
			display: none;
		}

	.message {
		padding: 10px;
		margin-bottom: 10px;
		border: 1px solid #57792a;
		background-color: #e9f798;
		color: #330;
		text-align: center;
	}

	table.tabledata td, table.tabledata th {
		padding: 2px 5px 2px 5px;
	}	
	
	table.tabledata th {
		border: 1px solid #57792a;
		background-color: #e9f798;
	}	
	
	table.tabledata td {
		border: 1px solid #666;
	}
	
	table.readableTable {
		width:100%;
	}
	
	table.readableTable td {
		vertical-align:top;
	}
	
	table.mapMarkerTable {
		width:300px;
	}
	table.mapMarkerTable td {
		vertical-align:top;
	}
	table.mapMarkerTable td.label {
		color:#bbb;
		width:65px;
		text-align:right;
		padding-right:5px;
	}
	table.mapMarkerTable td.labelImportant {
		color:#A7C630;
	}
	
	table.mapMarkerTable td.thumbnails img {
		width:25%;
		height:25%;
	}
	
	#map {
		border: 1px solid #57792a;
	}
	
	.suggestion {
		margin-top: 10px;
		padding: 10px;
		background: #a7c630 url(/images/itinerary_bottom.gif) no-repeat center bottom;
	}
	
	.edit {
		display: none;
	}
	
	.pagingLinks {
		width:980px;
		margin:0 18px;
		font-size:12px;
	}
	.pagingLinks a {
		padding:0 3px;
	}
	.pagingLinks span {
		font-weight:bold;
		font-size:14px;
	}	