
/* CSS Resets */

html
{
	overflow:auto;
}
body
{
	overflow:visible;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {border:none;}

sup {
	font-size:70%;
	line-height:70%;
	vertical-align: top;
}

body
{
	background: #fff url('http://cache.u47.net/11703/blueprint/images/html/backgrounds/body.png') 0px 0px repeat-x;
}
.clear {clear:left;}
.rel {position:relative;}

#shell_outer{
	width:1000px;
	position:relative;
	z-index:5;
	margin: 7px 0px 0px 7px;
}
#shell_inner
{
	background: url('http://cache.u47.net/11703/blueprint/images/html/pressroom/main_bg_repeat.png') 0px 0px no-repeat;
	_background:transparent none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cache.u47.net/11703/blueprint/images/html/pressroom/main_bg_repeat.png',sizingMethod="crop");
	width:960px;
	min-height:500px;
    padding:10px 0px 0px 40px;
}

#shell_inner_top
{
	background: url(http://cache.u47.net/11703/blueprint/images/html/pressroom/main_bg_top.png) 0px 0px no-repeat;
	_background:transparent none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cache.u47.net/11703/blueprint/images/html/pressroom/main_bg_top.png',sizingMethod="crop");
	width:1000px;
	height:20px;
    overflow:hidden;
}

#shell_inner_bottom
{
	background: url('http://cache.u47.net/11703/blueprint/images/html/pressroom/main_bg_btm.png') 0 0 no-repeat;
	_background:transparent none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cache.u47.net/11703/blueprint/images/html/pressroom/main_bg_btm.png',sizingMethod="crop");
	width:1000px;
	height:20px;
    overflow:hidden;
}

.logo{
}

/* Footer */

#footer
{
	margin:-10px 20px 0px 30px;
	width:950px;
    position:relative;
    z-index:6;
}

#footer li
{
	float:left;
	margin-right:8px;
    padding-right:8px;
    background: url('http://cache.u47.net/11703/blueprint/images/html/pipe.gif') right 5px no-repeat;
}

#footer li.last
{
	background:none;
}

#footer a, #footer p
{
	font-size:.625em;
    line-height: 1.313em;
	color:#696969;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer p
{
	float:right;
	padding-top:7px;
}

/* Titles */

#shell_inner h1 {
    background: url('http://cache.u47.net/11703/blueprint/images/html/pressroom/title_h1.jpg') 0 0 no-repeat;
	display:block;
	width:276px;
    height:25px;
    text-indent:-9999px;
    margin:35px 0 5px 0;
}

#shell_inner p {
	font-size:.750em;
    line-height:1.438em;
    color:#333;
    margin-bottom:20px;
}

#shell_inner a {
	color:#0079C2;
}

#shell_inner dd {
	margin-bottom:20px;
}

#shell_inner dl dt {
	font-size:.874em;
    color:#333;
    font-weight:bold;
    margin-top:15px;
}

#shell_inner dl dd {
	margin: 5px 0 10px 10px;
    line-height:1.125em;    
}

#shell_inner dl dd li
{
    font-size:.689em;
}

#shell_inner dl dd .date
{
    margin: 10px 0 0 0;
    line-height:1em; 
}

#shell_inner dl dd a
 {	
    padding-top: 2px;
    padding-bottom: 2px;
}

#shell_inner dl dd p {
	font-size:.689em;
    width:220px;
}


.pdf {
	padding-right:20px;
	background: transparent url('http://cache.u47.net/11703/blueprint/images/html/pressroom/icon_pdf.gif') 100% 50% no-repeat;
}

#ie .wrapped .pdf {
	background-position: 58% 90%;	
	display:block;
}

#col1, #col2, #col3 {
	float:left;
    width:312px;
}

.divider {
	background: url('http://cache.u47.net/11703/blueprint/images/html/pressroom/divider.gif') 0 0 no-repeat;
    height:1px;
    width:916px;
    display:block;
    margin:40px 0 5px 0;
}

#pressroom_left {width:480px;float:left; padding-right:40px;}
#pressroom_right {float:left;}

.date {}
