/* CSS Document */


h1, h2, h3, ul, li, p, * {
margin:0px;
padding:0px;
}

h2 {
	margin:0px 0px 10px 0px;
}

body {
padding:0px;
margin:0px;
border-top:2px solid #4d769e;
font-size:small;
width:100%;
font-family:"Trebuchet MS", "Lucida Sans";
line-height:1.6em;
}

a, h1, h2, h3 {
color:#4d769e;
}

h3 {
margin:1em 0 0 0;
}

h3, dt {
font-size:120%;
color:#4d769e;
}

h4 {
text-decoration:underline;
margin:10px 0px 0px 0px;
}

p {
margin:0px 0px 16px  0px;
}

blockquote {
font-size:200%;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1em;
padding:1em;
font-style:italic;
text-align:center;
color:#777;
}

dl dt {
font-weight:bold;
}


#container {
width:750px;
margin:0px auto;
}

#header {
margin:16px 0px 0px 0px;
float:left;
width:750px;
/*border-bottom:1px solid #d4d8d7;*/
padding:0px;
}

#header h1 {
height:100px;
width:350px;
float:left;
background:url(/images/logo.png) left top no-repeat;
}

#header h1 span {
display:none;
}

#nav {
width:390px;
float:right;
padding:0px;
margin:16px 0px 8px 0px;
text-align:right;
}

#nav-main {
width:100%;
font-size:120%;
float:right;
text-align: right;
}

#nav-main a {
	color:#4d769e;
	margin:1px;
	margin-bottom:0px;
	padding:8px 8px;
	/* border:1px solid #d4d8d7;
	border-bottom:none; */
	text-decoration:none;
}

#nav-main a:hover {
color:#003366;
}


#nav-sub {
width:100%;
clear:right;
font-size:80%;
float:right;
}

#nav ul {
	border:2px solid white;
	list-style:none;
	margin:0px auto;
	padding:0px;
	text-align:right;
}


#nav ul li {
	display:inline;
 	margin:0;
	padding:0;
}

#nav-sub a {
	margin:1px;
	margin-bottom:0px;
	padding:8px 8px;
	color:#aaab97;
	/* border:1px solid #d4d8d7;
	border-bottom:none; */
	text-decoration:none;
}

#nav-sub a:hover {
	color:#444444;
}

#showcase {
	margin:16px 0px;
	float:left;
	border:4px solid #d4d8d7;
	background:url(../images/limos.jpg) left -20px;
	width:740px;
	height:300px;

}

#content {
width:100%;
margin:8px 0px 24px 0px;
float:left;
}

#left {
float:left;
width:200px;
margin:0px 0px 16px 0px;
}

#middle {
float:left;
width:350px;
}

#right {
float:left;
width:200px;
}

#main {
float:left;
width:500px;
}

	#main form {
	margin:0px 0px 20px 0px;
	}
	
	#main form fieldset {
	padding:10px;
	}
	
	#main form legend {
	padding:5px;
	font-weight:bold;
	}
	
	#main form label {
	display:block;
	
	}
	
	#main form input[type=text], #main form textarea {
	border:1px solid #aaa;
	padding:3px 5px;
	width:97%;
	}
	
	.success {
	border:2px solid green;
	background:lightgreen;
	padding:5px;
	}

#sidebar {
float:right;
width:200px;
}

#sidebar form {
margin:8px 0px;
border:2px dashed #aaa;
padding:8px;
background:#f0f0f0;
}

#footer {
border-top:1px solid #ddd;
margin:8px 0px;
clear:both;
text-align:left;
color:#999;
}

#footer ul {
margin:16px 0px;
float:left;
list-style:none;
}


#footer ul li {
display:inline;
margin:0px 5px;
padding:0px;
}

#footer ul li a {
color:#888;
padding:0px;
text-decoration:none;
}

#footer a:hover {
color:#333;
}

#footer p {
margin:8px 0px;
float:right;
}


#thumbs {
padding: 20px 0px 0px 20px;
text-align: center;
float:left;
}

#thumbs dl {
	margin:0px 0px 15px 15px;
float:left;}

#thumbs dl dd {
	float: left;
	clear:left;
	width: 140px;
	min-height: 4em;
	text-align: center;
}

#thumbs dl a img {
	border:5px solid #dddddd;
}

#thumbs dl a:hover img {
		border:5px solid #999999;
}




table {
	font: 90%;
	width:100%;
	border-collapse: collapse;
	margin:1em 0;
	}

th, td {
	padding: 5px;
	text-align:center;
	}

th {
	border-bottom: 1px solid #fff;
	background: #79BDFF;
	color:#4D769E;
	text-align:center;
	}

td {
	border-bottom: 1px solid #fff;
	background:#DFE7FF;
	}

tr:hover td {
background:	#BCDFFF;
}

td:first-child {
	}

td+td {
	text-align: center;
	}



.notes {
font-size:80%;
color:#777;
}

.photo {
width:125px;
height:140px;
}
