@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-image: url(active_images/back1.gif);
}
.gold #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 1em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left;
}
.gold #header { 
	height:66px;
	background: #FFF; 
	padding: 0px 50px 0 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.gold #logo {
	float: left;
	background: #FFF; 
}

.gold #mainContent {
	padding: 0 50px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:480px;
	background: #FFF;
	text-align: left;
}

.gold #flashcontent1 {
	padding: 0 50px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:480px;
	background: #FFF;
	text-align: left;
	}
	
	.gold #flashcontent2 {
	padding: 0px 50px 10px 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	vertical-align: bottom;
	}

.gold #columnl {
	width:325px;
	padding:50px 0px 0px 0px;
	float:left;
		}

.gold #columnr {
	width:350px;
	padding:50px 0px 0px 0px;
	float:right;
		}
		
.gold #thankyou {
	width:825px;
	padding:200px 0px 50px 0px;
	float:left;
	text-align: center;
		}
		
.gold #contactform {
	width:350px;
	padding:50px 0px 0px 0px;
	float:right;
		}

.gold #footer {
	padding: 0px 50px 10px 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	vertical-align: bottom;
}

.gold #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*/// TEXT ///*/

.gold #mainContent p,h1,h2,h3,h6,pre {
		margin:0px 0px 0px 0px;
		}
		
.gold #mainContent a {
	text-decoration: none;
	color: #8F7538;
	font-weight: lighter;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.gold #mainContent h1 {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	color: #333;
	font-weight: lighter;
	letter-spacing: -1px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18pt
	
}

.gold #mainContent h2 {
	padding: 0px 0px 0px 0px;
	color: #333;
	font-weight: lighter;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18pt	
}

.gold #mainContent h3 {
	padding: 0px 0px 0px 0px;
	color: #333;
	font-weight: lighter;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.gold #mainContent h4 {
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	color: #8F7538;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

.gold #mainContent h5 {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #8F7538;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

.gold #mainContent h6 {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #8F7538;
	font-weight: lighter;
	letter-spacing: -1px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22pt;
	
}



/*/// MENU ///*/



.gold #menu {
	height:65px;
	display: block;
	float:left;
	padding: 0px 0px 0px 0px;
}

.gold #menu ul {
	margin: 0;
	list-style: none;
}

.gold #menu li {
	height:62px
	display: block;
	float: left;
	white-space: nowrap;
}

.gold #menu li a {
	display: block;
	padding: 45px 30px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-weight: lighter;
	letter-spacing: -1px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

* html .gold #menu a {width:1%;}

.gold #menu li a:hover {
color: #900;
}

.gold #menu li a.current {
	letter-spacing: 1px;
	color: #8f7538;
	font-weight: normal;
}

.gold #menu li a.current:hover {
	letter-spacing: 1px;
	color: #8f7538;
	font-weight: normal;
	}
	
	
	
	/*/// form ///*/
	
.gold #contactform p {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 20px 0px;
	color: #8F7538;
	font-weight: lighter;
	letter-spacing: -1px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
		}
		
		
.gold #contactform input TYPE{
  width: 250px;

}

.gold #contactform textarea {
  overflow: auto;
  width: 250px;
 background-color: #FFF;
 border: 1px solid #666; 
}

.gold #contactform input {
  overflow: auto;
  width: 250px;
 background-color: #FFF;
 border: 1px solid #666; 
}

.gold #contactform .submit {
 overflow: auto;
 width: 100px;
 padding: 2px 0px 2px 0px;
 background-color: #ccc;
 border: 1px solid #666;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}