body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Georgia, serif;
	color: #003366;
	font-size:0.9em;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	padding: 0.5em 0 0 0;
	margin: 0 0 0.7em 0;
	border-bottom: 1px dotted #003366;
	line-height: 1.5;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	margin: 0 0 0.7em 0;
	padding:0.7em 0 0 0;
	line-height: 1.5;
}

h3 {
	font-family: Arial, sans-serif;
  	font-size: 1.0em;
  	margin:0 0 0 0;
	padding:0;
	line-height: 1.5;
}
h3.confirmation{
	color:#FF9900;
}

p {
	margin:0 0 1.25em 0;
	padding:0;
	line-height: 1.5;
}
ul{
	margin-bottom:1.25em;
	margin-top:0;
}
li{
	line-height:1.5em;
}
a, a:link {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

a:visited {
	color: #666666;
	border-bottom: 1px solid #999999;
}

a:hover {
	text-decoration: none;
	border-bottom: 0 none;
}

a:focus, a:active {
	text-decoration: none;
	border-bottom: 0 none;
  	color: #999999;
}
a img{
	border:0 none;
}
input{
	border: 1px solid #999999;
}
input.emptyRequiredField{
	border: 1px solid #FF9900;
}

#container {
	border: 0px none;
	margin: 0;
	padding: 0;
	min-width: 850px;
	max-width: 1100px;
	width:expression(document.body.clientWidth < 850? "848px": "auto");
}

#banner {
	margin:0;
	background-color: #ffffff;
}

#banner_top {
	margin: 0 20px 0 0;
	position: relative;
	height: 180px;
  	/*border-bottom: 2px solid #C0C0C0;*/
	background: white url(../pics/skyline_bg.gif) right bottom no-repeat;
}

#banner_top .title{
	font-family: Georgia, serif;
	margin: 0;
  	padding: 0;
	position: absolute;
  left: 30px;
  bottom: 5px;
  font-size: 40px;
	font-weight:bold;
  text-transform: uppercase;
  z-index: 1;
  color: #003366;
  border: 0px none;
	width:220px;
height:29px;
	background: url(../pics/logo_top.gif) no-repeat;
}

#banner_bottom {
	margin: 0 20px 0 0;
	padding:0;
	height:7em;
	background: #EBEBEB;
	border-right: 2px solid #C0C0C0;
	position: relative;
}

#banner_bottom .title {
	position: absolute;
	top:5px;
	left:30px;
	width:220px;
	height:11px;
	background: url(../pics/logo_bottom.gif) no-repeat;
}

#skyline {
	position: absolute;
  	right: 50px;
  	bottom: -2px;
  	z-index: 0;
}
#mainArea{
	background: #EBEBEB;
	margin: 0 20px 0 0;
	padding:0;
}
#content {
  padding: 0 60px 10px 0;
  margin: 0 0 0 18em;
  border-right: 2px solid #C0C0C0;
}
#content table{
	margin:0 0 1.25em 0;
	padding:0;
	width:100%;
	border-collapse:collapse;
	font-size:1em;
}
/* ie on win */
*html #content table{
	width:99.6%;
}
#content table thead th{
	font-weight:bold;
	text-align:left;
	line-height:1.3em;
}
#content table tbody td{
	border-bottom: 1px dotted #c0c0c0;
	line-height:1.3em;
}
#content table tbody td.label{
	/*text-transform: uppercase;*/
	color: #333333;
	/*color: #FF9900;*/
}
#content table tbody tr.last td{
	border-bottom: 2px solid #c0c0c0;
}
#content table tbody tr.first td{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
}
#content table tfoot td{
	font-size:0.75em;
}
div.salePending{
	float:left;
	border: 2px solid #FF9900;
	padding:0.5em;
	margin: 1.1666667em 1em 0 0;
	font-weight: bold;
	font-size:0.75em;
	background: #FFE6BF;
}
#sidebar {
	margin: 1.25em 0 0 0;
	padding: 0;
	float: left;
	width: 14.5em;
	color: #003366;
	border-top: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	background-color: white;
	display: inline;
}

#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	font-family: Arial, sans-serif;
	font-weight: bold;
 	display: inline;
}

#sidebar ul{
	list-style:none;
}

#sidebar li a,
#sidebar li a:link{
	display: block;
	color: #003366;
	text-decoration: none;
	border-right: 5px solid #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	margin: 0;
	padding: 0.625em 0 0 1.38889em;
	width:12.77778em;
	height: 2.1527em;
}
*html #sidebar li a,
*html #sidebar li a:link{
	width:14.514em;
}

#sidebar li a:visited {
	color: #003366;
}

#sidebar li a:hover {
	border-right: 5px solid #666666;
}

#sidebar li a:focus {	
}

#sidebar li a:active {
}

#sidebar li a.last{
	border-bottom: 0px none;
}

#sidebar li a.active{
	border-right: 5px solid #FF9900;
}
#footer {
  padding: 10px 30px 10px 30px;
  background: white;
  border-top: 2px solid #C0C0C0;
  margin: 0 20px 10px 0;
  font-size: 0.8em;
  font-family: Arial, sans-serif;
  position: relative;
}

#update_info {
}

#standards_info {
	position: absolute;
  right: 0px;
  top: 0px;
  margin: 10px 30px 10px 0;
}

.picture{
	float:right;
	border:0px none;
	margin: 0 0 1.25em 0;
}

.hidden {
	display: none;
}
.clear{
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}
.clear {display: inline-table;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}
.clearfixBoth:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .clearfixBoth {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix, * html .clearfixBoth {height: 1%;}
.clearfix, .clearfixBoth {display: block;}
/* End hide from IE-mac */
