@charset "UTF-8";/* CSS Document */body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background:#FFFFFF;	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: #000000;	font-size:0.8em;}a img{	border:none;}a, a:link, a:visited{ text-decoration:none; color:#003; font-weight:bold;}a:hover, a:active{ text-decoration:none; color:#666; font-weight:bold;}.twoColFixLtHdr #container { 	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page *//*	border: 1px solid #000000; */	text-align: left; /* this overrides the text-align: center on the body element. */	background-image:url(../styles/gold/images/format/contentbg.jpg);	background-repeat:repeat-y;	background-position:left;} .twoColFixLtHdr #header {	position:relative;	height:225px;	background-color:#FFF;	padding: 0 0 0 0;  /* 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. */	background-image:url(../styles/gold/images/format/contentbg_top.jpg);	background-repeat:no-repeat;	background-position:bottom;} .twoColFixLtHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.twoColFixLtHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 265px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	/* background:#a78601;  the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 15px 20px;	color:#FFFFFF;	font-family:Georgia;}.twoColFixLtHdr #sidebar1 h1, .twoColFixLtHdr #sidebar1 h2, .twoColFixLtHdr #sidebar1 h3{	margin:-10px 0 0 0;	padding:15px 0 1.0em 40px;;	width:100%;	line-height:1.0em;	color:#eadcb2;	font-weight:normal;	font-size:1.5em;	font-family:Verdana, Arial, Helvetica;	background-image:url(../styles/gold/images/index/header_arrow.jpg);	background-repeat:no-repeat;	background-position:top left;		}.twoColFixLtHdr #sidebar1 p{	margin:2px 15px 2px 15px;	background-color:#eadcb2;	padding:15px 25px 15px 25px;	line-height:1.3em;	color:#bc5133;	font-family:Verdana, Arial, Helvetica;}.twoColFixLtHdr #mainContent { 	margin: 0 0 0 310px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */} .twoColFixLtHdr #footer {	position:relative;	padding: 20px 115px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */	height:30px;	font-family:Georgia, Times;	background:#FFFFFF;	background-image:url(../styles/gold/images/format/contentbg_bttm.jpg);	background-repeat:no-repeat;	background-position:top;} .twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}#footer a, #footera:visited{ 	font-weight:normal;	color:#966;}#footer a:hover, #footera:active{ 	font-weight:normal;	color:#C66;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}.header_img{	position:absolute;	height:140px;	width:800px;	top:0px;	padding:0;	margin:60px 0 0 0;}#header_img_01{	background-image:url(../styles/gold/images/index/header_img_01.jpg);	background-repeat:no-repeat;	background-position:top center;}#header_img_02{	background-image:url(../styles/gold/images/index/header_img_02.jpg);	background-repeat:no-repeat;	background-position:top center;}#header_img_03{	background-image:url(../styles/gold/images/index/header_img_03.jpg);	background-repeat:no-repeat;	background-position:top center;}#header_img_04{	background-image:url(../styles/gold/images/index/header_img_04.jpg);	background-repeat:no-repeat;	background-position:top center;}#header_img_05{	background-image:url(../styles/gold/images/index/header_img_05.jpg);	background-repeat:no-repeat;	background-position:top center;}#header_img_06{	background-image:url(../styles/gold/images/index/header_img_06.jpg);	background-repeat:no-repeat;	background-position:top center;}/* navigation */#nav{	position:absolute;	top:20px;	right:0px;	width:800px;	font:normal 15px/16px Tahoma, Verdana, Arial;	margin:0px;	padding:0px;	text-align:left;/*	border:dotted 1px #000;	margin-top:-10px; */	z-index:200;}div#nav ul a{	font-weight:100;	text-decoration:none;	line-height:16px;}div#nav ul{	border-top:solid 3px #a88702;	margin:0px;	padding:0px 0px 0px 8px;	list-style:none;}div#nav ul li{	margin:0px;	list-style:none;	float:left;	padding:8px 18px 0px 8px;}div#nav ul li a, div#nav ul li a:visited{	text-decoration:none;	color:#6c4f48;}div#nav ul li a:hover, div#nav ul li a:active{	text-decoration:none;	color:#a88702;}#sub_nav{	position:absolute;	border:solid 1px #aaa;	width:140px;	height:120px;	top:210px;	right:-10px;	z-index:20;	background-color:#f9efd9;}#sub_nav_shadow{	position:absolute;	width:139px;	height:109px;	top:0px;	left:0px;	padding:10px 0 0 0;	border-bottom:solid 1px #666;	border-right:solid 1px #999;	font:italic 12px/32px Helvetica, Arial;	text-align:center;}#sub_nav a, #sub_nav a:visited{	list-style:outside none;	margin-top:30px;}#sub_nav a:hover, #sub_nav a:active{	list-style:outside none;	margin-top:30px;}#logo{	position:absolute;	top:-70px;	right:0px;	margin-left:220px;	width:100px;	height:108px;	background-image:url(../styles/gold/images/index/logo.jpg);	background-position:top left;	background-repeat:no-repeat;	border:solid 1px #000;	z-index:25;}#display{	position:absolute;	top:110px;	left:50%;	width:675px;	height:500px;	margin-left:-338px;	background-color:#FFF;	border-top:solid 1px #CCC;	border-right:solid 1px #999;	border-bottom:solid 1px #666;	border-left:solid 1px #CCC;	z-index:30;}#display img{	margin:15px 0px 0px 125px;}#close_display{	position:absolute;	top:0px;	right:0px;	border:solid 1px #333;	padding:0px 5px 0px 5px;	margin:10px;}#logo_dsply{	position:absolute;	top:0px;	left:0px;	margin:10px;	height:108px;	width:100px;	background-image:url(../styles/gold/images/index/logo.jpg);	background-repeat:no-repeat;	background-position:top left;}#pdf{	position:absolute;	bottom:0px;	right:0px;	text-align:right;	margin:10px;	font:normal 12px/16px Georgia, Times;}#pdf a, #pdf a:visited{	font-weight:normal;}#pdf a:hover, #pdf a:active{	font-weight:normal;}#pdf_left{	float:left;	text-align:right;	margin:-10px 0 auto;	font:normal 12px/16px Georgia, Times;}#pdf_left a, #pdf_left a:visited{	font-weight:normal;}#pdf_left a:hover, #pdf_left a:active{	font-weight:normal;}/* email form */#email_form{	position:relative;	width:430px;	margin-left:-10px;	z-index:10;}#form_table{	text-align:left;}.email{	background-color:#FFF;}.email td{	border:solid 1px #FFF;	background-color:#FFF;}.email input{	border-top:solid 1px #666;	border-left:solid 1px #666;	border-bottom:solid 1px #999;	border-right:solid 1px #999;	margin:0 0 0 5px;	height:14px;	color:#000;	font:normal 12px/14px "Courier New", Courier, monospace;}.email #reset, .email #submit{	border-top:solid 1px #999;	border-left:solid 1px #999;	border-bottom:solid 1px #666;	border-right:solid 1px #666;	background:#DDD;	margin:0 0 0 5px;	color:#000;	font:bold 12px/14px "Courier New", Courier, monospace;	height:18px;}.email #reset:hover, .email #submit:hover{	border-top:solid 1px #000;	border-left:solid 1px #000;	border-bottom:solid 1px #666;	border-right:solid 1px #666;	background:#FFF;	margin:0 0 0 5px;	color:#000;	font:bold 12px/14px "Courier New", Courier, monospace;	height:18px;}.email .dropdown{	border-top:solid 1px #666;	border-left:solid 1px #666;	border-bottom:solid 1px #999;	border-right:solid 1px #999;	margin:0 0 0 5px;	background-color:#FFF;	height:16px;}.email .dropdown option{	background-color:#EEE;	font:normal 12px/18px Helvetica;	color:#333;}.form_field input{	border-top:solid 1px #666;	border-left:solid 1px #666;	border-bottom:solid 1px #999;	border-right:solid 1px #999;	margin:0 0 0 5px;	letter-spacing:1px;	height:16px;	color:#000;	font:normal 14px/12px "Courier New", Courier, monospace;}.rform_field input{	border-top:solid 1px #666;	border-left:solid 1px #666;	border-bottom:solid 1px #999;	border-right:solid 1px #999;	margin:0 0 0 5px;	letter-spacing:1px;	height:16px;	color:#000;	font:normal 14px/12px "Courier New", Courier, monospace;	background-image:url(../styles/gold/images/index/required.jpg);	background-position:center right;	background-repeat:no-repeat;}.directions{	width:100%;	font-family:Arial, Helvetica;}.directions td{	border:solid 1px #a78601;}.directions input{	border-top:solid 1px #666;	border-left:solid 1px #666;	border-bottom:solid 1px #999;	border-right:solid 1px #999;	margin:0 0 0 5px;	height:16px;	background-color:#a78601;	color:#FFF;	font:normal 14px/16px "Courier New", Courier, monospace;}#reset, #submit{	border-top:solid 1px #999;	border-left:solid 1px #999;	border-bottom:solid 1px #666;	border-right:solid 1px #666;	background:#DDD;	margin:0 0 0 5px;	color:#000;	height:22px;	}#reset:hover, #submit:hover{	border-top:solid 1px #000;	border-left:solid 1px #000;	border-bottom:solid 1px #666;	border-right:solid 1px #666;	background:#FFF;	margin:0 0 0 5px;	height:22px;	}.input1{ width:10px; }.input2{ width:20px; }.input3{ width:30px; }.input4{ width:40px; }.input5{ width:50px; }.input6{ width:60px; }.input7{ width:70px; }.input8{ width:80px; }.input9{ width:90px; }.input10{ width:100px; }.input11{ width:110px; }.input12{ width:120px; }.input13{ width:130px; }.input14{ width:140px; }.input15{ width:150px; }.input16{ width:160px; }.input17{ width:170px; }.input18{ width:180px; }.input19{ width:190px; }.input20{ width:200px; }.input21{ width:210px; }.input22{ width:220px; }.input23{ width:230px; }.input24{ width:240px; }.input25{ width:250px; }.input26{ width:260px; }.input27{ width:270px; }.input28{ width:280px; }.input29{ width:290px; }.input30{ width:300px; }.align_right{ text-align:right; }.align_center{ text-align:center; }.align_left{ text-align:left; }.align_justify{ text-align:justify; }.email .align_right{ text-align:right; font-size:11px; }.email .align_center{ text-align:center; font-size:11px; }.email .align_left{ text-align:left; font-size:11px; }.email .align_justify{ text-align:justify; font-size:11px; }