/* Reset CSS from http://yui.yahooapis.com/2.5.2/build/reset/reset.css */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* Custom */

body {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #E8E8E8;
	color: black;
}

p { text-align: left; }
a { color: #666; }
h1, h2, h3, h4, h5 { text-align: left; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }

h3 { 
  font-size: 22px; 
  padding-top: 12px;
}

h4 { 
  font-size: 18px; 
  padding-top: 12px;
}

img { vertical-align: middle; }
li { margin-left: 20px; }

#global-wrap {
   background: #161616;  
  text-align: center;
  width: 100%;
}

#logo-wrap { 
  
  height: 141px;
  margin: 0px auto;
  position: relative;
  width: 840px;
  height: 160px;
}

#logo {
  margin: 0px auto;
  font-size: 48px;
  color: #000;
  width: 506px;
  position: absolute;
  left: 8px;
  top: 8px;
}

#content-wrap {
  background: #E8E8E8;
  width: 100%;
}

#col1 { 
  margin: 0px auto;
  text-align: center;
  width: 840px;
  background: #E8E8E8;
}

#logo img { padding-right: 14px; }
#logo span { display: none; }

#logo .w1 { color: #3250EA; }
#logo .w2 { color: #222; }

#footer {
  padding:40px 0;
  width:98%;
	text-align: center;
}

#button {
  position: absolute;
  background: url('http://s3hub.s3.amazonaws.com/Images/Button.png');
  top: 60px;
  left: 560px;
  width: 229px;
  height: 39px;
  text-align: center;
}

#button-info {
  position: absolute;
  top: 100px;
  left: 560px;
  width: 229px;
  text-align: center;
  color: #AAAAAA;
  background: #161616;
  font-size:11px;
  float: left;
}

#button a {
  position: relative;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;  
}

#button span {
  position: relative;
  top: -1px;
  font-size: 16px;
}

.span-half {
  float: left;
  width: 404px;
  padding-right: 12px;
}

.clear { clear: both; height: 1px; }

ul { text-align: left; }

li{list-style:disc;}
