html
{
	overflow-y: scroll;
}

body, div, img, ul, ul li, h1, p
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

div, img
{
	display: block;
	overflow: hidden;
}

ul, ol
{
	font: normal 0.8em Arial, Helvetica, sans-serif;
}
ul li
{
	list-style: none;
}

h1
{
	padding: 0 15px;
	display: block;
	height: 70px;
	color: #fff;
	font-size: 1.5em;
	line-height: 70px;
	cursor: pointer;
}

p
{
	margin-bottom: 15px;
	font-size: 0.8em;
}

a:link, a:visited, a:hover, a:focus, a:active
{
	outline: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #f8981d;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	width: 920px;
	height: 615px;
	background: url(../images/backgrounds/wrapper.jpg) no-repeat center top;
}

#social
{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}
#social li
{
	padding-left: 6px;
	float: left;
}
#social li a
{
	padding: 2px;
	display: block;
	float: left;
}
#social li a:hover
{
	background: url(../images/backgrounds/social.gif) no-repeat;
}
#social li a img
{
	display: inline;
}

div.box-outer
{
	position: absolute;
	top: 183px;
	z-index: 100;
	width: 208px;
	background: url(../images/backgrounds/box-bottom.gif) no-repeat bottom;
}
div.box-inner
{
	padding: 4px;
	background: url(../images/backgrounds/box-top.gif) no-repeat;
}
div.box-content-wrapper
{
	height: 70px;
}
div.box-content
{
	background: none no-repeat;
}

div.box-content p
{
	margin: 0;
	padding: 0 15px 15px 15px;
}
div.box-content p a
{
	padding-left: 12px;
	display: block;
	background: url(../images/backgrounds/arrow-white.gif) no-repeat 0 4px;
}
div.box-content p a:hover
{
	background-image: url(../images/backgrounds/arrow-orange.gif);
}

#box-left
{
	left: 444px;
}
#box-left div.box-content
{
	background-image: url(../images/backgrounds/box-left.jpg);
}

#box-right
{
	left: 702px;
}
#box-right div.box-content
{
	background-image: url(../images/backgrounds/box-right.jpg);
}

#footer
{
	margin: 0 auto;
	padding: 12px 0;
	border-top: 1px solid #c4c4c4;
	width: 920px;
	height: 24px;
	font-size: 0.65em;
	line-height: 24px;
	text-transform: uppercase;
}

#tagline
{
	float: right;
	color: #9f9f9f;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: none;
}

span.sup
{
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.0em;
	vertical-align: text-top;
}

span.dark-orange
{
	color: #ef830f;
}
