

/* header */

#contactHeader {
	width: 626px;
	margin-left: 184px;
	margin-top: -36px;
	text-align: right;
	font-family: "Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	color: #B1B719;
	float: right;
}  

/* nav */

#nav {
	float: right;
	border-top: 10px solid #B1B719;
	top: 90px;
	left: 184px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 25px;
	display: inline;
	overflow: hidden;
	width: 626px;
	z-index: 1002;
	left: 20px; /* fixes weird IE5.0/win absolute position within relative */
	left/* */: 184px;
	}



/* left column */

#contactLeft {
	width: 182px;
	float: left;
	margin-top: 16px;
}


a:link,
a:visited {
	color: #B1B719;
	text-decoration: none;
}
	
a:hover {
	color: #6D665B;
	background: #F3F1EB;
}

/* sidebar  */

div.sidebar h1 {
  background: url(../images/box/top.gif) top right no-repeat;
  padding: 14px 10px 10px 10px;
  margin:0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #B1B719;
  text-align: left;
  }


/* right column */

#contactRight {
	width: 626px;
	float: right;
	text-align: left;
	margin: 16px 0px 16px 0px;
}

#form {
	float: left;
	width: auto;
	margin: 0px 14px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#form form {
	padding: 0;
	margin: 0;
	}

#form p {
	margin: 0;
	padding:  0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin: 0;
}

#form textarea	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;		
}

#contactRight h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A29E99;
	weight: bold;
	text-transform: uppercase;
	margin: 14px 0px 0px 14px;
}

#contactRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A4C3A;
	margin: 14px 0px 0px 14px;
	line-height: 140%;
}

#contactRight h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6D665B;
	weight: bold;
	text-transform: uppercase;
	margin: 14px 0px 0px 14px;
	border-top: 4px solid #E5E3E0;
}

#contactRight h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9AA008;
	weight: bold;
	margin: 14px 0px 0px 14px;
}

#contactRight h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D665B;
	weight: bold;
	margin: 4px 0px 0px 14px;
}

#contactRight ul {
	margin-top: 8px;
}

#contactRight li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A4C3A;
	line-height: 140%;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .swap {
  visibility: hidden;
  font-size: 14px;
  }
