/* CSS Document */
HTML {
	background-color: #FFFFFF;
	background-image:url(Image/blue7.jpg);
	background-repeat:repeat-y;
}
Body {
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#LoggedInContainer{
visibility:hidden;
}
/* Html entities styles */
/* Links */
a {
	color: #990033;
	font-weight:bold;
	}	
	
a:hover {
	color: #3366CC;
	}
a:visited {
	color: #9900CC;
	}
h1 {
	font-size:x-large;
}
h2 {
	font-size:large;
}
h3 {
	font-size:medium;
}
h4 {
	font-size:small;
}
h5 {
	font-size:x-small;
}
div {}
p {

}
table {}
tr {}
td {}
.label {
	font-weight:bold;
}
.button {
}

.MapHead 
{
	
}

.Maplabel 
{
	font-weight:bold;
}

.MapLink
{
	color: Blue;
}

.ContactTbl{
margin-left:220px;
*margin-left:0px;
}
/* Divs for page layout */
/* Div surrounding entire page */
#fullpage {
	width: 760px;
	max-width:760px;
	margin:auto;
	background-color:#EDF1FC;
}
/* Div containging Header Editable Region */
#head {
    text-align:left;
    height:86px;
}

#HeadBottomEditable{
top:86px;
position:absolute;
*margin-left: -185px;
}



.bodyText {
	color:#000000;
	line-height:15px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	}

/* Div containing Menu and Menu editable region */
#menu {
	
	width:165px;
	margin-top:200px;
	float:left;
	padding-right:20px;
	/*
	border-top: 2px solid #C0DFFD;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	width:165px;
	
	padding-top:0px;
	
	text-align:left;
	z-index:1;
	
*/
}
.FlyoutMenu ul li{
border-bottom: 2px solid #C0DFFD;
list-style:none;
margin-left:-40px;
}
.FlyoutMenu ul li a{
font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:12px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("Image/mm_arrow.gif") 14px 45% no-repeat;
}

.FlyoutMenu ul li a:hover{
background: #ffffff url("Image/mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}

.FlyoutMenu ul ul{
border-bottom: 2px solid #C0DFFD;
list-style:none;
margin-left:60px;
display:none;
}
	

#menu .EditableRegion {

}

/* Div containing content of page */
#content {
  width:560px;
  margin-top:200px;
  overflow:hidden;
  }
#wrapper{
  overflow:hidden;
  }
/* Div containing footer editable region */
#foot {
}
