@CHARSET "UTF-8";

body {
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif; 
	background-image: url(../images/bground.gif);
	overflow: hidden;
	font-size: 14px;
}

p
{ 
  text-decoration:none;
  font-weight:normal;
  font-size:14px;
}

a:link, a:visited, a:active
{ 
  text-decoration:none;
  font-weight:normal;
  color:#583B54;
  font-size:100%;
}

a:hover
{ 
  color:#023D01;
  font-weight:bold;
  font-size:100%;
}

input
{
  font-size:14px;
}

#uiScreen {
	position:absolute;
    top:0;
    left:0;
	margin-top: 0px;
	margin-left: 0px;
	width:100%;
    min-width:100%;
    height:100%;
    min-height:100%;
    z-index:1000;	
    overflow: hidden; 
}

#uiLeafFrame {
    background-image: url("../images/leaf.gif");
    background-position: left top;
    background-repeat: no-repeat;
    height: 99.8%;
    left: -1%;
    min-width: 350px;
    max-width: 350px;
    width: 350px;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 10;
    
}

#uiTitleFrame {
	z-index: 1;
}

#uiHeaderFrame {
	border: 0px solid;
    position: absolute;
    right: 10px;
    width: 79%;
    z-index: 1000;
}

#uiPhoneFrame {
	position: absolute;
	right: 34px;
	top: 6px;
	width: 320px;
	min-width: 320px;
	padding-top: 10px;
	z-index: 1;
}

.phoneNumber {
	font-size: 1.4em;
    font-weight: bold;
    text-align: right;
    vertical-align: bottom:
}

.phoneIcon {
	height: 58px;
	vertical-align: bottom;
}

.impress {
	text-align: right;
	vertical-align: top;
}

#uiContentFrame {
	border: 0px dotted;
    height: 78%;
    left: 125px;
    margin-left: 0;
    margin-top: 0;
    min-height: 10px;
    min-width: 10px;
    overflow: auto;
    position: absolute;
    top: 120px;
    width: 88%;
    z-index: 1;
    overflow: hidden;
}

#uiContentLayer {
    background-color: lemonchiffon;
    border: 1px solid #83667F;
    height: 95%;
    max-height: 95%;
    left: 1px;
    margin-left: 0;
    margin-top: 0;
    min-height: 95%;
    min-width: 99.7%;
    max-width: 99.7%;
    position: relative;
    top: 1px;
    width: 99.7%;
    z-index: 1;
    overflow: auto;
   }

#xuiContent {
    border: 0px dotted;
    height: 95%;
    left: 200px;
    max-width: 75%;
    min-height: 95%;
    min-width: 75%;
    overflow: auto;
    position: absolute;
    top: 10px !important;
    width: 75%;
}

#uiContent {
    border: 0px dotted;
    height: 95%;
    left: 200px;
    max-width: 75%;
    min-height: 95%;
    min-width: 75%;
    overflow: auto;
    position: absolute;
    top: 10px !important;
    width: 75%;
}

#uiMenuFrame {
	overflow: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
}


#uiMap {
    height: 22%;
    left: 50px;
    margin-left: 0;
    margin-top: 0;
    min-height: 22%;
    min-width: 10%;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    top: 30px;
    width: 56%;
    z-index: 500;
    float: left;
}

#miniMenu {
	heigth: 22%;
	left: 50px;
	margin-left: 0;
    margin-top: 0;
    min-height: 22%;
    min-width: 140px;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    top: 170px;
    width: 140px;
    z-index: 500;
    float: left;
    font-size: 11px;
    font-color: lemonchiffon;
}

#miniMenu a:hover
{ 
  text-decoration:none;
  font-weight:normal;
  background-color:lemonchiffon;
  font-size:100%;
}

#miniMenu a:link, a:visited, a:active
{ 
  text-decoration:none;
  font-weight:normal;
  color:black;
  font-size:100%;
}

