/* ----------------------------- Resets -------------------------------------- */
/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.6.0
 */
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-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; }
legend { color: #000; }
del, ins { text-decoration: none; }

/* ----------------------------- Main -------------------------------------- */
html, body {
    border: 0;
    text-align: center;
    color: #666;
}

html, body, td, p {
    font: normal 14px / 1.48em helvetica, arial, sans-serif;
}

html {
    background: #e8e5e5;
}

body {
	background: #e8e5e5 url(/img/bg-top-home.jpg) 0 0 repeat-x;
}

/* link specificity: link, visited, hover, active */
a, a:link, a:visited {
    color: #317ec2;
    background-color: transparent;
    font: normal 12px / 1.23em helvetica, arial, sans-serif;
    text-decoration: none;
    text-transform: none;
}

img {
    border: 0;
    vertical-align: middle;
}

form {
    display: inline;
}

select {
    min-width: 1.5em;
}

select, option {
    font-size: 11px;
}

p {
    margin: 10px 0px; /*text-align:justify;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #004f68;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

strong {
    font-style: normal;
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: bold;
}


/* ---------------------------- Common ------------------------------------- */

.clear-both {
    clear: both !important;
    height: 0;
}

.bold {
    font-weight: bold !important;
}

.error {
    color: #ff3333 !important;
}

.input {
    border: 1px solid #ccc;
    padding: 0px 2px;
}

.btn {
    color: #fff;
    background-color: #0092cf;
    font-size: 11px;
    font-weight: bold;
    border: none;
    padding: 3px;
}

.quote-open {
    margin-right: 6px;
}

.quote-close {
    margin-left: 4px;
}

/* ----------------------------- Message Stack ----------------------------- */
.message_stack {
    width: 420px;
    margin-bottom: 35px;
    padding: 15px 0px;
    border: 1px solid #0393cf;
    background-color: #f9fbfc;
    color: #ff3333;
    font-weight: bold;
}

.message_stack div {
    padding: 0px 15px;
}

/* ---------------------------- Container ---------------------------------- */
#container {
    width: 968px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    text-align: left;
}

/* ----------------------------- Wrapper ----------------------------------- */
#wrapper {
    width: 968px;
    margin: 0;
    padding: 0;
}

/* --------------------------- Page ---------------------------------------- */
#page {
    position: relative;
    float: left;
    width: 968px;
    margin: 0;
    padding-bottom: 0;
}

/* ------------------------------ Header ----------------------------------- */
#header {
    width: 968px;
    margin: 0;
    padding: 0;
}

#header-left {
    float: left;
    width: 275px;
    height: 139px;
    margin: 0;
    padding: 0;
}

#header-right {
    float: right;
    width: 588px;
    height: 139px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: right;
}

#toolbar {
    position: relative;
    margin-top: 50px;
    padding-right: 10px;
}

#toolbar-list {
    margin-top: 0.6em;
    float: right;
    width: auto;
}

#toolbar-list li {
    float: right;
    margin: 0;
    padding: 0;
}

#toolbar-list li a {
    color: #fff;
    display: inline-block; 
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin-left: 27px;
}

#search-form {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: block;
}

.search-field {
    width: 169px;
    border: 1px solid #dcdbd6;
    margin: 0;
    padding: 5px 7px 3px 7px;
    color: #666;
    font-size: 10px;
    font-weight: bold;
    float: left;
}

*html #search-form .search-field {
    padding-top: 3px;
}

#toolbar-search #button-search {
    margin: 0 0 0 3px;
    cursor: pointer;
    border: 0;
    background: #2e77b7;
    padding: 4px 0 2px 0;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    float: left;
}

#toolbar-search #button-link {
	display: block;
    margin: 0 0 0 3px;
    cursor: pointer;
    border: 0;
    background: #2e77b7;
    padding: 0 4px;
    height: 2.1em;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    float: left;
    height: 2.2em\9;
}

#toolbar-search #button-link span {
	display: block;
	margin-top: 0.5em;
}

*html #toolbar-search #button-link {
    height: 2em;	
}

li#toolbar-search {
    margin-right: 0px;          
}

li#toolbar-sitemap {
    padding-left: 6px;
    margin-left: 2px;   
}

/* ------------------------------- Logo ------------------------------------ */
#logo {
    margin: 20px 0 0 2px;
    padding: 0;
    border: 0;
	width: 292px;
    height: 66px;
}

#logo a {
    display: block;
}

#logo #logo-img {
    display: block;
}

#logo #logo-print-img {
    display: none;
}

/* -------------------------- Masthead -------------------------- */

#masthead-home {
    width: 968px;
    height: 351px;
    float: left;
    background: #fff url(/img/masthead_home.jpg) 0 0 no-repeat;
    margin-top: 33px;
}

#masthead {
	width: 968px;
	height: 233px;
	float: none;
	margin-top: 33px;
}

#masthead-content { /* the following 3 elements contain hacks to achieve vertical centering */
	margin: 0 0 0 75px;
	width: 450px;
    display: table;
    height: 222px;
    #position: relative;
    overflow: hidden;
}

#container #masthead-home #masthead-content h1 {
	font-size: 40px;
	line-height: 1.2em;
}

#masthead-home #masthead-content {
    display: none;	
}

#masthead-middle {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

#masthead-inner {
    #position: relative;
    #top: -50%;
}

#masthead h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2em;
}

#masthead p {
	margin: 0.4em 0 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    width: 350px;
}

body.tertiary #masthead {
    height: 149px;
}

body.tertiary #masthead-content {
    margin: 0 0 0 75px;
    width: 600px;
    padding-top: 50px;
    height: auto;
}

body.tertiary #masthead-middle, body.tertiary #masthead-inner {
    display: block;
    position: relative;
    top: 0;
}

/* -------------------------- Content -------------------------------------- */

#content, #content-home {
	position: relative;
    margin: 0;
    padding: 0;
    width: 968px;
    padding-top: 50px;
    padding-bottom: 10px;
    background: #fff url(/img/page-bottom.gif) 0 100% no-repeat;
}

#content {

}

#content-home {
    width: 967px;
    margin-left: 1px;
}

#content-home .content-main {
    position: relative;
    margin: 0 36px;
    padding: 0;
}

#content .left-col {
    position: relative;
    float: left;
    width: 223px;
    margin-left: 17px;
    padding-bottom: 30px;
    display: inline;
}

#content .content-main {
    position: relative;
    float: right;
    padding: 0 0 30px 0;
    margin-right: 36px;
    width: 659px;
    display: inline;
    min-height: 200px;
}

*html #content .content-main {
    height: 200px;	
}

/* Content Elements */

.some-more-pixels {
	margin: 0 0 15px 0;
}

#share-link, #print-link {
	position: absolute;
	top: 10px;
	right: 36px;
	font-size: 10px;
	display: block;
	min-height: 11px;
	background: url(/img/icon-share.gif) 0 0 no-repeat;
	padding-left: 13px;
}

#social {
	display: block;
	height: 35px;
	text-align: right;
	margin: -20px 0 0 0;
	_margin: -10px 0 0 0;
}

#print-link {
	right: 90px;
    background: url(/img/icon-print.gif) 0 0 no-repeat;
    padding-left: 17px;	
}

*html #share-link {
    height: 10px;	
}

#content-highlighted {
	background: #f8f8f8 url(/img/content-border.gif) 0 0 repeat-x;
	margin-bottom: 2em;
}

#content-highlighted p {
    margin: 0;
    padding: 27px 34px;
    font-size: 18px;
    background: transparent url(/img/content-border.gif) 0 100% repeat-x;
}

#content-home #content-highlighted p {
    font-size: 21px;	
}

#content-highlighted p a {
	font-size: 18px;
	color: #317ec2;
	padding-left: 12px;
	margin-left: 0.5em;
	background: url(/img/caret-green-grey.gif) 0 0.2em no-repeat;
}

#content-home #content-highlighted p a {
    font-size: 16px;
    color: #317ec2;   
}

.content-module p a.link-decorated {
    display: block;
    color: #317ec2;
    padding-left: 12px;
    background: url(/img/caret-green.gif) 0 0.2em no-repeat;
    font-size: 14px;
    margin-top: 3px;
}

.content-module {
	padding: 30px 0 30px 36px;
	background: url(/img/content-border.gif) 0 100% repeat-x;
}

#content-home .content-module {
    background: url(/img/content-border.gif) 0 0 repeat-x;
    margin-top: 30px;
    width: 437px;
    padding-left: 0;
}

#content-home .content-module p {
    line-height: 1.6em;
}

#content-home .content-module .module-sub {
	margin-left: 30px;
}

#content-home #home-left {
	float: left;
}

#content-home #home-right {
    float: right;
}

#content-home #sub-platform p {
	margin-bottom: 45px;
	padding-left: 93px;
	background: url(/img/img-home-platform.gif) 0 5px no-repeat;
}

#module-platform {
    background: none;	
}

#module-platform p {
	padding-left: 93px;
    background: url(/img/img-home-platform.gif) 0 2px no-repeat;
    min-height: 73px;
}

*html #module-platform p {
    height: 73px;	
}

#content-home #sub-pipeline p {
    padding-left: 93px;
    background: url(/img/img-home-pipeline.gif) 0 5px no-repeat;
}

#content-home #sub-news p {
	padding-top: 67px;
	background: url(/img/mdrna-cequent.gif) 0 5px no-repeat;
}

#module3 {
    background: none;	
}

.content-module h2 {
	font-size: 18px;
	color: #1e4060;
	margin-bottom: 0.6em;
}

#content-home .content-module h2 {
    color: #1e4060;
}

.content-module h3 {
	font-size: 14px;
    color: #333;
    margin-bottom: 0.6em;
}

.module-content-left {
	float: left;
	width: 400px;
}

#webcast-content {
    margin-bottom: 2em;
    background: url(/img/icon-webcast.gif) 0 0 no-repeat;
    padding-left: 25px;	
}

.webcast-time {
	display: block;
	font-size: 11px;
	color: #999;
}

.webcast-link {
	font-size: 14px;
}

.report-links {
    
}

.report-links li {
    float: left;
    margin-right: 10px;
    width: 170px;	
}

.report-links li a {
	display: block;
	background: url(/img/icon-pdf.gif) 0 0 no-repeat;
	padding-left: 34px;
	min-height: 28px;
	padding-top: 0.8em;
}

*html .report-links li a {
    height: 28px;	
}

.module-content-right {
	width: 209px;
	float: right;
}

.content-module table#stock-quote-table {
    width: 209px;	
}

.content-module table td {
	background: #f8f8f8; 
}

.content-module table th {
	background: #f8f8f8;
	color: #0e457a;
}

.content-module table tr td, .content-module table th {
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 12px;
}

.content-module table td a {
    color: #33abff;
    text-decoration: underline;
}

table#stock-quote-table td.value {
	color: #0e457a;
}

table#stock-quote-table tr.price td.value {
	font-weight: bold;
}

table#stock-quote-table tr.change td.value {
	color: #a22518;
	background: #f8f8f8 url(/img/arrow-down-red.gif) 0.2em 0.8em no-repeat;
	padding-left: 16px;
}

table#stock-quote-table tr.info td, table#stock-quote-table tr.info td a {
	font-size: 9px;
}

ul.news-list li {
	margin-bottom: 15px;
}

ul.news-list li span {
	display: block;
    font-size: 11px;
    color: #999;
    padding-left: 12px;
}

ul.news-list li a {
	display: block;
	font-size: 14px;
	background: url(/img/caret-green.gif) 0 0.2em no-repeat;
	padding-left: 12px;
}

.contact-info {
	margin-top: 20px;
}

.contact-left {
	width: 265px;
	float: left;
}

.contact-right {
	width: 265px;
    float: right;	
}

.contact-info span {
    display: block;
}

p#disclaimer {
	background: url(/img/edgar-online.gif) 0 0 no-repeat;
	padding-top: 20px;
	color: #0d457a;
    font-size: 10px;
    width: 525px;	
}

.img-content-large {
    margin: 30px 0 40px 95px;	
}

#content ul, #content ol {
	margin: 0.8em 0 1em 0;
}

#content ul li {
	background: url(/img/caret-green.gif) 0 0.3em no-repeat;
    padding-left: 12px;
    margin-left: 2.2em;
}

#content ol li {
    list-style: decimal outside;
    margin-left: 2.4em;
    margin-bottom: 0.4em;
}

#content p, #content ul, #content ol, #content h1, #content h2, #content h3, #content h4, #content table {
    margin-left: 34px;
    margin-right: 34px;	
}

#content p.wide {
    margin-left: 0;
    margin-right: 0;    	
}

#content #content-highlighted p {
    margin-left: 0;
    margin-right: 0;	
}

#left-content {
    padding: 61px 5px 50px 17px;
    background: url(/img/callout-top.jpg) 0 0 no-repeat;
    font-size: 12px;
}

#left-content-container {
	width: 235px;
	margin-left: -10px;
    margin-top: 60px;
    background: url(/img/callout-bottom.jpg) 0 100% no-repeat;          
}

/* table page */

.links-row {
	background: url(/img/content-border.gif) 0 100% no-repeat;
	padding-bottom: 30px;
	color: #247c6b;
}

.links-row a.on {
    color: #666;	
}

.links-row span {
	padding: 0 3px 0 6px;
}

.table-module {
    padding: 30px 0 10px 0;
    background: url(/img/content-border.gif) 0 100% no-repeat;
}

table.full-table {
    width: 100%;
    margin-top: 27px;	
}

table.full-table td {
    padding-bottom: 20px;
    font-size: 14px;
    color: #2e77b7;	
}

table.full-table td.value {
    text-align: right;	
}

#legend {
    background: none;
    padding-left: 0;
    padding-bottom: 30px;	
}

#legend span {
    display: block;
    font-size: 11px;	
}

#powered-by {
    padding-bottom: 30px;	
}

table.data-table {
    margin: 25px 0;	
}

table.data-table td {
    border: 1px solid #ccc;
    padding: 8px;
}

table.data-table td.legend {
	background: #f5f4f4;
}


/* --------------------------- Footer -------------------------------------- */
#footer {
	position: relative;
    width: 968px;
    text-align: center;
    margin: 15px 0 15px 0;
    font-size: 10px;
}

#footer span {
	font-size: 10px;
    color: #247c6b;
    padding: 0 0.4em 0 0.8em;
    line-height: 1em;
}


#footer a, #footer a:link, #footer a:visited {
    font-size: 10px;
    color: #317ec2;
    text-transform: uppercase;
}

#footer #copyright {
	display: block;
	text-transform: uppercase;
	color: #666;
}

/* ---------------------- Zoomedia Built At -------------------------------- */
#built-at-zoomedia {
    position: absolute;
    right: 10px;
    top: 1.2em;    
    text-align: right;
    font-size: 10px;
}

#built-at-zoomedia a, #built-at-zoomedia a:link, #built-at-zoomedia a:visited {
    color: #b8bc9b;
    font-size: 10px;
}

/* --------------------------- Menu ---------------------------------------- */
#menu-ct, #menu-ct-home {
    width: 968px;
    position: absolute;   
}

#menu-ct-home {
    position: absolute;	
}

#menu {
    position: relative;
    height: 39px;
    padding-right: 0px;
    padding-left: 128px;
    background: url(/img/menu-end.gif) 100% 0 no-repeat;
}

*html #menu {
    padding-left: 122px;	
}

#menu ul, #menu li, #menu a {
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
}

#menu ul {
    list-style: none;
    width: auto;
}

#menu.menu li {
    position: relative;
    float: left;
    width: 140px;
}

#menu a, #menu a:link, #menu a:visited {
    position: relative;
    width: 140px;
    text-align: center;
    float: left;
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.1em;
    background: url(/img/menu-bg.gif) 0 0 repeat-x;
    cursor: pointer;
}

#menu a.on, #menu a:hover, #menu a.hover {
    background: url(/img/menu-bg.gif) 0 -39px repeat-x;
    color: #aad4fa;
}

#menu span {
    display: block;
    height: 39px;
    padding-left: 22px;
    padding-right: 22px;
    background: url(/img/menu-divider.gif) 0 0 no-repeat;   
}

#menu a.on span, #menu a:hover span, #menu a.hover span {
	background: url(/img/menu-divider.gif) 0 -39px no-repeat;
}

#menu span.label {
}

/* submenu styles */
#menu .submenu, #menu .submenu li, #menu .submenu a {
    height: auto !important;
    line-height: 18px !important;
}

#menu .submenu {
    width: 185px !important;
    list-style: none;
    position: absolute;
    top: 27px;
    left: 0;
    visibility: hidden;
    background-color: #0092cf;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    z-index: 1000;
}

#menu .submenu li {
    float: left !important;
    clear: both;
    width: 185px;
}

#menu .submenu a {
    float: none !important;
    font-size: 10px !important;
    background: none !important;
}

#menu .submenu a, #menu .submenu a:link, #menu .submenu a:visited {
}

#menu .submenu .on, #menu .submenu a:hover, #menu .submenu a.hover {
    background-color: #999999 !important;
}

#menu .submenu span {
    padding: 4px 0 4px 14px !important;
}

#menu .submenu span.label {
}

/* --------------------------- Navigation ---------------------------------- */
#nav {
    width: 223px;
    min-height: 44px;
    vertical-align: middle;
    margin-bottom: 20px;
    padding: 0 0 1px 0;
    background: url(/img/nav-border.gif) 0 100% no-repeat; 
}

#nav a, #nav a:link, #nav a:visited {
    display: block;
    color: #2e77b7;
    background: #fff url(/img/caret-green.gif) 2px 1.2em no-repeat;
    font-size: 14px;
    line-height: 1.2em;
    width: 223px;
    margin:0;
    padding:0;
    padding-bottom: 0.8em;
}

#nav a span {
    display: block;
    padding: 1em 4px 0px 14px;
}

#nav a:hover, #nav div.nav-row.on a, #nav div.nav-row a.on {
    text-decoration: none !important;
    background: #f5f4f4 url(/img/caret-black-grey.gif) 2px 1.2em no-repeat;
    color: #333;
}

#nav div.nav-row-ct {
	padding-top: 1px;
    background: url(/img/nav-border.gif) 0 0 no-repeat;	
}

#nav .nav_quat {
    padding-bottom: 1em;
    background: #f5f4f4;
    margin-top: -1em;	
}

#nav .nav_quat div.nav-row-ct {
	background: none;
	padding-top: 0;
}

#nav .nav_quat div.nav-row-ct a, #nav .nav_quat div.nav-row-ct a:hover {
    background: #f5f4f4 url(/img/caret-grey-green-sm.gif) 25px 1.3em no-repeat;
    height: auto;
    padding: 0; 
    color: #2e77b7;	
}

#nav .nav_quat div.nav-row-ct a:hover, #nav .nav_quat div.nav-row-ct div.nav-row.on a {
    color: #333;	
}

#nav div.nav-row-ct.first {
/*    background: #0092cf url(/img/lnav_corner_top.gif) no-repeat top right; */
}

#nav div.nav-row-ct.last {
/*    background: #0092cf url(/img/lnav_corner_bot.gif) no-repeat bottom right; */
}

#nav div.nav-row-ct.first div.nav-row-ct.last {
    background-color: transparent;
}

#nav .nav_quat a, #nav .nav_quat a:link, #nav .nav_quat a:visited {
    font-size: 12px;
    font-weight: normal;
}

#nav .nav_quat a span {
    margin-left: 20px;	
}

#nav a.on.current, #nav .nav_quat a:hover {
    
}

#left-icons {
    margin-top: 5px;
    margin-bottom: 20px;	
}

#left-icons a {
	margin-right: 22px;
}

/* -------------------------- Sitemap -------------------------------------- */
#sitemap {
}

#sitemap ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0 0 15px 0;
}

#sitemap ul li {
    display: block;
/*    background: transparent url(/img/bullet.gif) no-repeat 0px 8px; */
    padding-left: 11px;
}

#sitemap ul a, #sitemap ul a:link, #sitemap ul a:visited {
    font-size: 13px;
    line-height: 1.73em;
}

#sitemap .category .heading {
    padding-bottom: 5px;
}

#sitemap .category .heading a, #sitemap .category .heading a:link, #sitemap .category .heading a:visited {
    font-weight: bold;
    font-size: 16px;
    color: #006b6e;
}

#sitemap .col {
}

#sitemap .sitemap-col {
    position: relative;
    float: left;
    width: 280px;
}

#sitemap .sitemap-col.sitemap-col-lft {
    margin-right: 10px;
}

#sitemap .sitemap-col.sitemap-col-rgt {
}
@media print { #sitemap

ul {
        padding-left: 0;
}

#sitemap ul li {
        background: none;
}

#sitemap .sitemap-col {
        position: static;
        float: none;
        padding-right: 0;
        width: 640px;
}

#sitemap .sitemap-col.sitemap-col-lft {
        margin-right: 0px;
}
}

/* -------------------------- Forms -------------------------------------- */
table.form tr {
    vertical-align: top;
}

table.form th {
    padding-right: 5px;
    text-align: right;
}

#swf-video {
    position: relative;
    width:657px;
    height:	423px;
}

/* Print Styles */

@media print {

html, body {
color: #666;
background: #fff;
}

#built-at-zoomedia {
display:none;
}

#container {
width: 968px;
margin-left: 0px;
margin-right: 0px;
}
	
#wrapper {
position:relative;
}
	
#page {
float:none !important;
position: static;
width: 968px !important;
padding: 0 !important;
background:none !important;
}
	
#header {
color: #333;
background: #fff;
width: 968px;
}

#header-left {
position: relative;
float: none;    
width: 968px;
}

#header-right {
display: none;
}

#toolbar {
display: none;
}

#logo {
margin: 0;
}
    
#logo a, #logo #logo-img {
display: none;
}
    
#logo #logo-print-img {
display: block;
}

#masthead-home, #masthead {
height: auto;
margin-top: 10px;
}
   
#masthead-home #masthead-content, #masthead #masthead-content {
width: 968px;
margin: 0;
display: block;
height: auto;
overflow: visible;
}
    
#masthead-middle {
position: relative;
display: block;
top: 0;
}

#masthead-inner {
position: relative;
display: block;
top: 0; 
}

#content {
position:static;
float:none;
width: 968px;
padding-top: 0;
}
	
#content .content-main {
float: none;
position: static;
}
	
#content .left-col {
display: block;
position: static;
float: none;
width: 968px;
padding: 0;
margin: 0;
}

#nav {
display: none;	
}
	
#left-content-container, #left-content {
position: static;
float: none;
width: 968px;
margin: 0;
padding: 0;
font-size: 14px;
}
	
#left-content-container {
margin-top: 20px;		
}
	
#content .content-main {
float: none;
position: static;
width: 968px;
}
	
#social {
display: none;	
}

#share-link {
display: none;
}
	
#print-link {
display: none;
}
	
#content-highlighted {
margin: 0;
clear: both;
}
	
#content-highlighted p {
padding: 10px 0;
margin: 0;
}
	
#content-home #sub-news p {
padding-top: 0;
background: none;
}

#footer {
width: 968px;
text-align:left;
background:none;
}
    
#footer #footer-links {
display: none
}
	
#menu {
display:none;
}
	
#nav {
display:none;
}

}

