/*
  #fffef1 white background
  #4c3e37 old footer background
  #d9d2c0 footer light grey
  #b3a99f footer grey
  #304e8e light blue
  #00204b dark blue
  #ff6801 orange
*/
body {
	margin: 0em auto;
	padding: 0em;
	background-color: #00204b;
  	font-family: Georgia, serif;
	font-size: 8pt;
	overflow: hidden;
}

h1 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #4c3e37;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}
h2 {
	font-family: Georgia, serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
h3 {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:-1px;
	color:#ff6801;
}
h3.sub, h3 .sub {
	font-family: Georgia, serif;
	font-weight: normal;
	text-transform: none;
	letter-spacing:0;
}

td {
  	font-family: Georgia, serif;
	font-size: 8pt;
}

a img {
	 border:none;
}

#listings {
	border-collapse: collapse;
}
#listings thead tr {
	background:#304e8e;
}
#listings thead tr th {
	color:#fff;
	text-align:left;
	font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
	font-size: 7pt;
	font-weight:normal;
}
#listings td {
	font-family:"Times New Roman", Times, serif;
	font-size: 9pt;
}

#wrapper {
	position: relative;
	width: 702px;
	height: 100%;
	background-color: #fffef1;
	margin: 0 auto;
	text-align: left;
}

#textposition {
	position: absolute;
}

#headeraddress {
	position: absolute;
	top: 14px;
	left: 20px;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:8px;
	letter-spacing: 1.7px;
}

#headeraddress table {
	border-collapse:collapse;
}
#headeraddress td {
	margin: 0;
	padding: 0;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:8px;
	color:#000;
	letter-spacing: 2px;
}
#headeraddress tr:first-child td {
	margin: 0;
	padding: 0;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:8px;
	letter-spacing: 1.7px;
}
* html #headeraddress td {
/*	visibility:hidden;*/
	font-weight:bold;
	letter-spacing: 2px;
}

#logos {
	position: absolute;
	top: 65px;
	left: 460px;
	width: 212px;
	text-align: center;
}
#logos img {
	margin-bottom: 5px;
}

#titletext {
	position: absolute;
	top: 175px;
	left: 20px;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #ff6801;
}
#titletext a {
	color: #ff6801;
	text-decoration: none;
}

#content_wrapper {
	position: absolute;
	top: 225px;
	left: 20px;
	width: 682px;
	height: 0px;
	overflow: hidden;
}

#content {
	position: absolute;
  	font-family: Georgia, serif;
	font-size: 8pt;
	width: 400px;
	line-height: 16px;
	z-index: 3;
}
#content a {
	text-decoration: none;
	color: #000000;
}
#content h3 a {
	color: #ff6801;
}
#content td {
	line-height: 16px;
}

#content-image {
	position: absolute;
	top: 0px;
	left: 417px;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #4c3e37;
}

textareaa  {
	scrollbar-base-color:#fffef1;
	scrollbar-arrow-color:#fffef1;
	scrollbar-3dlight-color:#fffef1;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#b20838;
	scrollbar-highlight-color:#b20838;
	scrollbar-shadow-color:#b20838;
	scrollbar-track-color:#fffef1;
}

selecta  {
	scrollbar-base-color:#fffef1;
	scrollbar-arrow-color:#fffef1;
	scrollbar-3dlight-color:#fffef1;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#b20838;
	scrollbar-highlight-color:#b20838;
	scrollbar-shadow-color:#b20838;
	scrollbar-track-color:#fffef1;
}

#zipa  {
	scrollbar-base-color:#fffef1;
	scrollbar-arrow-color:#fffef1;
	scrollbar-3dlight-color:#fffef1;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#b20838;
	scrollbar-highlight-color:#b20838;
	scrollbar-shadow-color:#b20838;
	scrollbar-track-color:#fffef1;
}

selklject
{
scrollbar-face-color: #face rgb
scrollbar-arrow-color: #arrow rgb
scrollbar-highlight-color: #rgb
scrollbar-3dlight-color: #rgb
scrollbar-shadow-color: #rgb
scrollbar-darkshadow-color: #rgb
scrollbar-track-color: #track rgb
}

#nav {
	position: relative;
	width: 702px;
	margin: 0 auto;
	top: -99px;
	height: 75px;
	z-index: 10;
	text-align: left;
}

#subnav {
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #fffef1;
	height: 25px;
	background-color: #4c3e37;
	background-color: #b3a99f;
	background-color: #d9d2c0;
	text-align: left;
}
#subnav a:hover {
	color:  #ff6801;
	text-decoration: none;
}
#subnav a:active {
	color:  #ff6801;
	text-decoration: none;
}
#subnav a {
	color:  #116;
	text-decoration: none;
	padding-right: 10px;
	line-height: 27px;
}
#subnav .yellow {
	color: #ff6801;
}

#newnav {
	position:absolute;
	top:25px;
	width:100%;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	background:#304e8e;
	text-align:center;
}
#newnav ol {
	display:inline-block;
	margin:0 auto;
	padding:0;
}
#newnav ol li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	border-right:1px dotted #ccc;
}
#newnav ol li p {
	margin:0;
	padding:0.5em 0;
}
#newnav ol li a {
	display:block;
	margin:0;
	padding:0.5em 2.2em;
	background:#304e8e;
	color:#fff;
	font-family:serif;
	text-decoration:none;
}
#newnav ol li a.on {
	background:#00204b;
}
#newnav ol li a:hover {
	background:#ff6801;
}

#footer {
	position: relative;
	width: 702px;
	margin: 0 auto;
	top: -126px;
	height: 55px;
	background-color: #4c3e37;
	background-color: #d9d2c0;
	background-color: #b3a99f;
	text-align: left;
	z-index: 11;
	border-top: 1px solid #fff1fe;
}
#footer td:first-child + td {
	text-align:left;
}
#footer td {
	text-align:right;
	vertical-align:middle;
	color: #fffef1;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 7pt;
}

#scroll_outer {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	border: 1px solid #4c3e37;
	overflow: hidden;
	visibility: hidden;
	z-index: 99;
	background-color: #fffef1;
}
#scroll_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 30px;
	background-color: #304e8e;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	z-index: 99;
}
#scroll_arrows {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 13px;
	height:30px;
	overflow: hidden;
	background-color: #fffef1;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	z-index: 98;
}
#scroll_arrows a {
	display:block;
	padding:0 0 2px;
	background-color: #00204b;
	color: #fffef1;
	text-decoration:none;
}
#scroll_arrows a:first-child {
/*	 padding:2px 0 0;*/
}

.selection {
	cursor: pointer;
	cursor: hand;
}

.selectscroll_outer {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	border: 1px solid #4c3e37;
	overflow: hidden;
	visibility: hidden;
	z-index: 99;
	background-color: #fffef1;
}
.selectscroll_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 30px;
	background-color: #b20838;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	z-index: 99;
}
