html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, tt, var,
s, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
acronym, big, font, strike, u {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	font-style:normal;
	vertical-align: baseline;
	background: transparent;
}
html{
	background:url(images/site-bg.png) repeat-x left top;
}
body{
	width:935px;
	min-height:500px;
	margin:0px auto;
	background:url(images/site-banner.png) no-repeat left top;
}
h1{
	visibility:hidden;
	height:182px;
}
#lc{
	width:446px;
	display:block;
	min-height:200px;
	float:left;
	font-family:Arial,Verdana,Sans-serif;
}
#lc p{
	font-weight:bold;
	color:#4d4d4d;
	font-size:14px;
	line-height:22px;
	width:400px;
	text-align:left;
}
#lc h2{
	color:#d22222;
	font-size:19px;
	font-weight:bold;
	margin:40px 0 15px 0;
	padding:0 0 40px 0;
	border-bottom: 1px solid #dadada;
}
#lc li{
	list-style:none;
	float:left;
}
#lc a{
	font-size:12px;
	text-decoration:none;
	display:block;
	height:25px;
	padding-top:6px;
	font-family:Lucida Sans Unicode, Lucida Grande, Arial, Sans-Serif;
}
#lc a#archive{
	background:url(images/archivesite-btn.png) no-repeat left top;
	width:88px;
	padding-left:30px;
}
#lc a#twitter{
	background:url(images/twitter-btn.png) no-repeat left top;
	width:68px;
	padding-left:29px;
}
#lc a#facebook{
	background:url(images/facebook-btn.png) no-repeat left top;
	width:77px;
	padding-left:28px;
	
}
#lc a#contact{
	background:url(images/contact-btn.png) no-repeat left top;
	width:80px;
	padding-left:28px;
}
#rc{
	width:488px;
	display:block;
	min-height:200px;
	float:right;
	background:url(images/rc-bg.png) repeat-y left top;
	border-left:1px solid #dadada;
	padding:40px 0 0 0;
}
#rc h2{
	background:#f0f0f0;
	border-top:1px solid #dadada;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
	color:#3b3b3b;
	padding:6px 25px;
	font-size:18px;
	font-family:Arial,Verdana,Sans-serif;
	margin:0 0 17px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#rc p{
	color:#6f6f6f;
	font-family:Arial,Verdana,Sans-serif;
	font-size:14px;
	line-height:22px;
	margin: 0 0 22px 25px;
	
}
#rc img{
	float:right;
	vertical-align:top;
	padding:3px 0 25px 20px;
}
.tooltip
{
  position: relative;
  background: #eaeaea;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip span
{
  visibility: hidden;
  position: absolute;
  bottom: -31px;
  left: 70%;
  z-index: 999;
  width: auto;
  margin-left: -127px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  opacity: .9;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover span
{
  visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  top: -7px;
  left: 75%;
  border-top: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #eee;
}

.tooltip span:before
{
  border-bottom-color: #ccc;
  top: -9px;
}