@charset "UTF-8";

/* TAGS */

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #D1D5D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #D1D5D8;
	height: 100%;
}
a img { border:none }
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3a75c4;
}
a:active {
	text-decoration: none;
	color: #3a75c4;
}
ul li {
	margin-bottom: 3px;
	list-style-image: url(graphics/bullet.gif);
	margin-left: -10px;
}
form {
	margin: 0px;
}

/* PAGE ELEMENTS */

#centralElement
  {
	width: 1000px;
	height: 600px;
	text-align: left;
	position: relative;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#centralElement #headerBar {
	text-align: right;
	height: 123px;
	margin: 0px;
	padding-right: 10px;
	overflow: visible;
	visibility: visible;
	z-index: 50;
	position: relative;
}
#centralElement #mainContent {
	padding: 0px;
	background-color: #D1D5D8;
	width: 100%;
	margin: 0px;
}
#title {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#navBar {
	text-align: center;
	margin-top: 15px;
	margin-right: 5px;
}
.navCell {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 11px;
	color: #3a75c4;
	text-align: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#navBar #current {
	color: #D1D5D8;
	background-color: #333333;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D1D5D8;
	margin-top: 15px;
	margin-left: 20px;
	line-height: 14px;
}

/* Scrolling layers */

div#hold	{
	position:relative;
	overflow:hidden;
	width:350px;
	height:350px;
	z-index:100;
	padding: 0px;
	}
div#holdWide	{
	position:relative;
	overflow:hidden;
	width:720px;
	height:362px;
	z-index:100;
	padding: 0px;
	}
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:350px;
	height:350px;
	clip:   rect(10px,350px,335px,0px);
	overflow:hidden;
	z-index:1;
	}
div#wnWide	{
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:362px;
	clip:   rect(0px,720px,362px,0px);
	overflow:hidden;
	z-index:1;
	}
div.content {
	position:absolute;
	/*	visibility:hidden; */
	left:0px;
	top:0px;
	z-index:1;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align:left;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
div#scrollbar {
	position:relative;
	top:0;
	width:11px;
	height:300px;
	font-size:1px;
	z-index:1;
  }
td#scrollLinks {
	padding-top: 105px;
	vertical-align: top;
	background-color: #3a75c4;
}
div#track {
	position:absolute;
	left:0;
	top:12px;
	width:11px;
	height:276px;
	background: #333333;
	z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#d1d5d8;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/* FORMS */

#optin {
	margin-top: 20px;
	color: #333333;
	font-size: 11px;
	text-align: left;
}
.optinBox {
	font-size: 10px;
	background-color: #CCCCCC;
	width: 155px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	border: 1px solid #333333;
	color: #666666;
	margin-left: 10px;
}
.optinButton {
	font-size: 10px;
	width: 155px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #333333;
	color: #D1D5D8;
	text-transform: uppercase;
	background-color: #3a75c4;
	margin-left: 10px;
}
.optinButton:hover {
	border: 1px solid #FFFFFF;
	color: #D1D5D8;
	text-transform: uppercase;
	background-color: #2C2C2C;
}
.textBox {
	font-size: 10px;
	background-color: #CCCCCC;
	width: 175px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #333333;
	color: #666666;
	margin-left: 10px;
}
.submitButton {
	font-size: 10px;
	width: 125px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #333333;
	color: #D1D5D8;
	text-transform: uppercase;
	background-color: #3a75c4;
	margin-left: 10px;
	margin-bottom: 0px;
}

.submitButton:hover {
	border: 1px solid #FFFFFF;
	color: #D1D5D8;
	text-transform: uppercase;
	background-color: #303030;
}

/* TYPOGRAHY */

.fade {color: #85a5ce}
#fade {
	color: #85a5ce;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#alto {
	margin-top: 100px;
	color: #333333;
	font-size: 10px;
	padding-left: 5px;
	margin-bottom: 0px;
}
#alto a {
	color: #666666;
}
#lyr1 a {
	/* color: #89acdc; */
	color: #FFFFFF;
}
#lyr1 a:hover {
	color: #333333;
}
.subhead {
	font-weight: bold;
	color: #333333;
}
.content a:link {
	color: #333333;
	text-decoration: none;
}
.content a:visited {
	text-decoration: none;
	color: #333333;
}
.content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.content a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#more {
	font-weight: bold;
	text-align: right;
	margin-top: -5px;
	margin-bottom: 5px;
}
.formLabel {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* LISTING PAGES */

.listing {
	margin-bottom: 15px;
}
.listhead {
	font-size: 11px;
	padding-right: 25px;
	width: 325px;
	vertical-align: top;
}
.listimg {
	border: 1px solid #2F2F2F;
	margin-right: 12px;
	margin-top: 15px;
}
.listtable {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#salesNav {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#salesNav a {
	background-color: #3a75c4;
	color: #D1D5D8;
	cursor: pointer;
	margin-right: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2F2F2F;
	border-right-color: #2F2F2F;
	border-left-color: #2F2F2F;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}
#salesNav a:hover {
	color: #2F2F2F;
	font: bold 0.7em sans-serif;
	background-color: #CACED1;
	cursor: pointer;
	margin-right: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2F2F2F;
	border-right-color: #2F2F2F;
	border-left-color: #2F2F2F;
}
#salesNav a.at {
	cursor: pointer;
	margin-right: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	color: #CACED1;
	background-color: #2F2F2F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2F2F2F;
	border-right-color: #2F2F2F;
	border-left-color: #2F2F2F;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}
.static {
	vertical-align: top;
	padding-top: 38px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.static2 {
	vertical-align: top;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 750px;
}
.listimgLrg {
	border: 1px solid #2F2F2F;
	margin-right: 15px;
	margin-top: 15px;
}
