/*
*************************************************

file : screen.css
client : i.fresh
author : Karl Brightman
date created : 19th April 2007
the podcast : EGM Live* 04/16/2007
on this day : 1995 - Oklahoma City bombing: A car bomb was detonated in front of the Alfred P. Murrah Federal Building in Oklahoma City, Oklahoma, killing 168 people.

*************************************************
*/

/*-------------------------------------------
	Basic Selector
-------------------------------------------*/
* { line-height: 1.4; margin: 0; padding: 0; }

body {
	background: #fff;
	font: normal 62.5% Verdana, Helvetica, sans-serif;
	text-align: center;
}

p { margin-bottom: 1em; }

img { border: 0; }

#container {
	margin: 0 auto;
	text-align: left;
	width: 907px;
}

/*-------------------------------------------
	Header
-------------------------------------------*/
#header {
	height: 195px;
	position: relative;
}

#header #flash {
	background: #00fff00;
	height: 86px;
	left: 25px;
	position: absolute;
	top: 48px;
	width: 200px;
	z-index: 1000;
}

#header #logo {
	/*background: url(../images/core/logo.gif);*/
	height: 86px;
	left: 25px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 48px;
	width: 200px;
}

#header #slogan {
	background: url(../images/core/slogan.gif);
	display: block;
	height: 28px;
	left: 25px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 156px;
	width: 495px;
}

/*-------------------------------------------
	Navigation
-------------------------------------------*/
#navigation {
	border-left: 1px solid #e3e3e3;
	font-size: 1.1em;
	position: absolute;
	right: 5px;
	top: 60px;
}

#navigation li { float: left; list-style: none; }

#navigation li a {
	border-right: 1px solid #e3e3e3;
	color: #959595;
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	padding: 27px 8px;
	text-decoration: none;
}
#navigation li a:hover { color: #000; }

/*-------------------------------------------
	Login Box
-------------------------------------------*/
#login_box {
	background: #efefef url(../images/core/login_bg_right.gif) no-repeat right top;
	font-size: 1.1em;
	height: 66px;
	margin-bottom: 26px;
}

#login_box_form {
	background: url(../images/core/login_bg_left.gif) no-repeat left top;
	border: 0;
	height: 66px;
	line-height: 27px;
	padding: 16px 0 6px 20px;
}

#login_box_form fieldset {
	border: 0;
}

#login_box_form fieldset h4 {
	color: #959595;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: normal;
	margin-right: 20px;
}

#login_box_form fieldset ol { position: relative; top: -8px; }
#login_box_form fieldset ol li {
	display: inline;
	list-style: none;
}

#login_box_form fieldset ol li.forgotten_password {
	float: left;
	clear: left;
}

#login_box_form fieldset ol li input {
	background: url(../images/core/login_box_field_bg.gif) no-repeat 0 0;
	border: 0;
	color: #fff;
	font-size: 1em;
	height: 17px;
	padding: 6px 8px 4px 8px;
	width: 124px;
}

#login_box_form fieldset ol li div {
	background: url(../images/core/login_box_field_bg.gif) no-repeat 0 0;
	display: inline;
	height: 27px;
	width: 140px;
}

#login_box_form fieldset ol li a {
	color: #7AB800;
	text-decoration: underline;
}

.login_box-submit, #login_box_form .login_box-submit {
	background: url(../images/core/login_box_submit.gif);
	border: 0;
	display: inline;
	height: 27px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: 3px;
	width: 60px;
}


#login_box.loggedin p {
	color: #959595;
	background: url(../images/core/login_bg_left.gif) no-repeat left top;
	border: 0;
	height: 55px;
	line-height: 27px;
	padding: 16px 0 6px 20px;
}

#login_box.loggedin a { color: #959595; }
#login_box.loggedin a:hover { color: #7ab800; }



/*-------------------------------------------
	Alpha
-------------------------------------------*/
#alpha {
	float: left;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-right: 22px;
	width: 203px;
}
#p-home #alpha { width: 305px; }

#alpha h3 {
	color: #acacac;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1em;
}

/*-------------------------------------------
	Call to Action
-------------------------------------------*/

.call_to_action {
	height: 323px;
	margin-bottom: 1em;
	width: 203px;
}

#p-home .call_to_action { width: 303px; }

.call_to_action#whatever_size_your_strata { /*background: url(../images/core/call_image_1.jpg);*/ }

.innerimage1 { background: url(../images/core/innerimage1.jpg); }
.innerimage2 { background: url(../images/core/innerimage2.jpg); }
.innerimage3 { background: url(../images/core/innerimage3.jpg); }
.innerimage4 { background: url(../images/core/innerimage4.jpg); }
.innerimage5 { background: url(../images/core/innerimage5.jpg); }
.innerimage6 { background: url(../images/core/innerimage6.jpg); }
.innerimage7 { background: url(../images/core/innerimage7.jpg); }

.call_to_action a {
	display: block;
	height: 323px;
	width: 203px;
	overflow: hidden;
}


/*-------------------------------------------
	Support / Member of
-------------------------------------------*/
#member_of_list, #support_list { margin: 0; margin-bottom: 1em; }
#member_of_list li, #support_list li{
	display: inline;
	list-style: none;
	margin-right: 10px;
}

#member_of_list li img, #support_list li img { vertical-align: middle; }

body#p-home #member_of_list li.other-logos{display:none;}
body#p-home #member_of_list li.home-logos{display:inline;}
#member_of_list li.home-logos{display:none;}

/*-------------------------------------------
	Kappa
-------------------------------------------*/
#kappa {
	color: #959595;
	float: left;
	font-size: 1.3em;
	margin-bottom: 20px;
	width: 451px;
}

#p-home #kappa { width: 351px; 	_width: 340px; /* IE 6 fix */ }

#kappa h2 {
	color: #7ab800;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#kappa h3 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#kappa h4 {
	color: #005172;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

#kappa a {
	color: #7ab800;
	text-decoration: underline;
}
#kappa a:hover { color: #005172; }

#kappa strong { color: #868686; }

#kappa table {
	border: 1px solid #d0d0d0;
	border-left: 0;
	border-top: 0;
	color: #959595;
	font-size: .9em;
	margin-bottom: 1em;
	/*width: 100%;*/
}

#kappa table tr.d1{
	background-color: #E8F7CB;
}
#kappa table tr.d0{
	background-color: #fff;
}

#kappa table th {
	background: #e8f7cb;
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	border-right: 0;
	color: #78a421;
	padding: 4px;
}

#kappa table td {
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	border-right: 0;
	padding: 4px;
	text-align: left;
}

#kappa table th.right,
#kappa table td.right {
	text-align: right;
}

#kappa table tr.alt td { background: #efefef; }

#kappa ol, #kappa ul { margin-bottom: 1em; margin-left: 3em; }

#kappa ul.ticks {
	list-style-type: none;
}

#kappa ul.ticks li {
	padding-left: 20px;
	background: url('../images/core/tick_icon.gif') left center no-repeat;
}

#kappa ol.seperated_numbered_list { margin-bottom: 1em; }
#kappa ol.seperated_numbered_list li {	
	border-left: 1px solid #d0d0d0;
	margin: 6px 0;
	padding: 6px;
}
#kappa ol.seperated_numbered_list li.alt { 	background: #efefef; }

#kappa p { text-align: justify; }

#logosright div img { }

/*-------------------------------------------
	tableholder
-------------------------------------------*/


#p-pricing #alpha { height: 2000px; }

#tableholder {
	color: #959595;
	float: left;
	font-size: 1.3em;
	margin-bottom: 20px;
	width: 682px;
}


#tableholder h2 {
	color: #7ab800;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#tableholder h3 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#tableholder h4 {
	color: #005172;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

#tableholder a {
	color: #7ab800;
	text-decoration: underline;
}
#tableholder a:hover { color: #005172; }

#tableholder strong { color: #868686; }

#tableholder table {
	border: 1px solid #d0d0d0;
	border-left: 0;
	border-top: 0;
	color: #959595;
	font-size: .9em;
	margin-bottom: 1em;
	width: 682px;
}

#tableholder table tr.d1{
	background-color: #E8F7CB;
}
#tableholder table tr.d0{
	background-color: #fff;
}

#tableholder table th {
	background: #e8f7cb;
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	border-right: 0;
	color: #78a421;
	padding: 4px;
}

#tableholder #tablemenu { width: 203px; float: right; padding-left: 25px; padding-top: 30px;  }
#tableholder .left { float: left; width: 451px; }

#tableholder table td {
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	border-right: 0;
	padding: 4px;
	text-align: center;
}
#tableholder table tr.alt td { background: #efefef; }

#tableholder ol, #tableholder ul { margin-bottom: 1em; margin-left: 3em; }

#tableholder ul.ticks {
	list-style-type: none;
}

#tableholder ul.ticks li {
	padding-left: 20px;
	background: url('../images/core/tick_icon.gif') left center no-repeat;
}

#tableholder ol.seperated_numbered_list { margin-bottom: 1em; }
#tableholder ol.seperated_numbered_list li {	
	border-left: 1px solid #d0d0d0;
	margin: 6px 0;
	padding: 6px;
}
#tableholder ol.seperated_numbered_list li.alt { 	background: #efefef; }

#tableholder p { text-align: justify; }

#logosright div img { }



/*-------------------------------------------
	Omega
-------------------------------------------*/
#omega {
	float: right;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-left: 25px;
	width: 203px;
}

#omega h3 {
	font-size: 1.4em;
	font-weight: normal; 
	color: #acacac; 
	font-style: italic;
	background: url('../images/core/title_go_to.gif') 0 0 no-repeat;
	text-indent: -9999px;
	height: 23px;
}

/*-------------------------------------------
	Green Box
-------------------------------------------*/
.green {
	background: #7ab800 url(../images/core/green_box_bottom.gif) no-repeat left bottom;
	color: #fff;
	font-size: .9em;
	margin-bottom: 1em;
}
.green .content { background: url(../images/core/green_box_top.gif) no-repeat left top; padding: 8px 14px; }

/*.green h2 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1em;
}*/

.content h2 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding: 0;
	/*background: url('../images/core/title_talk_to_us.gif') 0 0 no-repeat;
	text-indent: -9999px;*/
	height: 26px;
}

.green a {
	color: #fff;
	text-decoration: underline;
}
.green a:hover { color: #d1f48c; }

ul.green_links_list { border-bottom: 1px solid #89c710; margin: 0; padding: 0; }
ul.green_links_list li { display: inline; list-style: none; padding: 0; margin: 0; }
ul.green_links_list li a {
	border-top: 1px solid #89c710;
	color: #fff;
	display: block;
	padding: 6px 0;
	text-decoration: none;
}
ul.green_links_list li a:hover { color: #d3edbe; }

/*-------------------------------------------
	Blue Box
-------------------------------------------*/
.blue {
	background: #005172 url(../images/core/blue_box_bottom.gif) no-repeat left bottom;
	color: #fff;
	font-size: .9em;
	margin-bottom: 1em;
}
.blue .content { background: url(../images/core/blue_box_top.gif) no-repeat left top; padding: 8px 14px; }

.blue h2 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding: 0;
	height: 26px;	
	
}

ul.blue_links_list { border-top: 1px solid #1a6380; margin: 0; padding: 0; }
ul.blue_links_list li { display: inline; list-style: none; }
ul.blue_links_list li a {
	border-bottom: 1px solid #1a6380;
	color: #fff;
	display: block;
	padding: 6px 0;
	text-decoration: none;
}
ul.blue_links_list li a:hover { color: #bfd3dc; }


/*-------------------------------------------
	Blue box text
-------------------------------------------*/
.blue #all_contracts_entered {
	background: url(../images/core/blue_all_contracts.gif);
	height: 126px;
	margin: 6px auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 161px;
}

.green #prices-inclusive {
	background: url(../images/core/cta-prices.gif) no-repeat;
	height: 112px;
	margin: 6px auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 161px;
}

.blue #happily_discuss {
	background: url(../images/core/cta-strata.gif) no-repeat;
	height: 112px;
	margin: 6px auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 161px;
}

/*-------------------------------------------
	Talk To Us
-------------------------------------------*/
#talk_to_us_list ul {
	margin: 0;
}

#talk_to_us_list li {
	border-top: 1px solid #89c710;
	clear: both;
	display: block;
	list-style: none;
	padding: 4px 0 14px;
}

#talk_to_us_list li.first { border-top: 0; }

#talk_to_us_list a { text-decoration: none; }

#talk_to_us_list li .icon {
	height: 50px;
	float: left;
	margin-right: 4px;
	width: 50px;
}

#talk_to_us_list li h4 {
	font-size: 1.2em;
	margin-top: 8px;
}

#talk_to_us_list li p { margin: 0; }

#talk-skype { padding-bottom: 8px !important; }
#talk-skype .icon { background: url(../images/core/talk-skype_icon.jpg); }
#talk-skype h4 { margin-top: 0px; }
#talk-email .icon { background: url(../images/core/talk-email_icon.jpg); }
#talk-phone .icon { background: url(../images/core/talk-phone_icon.jpg); }
#talk-fax .icon { background: url(../images/core/talk-fax_icon.jpg); }

/*-------------------------------------------
	Footer
-------------------------------------------*/
#footer {
	border-top: 3px solid #efefef;
	color: #959595;
	clear: both;
	padding-top: 1em;
	position: relative;
}

#footer_nav {
	margin: 0;
	margin-top: 1em;
	padding: 0;
}

#footer_nav a { color: #959595; text-decoration: underline; }
#footer_nav a:hover { color: #7ab800; }

#footer_nav li {
	border-left: 1px solid #959595;
	display: inline;
	list-style: none;
	padding: 0 5px 0 7px;
}
#footer_nav li.first { border-left: 0; padding-left: 0; }

#footer #site_created_by {
	background: url(../images/core/site_created_by.gif) no-repeat;
	display: block;
	height: 28px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 5em;
	width: 201px;
}

/*-------------------------------------------
	Forms
-------------------------------------------*/
.cmxform fieldset {
	border: none;
	margin-bottom: 1em;
}

.cmxform legend { display: none; }

.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

.cmxform fieldset ol {
	margin: 0 0 1em 0 !important;
	padding: 0;
}

.cmxform fieldset li {
	border-bottom: 1px solid #d0d0d0;
	list-style: none;
	padding: 10px 5px;
	margin: 0;
}

.cmxform fieldset li input, .cmxform fieldset li textarea, .cmxform fieldset li select {
	color: #959595;
	padding: 4px;
}

.cmxform fieldset li select { width: 210px; }

.cmxform fieldset li textarea { font-family: Verdana, Helvetica, sans-serif; font-size: .9em; }

.cmxform li.submit { border-bottom: 0; margin-left: 120px; }
.cmxform li.submit input { color: #666; }

.cmxform fieldset li.alt { background: #efefef; }

.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

.cmxform em {
	color: #ff0000;
	font-style: normal;
	font-weight: .8em;
}

.cmxform label {
	width: 120px; /* Width of labels */
}
#kappa .cmxform label { width: 210px; }
#p-home #kappa .cmxform label { width: 120px; }

.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

.cmxform .form_note { color: #bebebe; display: block; font-size: .8em; }

/*-------------------------------------------
	Links List
-------------------------------------------*/
.links_list { border-bottom: 1px solid #d0d0d0; margin: 0 0 1em !important; }
.links_list li {
	border-top: 1px solid #d0d0d0;
	list-style: none;
	padding: 8px 12px;
}
.links_list li.alt { background: #efefef; }

.links_list li h3 a{
	text-decoration: none !important;
}

.links_list#breadcrumbs { border-bottom: 1px solid #e9e9e9; font-size: .9em; }
.links_list#breadcrumbs li { border-top: 1px solid #e9e9e9; padding: 0; }
.links_list#breadcrumbs a { background: url(../images/core/icon_link_go.gif) no-repeat left center; color: #005172; display: block; padding: 4px 0 4px 22px;}
.links_list#breadcrumbs a:hover { color: #7ab800; }

/*-------------------------------------------
	Logged In As Panel
-------------------------------------------*/
 #logged_in_as {
	background: url(../images/core/logged_in_as_user.gif) no-repeat left center;
	display: block;
	font-size: .8em;
	padding-left: 30px;
}
#logged_in_as span { font-size: 1.3em; }
span.username { font-weight: bold; }

/*-------------------------------------------
	Management Form
-------------------------------------------*/
#management_forms ol li.alt input { background: #efefef; }

#management_forms ol li input.not_active { border: 0; }

/*-------------------------------------------
	Contacts with vCard
-------------------------------------------*/
#contacts_list {
	border-bottom: 1px solid #d0d0d0;
	margin: 0 0 1em 0 !important;
}
#contacts_list li {
	border-top: 1px solid #d0d0d0;
	list-style: none;
	padding: 8px 12px;
}
#contacts_list li.alt { background: #efefef; }

.vcard h3 {
	color: #005172 !important;
	margin: 0 !important;
}

.vcard h4 {
	color: #666 !important;
	margin: 0 !important;
	margin-bottom: 1em !important;
}

.hide_type { display: none !important; }

#contacts_list .editable { background: #e7f5cb; }

/*-------------------------------------------
	Pricing Table
-------------------------------------------*/
#pricing_table th, #pricing_table td { text-align: center; }
#pricing_table td.description { text-align: left; }

/*-------------------------------------------
	Glossary
-------------------------------------------*/
.glossary_list {
	border-bottom: 1px solid #d0d0d0;
	margin: 0 0 1em !important;
	padding-bottom: 1em;
}
.glossary_list dt {
	border-top: 1px solid #d0d0d0;
	color: #666;
	font-weight: bold;
	margin-top: 1em;
	padding: 8px 0 5px;
}

/*-------------------------------------------
	Back to top
-------------------------------------------*/
.back_to_top {
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	display: block;
	font-size: .9em;
	margin: 1em 0;
	padding: .5em 0;
	text-align: right;
}

.back_to_top a {
	background: url(../images/core/icon_link_go.gif) no-repeat left center;
	padding-left: 22px;
}

/*-------------------------------------------
	Account Details
-------------------------------------------*/
.account_details { margin: 0 0 1em; }
.account_details dt { color: #005172; float:left; font-weight: bold; margin-right: 10px; }

/*-------------------------------------------
	Insurance Details
-------------------------------------------*/
ul.downloads_box {
	list-style-type: none;
	display:inline;
	height:100px;
	margin: 0 auto;
	padding:0;
	/*border: 1px solid red;*/
}

ul.downloads_box li {
	margin:1%;
	float: left;
	display:inline;
	width: 28%;
}
ul.downloads_box li a {
	color: #7AB800;
	text-decoration: none;
	border: 1px solid #b3b2b2;
	padding: 4px 4px 8px;
	display: block;
	background: #efefef;
	text-align: center;
	font-size: 11px;
	border-top: none;
}
ul.downloads_box li a:hover {
	color: #7AB800;
	text-decoration: underline;
}
ul.downloads_box li label {
	display:block;
	background: #e8f7cb;
	border: 1px solid #b3b2b2;
	color: #78a421;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.clear {
	clear: both;
	display: block;
}
#p-pricing #omega{

	margin-bottom: 0px;
}
#p-pricing #omega h3{
	position: relative;
	top: -1340px;
}
#p-pricing #omega #breadcrumbs.links_list{
	position: relative;
	top: -1340px;
}

td.positive {
}

td.negative {
  color: red;
}

tr.odd {
}

tr.even {
  /*background-color: #dcf2b6 !important;*/
  background-color: #f5ffd9 !important;
    
}

