h1 {	/* page titles */
font: 26px arial, helvetica, sans-serif;
text-align: center;
/*text-decoration: underline;*/
/*font-weight: bold;*/
}
h2 {	/* supplementary titles */
font: 20px arial, helvetica, sans-serif;
text-align: center;
text-decoration: underline;
}
.big {
font: 20px arial, helvetica, sans-serif;
}
.small {
font: 14px arial, helvetica, sans-serif;
}
.underline {
text-decoration: underline;
}
.italic {
font-style: italic;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
img {
border: 0;
}
a:link, a:visited, a:hover, a:active {
color: #000000;
outline: none;
}
a:hover {
color: #a800ff;
}
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
background-image: url(images/pinstripe.png);
background-repeat: repeat-x;
text-align: center;
}
#Container {
margin: 0 auto;
padding: 0 30px 30px 30px;
width: 900px;
position: relative;
min-height: 100%;
border: 1px solid #000000;
font: 18px arial, helvetica, sans-serif;
background-color: #99d895;
background-image: url(images/green-gradient.png);
background-repeat: repeat-x;
}
#Masthead {
margin: 0 0 30px 0;
padding: 0;
}
#Menu {
position: absolute;
top: 230px;
left: 800px;
width: 110px;
margin: 0;
padding: 0;
line-height: 28px;
text-align: left;
border: 1px solid #000000;
}
#Menu li {
margin: 0;
padding: 0;
list-style: none;
}
#Menu .linewrap {
line-height: 20px;
margin: 4 0 0 0;
}
#Menu a {
display: block;
width: 100%;
}
#Menu a:link, #Menu a:visited, #Menu a:hover, #Menu a:active {
color: #000000;
text-decoration: none;
}
#Menu a:hover {
background-color: #99d895;
}
.content {
width: 750px;
margin: 0px;
padding: 0px;
text-align: left;
}
.border {
margin: 0px;
padding: 0px;
border: 1px solid #000000;
}
.alert {
margin: 10px 0px;
padding: 10px;
border: 1px solid #000000;
background-color: #ffffff;
text-align: center;
}
.greybox {
margin: 15px;
padding: 0;
border: 1px solid #000000;
color: #ffffff;
background-color: #444444;
}
.greybox a:link, .greybox a:visited, .greybox a:active {
color: #ffffff;
}
.greybox a:hover {
color: #a800ff;
}
#Feature img {
border: 1px solid #ffffff;
}
#Archives table { /* we use tables here so we can vertically align text next to the thumbnails */
margin: 30px;
padding: 5px 5px 0 5px;
border: 1px solid #000000;
text-align: center;
}
#Archives td {
width: 50%;
}
#Archives img {
width: 400px;
height: 200px;
margin: 5px;
border: 1px solid #ffffff;
}
.examples table { /* we use tables here so we can vertically align text next to the thumbnails */
margin: 30px;
padding: 10px;
border: 1px solid #000000;
text-align: center;
}
.examples td {
width: 50%;
}
.examples img {
width: 400px;
height: 200px;
margin: 5px;
border: 1px solid #000000;
}
.examples p {
text-align: left;
margin:30px
}
.tourlist {
margin: 18px;
padding: 10px;
/* border: 1px solid #000000; */
text-align: left;
}
.tourlist li {
margin: 0;
padding: 0;
list-style: none;
}
.tourlist img {
width: 200px;
height: 100px;
border: 1px solid #000000;
vertical-align: middle;
margin: 5px;
}
.tourlist a {
text-decoration: none;
}
#Footer {
margin: 10px;
padding: 0;
}
/* http://www.webreference.com/programming/css_content/ */
a.dsphead {
text-decoration:none;
/* margin-left:1.5em; */
}
a.dsphead:hover {
/* text-decoration:underline; */
}
a.dsphead span.dspchar {
font-family:monospace;
font-weight:normal;
}
.dspcont {
/* display:none; */
margin-left:1.5em;
}