body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

td {
font-family:Arial, Helvetica, sans-serif;
}

p {
	margin-top:0px;
	padding-top:0px;
}

h1 {
	padding:0px;
	font-size:24px;
	font-weight:bold;
	color:#333333;
}


h2 { font-size: 120%; padding: 6px 6px 6px 6px; margin: 0; width: 100%; background-color:#333333; color:#FFFFFF; }

.footer {
	font-size: 10px;
	color: #666666;
	padding-left: 36px;
}

.leftCell {
	padding-left:40px;
	padding-right:25px;
}

.rightCell {
	padding-left:0px;
	padding-right:0px;
}

A.blue {font:Helvetica, Arial, Verdana, Sans-Serif; text-decoration:underline}
A.blue:link {color:#1652AE; text-decoration:underline;}
A.blue:visited {color:#1652AE; text-decoration:underline;}
A.blue:active {color:#1652AE; text-decoration:underline;}
A.blue:hover {color:#1652AE; text-decoration:underline;}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}

li {
	list-style-type:square;
}

#privacy ol li{
	list-style-type:decimal;
}

#privacy ul li{
	list-style-type:disc;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:650px; height:29px; font-size:0.85em; position:relative; z-index:100; margin-left:25px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:650px; w\idth:650px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:100px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;font-weight:bold;text-decoration:none; color:#fff; width:100px; height:29px; background:#474747; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:89px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:175px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:29px;}

/* position the third level flyout menu */
.menu ul ul ul{left:175px; top:-1px; width:175px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-175px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#eee; color:#000; height:auto;  line-height:18px; padding:5px 10px; width:175px; border:1px solid #474747; border-width:0px 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#859e00;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#859e00;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}






/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 94px; /* Set to gallery height */
margin-top:5px;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
padding:15px;
}

#motioncontainer a:hover img {
border: 1px solid #474747; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */



#map {
    width: 400px;
    height: 300px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
}

#bigmap {
    width: 500px;
    height: 350px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
}