﻿/* ---------------- Global Styles ---------------- */

body
{
    background-color: #879fc3;
    font-family: Arial;
    margin: 0;
}

/* all images on the site will have a solid black line around them */
img
{
    border: 0;
    margin: 0;
    padding: 0;
}

h2
{
    border-bottom: black 1px dashed;
    font-size: larger;
}

/* The main div includes all content on the page, including logo, tabs, content, and footer */
div#main
{
    background-image: url(logo.jpg);
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
    padding: 80px 0 0 0;
    width: 750px;
}

/* ---------------- Styles for Tabs ---------------- */
ul#tabs
{
    background-color: #cdc7c7; 
    background-image: url(gradientstrip.jpg);
    background-repeat: repeat-x;
    border-bottom: solid 1px black;
    display: inline-block;
    float: left;
    font-size: smaller;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
}

ul#tabs li
{
    float: left;
    margin: 0;
    padding: 3px 15px 3px 15px;
}

ul#tabs li.selected
{
    background-color: White;
    border-left: solid 1px black;
    border-right: solid 1px black;
    font-weight: bold;
    position: relative;
    top: 1px;
}

/* Style hyperlinks in tabs to remove underline and make black text */
ul#tabs li a
{
    color: Black;
    text-decoration: none;
}

/* Style hyperlinks in tabs to insert underline when you run the cursor over them */
ul#tabs li a:hover
{
    color: Blue;
    text-decoration: underline;
}



/* ---------------- Styles for Content DIV---------------- */
div#content
{
    background-color: White;
    clear: both;
    float: left;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    padding: 15px 15px 15px 15px;
    width: 718px;
}


/* ---------------- Styles for Images that contain notes below them ---------------- */
div.imagenotes
{
    background-color: black;
}

div.imagenotes div
{
    color: White;
    float:left;
    padding: 5px;
}

div.imagenotes ul
{
    margin-top: 0;
    margin-bottom: 0;
}

div.imagenotes li
{
    margin-left: -20px;
}

div.imagenotes a
{
    color: White;
    text-decoration: none;
}

div.imagenotes a:hover
{
    color:red;
    text-decoration: underline;
}

/* ---------------- Styles for Reservation Form ---------------- */
table.reservation, table.corporate
{
    width: 100%;
}

table.reservation tr, table.corporate tr
{
    vertical-align: top;
}

table.reservation td, table.corporate td
{
    padding: 3px;
    
}

/* ---------------- Styles for Footer ---------------- */
div#footer
{
    float: left;
    margin-top: 5px;
}

div#footer img
{
    border: solid 1px black;
}

#copyright
{
    font-size: smaller;
    float: right;
}
    

/*----------------- Styles for Pictures on Vehicles page ----------*/
div.vehicle
{
	border: solid 1px black;
	float:right;
	text-align: right;
	width: 150px;
}


div.vehicle a
{
	color:Black;
	font-size: 10px;
	text-decoration:none;
	margin-right: 2px;
}

div.vehicle a:hover
{
	color:Red;
}

div.vehicle div a:hover
{
	color:Red;
}

/*----------------- Styles for thumbnail viewer on individual vehicle pages ------ */
div.vehicleimages
{
	float:left;
	font-size: 10px;
	margin-right: 10px;
	width: 180px;
}

div.vehicleimages p
{
	margin: 0;
	padding: 0;
}

div.vehicleimages img
{
	border: solid 1px black;
	margin: 2px;
	padding: 0px;
	cursor: pointer;
}

img#vehiclemainimage
{
	border: solid 1px black;
}