body {
	background-color: #eee;
	color: #555;
	margin: 0;
	padding: 0;
	}
	

h1 a {
	text-decoration: none;
	color: #333;
	}	
	
#container {
	width: 520px;
	margin: 0 auto 0;
	border-style:none;
}

div.videolocation img {
	max-height:90px;
	float:right;
	margin: 4px 0 4px 4px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: thin solid #555;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:16px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border-bottom: thin solid #555;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:4px 0px 4px;
}


h2.videotitle a:link {
	text-decoration: none;
	color: #555;
}

h2.videotitle a:visited {
	text-decoration: none;
	color: #555;
}

h2.videotitle a:active {
	text-decoration: none;
	color: #555;
}

h2.videotitle a:hover {
	text-decoration: none;
	color: #A55;
}

div.videocontent {
	display: inline;
}

div.videolocation {
	width: 400px;
}

div.videomenu {
	width: 100px;
	float: right;
}

div.spacer {
  clear: both;
}

div.formleft {
	width: 100px;
	float: left;
}

div.formright {
	width: 550px;
}

div.mapstyle {
	width: 500px;
	height: 340px;
}

span.note {
	color: #999;
	font-size: 10px;
	text-indent: 0em;
	padding-top: 0;
}

hr {
	height: 1px;
	color: #333;
}

.legend {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}

input.button {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	
	border-top: 1px solid #dbe7f0;
	border-left: 1px solid #dbe7f0;
	border-right: 1px solid #b7c1c8;
	border-bottom: 1px solid #b7c1c8;
	background: #ddd;
	color: #555;
	margin: 0px 5px 1px 5px;	
 }
input.smallbutton {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:8px;
        text-transform:uppercase;
        letter-spacing:1px;

        border-top: 1px solid #dbe7f0;
        border-left: 1px solid #dbe7f0;
        border-right: 1px solid #b7c1c8;
        border-bottom: 1px solid #b7c1c8;
        background: #ddd;
        color: #555;
        margin: 0px 2px 1px 2px;
 }

div.infowindow {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        letter-spacing:1px;
        font-size:x-small;
}




	/* The CSS that's required to position the footer */

	html
	{
		height: 98%;
	}

	body
	{
		height: 100%;
	}

	#container
	{
		position: relative;
		min-height: 100%;
	}

	* html #container
	{
		height: 100%;
	}

	#footer
	{
		position: absolute;
		bottom: 10px;
	}

* html #footer
	{
		margin-top: -7.4em;
	}

/* FOOTER */

#footer
{
	width: 520px;
	font-size: 85%;
	color: #036;
	text-align: center;
	line-height: 1.5em;
}

#bottomLinks
{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 1.5em;
}

#bottomLinks li
{
	display: inline;
	border-left: 1px solid #527597;
	padding-right: 1em;
	padding-left: 1em;
}

#bottomLinks li.first
{
	border-left: 0 none transparent;
}

#bottomLinks a
{
        text-decoration: none;
 	color: #036;	
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-transform:uppercase;
	font-size:x-small;
        letter-spacing:1px;
 }


