﻿	* {
		margin:0;
		padding:0;
	}
 
	html {
		min-height:100%;
		height:auto;
		font-family:Verdana, Geneva, Tahoma, sans-serif;
		color:#484543;
		}
 
	body {
		background-color:#f0e5d9;
		text-align:center; /* horizontal centering for IE Win quirks */
		behavior: url("csshover3.htc");
	}
 
	#distance { 
		width:1px;
		background-color:#fc6;
		float:left;
		}
 
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:100%;
		width:928px;
		clear:left;
		}
		
		

	#container p
	{
		padding-bottom:10px;
		
	}


 /*
	#container div {
		font-size:80%;
		float:right;
		width:17em;
		margin-left:2em;
		}

 
	#container div h3 {
		font-size:100%;
		font-weight:bold;
		margin:.5em 0 0 .75em;
		}
*/
 
	#container ul {
		margin-left:2em;
		}
 
	#container li span {
		font-size:70%;
		}
		
 
	#container h1 
	{
		font-family:"Comic Sans MS", Verdana, Geneva, Tahoma, sans-serif;
		color:#9e856e;
		font-size:1.5em;
		padding-bottom:15px;
	}

	#container h2 {
		font-weight:lighter;
		margin-top:5px;
		padding-top:5px;
		padding-bottom:10px;
	}
	
	#container a {
		color:#9e856e;
	}
	#container a:hover {
		background-color:#9e856e;
		color:#ffffff;
	}	

	.address {
		font-weight:normal;
		font-size:80%;
		font-style:normal;
		text-align:right;
		margin:0 20em 0 3em;
		}
		
	.menuBar
	{
		background-image:url('images/MenuBar_Background.png');
		color:white;
		font-family:Verdana, Geneva, Tahoma, sans-serif;
		/*font-size:10pt;*/
		font-weight:bold;
		padding-left:5px;
		height:40px !important;
	}
	
	.contentLeftBar
	{
		background-image:url('images/Site_Frame_Left.png');
		background-repeat:repeat-y;
	}
	
	.contentRightBar
	{
	background-image: url('images/Site_Frame_Right.png');
	background-repeat: repeat-y;
	background-position:right;
	background-color:white;
	}	
	
	.menuLeftBar
	{
		background-image:url('images/Site_Frame_Left.png');
		background-repeat:repeat-y;
		background-color:white;
	}
	
	.menuRightBar
	{
	background-image: url('images/Site_Frame_Right.png');
	background-repeat: repeat-y;
	background-position:right;
	background-color:white;
	}

	.contentArea
	{
		background-color:white;
		padding-left:15px;
		padding-right:15px;
	}
	
	.footerContentArea
	{
		background-color:#416f8d;
		padding-top:10px;
		padding-left:15px;
		padding-right:15px;
		
	}

	.footerContent A
	{
		color:white;
	}
	
	.footerContent
	{
		font-size:.8em;
		color:white;
	}	


		
/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/* *{margin:0;padding:0;border:none;}*/

/* body{margin:0.5em;font-family:verdana,tahoma,arial,sans-serif;}*/

/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
}


#menu a{
font:normal 90%/205% tahoma,arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 5px;
}

#menu a.topMenu{
font:bold 90%/205% tahoma,arial,helvetica,sans-serif;
display:block;
border-width:0px;
border-style:none;
white-space:nowrap;
margin:0;
padding:0 5px;
}


#menu a.topMenu{
	color:#fff;
	background:transparent;
}

#menu a.topMenu:hover
{
	color:#ffc;
	background:trasparent;
}

#menu a.topMenu:active{
	color: #CCFFFF;
	background: transparent;
}
#menu a
{
	background: #eee;
	text-decoration: none;
	background-color: #006699;
	background-image: url('images/MenuBar_Background.png');
}

#menu a, #menu a:visited{
	color:#fff;
	background-image: url('images/MenuBar_Background.png');
}

#menu a:hover
{
	color: #ffc;
	background-image: url('images/MenuBar_Background.png');
}

#menu a:active
{
	color: #CCFFFF;
}

#menu ul.topMenu{
list-style:none;
margin:0;
padding:0;
float:left;
width:6.5em;
}


#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:11.5em;
}

#menu li{
position:relative;
width:100%;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu topMenu:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}


div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}


/* End of non-anchor hover selectors */

/* Styling for Expand */
/*
#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#000;
background:#eee background-image:url('images/Prototype_1_14.png');
}

#menu a.x:hover{
color:#fff;
background:#eee background-image:url('images/Prototype_1_14.png');
}

#menu a.x:active{
color:#060;
background:#ccc;
}
*/
/* End CSS Popout Menu */






