@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	color: #000;
	background-color: #ded6b4;
}

h1, h2, h3, h4 {
	padding: 2px 0 0px 10px;
	margin-bottom: 9px;
	border-bottom: solid 1px #000;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3125em; }
h3 { font-size: 1.125em; }

h1.blue, h2.blue, h3.blue, h4.blue         { background-color: #99cdff; }
h1.green, h2.green, h3.green, h4.green     { background-color: #a5d1a4; }
h1.yellow, h2.yellow, h3.yellow, h4.yellow { background-color: #ffcc33; }

h5 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
}



a:link    { color: #3d9ffb; text-decoration: none; }
a:visited { color: #3d9ffb; text-decoration: none; }
a:hover   { color: #3d9ffb; text-decoration: underline; }
a:active  { color: #99cdff; text-decoration: none; }

a img { border: 0; }

href.new-window { }

img.art { }

ol { margin: 0 4em; }
p {	margin-bottom: 1em; padding: 0 10px; }

p.note { margin-bottom: 10px; padding: 10px; border: solid #3d9ffb 1px; background-color: #99cdff; }
p.note a { color: #fff; }

table { width: 100%; margin-bottom: 10px;  border: solid #a5d1a4 1px; border-spacing: 0; border-collapse:collapse; }
caption { padding: 10px; font-weight: bold; text-align: left; background-color: #a5d1a4; }
th, td { margin: 0; padding: 5px 10px; border-bottom: solid #CCCCCC 1px; }
td.last { border: 0; }

dl { padding: 0 10px; }
dt { display: inline-block; float: left; font-weight: bold; margin-right: 10px; }
dd { overflow: hidden; }

dl.contact-info dt { width: 5em; }

table.accounting { border: 0; }
table.accounting td { border: 0; }
table.accounting td.subtotal { border-bottom: solid #CCCCCC 1px; }
table.accounting td.total { border-bottom: double #CCCCCC 3px; }

table.publication-list { }
table.publication-list td.date { width: 25%; white-space: nowrap; }

a.blue-button {
	display: block;
	padding: 24px;
	margin: 3px;
	border: 1px solid #3D9FFB;
	background: #f9f9f9 url(i/gradGrey.png) repeat-x scroll left bottom;
	color: #333;
	text-align: center;
}

.button {
	display: inline-block;
	width: 90px;
	height: 32px;
	background-image: url(/lib/css/i/button.gif);
	border: 0;
	line-height: 30px;
	text-align: center;
}

.right { float: right; }
.right-text { text-align: right; }
.left { float: left; }
.lefttext { text-align: left; }
.ltr { text-align: left; }
.rtl { text-align: right; }
.center, .center-text { text-align: center; }

/* used to hide content from regular browsers */
.accessible {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

/* layout */
#container {
	width: 986px;
	margin: 0 auto;
}

#header {
	width: 968px;
	height: 70px;
	padding: 10px 0 0 18px;
	background: transparent url(i/postcard.gif) bottom right no-repeat;
}

#body {
	width: 950px;
	border: 1px solid #3d9ffb;
	padding: 17px;
	background-color: #fff;
}

#footer {
	padding-top: 5px;
	border-top: 1px solid #3d9ffb;
	clear: both;
}

div.page { float: left; width: 950px; padding: 20px 0 20px 0; }

div.col {
	float: left;
	width: 303px;
	margin-right: 20px;
}
div.double {
	width: 626px; /* 303 * 2 + 20 */
}

div.alert { background-color: #FFFFCC; border: solid #FF6600 1px; margin-bottom: 20px; }
div.alert .title { background-color: #FF6600; color: #fff; border-color: #FF6600; }

div.note { background-color: #99cdff; border: solid #3d9ffb 1px; margin-bottom: 20px; }
div.note .title { background-color: #3d9ffb; color: #fff; border-color: #3d9ffb; }

img.photo { padding: 10px; border: solid #3d9ffb 1px; 
	background: #fff url(i/hlbkg.gif) left top repeat-x;  }


img.logo { 
	float: left;
	width: 134px;
	height: 60px;
}

img.left {
	float: left;
	padding: 0 10px 10px 0;
}

/* navigation */
ul.links { list-style: none; }
ul.horizontal li { float: left; padding: 0 5px 0 5px; border-right: 1px solid #000; }
ul.horizontal li.last { border: 0; }

ul#languages a { color: #000; font-size: 11px; line-height: 12px; }

ul#subnav { margin: 0 0 10px 0; border: solid 1px #a5d1a4; padding: 5px;  }
ul#subnav li { background-color: #a5d1a4; }
ul#subnav li.selected { background-color: #b8ebb7; }
ul#subnav a {
	color: #000;
	display: block; padding: 5px;
	border-top: solid #b8ebb7 1px; border-left: solid #b8ebb7 1px;
	border-bottom: solid #7c9e7b 1px; border-right: solid #7c9e7b 1px; }
ul#subnav a:link    { text-decoration: none; }
ul#subnav a:hover   { background-color: #b8ebb7; color: #3d9ffb; text-decoration: underline; }
/*
ul#subnav a:active  { color: #99cdff; text-decoration: none; }
ul#subnav a:visited { color: #a5d1a4; text-decoration: none; }
*/
/* begin main navigation bar */
ul#sections { float: left; width: 948px;
	border: solid #65ade9 1px; background: url(i/navbkg.gif) left top repeat-x; list-style: none; z-index: 1000; }
ul#sections li {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	height: 42px;
	padding: 0 7px 0 7px;
	border-left: solid #65ade9 1px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 42px;
	z-index: 1000;
}

.es ul#sections li { font-size: 14px; }

ul#sections li.selected { background: #fff; }

ul#sections li a { display: block; color: #000; text-decoration: none; }

ul#sections li ul {
	display: none;
	position: absolute;
	width: auto;
	top: 42px;
	left: -1px;
	border: 1px solid #65ade9;
	padding: 10px 20px 15px 20px;
	background: #fff none;
	list-style: none;
	z-index: 1000;
}

.es ul#sections li li,
ul#sections li li {
	float: none;
	height: auto;
	border: 0;
	padding: 0;
	background: none;
	white-space: nowrap;
	font-size: 12px;
	line-height: 18px;	
}

ul#sections li:hover ul, li.over ul { display: block; }

ul#sections li li a:link    { color: #000; text-decoration: none; }
ul#sections li li a:hover   { color: #3d9ffb; text-decoration: underline; }
ul#sections li li a:active  { color: #99cdff; }
ul#sections li li a:visited { color: #a5d1a4; }
/* end main navigation bar */

/* home page styles */
#hero_art {
	width: 950px;
	height: 222px;
	border-top: solid #fff 1px;
	background: transparent url(i/paseo.gif) bottom center no-repeat;
}

#social_tools {
	position: relative;
	float: right;
	margin: 20px 20px 0 0;
}

#social_tools a { }

#social_tools .popout {
	position: absolute;
	width: 200px;
	height: 38px;
	left: -200px;
	margin-top: 1px;
	background: transparent url(i/popout.png) no-repeat center left;
	text-align: center;
	line-height: 36px;
	display: none;
}

ul.social_tools { list-style: none; }

#quicklinks ul { list-style: none; padding: 10px; }

#home div.section {
	float: left;
	width: 910px;
	padding: 20px;
}

#home div.highlight {
	width: 908px;
	border: solid #a4d0a3 1px;
	background: transparent url(i/hlbkg.gif) left bottom repeat-x;
}

#home div.col {
	float: left;
	width: 289px;
	margin-right: 20px;
}
#home div.last-col { margin: 0; }
#home div.double { width: 598px; }
#home div.triple {
	float: none;
	width: 907px;
	margin: 0;
}

div.brand-promise {
	float: right;
	width: 300px;
	padding: 18px 100px 0 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	vertical-align: bottom;
	clear: right;
}

/* forms */
form#trip_planner,
form#lookup {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}
form#trip_planner input.address {
	width: 259px;
	margin-bottom: 10px;
	padding: 5px;
	border: #3d9ffb solid 1px;
}
form#trip_planner select.constraint {
	width: 130px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: #3d9ffb solid 1px;
}
form#trip_planner input.time {
	width: 35px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: #3d9ffb solid 1px;
}
form#trip_planner select.meridian {
	width: 64px;
	margin-bottom: 10px;
	padding: 5px;
	border: #3d9ffb solid 1px;
}
form#trip_planner input.date {
	width: 150px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: #3d9ffb solid 1px;
}

form#lookup select {
	width: 269px;
	margin-bottom: 10px;
	padding: 5px;
	border: #3d9ffb solid 1px;
}

ul.news { list-style: none; padding: 10px; }
ul.news li { padding: 0 0 10px 21px; background: url(i/article.gif) no-repeat 0px 1px; }
ul.news li.article {}
ul.news li.alert {}
ul.news .date { font-size: smaller; font-weight: bold; color: #FF3300; }
ul.news a:link { color: #000; }

ul.stops { margin: 0; padding-left: 20px; list-style: none; }
ul.stops li { width: 100%; font-size: 11px; line-height: 18px; }
ul.stops li a { font-size: 12px; font-weight: normal; }
ul.stops li a img { border: 0; vertical-align: bottom; margin-right: 15px; }

div.vcard {
	float: left;
	width: 599px;
	margin-bottom: 20px;
	padding: 10px;
	border: solid #3d9ffb 1px;
	background: transparent url(i/hlbkg.gif) left bottom repeat-x;
}

div.vcard img { float: left; width: 144px; height: 144px; margin: 0 10px 10px 0; padding: 2px; border: solid #3d9ffb 1px; background-color: #fff;  }
div.vcard p.bio {  padding: 0; overflow: hidden; }

div.item {
	float: left;
	width: 599px;
	margin-bottom: 20px;
	padding: 10px;
	border: solid #3d9ffb 1px;
	background: transparent url(i/hlbkg.gif) left bottom repeat-x;
}

div.item img { float: left; height: 144px; margin: 0 10px 10px 0; padding: 2px; border: solid #3d9ffb 1px; background-color: #fff;  }

ol.instructables {
	float: left;
	width: 599px;
	margin: 0;
	margin-bottom: 20px;
	padding: 10px;
	list-style-type: none;
}

ol.instructables li { 
	margin-bottom: 20px;
	padding: 10px;
	border: solid #3d9ffb 1px;
	background: transparent url(i/hlbkg.gif) left bottom repeat-x;
	overflow: auto !important;
}

ol.instructables img { float: left; margin-right: 10px; padding: 2px; border: solid #3d9ffb 1px; background-color: #fff;  }
ol.instructables p {  padding: 0; }

div.last { margin: 0; }

div.money { text-align: right; }

div.margin { padding-left: 10px; }
div.list { margin-left: 35px; margin-bottom:10px; }

.clear { clear: both; }

/* response-o-matic form overrides */

form table { border: 0; }
form table td { border: 0; }
#respons-o-matic input[type="submit"] { 
	display: inline-block;
	width: 90px;
	height: 32px;
	background-image: url(i/button.gif);
	border: 0;
	line-height: 30px;
	text-align: center;
}

dl.links dt { width: 5em; }
