BODY {
  background: #d4f7f0;
  color: #295c56;
  font-family: Georgia, "Times New Roman", Times;
  font-size: 13px;
  text-align: left;
  }
A:link{
  color: #a0ac01;
  text-decoration:none;
  }
A:visited{
  color: #a0ac01;
  text-decoration:none;
  }
A:active{}
A:hover {
  color: #d2667e;
  text-decoration:none;
  }
H2 {
  color: #7a7063;
  font-size:24px;
  font-weight:normal;
  margin:2px;
  }
H3 {
  margin:0px;
  font-weight:bold;
  color:#7A7063;
  font-size:12px;
  }
UL {
  margin-top:5px;
  margin-bottom:5px;
  margin-left:8px;
  list-style:none;
  text-align:left;
  padding-left:0px;
  }
LI {
  margin-left:0px;
  padding-left: 15px;
  font-size: 11px;
  line-height: 18px;
  background: url(../_images/bullet.gif) no-repeat;  
  list-style:none;
  color:#918862;
  }
P {
  margin: 5px;
  line-height: 21px;
  }
LABEL {
  font-size: 1.2em;
  }
INPUT, TEXTAREA {
  border:1px solid #A4CFC6;
  background: #ffffff;
  color: #295c56;
  }
#navMain {
  float: left;
  background-image: url(../_images/bg-grass.jpg);
  height:121px;
  }
.btnMain {
  float: left;
  margin-top:90px;
  }
#pnlMain {
  padding:20px;
  }
#pnlContact2 {
padding:5px;
}
#pnlNoni {
 padding-top:5px;
 border-top: 1px dotted #b9b99e;
 border-bottom: 1px dotted #b9b99e;
 }
#pnlNoni img {
margin-right:10px;
border: 3px solid #fff;
}
#pnlNoni h3 {
font-size:14pt;
font-weight:normal;
}
#pnlNoni h4 {
font-weight:bold;
color:#7A7063;
font-size:11px;
margin:0px;
}
#txtModelDesc {
 padding-right:10px;
 text-align:justify;
}
.pnlAddress {
margin:20px;float:left;
}
#pnlModelImg {
margin-top:30px;
margin-right:5px;
}
.btnModel {
padding-left:7px;
padding-top:25px;
float:left;
}
.pnlAttrib {
float:left;
}
#logo {
  margin-top:35px;
  }
#navLogos {
  float:left;
  padding-right:10px;
  }
#pnlFooter {
  padding-left:20px;
  }
#navFooter {
  text-align: left;
  }
#txtCopyright {
  font-family:arial,helvetica;
  font-size: 8pt;
  text-align: left;
  color:#AAAA88;
  }
.modelImg1 img {
  border: 3px solid #fff;
  }
.modelImg2 img{
  border: 3px solid #d2667e;
  }
#cForm {
  padding-left:10px;
  padding-top:10px;
  }
div.uedge {
  width: 690px;
  background-color: #ffffff;
  background-image: none;
  }
div.redge {
  background-image: url(../_images/b-r.jpg);
  background-position: top right;
  background-repeat: repeat-y;
  }
div.bedge {
  background-image: url(../_images/b-b.jpg);
  background-position: bottom left;
  background-repeat: repeat-x;
  }
div.ledge {
  background-image: none;
  }
div.ulcorner {
  background-image: url(../_images/b-tl.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  }
div.urcorner {
  background-image: url(../_images/b-tr.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  }
div.blcorner {
  background-image: url(../_images/b-bl.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  }
div.brcorner {
  background-image: url(../_images/b-br.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 15px 25px 25px 15px;
  }
div.innercontent {
  width: 100%;
  }

 /* set background images for corners */
.rbroundbox { background: #bce7de; }
.rbtop div  { background: url(../_images/box-tl.gif) no-repeat top left; }
.rbtop      { background: url(../_images/box-tr.gif) no-repeat top right; }
.rbbot div  { background: url(../_images/box-bl.gif) no-repeat bottom left; }
.rbbot      { background: url(../_images/box-br.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { width: 12em; margin: auto; 
  float:left; 
  margin-right:10px; 
  margin-bottom:10px;
  }

.wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:500px;
}

#alertform {
	z-index:700;
	position:absolute;
	left:100px;
	top:100px;
	background-color: #ECEFE1;
	border: 5px solid #D4F7F0;
	height:75px;
	width:250px;
	padding:20px;
	color:#000;
	text-align:center;
  }