html,
body {
	font-family: Helvetica, Aria, Sans-Serif;
	color: #333;
	background-color: #fbfbfb;
	margin: 0;
	padding: 0;
	height:  100%;
}

body.legal {
	margin-left:25px;
	margin-right: 25px;
	font-family: Helvetica, Arial, Sans-Serf;
}

img {
	border: 0px;
}
#container {
   min-height:100%;
   position:relative;
   width: 975px;
}

#top-nav {
	padding-top: 30px;
	height: 50px;
	width: 100%;
	background: url(../images/header-top-bg.png) repeat-x 0 bottom;
}

#nav {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

#nav .link {
	padding-right: 20px;
	text-shadow: #666 0 0 1px;
}

a:link, a:visited {
	color:#3e606f;
}

a:link {
	color:#3e606f;
}

a {
	padding: 1px 3px 1px 3px;
	text-decoration: none;
}

a:hover {
	text-shadow: #d1dbbd 0 0 2px;
}

#header {
	width: 100%;
	height: 161px;
	background: #304f5e url(../images/header-bg.png) no-repeat;
}

#header #logo {
	float: left;
	padding-left: 110px;
	padding-top: 45px;
}

#header #tagline {
	width: 560px;
	float:  right;
	color: #d1dbbd;		
	padding-top: 20px;
	padding-right: 40px;
}

#header-bottom {
	width: 100%;
	height: 55px;
	background: url(../images/header-bottom-bg.png) repeat-x;
}

#content {
	margin-top: -30px;
	padding:10px;
	padding-bottom:2em;   /* Height of the footer */	
}

#content a {
	text-decoration: underline;	
}

#content .prelude {
	margin-bottom: 35px;
}

.sell-sheet {
	margin: 50px 50px 20px 50px;
	background-color: #d1dbbd;	
	border: 1px solid #c2cbaf;
	padding: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float: left;
}
.column {
	margin: 0 10px 0 10px;
	float: left;
	width: 207px;
	font-size: .9em;
}
.column h3 {
	font-size: 1.1em;
}
ul, ol {
	margin: 25px 0 10px 0;	
	padding-left:1.25em;
}
li {
	margin-bottom:  25px;	
}
.footnotes hr {
	border-style:solid;
	border-width:1px 0 0;
	margin-bottom:1.5em;
	margin-left:0;
	margin-top:3em;
	width:8em;	
}
.footnotes ol {
	font-size: .80em;
}
#footer {
	background-color: #91aa9d;
	position:absolute;
	bottom:0;
	width:100%;
	height:2em;
	vertical-align: middle;
	font-size: .75em;
	border-top: 2px solid #82998d;
	clear:  both;
}

#footer a {
	color:  #3e606f;	
}

#footer a:hover {
	text-shadow: none;	
}

#footer div {
	padding-top: 5px;
	padding-left: 10px;
}

.screen-holder {
	width: 950px;
	height: 250px;
}
.screen {
	float: right;
	z-index: 20000;
	margin-top: -32px;
	margin-right: 20px;
}

.screen-desc {
	margin-top: 10px;
	background-color: #d1dbbd;	
	border: 1px solid #c2cbaf;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}