﻿#wrapContact
{
	width:100%;
	position:relative;
}
#leftContact
{
	width:23%;
	float:left;
	margin:2% 1% 2% 1%;
}
#middleContact
{
	width:48%;
	float:left;
	margin:2% 1% 2% 1%;
}
#rightContact
{
	width:23%;
	float:right;
	margin:2% 1% 2% 1%;
}
#topContact
{
	width:100%;
	text-align:center;
}
#botContact
{
	clear:both;
	text-align:center;
}

.DataEntryStd_TextArea
{
	width:15em;
}

.testimonialsDiv
{
	background-color: #FFCC99;
	padding: 10px;
}

.testimonialsDiv ul
{
	list-style-type:square;
	color:#800000;
}

.testimonialsDiv h6
{
	color:#800000;
}
.testimonials
{
	color: #800000;
	text-indent: 5px;
	font-style: italic;

}

/*------------------------------------------
              MODAL


body {
font-family:verdana;
font-size:15px;
}

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

-----------------------------------------*/



#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

 .window
{
	position: absolute;
	left: 0;
	top: 0; /*width:440px;
  height:200px;*/
	width: 420px;
	height: 520px;
	display: none;
	z-index: 9999;
	padding: 20px;
	background-color: #993300;
}


#boxes .window
{
	position: absolute;
	left: 0;
	top: 0; /*width:440px;
  height:200px;*/
	width: 450px;
	height: 550px;
	display: none;
	z-index: 9999;
	padding: 20px;
	background-color: #000099;
}

#boxes #dialog
{
	/*width:375px; 
  height:203px;*/
	width: 450px;
	height: 550px;
	padding: 20px; /*background-color:#ffffff;*/
	background-color: #000099;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {

  width:800px; 

  padding:50px 0 20px 25px;
}
.close
{
     width:100%;
     left:auto;
     right:auto;
	text-align:center;
		
}
.close a
{
	color: #FFFFCC;
	text-decoration: none;
}

.close a:hover {color:#ccc; text-decoration:none}
