*{
border:0px solid #fff; /*white */
margin:0;
padding:0;
list-style:none;
}

html,body,#bg,#bg table,#bg td{
width:100%;
height:100%;
overflow:hidden;
}

body{
font-family:"Gill Sans MT", Arial, "Trebuchet MS", Geneva, Verdana, Tahoma, sans-serif;
font-size: 100.01%; /* to fix IE sizing issue with ems */
cursor:default;
background-color:#fff; /* white */
line-height:1em; /* 16x1=16px */
margin:0;
max-width: 100%;
}

h1{
font-family:"Gill Sans MT", Arial, "Trebuchet MS", Geneva, Verdana, Tahoma, sans-serif;
font-size: 3em; /* 16x3=48px */
line-height: 0.3em;/* 16x0.3=4px */
margin: 0;
}

h2 {
font-family:"Gill Sans MT", Arial, "Trebuchet MS", Geneva, Verdana, Tahoma, sans-serif;
font-size: 1.75em; /* 16x1.75=28px */
line-height: 1em;/* 16x1=16px */
margin: 10px 0 0 0;
padding: 16px 0 4px 0;
text-align: center;
font-weight: bold;
font-style: italic;
}

h3 {
font-family:"Gill Sans MT", Arial, "Trebuchet MS", Geneva, Verdana, Tahoma, sans-serif;
font-size: 1em; /* 16x1=16px */
line-height: 1em;/* 16x1=16px */
margin: 0;
padding: 8px 0 0 0;
color: #404040; /* dark gray */
text-align: left;
font-weight: bold;
}

p.headline {
font-family:"Gill Sans MT", Arial, "Trebuchet MS", Geneva, Verdana, Tahoma, sans-serif;
font-size: 1.125em; /* 16x1.125=18px */
line-height: 1em;/* 16x1=16px */
margin: 8px 0 16px 0;
padding: 8px 0 16px 0;
text-align: center;
font-weight: bold;
}

.box div img{
padding-bottom:10px;
}

p {
font-size: 0.8125em; /* 16x0.8125=13px */
margin: 0.5em 0; /* 12x0.5=6px */
}

.bigLink {
text-align: center;
font-size: 1em; /* 16x1=16px */
font-weight: normal;
margin: 0;
padding: 0;
}

p.intro {
font-size: 0.8125em; /* 16x0.8125=13px */
font-weight: normal;
color: #7f7f7f; /* dark gray */
text-align: left;
margin-top: 0;
}

p.intro:first-letter {
font-size: 2.0em; /* 16x2.0=32px */
font-weight: bold;
color: rgba(64, 64, 64, 1.0); /* RGB colors - hex and alpha channel - to control transparency - 1.0 ensures no transparency */
}

a:link{
text-decoration:underline;
color: #a22020; /* dark red */
font-weight: normal;
outline:0;
}

a:visited {
text-decoration: underline;
color: #a22020; /* dark red */
font-weight: normal;
outline:0;
}

a:hover {
text-decoration:underline;
color: #404040; /* dark gray */
font-weight: normal;
outline:0;
}

a:active {
text-decoration:underline;
color: #a22020; /* dark red */
font-weight: normal;
outline:0;
}

img{
display:block;
}

#mapTitle h1 {
font-family:"Gill Sans MT", Arial, "Trebuchet MS", Geneva, Verdana, Tahoma, sans-serif;
font-size: 3em; /* 16x3=48px */
line-height: 0.3em;/* 16x0.3=4px */
text-align: center;
color: #ffffff; /* white */
margin: 10px 0 0 0;
padding:30px 0 0 0;
}

#bg div{
position:absolute;
width:200%;
height:200%;
top:-50%;
left:-50%;
}

#bg table {
border-spacing: 0;
}

#bg td{
vertical-align:middle;
text-align:center;
padding: 0;
}

#bg img{
min-height:50%;
min-width:50%;
margin:0 auto;
}

#contentContainer {
position: absolute;
top: 20px;
left: 264px;
padding: 0px 0px 45px 0px;
margin: auto;
height: 478px;
width: auto;
z-index: 70;
}

#titleBox{
margin-left: auto; 
margin-right: auto; 
z-index:80; 
line-height:12px;
}

#titleBox div{
height:70px;
width: 700px;
background:rgba(255, 255, 255, 0.7); /* RGB colors - hex and alpha channel -  to control transparency */
padding:10px;
}

#titleBox div h1{
color: #404040; /* dark gray */
font-weight: bold; 
padding: 30px; 
text-align: center;
background: rgba(255, 255, 255, 0); /* RGB colors - hex and alpha channel -  - 0 ensures no inheritance */
}

#menuBox{
position: absolute;
left: 4px;
padding:20px 20px 20px 20px; 
margin-left: 0; 
margin-right: 5px; 
z-index:80; 
line-height: 0.75em;/* 16x0.75=12px */
background:rgba(79, 129, 189, 0); /* RGB colors - hex and alpha channel -  to control transparency */
}

#menuBox div#address{
color: #fff; /* white */
height: 66px; 
width: 14.5em;
_width: 15.75em; /* IE only */
font-size: 0.875em; /* 16x0.875=14px */
line-height: 1em;/* 16x1=16px */
font-weight: bold; 
padding: 18px 5px 8px 5px;
_padding: 18px 5px 8px 0; /* for IE only */
margin: 0;
text-align: center;
background:rgba(79, 129, 189, 0.7); /* RGB colors - hex and alpha channel -  to control transparency */
}

#menuList {
padding: 125px 0px 50px 20px;
}

#mainContent{
margin-top: 14px;
margin-left: auto;
margin-right: auto; 
z-index:80;
font-size: 105%;
}

#mainContent div#HomePage{ /* home page wide box for content */
height: 214px;
width: 700px;
background:rgba(255, 255, 255, 0.7); /* RGB colors - hex and alpha channel -  to control transparency */ /* for modern browsers */
padding: 10px;
margin-left: 0;
margin-right: 0;
}

#mainContent div{ /* subpages use two boxes for content (one text and one photo) */
height:214px;
width: 300px;
background:rgba(255, 255, 255, 0.7); /* RGB colors - hex and alpha channel -  to control transparency */
padding:10px;
margin-left: auto;
margin-right: auto;
}

#mainContent div p{
color: #000; /* black */
padding: 4px 0 2px 0;
}

#mainContent div p a{
padding-bottom: 10px;
}

#mainContent div ul{
color: #000; /* black */
margin-left: 16px; 
padding: 4px 0 8px 0;
}

#mainContent div * html ul, div#subPage * html ul{
color: #000; /* black */
font-size: 0.8125em; /* 16x0.8125=13px */
margin-left: 22px; 
padding: 4px 0 4px 0;
} /* for IE rendering of bullets */

#mainContent div ul li, div#subPage ul li{
color: #000; /* black */
font-size: 90%;
list-style-type: square;
padding: 0 0 5px 0;
}

#mainContent div#subPage{ /* scroll box on left */
height:207px;
width: 360px;
background:rgba(255, 255, 255, 0.8); /* RGB colors - hex and alpha channel -  to control transparency */
padding: 16px 10px 10px 10px;
margin: 0 10px 10px 0;
overflow-x: hidden; /* for Firefox to hide the horizontal scrollbar for overflow content on subpages */
overflow-y: auto; /* for Firefox to show the vertical scrollbar for overflow content on subpages */
}

#mainContent div#subPage p a {
text-decoration: none;
}

#mainContent div#subPage p.linksMenu a {
text-decoration: underline;
}

#mainContent div#subPage ul li a {
text-decoration: none;
}

.hidden { /* hides it but keeps it in the flow */
visibility: hidden;
}

p.linksMenu { /* menu links at top and bottom of content */
text-align: left;
font-weight: bold;
font-size: 80%;
margin: 0;
_margin-bottom: 5px; /* IE only */
}

#photoBox{
margin-left: auto; 
margin-right: auto; 
z-index:80;
position: absolute;
top: 354px;
bottom: 0;
height: 205px;
width: 700px;
background:rgba(255, 255, 255, 0.7); /* RGB colors - hex and alpha channel -  to control transparency */
padding: 14px 10px 10px 10px;
}

#photoBox div {
text-align: center;
margin: 0 10px 0 10px;
padding: 0 10px 0 21px;
width: auto;
height: 90%;
}

#photoBox div a:link{
text-decoration:underline;
color:#a22020; /* dark red */
outline:0;
padding: 0;
}

#photoBox div a:visited {
text-decoration:underline;
color:#a22020; /* dark red */
outline:0;
padding: 0;
}

#photoBox div a:hover {
text-decoration:underline;
color:#7f7f7f; /* gray */
outline:0;
padding: 0;
}

#photoBox div a:active {
text-decoration:underline;
color:#a22020; /* dark red */
outline:0;
padding: 0;
}

span.photo1{ /* rotating photo 1 */
position: relative;
padding: 10px 3px 0 3px;
margin-right: 10px;
float: left;
width: auto;
}

span.photo2{ /* rotating photo 2 */
position: relative;
padding: 10px 3px 0 3px;
margin-right: 10px;
float: left;
width: auto;
}

span.photo3{ /* rotating photo 3 */
position: relative;
padding: 10px 3px 0 3px;
float: left;
width: auto;
}

#photoRightBox{
margin: 0;
_margin-top: 2px;
padding: 0;
z-index:80; 
position: absolute;
top: 104px;
_top: 106px;
left: 400px;
height: 196px;
width: auto;
text-align: center;
background:rgba(255, 255, 255, 0.6); /* RGB colors - hex and alpha channel -  to control transparency of background */
}

#photoRightBox div {
margin: auto; 
height: auto;
width: auto;
text-align: center;
background:rgba(255, 255, 255, 0); /* RGB colors - hex and alpha channel - to ensure that photo on top is not transparent */
}

#photoRightBox div img {
margin: auto;
text-align: center;
}

/* The following styles are for the menu */
/* Note that the IE styles are included in the HEAD of every page as conditional comments */

/* - - - ADxMenu: BASIC styles - - - */
/* http://aplus.rs/adxmenudev/adxmenu-v4-flyout-drop-down-menu/ */

.menu {
	width: 14em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0 5px 0 5px;
	padding: 4px 0 4px 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	background:rgba(79, 129, 189, 0.7); /* RGB colors and alpha channel to control transparency */
	_background: #4f81bd; /* blue */ /* menu background color */ /* IE only */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #fff; /* white */
	font-weight: bold;
	background:rgba(79, 129, 189, 0.7); /* RGB colors - hex and alpha channel -  to control transparency */
	_background: #4f81bd; /* blue */ /* menu and flyouts background color */ /* IE only */
}

.menu {
	width: 14em; /* width of overall menu */
}

.menu ul {
	width: 17em; /* width of submenu flyouts */
}

.menu a {
	text-decoration: none;
	color: #fff; /* white */ /* color of active links */
	padding: .4em 1em;
	display: block;
	font-weight: bold;
}

.menu a:link, .menu a:visited { /* to override regular styles */
	text-decoration: none; /* for IE6 */
	color: #ffffff; /* white */
	font-weight: bold;
}

.menu a:hover, .menu a:active, .menu li:hover>a {
	color: #a22020; /* dark red */ /* hover color */
	text-decoration: none; /* for IE6 */
	font-weight: bold;
}

.menu li {	/* create borders around each item */
	border: 1px solid #fff; /* white */ /* border and border color */
	_margin-left: 2px; /* IE only */
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}



