/***************************************

    Memory Lane Motors
    Main Style Sheet
    
    Author: Daniel Ellis
    Date:   2/18/06
    
    Go Seahawks

***************************************/

body {
    background-color: #000000;
    margin: 0px;
    font-family: arial, sans-serif;
	font-size: 11pt;
	text-align: justify;
}

a {
    text-decoration: none;
    color: #256176;
    font-weight: bold;
}
	a:hover {
		color: #000000;
	}

h1 {
	font-family: verdana, sans-serif;
	font-size: 18pt;
	color: #FFFFFF;
	background-color: #256176;
	padding: 0px 10px 3px 10px;
	
	margin: 0px -10px 10px -10px;
	border: solid black;
	border-width: 2px 0px 2px 0px;
}

h1.announcement {
	background-color: #862525;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: strong;
	color: #000051;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 8pt;
	font-weight: strong;
	text-align: left;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

.red {
	color: red;
}

.right {
	text-align: right;
}

/* Header and main navigation links */
#roof {
    width: 975px;
    height: 129px; /* May need to change depending on title placement */
    background: black no-repeat right;
}

/* Top navigation bar */
#dashboard {
	background-color: #256176;
	width: 955px;
	color: white;
	text-align: right;
	vertical-align: middle;
	padding: 3px 10px;
	border: solid black;
	border-width: 2px 0px 2px 0px;
}
		#dashboard a {
			color: white;
		}
		#dashboard a:hover {
			color: #b0b0be;
		}

/* Content section; everything under the nav bar */
#interior {
    background-color: #404040;
    width: 959px;
    padding: 8px;
    margin: 0px;
    overflow: auto;
}

/* Roof links */
#gearshift {
    text-align: right;
    vertical-align: middle;
    padding: 53px 10px;
    float: right;
    overflow: auto;
}
        #gearshift a { 
            margin: auto 0px;
            padding: 2px 8px;
            color: white;
            font-size: 16pt;
            border: solid 1px white;
            background-color: #404040;
        }
        #gearshift a:hover {
	        background-color: #256176;
	    }
	    
/* Generic Content Pane */
.content {
	background-color: #D0D0DE;
}

.full_page {
	width: 935px;
	padding: 10px;
	border: solid 2px black;
}

/* Left side of the interior pane */
#driverside {
	float: left;
	width: 750px;
	padding: 0px;
}

/* Right side of the interior pane */
#passengerside {
	float: right;
	width: 180px;
	padding: 10px 5px;
	margin: 0px;
	text-align: center;
}

/* Left panel containing logos, miscellaneous front page material */
#decals {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	border-color: #000000;
}

/* Right side of main panel containing news and information */
#centerconsole {
	float: left;
	width: 508px;
	margin: 0px;
	padding: 10px;
	border: solid 0px;
	border-color: #000000;
	border-left-width: 2px;
}

#footer {
	color: white;
	background-color: #256176;
	text-align: center;
	font-size: 9pt;
	float: left;
	width: 975px;
	margin: 0px;
	border-top: solid 2px black;
}
		#footer a {
			color: white;
		}
		#footer a:hover {
			color: #b0b0be;
		}

/* Link in block with spacing around edges */
.bumper {
	font-size: 8pt;
	font-weight: strong;
	display: block;
	margin: 15px 0px 5px 0px;
}

/* Thin gray border around block */
.bodyline {
	border-color: #FF0000;
	border: solid 2px;
}

/* Float left block */
.leftturn {
	float: left;
}

/* Float right block */
.rightturn {
	float: right;
}

/* Fine print */
.fineprint {
	font-size: 8pt;
}

/* The Hours Table */
#hours {
	width: 300px;
}

#hours td {
    border: solid 2px black;
    text-align: center;
}

.error_bg {
    background-color: #ff9999;
}

.ok_bg {
    background-color: #99ff99;
}