/* CSS Document */

/***********************
GENERAL STYLES
***********************/

body {
	background: url(../images/backgrounds/bg_body.gif) repeat-y top left;
	font: 12px Arial, Helvetica, sans-serif;
	}
p {
	line-height: 16px;
	}
a:link, a:visited {
	color: #25406C;
	text-decoration: none;
	}
a:hover, a:active {
	color: #53A4D2;
	}
.smallcaps {
	text-transform: uppercase;
	font-size: 10px;
	}
.clearfloat {
	display: block;
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
	}
ul.content_list {
	list-style-position: outside;
	list-style-image: url(../images/icons/list_bullet.gif);
	margin: 0 30px 30px;
	text-align: left;
	}
ul.content_list li {
	margin: 0 0 0 20px;
	padding: 6px 0 6px 5px;
	color: #25406C;
	}
ul.content_list li ul {
	margin: 10px 0 0;
	list-style-image: url(../images/icons/nested_list_bullet.gif);
	}
ol {
	list-style: outside;
	list-style-type: decimal;
	margin: 0 30px 30px;
	text-align: left;
	}
ol li {
	margin: 0 0 0 20px;
	padding: 6px 0 6px 5px;
	color: #25406C;
	}
# {
	outline: none !important;
	}
noscript div {
	display: block;
	width: 890px;
	height: 32px;
	line-height: 16px;
	overflow: hidden;
	margin: -30px 25px 20px;
	padding: 10px;
	background: url(../images/backgrounds/bg_noscript.gif) no-repeat top left;
	color: #333;
	font-size: 13px;
	text-align: center;
	}
noscript strong {
	font-weight: bold;
	}
	
/* BUTTON 1 */
	
a:link.button1, a:visited.button1 {
	display: -moz-inline-block;
	display: inline-block;
	height: 34px;
	background: url(../images/buttons/btn1_right.gif) no-repeat;
	background-position: bottom right;
	padding: 0 10px 0 0;
	cursor: pointer;
	}
a:link.button1 span, a:visited.button1 span {
	display: -moz-inline-block;
	display: inline-block;
	background: url(../images/buttons/btn1_left.gif) no-repeat;
	background-position: bottom left;
	padding: 0 0 0 10px;
	height: 34px;
	line-height: 34px;
	color: #FFF;
	font-size: 14px;
	}
a:hover.button1, a:active.button1 {
	background-position: top right;
	}
a:hover.button1 span, a:active.button1 span {
	background-position: top left;
	color: #B9C7DB;
	}
	
/* BACK TO TOP */
	
a:link.totop, a:visited.totop {
	display: -moz-inline-block;
	display: inline-block;
	height: 22px;
	background: url(../images/buttons/btn_totop_right.gif) no-repeat;
	background-position: top right;
	padding: 0 10px 0 0;
	margin: 15px 0 0;
	cursor: pointer;
	}
a:link.totop span, a:visited.totop span {
	display: -moz-inline-block;
	display: inline-block;
	background: url(../images/buttons/btn_totop_left.gif) no-repeat;
	background-position: top left;
	padding: 2px 0 0 30px;
	height: 20px;
	line-height: 20px;
	color: #B9C7DB;
	font-size: 10px;
	text-transform: uppercase;
	}
a:hover.totop, a:active.totop {
	background-position: bottom right;
	}
a:hover.totop span, a:active.totop span {
	background-position: bottom left;
	color: #53A4D2;
	}
	
/***********************
STRUCTURAL STYLES
***********************/

#header_container {
	background: url(../images/backgrounds/bg_headercon.gif) repeat-x top left;
	}
#header {
	width: 960px;
	margin: 0 0 25px;
	background: url(../images/backgrounds/bg_body.gif) repeat-y top left;
	overflow: auto;
	}
#print_header {
	display: none;
	}
#container {
	width: 960px;
	overflow: auto;
	}
.homepage {
	background: url(../images/backgrounds/bg_home_container.jpg) no-repeat 160px -50px;
	}
.homepage #content {
	height: 400px;
	padding: 0 35px 0;
	}
#content {
	float: right;
	width: 570px;
	padding: 0 35px 30px;
	}
#leftcol {
	float: left;
	width: 320px;
	text-align: center;
	padding: 0 0 30px 0;
	}
#footer {
	clear: both;
	margin: 0 0 25px;
	}
	
/***********************
HEADER STYLES
***********************/

#header h1 {
	float: left;
	background: url(../images/logos/novitas_h1.gif) no-repeat center center;
	width: 250px;
	height: 45px;
	margin: 35px 35px 0 35px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline;
	cursor: pointer;
	}
	
/* MAIN NAVIGATION */	
	
.main_nav {
	float: left;
	height: 34px;
	width: 615px;
	padding: 0 0 0 25px;
	margin: 43px 0 0 0;
	background: url(../images/backgrounds/bg_mainnav_ul.gif) no-repeat top right;
	overflow: auto;
	display: inline;
	}
.main_nav li {
	float: left;
	}
.main_nav li a:link, .main_nav li a:visited {
	display: -moz-inline-block;
	display: inline-block;
	height: 34px;
	padding: 0 0 0 12px;
	background: #25406C;
	font-size: 13px;
	cursor: pointer;
	}
.main_nav li a:link span, .main_nav li a:visited span {
	display: -moz-inline-block;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 12px 0 0;
	color: #B9C7DB;
	background: url(../images/buttons/main_nav_border.gif) repeat-y top right;
	}
.main_nav li a:link span strong, .main_nav li a:visited span strong {
	color: #B9C7DB;
	}
.main_nav li a:hover span, .main_nav li a:active span {
	color: #FFF;
	}
.main_nav li a:hover span strong, .main_nav li a:active span strong {
	color: #FFF;
	}
	
/* MAIN NAVIGATION FIRST AND LAST */
	
.main_nav #mn_home a {
	background: #25406C url(../images/buttons/main_nav_right.gif) no-repeat top left;
	}
.main_nav #mn_contact a span {
	background: url(../images/buttons/main_nav_last.gif) no-repeat top right;
	padding: 0 16px 0 0;
	}

/* MAIN NAVIGATION SELECTED */

.main_nav .selected a:link, .main_nav .selected a:visited  {
	position: relative;
	z-index: 1000;
	margin: 0 0 0 -3px;
	background: #FFF url(../images/buttons/main_nav_sel_left.gif) no-repeat top left;
	padding: 0 0 0 15px;
	}
.main_nav .selected a:link span, .main_nav .selected a:visited span {
	background: url(../images/buttons/main_nav_sel_right.gif) no-repeat top right;
	color: #25406C;
	margin: 0 -3px 0 0;
	padding: 0 15px 0 0;
	}
.main_nav .selected a:link span strong, .main_nav .selected a:visited span strong {
	color: #25406C;
	}
.main_nav .selected a:hover span, .main_nav .selected a:active span {
	color: #09F;
	}
.main_nav .selected a:hover span strong, .main_nav .selected a:active span strong {
	color: #09F;
	}
.main_nav .selected a strong {
	display: -moz-inline-block;
	display: inline-block;
	height: 34px;
	background: url(../images/buttons/main_nav_arrow.gif) no-repeat top center;
	}
.main_nav #mn_home.selected a {
	background: none;
	}
.main_nav #mn_contact.selected a span {
	background: url(../images/buttons/main_nav_last_sel.gif) no-repeat top right;
	}

/***********************
CONTENT STYLES
***********************/

h2.strapline {
	height: 31px;
	background: url(../images/backgrounds/bg_strapline_main.gif) no-repeat top right;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	}
a.strapline:link, a.strapline:visited {
	display: block;
	margin: 0 0 0 96px;
	width: 474px;
	height: 24px;
	background: url(../images/backgrounds/bg_strapline_link.gif) no-repeat;
	background-position: top right;
	text-indent: -9999px;
	overflow: hidden;
	}
a.strapline:hover, a.strapline:active {
	background-position: bottom right;
	}
#content h3 {
	font-size: 18px;
	margin: 0 0 20px;
	color: #31334A;
	}
#content h4 {
	font-size: 15px;
	margin: 0 0 10px;
	color: #31334A;
	}
#content p {
	line-height: 18px;
	margin: 0 0 15px;
	color: #25406C;
	}
#content p + h4 {
	margin: 30px 0 10px;
	}
#content .dynamic_content {
	color:#25406C;
	line-height:18px;
	margin:0 0 30px;
	}
#content strong {
	font-weight: bold;
	}

/***********************
CLIENT LIST
***********************/

.clients {
	background: url(../images/backgrounds/bg_clients_mid.gif) repeat-y top left;
	margin: 0 0 20px;
	}
.clients_top {
	display: block;
	background: url(../images/backgrounds/bg_clients_top.gif) no-repeat top left;
	}
.clients_bottom {
	display: block;
	background: url(../images/backgrounds/bg_clients_bottom.gif) no-repeat bottom left;
	}
.clients_editable {
	padding: 20px;
	text-align: center;
	}
.clients_editable img {
	padding: 15px;
	vertical-align: middle;
	}

/***********************
CONTACT MAP STYLES
***********************/
	
#content img[alt="Map"] {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
#content p.map_legend {
	font-size: 12px;
	background: none;
	padding: 5px 0 4px;
	text-align: center;
	color: #708BB3;
	width: 570px;
	border-top: 1px solid #FFF;
	margin: 0 0 20px 0;
	}
#content p.map_legend span {
	text-transform: uppercase;
	font-size: 10px;
	color: #25406C;
	}
#content p.map_legend span.key {
	border: 1px solid #FFCC00;
	padding: 1px 3px;
	color: #333;
	font-size: 12px;
	}
#content p.map_legend span.blue {
	color: #207ecb;
	font-size: 12px;
	text-transform: capitalize;
	}
#content p.map_legend span.red {
	color: red;
	font-size: 12px;
	text-transform: capitalize;
	}

/************************
PAGINATION STYLES
************************/

.pagination {
	margin: 0;
	padding: 20px 0;
	position: relative;
	height: 22px;
	background: none;
	}
td.pagination_cell {
	padding: 0;
	margin: 0;
	background: none;
	}
.table1 td.pagination_cell:hover {
	background: none;
	}
.pagination a:link, .pagination a:visited {
	display: -moz-inlin-block;
	display: inline-block;
	border: 1px solid #D9DBDF;
	color: #666;
	padding: 3px 6px;
	text-decoration: none;
	background: #EDF1F5;
	}
.pagination a:hover, .pagination a:active {
	border: solid 1px #708BB3;
	background: #708BB3;
	color: #FFF;
	}
.pagination span.current {
	display: -moz-inlin-block;
	display: inline-block;
	color: #708BB3;
	font-weight: bold;
	padding: 4px 6px;
	background: url(../images/icons/pagination_current.gif) no-repeat top center;
	}
.pagination span.pagination_previous, .pagination span.pagination_next {
	display: -moz-inlin-block;
	display: inline-block;
	color: #FFF;
	background-color: #DBE0E5;
	cursor: default;
	border: 1px solid #DBE0E5;
	text-decoration: none;
	padding: 4px 6px;
	}	
.pagination_results span {
	right: 0px;
	display: block;
	text-align: right;
	line-height: 22px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	}
.pagination_results a {
	float: left;
	line-height: 22px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0px;
	}
a:link.pagination_next, a:visited.pagination_next {
	background: #EDF1F5 url(../images/icons/pagination_next.gif) no-repeat top right;
	padding-right: 15px;
	}
a:hover.pagination_next, a:active.pagination_next {
	background: #708BB3 url(../images/icons/pagination_next.gif) no-repeat bottom right;
	}
a:link.pagination_previous, a:visited.pagination_previous {
	background: #EDF1F5 url(../images/icons/pagination_previous.gif) no-repeat top left;
	padding-left: 15px;
	}
a:hover.pagination_previous, a:active.pagination_previous {
	background: #708BB3 url(../images/icons/pagination_previous.gif) no-repeat bottom left;
	}

/***********************
MARKET DIAGRAM
***********************/

.diagram_market {
	position: relative;
	width: 570px;
	height: 302px;
	margin: 0 0 30px 0;
	}
.diagram_market div {
	position: absolute;
	top: 0;
	left: 0;
	width: 570px;
	height: 302px;
	background-position: top left;
	z-index: 5;
	display: none;
	}
.diagram_market .image_map_div {
	z-index: 10;
	display: block;
	}

/* DIVS TO ACTIVATE ON HOVER */
	
.diagram_market .dm_si {background: url(../images/diagrams/market/dm_si.png);}
.diagram_market .dm_mp {background: url(../images/diagrams/market/dm_mp.png);}
.diagram_market .dm_tv {background: url(../images/diagrams/market/dm_tv.png);}
.diagram_market .dm_sp {background: url(../images/diagrams/market/dm_sp.png);}
.diagram_market .dm_mi {background: url(../images/diagrams/market/dm_mi.png);}

.market_cloud {
	overflow: hidden;
	margin: -20px 0 20px;
	}
.market_cloud li {
	float: left;
	margin: 0 3px 3px 0;
	height: 24px;
	line-height: 24px;
	padding: 0 10px 0 0;
	background: url(../images/backgrounds/tag_cloud_right.gif) no-repeat top right;
	}
.market_cloud li span {
	display: -moz-inline-block;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 10px;
	background: url(../images/backgrounds/tag_cloud_left.gif) no-repeat top left;
	color: #25406C;
	white-space: nowrap;
	}
.market_cloud .dm_title {
	background: none;
	}
	
/***********************
PROCESS DIAGRAM
***********************/

.diagram_process {
	position: relative;
	}
.diagram_process a {
	position: absolute;
	width: 108px;
	height: 57px;
	top: 57px;
	background: url(../images/tools/clear.gif);
	text-indent: -9999px;
	overflow: hidden;
	cursor: default;
	}
.dp_tp {left: 110px;}
.diagram_process .dp_te {left: 228px; width: 115px; height: 117px; top: 47px}
.dp_l {left: 351px;}
.dp_fc {left: 461px;}
	
/***********************
LEFTCOL STYLES
***********************/

/* SUB NAVIGATION */

#leftcol strong {
	font-weight: bold;
	}
.subnav {
	margin: 0 0 40px 35px;
	text-align: left;
	}
.subnav ul li a {
	color: #708BB3;
	text-transform: uppercase;
	font-size: 10px;
	text-indent: 20px;
	background: url(../images/icons/subnav_bullet.gif) no-repeat center left;
	cursor: pointer;
	}
.subnav ul li a:hover {
	color: #25406C;
	}
.subnav li.smallcaps {
	padding: 0 0 5px 0;
	color: #BBB;
	border-bottom: 1px solid #EEE;
	}
.subnav li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #EEE;
	cursor: pointer;
	color: #25406C;
	}
.subnav a.selected {
	position: relative;
	margin: -1px -10px 0 -5px;
	text-indent: 5px;
	color: #FFF;
	border-bottom: 0px;
	padding: 6px 0;
	background: url(../images/buttons/subnav_selected.gif) no-repeat;
	line-height: 14px;
	}
#leftcol .subnav a.sub_selection {
	background: url(../images/icons/subnav_selected_bullet.gif) no-repeat center left;
	color: #25406C;
	}
	
/* LEFTCOL CONTENTS */

h2.leftcol_strap {
	background: url(../images/backgrounds/bg_leftcol_strap_h2.gif) no-repeat top left;
	width: 250px;
	height: 51px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 35px;
	}
a.leftcol_strap:link, a.leftcol_strap:visited {
	display: block;
	margin: 0 35px 30px;
	background: url(../images/backgrounds/bg_leftcol_strap_link.gif) no-repeat;
	background-position: top left;
	width: 250px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	}
a.leftcol_strap:hover, a.leftcol_strap:active {
	background-position: bottom left;
	}
#leftcol p {
	text-align: left;
	padding: 0 35px 30px;
	color: #888;
	}
#leftcol .transaction_details p {
	padding: 0 10px;
	text-align: center;
	color: #25406C;
	}
#leftcol h3 {
	float: left;
	background: url(../images/backgrounds/bg_leftcol_h3.gif) no-repeat top right;
	height: 33px;
	line-height: 33px;
	padding: 0 10px 0 35px;
	color: #FFF;
	font-size: 14px;
	margin: 0 0 15px 0;
	}
a.supplement:link, a.supplement:visited {
	color: #53A4D2;
	float: right;
	height: 33px;
	line-height: 33px;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	background: url(../images/icons/h3_supplement_link_bullet.gif) no-repeat top right;
	display: inline;
	}
a.supplement:hover, a.supplement:active {
	color: #25406C;
	}
.leftcol_footnote {
	color: #708BB3;
	margin: 0 0 30px;
	}
	
/* LEFTCOL TRANSACTIONS TABLE */

.leftcol_transactions {
	width: 290px;
	margin: 0 15px 5px 15px;
	font-size: 14px;
	}
.leftcol_transactions td {
	padding: 15px 10px 12px;
	text-align: center;
	width: 100px;
	background: url(../images/backgrounds/bg_leftcol_transaction_top.gif) no-repeat;
	background-position:  top left;
	color: #036;
	}
.leftcol_transactions td.description {
	width: 30px;
	padding: 15px 0 12px 0;
	background-position: top center;
	}
.leftcol_transactions td.description a:link, .leftcol_transactions td.description a:visited {
	display: block;
	width: 30px;
	height: 16px;
	background: url(../images/icons/transactions_leftcol_icon.gif) no-repeat;
	background-position: top left;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	}
.leftcol_transactions td.description a:hover, .leftcol_transactions td.description a:active {
	background-position: bottom left;
	}
td.divider {
	margin: 0;
	padding: 0;
	background: none;
	height: 4px;
	width: 290px;
	overflow: hidden;
	}
td.divider img {
	display: block;
	}
td.last {
	background-position: top right;
	}
a.d_press:link, a.d_press:visited, a.d_cred:link, a.d_cred:visited {
	display: block;
	overflow: auto;
	margin: 0 auto 20px;
	height: 60px;
	background-position: top left;
	text-indent: -9999px;
	overflow: hidden;
	}
a.d_cred:link, a.d_cred:visited {
	width: 177px;
	background: url(../images/buttons/download_credentials.gif) no-repeat;
	}
a.d_press:link, a.d_press:visited {
	width: 151px;
	background: url(../images/buttons/download_press.gif) no-repeat;
	}
a.d_press:hover, a.d_press:active, a.d_cred:hover, a.d_cred:active {
	background-position: bottom left;
	}

/* LEFTCOL TOMBSTONE */

.transaction_details {
	width: 290px;
	margin: 0 15px 30px;
	background: url(../images/backgrounds/trans_det_top.gif) no-repeat top left;
	}
.transaction_details span {
	display: block;
	width: 250px;
	padding: 30px 20px;
	background: url(../images/backgrounds/trans_det_bottom.gif) no-repeat bottom left;
	}
.transaction_details span p {
	margin: 30px 0;
	}


.tombstone_list .tr_top td {
	background: url(../images/backgrounds/bg_content_transaction_top.gif) no-repeat top left;	
	}
.tombstone_list .tr_bottom td {
	height: 20px;
	background: url(../images/backgrounds/bg_content_transaction_bottom.gif) no-repeat top left;
	}
.tombstone_list .transaction_details {
	margin: 0 0 10px 0;
	width: 270px;
	cursor: pointer;
	background: none;
	}
.tombstone_list .transaction_details a {
	cursor: pointer;
	}
.tombstone_list .transaction_details span {
	width: 250px;
	padding: 30px 10px 25px;
	text-align: center;
	background: none;
	}
#content .tombstone_list .transaction_details span p {
	margin: 20px 0;
	}

/* TRANSACTION SUMMARY */

.transaction_summary {
	margin: 0 45px 20px;
	text-align: left;
	font-size: 11px;
	color: #FFF;
	}
.transaction_summary td {
	background: #25406C;
	padding: 1px 4px;
	border-top: 1px solid #314d7b;
	}
.transaction_summary .ts_top_left {
	background: #25406C url(../images/backgrounds/bg_summary_top.gif) no-repeat top left;
	border-top: 0px;
	padding: 2px 4px;
	}
.transaction_summary .ts_top_right {
	background: #25406C url(../images/backgrounds/bg_summary_top.gif) no-repeat top right;
	border-top: 0px;
	padding: 2px 4px;
	}
.transaction_summary .ts_bottom_left {
	background: #25406C url(../images/backgrounds/bg_summary_bottom.gif) no-repeat bottom left;
	padding: 2px 4px;
	}
.transaction_summary .ts_bottom_right {
	background: #25406C url(../images/backgrounds/bg_summary_bottom.gif) no-repeat bottom right;
	padding: 2px 4px;
	}
.transaction_summary td.ts_thickborder {
	border-top: 2px solid #355588;
	}
.transaction_summary .ts_right {
	text-align: right;
	}
.transaction_summary .ts_stat {
	text-align: right;
	width: 22px;
	}
.transaction_summary .smallcaps {
	color: #708BB3;
	}
	
/***********************
FOOTER STYLES
***********************/

.footer_nav {
	float: right;
	text-align: right;
	width: 605px;
	margin: 0 35px 15px 0;
	height: 34px;
	background: url(../images/backgrounds/bg_footernav_ul.gif);
	display: inline;
	}
.footer_nav li {
	float: right;
	}
.footer_nav li a:link, .footer_nav li a:visited {
	display: -moz-inline-block;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 7px;
	color: #B9C7DB;
	border-left: 1px solid #516689;
	font-size: 13px;
	}
.footer_nav li a:hover, .footer_nav li a:active {
	color: #FFF;
	}
a.sitemap:link, a.sitemap:visited {
	float: right;
	height: 34px;
	line-height: 34px;
	margin: 0 0 15px 0;
	border-right: 1px solid #92AECA;
	padding: 0 20px 0 10px;
	background: url(../images/backgrounds/bg_footer_sitemap.gif) no-repeat top left;
	color: #162949;
	font-size: 13px;
	}
a.sitemap:hover, a.sitemap:active {
	color: #FFF;
	}
#footer p {
	clear: right;
	text-align: right;
	padding: 5px 35px 0 0;
	color: #6A85AD;
	}

/**************
PAGE ERROR
**************/	
	
.page_error {
	margin: 10px auto 0 ;
	text-align: center;
	}
.page_error td {
	padding: 20px;
	}
.page_error .pe_content td.pe_heading {
	text-align: center;
	border-left: 0px;
	}
.page_error .pe_content td {
	border-left: 1px dotted #CCC;
	text-align: left;
	width: 50%;
	padding: 20px;
	}
.page_error h2 {
	margin: 0 0 20px;
	font-size: 16px;
	color: #C9252B;
	font-family: "Arial Black", Arial, Gadget, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 18px;
	text-shadow: #FFF 1px 1px 0;
	}
.page_error p {
	margin: 0 0 20px;
	font-size: 14px;
	color: #444;
	line-height: 18px;
	}
.page_error p strong {
	font-weight: bold;
	color: #111;
	}
.page_error .pe_copyright {
	padding: 40px 0 0;
	color: #999;
	font-size: 12px;
	}
