﻿/*
CSS for the Road Mile site
*/

#header, #Navigation, #Navigation2, #Main {
	position: absolute;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #00B8F5;
}
h1 {
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	background-position: right;
	Height: 150px;
	width: 951px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 100%;
}

h2 {
	color: #cc0000;
	background-color: #CCD1E9;
	font: "trebuchet MS", "comic sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	margin-top: -50px;
	padding-left: 675px;
}

h3 {
	color: navy;
}


.logo {
	float: left;
	padding-left: 5px;
}

.logo2 {
	float: right;
}

#header {
	Left: 15px;
	Background: #CCD1E9 url(Backgrounds/F16.jpg) no-repeat;
	Height: 150px;
	width: 950px;
	border: 5px double navy;
	background-color: #CCD1E9;
	padding-left: 0px;
}

#button {
	top: 10px;
	padding-left: 15px;
	width: 140px;
	border-width: 10px;
	border-style: ridge;
	border-color: #cc0000;
	font-family: arial-bold, arial, verdana, sans-serif;
	font-size: 20pt;
	font-variant: small-caps;
	font-weight: bolder;
	background-color: #99ff99;
	color: navy;
}

#Navigation {
	font-size: 14pt;
	font-weight: bold;
	Left: 15px;
	Top: 173px;
	Width: 170px;
	Height: 760px;
	color: #bb0000;
	Background: navy url(Backgrounds/runway.jpg) no-repeat;
	padding-top: 5px;
	line-height: 145%;
}

#Navigation2 {
	font-size: 14pt;
	font-weight: bold;
	Left: 15px;
	Top: 173px;
	Width: 170px;
	Height: 760px;
	color: #bb0000;
	Background: navy url(Backgrounds/runway.jpg) no-repeat;
	padding-top: 5px;
	line-height: 145%;
}

#Tweets {
	float: right;
	padding-top: 0px;
}

#dirmap {
	float: right;
	padding-right: 4px;
	padding-top: 50px;
}

#Main {
	Top: 173px;
	Left: 190px;
	width: 767px;
	height: 752px;
	background-color: #ccffff;
	border: 5px double navy;
	padding-top: .25em;
	padding-left: .25em;
	padding-right: .25em;
}
ul {
	list-style-type: square;
}
p {
	line-height: 125%;
	color: #BB0000;
}
a:link {
	color: #bf1111;
	font-weight: bold;
}
a:visited {
	color: #bf1111;
	font-weight: bold;
}
a:hover {
	color: orange;
	font-weight: bold;
}
a:active {
	color: green;
	font-weight: bold;
}



