/* CSS Document */
h1 {
	font-family: Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: #5A5A5A;
}
h2 {
	font-family: Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #5A5A5A;
}
h3 {
	font-family:  Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #5A5A5A;
}
h5 {
	font-family:  Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 12pt;
}
strong {
	color:#5A5A5A;
}
address {
	color:#5A5A5A;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}
a:link {
	text-decoration: underline;
	color:#5A5A5A;
}
a:visited {
	text-decoration: none;
	color:#5A5A5A;
}
a:hover {
	text-decoration: none;
	color:#5A5A5A;
}
a:active {
	text-decoration: none;
}
form {
	font-family:  Verdana, Arial, Futura Bd BT, Century Gothic;
	font-size: 10pt;
	}

input {
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-size: 10pt;
}

textarea {
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-size: 10pt;
}

select {
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-size: 10pt;
}

.submit {
	cursor: pointer;
	background-color:#FFF;
	color:#5A5A5A;
	border-style:solid;
	border-color:#5A5A5A;
	border-width:1px;
}
.Gold {
	color:#5A5A5A;
	text-decoration:none;
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-weight:400;
	font-style:normal;
}
.Grey {
	color:#5A5A5A;
	text-decoration:none;
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-weight:400;
	font-style:normal;
}
/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
}
#PrintPage{
width:100%;
background-color:#FFFFFF;
color:#000000;
text-align:center;
}
.PrintWidth{
width:100%;
text-align:left;
}
#ExecHolder{
float:left;
width:700px;
}
#ExecText{
float:left;
display:inline;
width:520px;
}
#ExecPic{
float:right;
display:inline;
width:180px;
text-align:right;
}

#formHolder{
  width:400px;
  float:left;
}

.formLayoutLabel{
  width:200px;
  height:30px;
  text-align:left;
  float:left;
  display:inline;
} 

.formLayoutBox{
  width:200px;
  height:30px;
  text-align:left;
  float:left;
  display:inline;
  margin-bottom:10px;
} 

.MapLayout1{
  width:200px;
  height:180px;
  text-align:left;
  float:left;
  display:inline;
} 

.MapLayout2{
  width:200px;
  height:180px;
  text-align:left;
  float:left;
  display:inline;
} 

.ContactLayout1{
  width:200px;
  height:100px;
  text-align:left;
  float:left;
  clear:left;
} 

.ContactLayout2{
  width:200px;
  height:100px;
  text-align:left;
  float:left;
  clear:right;
} 

#header, #leftcol, #footer, .noprint {
	display: none;
}
#feedback {display:none;}

