﻿/* CSS for Custom Auto Site */

body {
	font-family: Georgia, Times, Serif;
	background-color: #e2edff;
	line-height: 125%;
	padding: 0;
	margin: 0;
	}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, Serif;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	background: #bed8f3 url(gallery/tagline-fade.jpg) repeat-y right;
	}

#navigation {
	width: 180px; 
	height: 484px;
	background: #7da5d8 url(gallery/nav-bg.jpg) no-repeat;
	}

h1, h2, h3 {
	font-family: Georgia, Times, Serif;
	}


h1 {
	font-size: x-large;
	background-color: navy;
	color: white;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
	background: navy url(gallery/header-bg.jpg) repeat-y right;
	}

h2 {
	color: navy;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
	margin: 0;
	}



h2, ul {
	margin-top: 15px;
	}


li {
	font-size: small;
	list-style-type: none;
	}

p {
	font-size: small;
	color: navy;
	}

a:visited {
	color: navy;
	}

#navigation, #bodycontent {
	top: 120px;
	}

#bodycontent {
	left: 200px;
	}

/* 
This section deals with the position of items on the screen. It uses absolute positioning -
fixed x and y coordinates measured from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
	position: absolute;
	}

#navigation, #bodycontent {
	top: 107px;
	}

#bodycontent {
	left: 200px;
	}

#header {
	width: 100%;
	}

#navigation {
	width: 180px;
	height: 484px;
	background-color: #7da5d8;
	}

#header {
	border-top: 3px solid #7da5d8;
	}

img {
	border: 10px solid navy;
	}

.galleryphoto p {
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
	}

.photocredit {
	font-weight: normal;
	color: gray;
	}

.galleryphoto img {
	border: 15px solid white;
	}

.galleryphoto {
	padding-bottom: 20px;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
	}

/* events page tables */

table.events {
	border-collapse: collapse;
	}

table.events th, table.events td {
	padding: 4px;
	border: 1px solid #000066;
	}

table.events th {
	font-size: x-small;
	text-align: left;
	background: #241374 url(gallery/header-bg.jpg);
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;   
	}

table.events td {
	font-size: small;
	background: #e2edff url(gallery/td.jpg) repeat-x top;
	}

table.events caption {
	color: #000066; 
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
	}

.feature {
	float: right;
	margin: 10px;
	}

form.contact feildset {
	border: 2px solid navy;
	padding: 10px;
	}

form.contact legend {
	font-weight: bold;
	font-size: small;
	color: navy;
	padding: 5px;
	}

form.contact {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	line-height: 150%;
	}

form.contact label {
	font-weight: bold;
	font-size: small;
	color: blue;
	}

form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
	}

form.contact .buttonarea input {
	background: navy;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
	}

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #0066ff;
	}

#search {
	position: absolute;
	top: 77px;
	right: 10px;
	font-size: small;
	font-weight: bold;
	}
	
.contactlist {
	list-style-type: none;
	padding: 25px 0 50px 0;
	margin: 0;
	border: 0;
	font-weight: bold;
	color: navy;
	}

#contactinfo {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: navy;
	float: right;
	}

.padding {
		padding-right: 30px;
		margin-top: 1px;
		padding-top: 1px;
		}
		
	

	
	
	
	









	






