/* This style sheet is for styling UWTO content other than the UWTO Home Page.*/

/*                        */
/* CSS Container Elements */
/*                        */
#content {
	padding: 20px;
	border: solid #FF6633 2px;
	font-family: Arial, sans-serif;
	margin-left: 125px;
	margin-top: 20px;
}
#footer {
	clear: both;
	border: solid #FF6633 2px;
	font-family: Arial, sans-serif;
	margin-left: 125px;
	padding: 20px;
}
#navbar a {
	content: "Links";
	position: absolute;
	border: black groove 3px;
	width: 150px;
}
#sitephoto {
    margin-left: 125px;
    width: 363px;
    height: 248px;
	border: solid black 5px;
}
a {
	text-decoration: underline;
	font-weight: bolder;
	font-size: 1.0em;
	color: #ff5e19;
}
a:hover {
color: #336666;
}
body {
	line-height: 1.2em;
    letter-spacing: 0.01em;
    margin-right: 5%;
}
blockquote {
	margin-left: 125px;
	font-style: italic;
}
dt {
	font-weight: bold;
}
hr {
	width: 30%; 
 	background-color: black;
	color: black;
  }
p {
    Arial, sans-serif;
    line-height: 1.5em;
    font-size: 1.0em;
}
p.dropcap:first-letter {
	font-family: Arial, sans-serif; 
	font-size:400%; 
	font-weight: bold; 	
	color: black;
}
code {
	font-size: 1.0em;
	color: purple;
	font-weight: bold;
}
ul {
        list-style-type: square;
}
h1 {
        font-family: "AvantGarde Bk BT","GoudyOlSt BT", serif;
        text-align: center;
        font-weight: bolder;
        font-size: 200%;
        line-height: 1.0em;
}
h2 {
        font-family: "AvantGarde Bk BT","GoudyOlSt BT", serif;
        line-height: 0.2em;
        font-weight: bolder;
        font-size: 150%;
}
h3 {
        font-family: Courier, "Courier New", monospace;
        font-size: 85%;
        font-weight: normal;
}
/* Custom CSS elements. */
.date {
	font-weight: bold;
    }
.city {
	font-weight: bold;
}
.location {
	font-size: 0.9em;
	font-weight: bold;
}
.revision {
        font-style: italic;
}
.route {
	font-family: "Courier New", Courier, monospace;
}
#logo {
        margin-left: 125px;
        width: 121px; 
        height: 43px;
}
#validxhtml {
	float: left;
	border: 0;
	height: 31px;
	width: 88px;
}
#validcss {
	float: left;
	border: 0;
    width: 88px;
    height: 31px;
}
img.mapquest-small {
	float: left;
	width: 240px;
	height: 150px;
}
 /* style sheet for "letter" printing */
   @media print and (width: 8.5in) and (height: 11in) {
      @page {
          margin: 1in;
      }
   }
