html,
body {
	font-family: Helvetica, Aria, Sans-Serif;
	color: #454545;
	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: 1000px;
   margin-left: auto;
   margin-right: auto;
}

#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: 50px;
	margin-right: 10px;
}

.current a {
	border-bottom: 3px solid #b2b2b2;
}

#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;
}

.updates {
	background-color:#FFE13D;
	border: 3px solid #FFC703;
	color:#222222;
	font-family: Helvetica,Arial,sans-serif;
	margin: -30px 0 20px 0;
	font-weight: bold;
	/*letter-spacing:-1px;*/
	font-size: .9em;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px
	border-radius: 7px;
	text-align:center;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
/*	width:45%;*/
/*	float: right;*/
}

.updates:hover {
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=90);
}

.header-top-l {
	background: transparent url(../images/header-top-l.png) repeat-y 0;
	overflow: hidden;
	height: 88px;
	padding-left: 20px;
    zoom:1;
}

.header-top {
	background: #eee url(../images/header-top-bg.png) repeat-x;
	height: 88px;
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color: #393939;
/*	width: 960px; */
	width: 100%;
/*	font-size: 12px;*/
}

.header-top-r {
	background: transparent url(../images/header-top-r.png) repeat-y right;
	height: 88px;
	padding-right: 20px;
	overflow: hidden;
}

#psa-icon {
	padding-top: 24px;
	padding-left: 20px;
}

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

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

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

.header-bottom-l {
	background: transparent url(../images/header-bottom-l.png) repeat-y 0;
	overflow: hidden;
	height: 55px;
	padding-left: 20px;
    zoom:1;
}

.header-bottom {
	background: #eee url(../images/header-bottom-bg.png) repeat-x;
	height: 55px;
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color: #393939;
/*	width: 960px; */
/*	width: 100%; */
/*	font-size: 12px;*/
}

.header-bottom-r {
	background: transparent url(../images/header-bottom-r.png) repeat-y right;
	height: 55px;
	padding-right: 20px;
	overflow: hidden;
}

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

.header-bottom-l {
	background: transparent url(../images/header-bottom-l.png) repeat-y 0;
	overflow: hidden;
	height: 55px;
	padding-left: 20px;
    zoom:1;
}

.content-l {
/*	margin-top: -10px; */
	padding-top: 0px;
	background: transparent url(../images/content-l.png) repeat-y 0;
	padding-left: 20px;
}

.content-r {
	background: transparent url(../images/content-r.png) repeat-y right;
	padding-right: 20px;
/* overflow: hidden;*/
}

.content-bottom-l {
	padding-top: 0px;
	background: transparent url(../images/content-bottom-l.png) repeat-y 0;
	padding-left: 20px;
	height: 47px;
}

.content-bottom {
	height: 47px;
}

.content-bottom-r {
	background: transparent url(../images/content-bottom-r.png) repeat-y right;
	padding-right: 20px;
	height: 47px;	
}


.hackola {
/* works great in other browsers except for safari
	margin-top: -35px;
*/
}

#content {
/*	margin-top: -30px; */
	padding: 1px 10px; 
	padding-bottom:2em;   /* Height of the footer */
	font-size: 15px;	
	height: 100%;
}

#content a {
	text-decoration: underline;	
}

.prelude {
	margin-bottom: 35px;
}

.sell-sheet {
/*	margin: 50px 10px 20px 10px;*/
	background-color: #d1dbbd;	
	border: 1px solid #c2cbaf;
/*	padding: 7px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float: left;
	width: 940px;
}

.full-column {
	width: 400px;
	margin: 0 5px 25px 60px;
	display: inline-block; /* standard, what we want */
/* how we get it in firefox and ie... */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.ext-ie .full-column {
	margin: 25px 5px 25px 60px;	

}
.column {
	margin: 0 20px 0 20px;
	float: left;
/*	width: 207px; */
	width: 273px;
	font-size: .9em;
	line-height: 1.5em;
}
.column h3 {
	font-size: 1.1em;
}
ul, ol {
	margin: 25px 0 10px 0;	
	padding-left:1.25em;
}
li {
	margin-bottom:  25px;	
}

.checks ul, .checks ol {
/*	margin: 0 0 0 75px;*/
	margin: 0 !important;
	padding: 0 !important;

/*	padding-left:1.25em;*/
}

.checks li, .checks ol li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 !important;
}

.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 {
	position:absolute;
	bottom:0;
	width: 966px;
	margin-left: 12px;
	vertical-align: middle;
	font-size: .75em;
	clear:  both;
	background-color: #91aa9d;
	border-top: 2px solid #82998d;
	padding-top: 5px;
	padding-left: 10px;
	height:2em;

}

.footer-m {
}

.footer-l {
	background: transparent url(../images/footer-l.png) repeat-y 0;
	padding-left: 20px;
}

.footer-r {
	background: transparent url(../images/footer-r.png) repeat-y right;
	padding-right: 20px;
}

#footer a {
	color:  #3e606f;	
}

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

#footer div {
	margin-top: 4px;
}

.screen-holder {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
}
.screen {
	float: right;
	z-index: 20000;
	margin-top: -32px;
	margin-right: 20px;
	height: 244px;
	margin-bottom: auto;
}

.screen-desc {
	margin-top: 10px;
/*	background-color: #d1dbbd;	*/
	background-color: #e5e5e5;
	border: 1px solid #d3d3d3;
	color: #404040;
/* border: 1px solid #e5e5e5; */
	padding: 10px;
	line-height: 1.4em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.screen-desc h3 {
	margin-top: 0px;
}