/* default font size */
@import url(nav.css);
@import url(small.css);
/* standard rules */
html, body {
	background: #e8e7e1;
}
body {
	padding-top: 11px;
	padding-bottom: 11px;
	font-family: Tahoma, 'Myraia Pro', 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 133%;
	color: #333;
}
em { font-style: italic; }
strong { font-weight: bold; }
p {	margin-bottom: 10px; }
ul { margin: 0; padding: 0; }
li { margin: 0; padding: 0;  }
.bold { font-weight: bold; }
.nowrap { white-space: nowrap; }
.clear { margin: 0; padding: 0; clear: both; }
.center { text-align: center; }

h2 {
	/*font-weight: bold;*/
	font-size:14px;
	color: #50327c;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d4d4d4;
}

body.home h2 {
	font-weight: bold;
	color: #50327c;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 12px;
	border-bottom: none;
}

h3 {
	font-weight: bold;
	font-size:14px;
	color: #50327c;
	padding-top: 7px;
	padding-bottom: 7px;
	
}



h4 {
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 3px;
}
h5 {
	font-weight: bold;
}
a, a:link, a:visited {
	color: #50327c;
	/*text-decoration: underline;*/
}
a:hover {
	color: #50327c;
	text-decoration: none;
}
a:active {
	color: #f58026;
	text-decoration: none;
}
/* custom rules */
p.intro { 
	color: #555555;
	padding-left: 10px;
	margin-bottom: 0;
}

IMG.border {
	border: 1px solid #d5d5d5;
}



.halfspace {
	margin-bottom: 7px; 
}
.fullspace {
	margin-bottom: 14px; 
}


ul.arrow {
	list-style-type: none;
}
ul.arrow li {
	background-image: url('../images/bullet_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 12px;
	
	
}

ul.arrow_link {
	list-style-type: none;
	text-indent: -12px;
}
ul.arrow_link li {
	padding-left: 12px;
	padding-bottom: 4px;
}


ul.arrow_link li a, ul.arrow_link li a:link, ul.arrow_link li a:visited {
	color: #50327c;
	text-decoration: none;
	background-image: url('../images/bullet_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 12px;
}
ul.arrow_link li a:hover {
	color: #50327c;
	text-decoration: none;
	background-image: url('../images/bullet_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 12px;
}
ul.arrow_link li a:active {
	color: #f58026;
	text-decoration: none;
	background-image: url('../images/bullet_arrow-down.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 12px;
}


ul.plus {
	list-style-type: none;
}
ul.plus li {
	background-image: url('../images/bullet_plus.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 12px;
}
ul.plus_link {
	list-style-type: none;
	text-indent: -12px;
}
ul.plus_link li {
	padding-left: 12px;
	padding-bottom: 2px;
}
ul.plus_link li a, ul.plus_link li a:link, ul.plus_link li a:visited {
	color: #50327c;
	text-decoration: none;
	background-image: url('../images/bullet_plus.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 12px;
}
ul.plus_link li a:hover {
	color: #50327c;
	text-decoration: none;
	background-image: url('../images/bullet_plus.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 12px;
}
ul.plus_link li a:active {
	color: #f58026;
	text-decoration: none;
	background-image: url('../images/bullet_plus-down.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 12px;
}






a.dotted, a.dotted:link, a.dotted:visited {
	color: #50327c;
	text-decoration: none;
	border-bottom: 1px solid #50327c;
	border-bottom: 1px solid #50327c;
}
a.dotted:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
a.dotted:active {
	color: #f58026;
	text-decoration: none;
	border-bottom: 1px solid #f58026;
}



a span.dotted, a:link span.dotted, a:visited span.dotted {
	color: #50327c;
	text-decoration: none;
	border-bottom: 1px solid #50327c;
	border-bottom: 1px solid #50327c;
}
a:hover span.dotted {
	color: #50327c;
	text-decoration: none;
	border-bottom: 1px solid #50327c;
}
a:active span.dotted {
	color: #f58026;
	text-decoration: none;
	border-bottom: 1px solid #f58026;
}





/* layout rules */
#page-wrap {
	width: 911px;
	margin: 0 auto;
	position: relative; 
	/* background: transparent url('../images/bg_page.gif') repeat-y top left; */
}
#page {
	/*border: 1px solid #c7c7c1;*/
	border: 1px solid #7b7b7b;
	width: 902px;
	background: #fff;
	position: relative;
}

#content-wrap {
	float: left;
	width: 720px;
	margin-top: 4px;
	border: 0px solid red;	
}
body.home #content-wrap {
	float: left;
	width: 888px;
	margin-top: 4px;
}
#content {
}
#column_main-wrap {
	float: left;
	width: 467px;
	margin-right: 18px;
	margin-top: 14px;
	margin-bottom: 20px;
}
body.home #column_main-wrap {
	float: left;
	width: 880px;
	padding-left: 8px;
	margin-right: 0px;
	margin-top: 14px;
	margin-bottom: 20px;
}
#column_main {
}
#column_sidebar-wrap {
	float: left;
	width: 235px;
	margin-top: 14px;
}
#column_sidebar {
}
#footer-wrap {
	clear: both;
	width: 911px;
	margin: 0 auto;
	position: relative;
	/* background: transparent url('../images/bg_page-footer.gif') no-repeat top left; */
}
#footer {
	float: right;
	padding: 8px;
	padding-right: 20px;
	color: #9b9385;
}
#footer_left {
	float: left;
	margin-top: 7px;
}
/* inner columns */
.col-wide {
	display: inline-block;
}
.col-half {
	float: left;
	width: 233px;
}
body.home .col-1,
body.home .col-2 {
	float: left;
	width: 307px;
}
body.home .col-3 {
	float: left;
	width: 266px;
}
.col-module {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
body.home .col-3 .col-module {
	clear: both;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
}
.col-module .btn {
	margin: 0;
	padding: 0;
	display: block;
}
.col-module .btn-right {
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}
.module-notify-wrap {
	padding-bottom: 10px;
}
.module-notify-wrap h3 {
	background: #ededed;
}
.module-notify {
	padding: 10px;
	background: #ededed;
	padding-top: 0;
}


#myEmblemHealth {
	border-top: 1px solid #c9c9c9;
	padding: 14px;
	padding-left: 18px;
	padding-right: 0;
	margin-top: 7px;
}
#myEmblemHealth p {
	margin-bottom: 3px;
}



/*
td.breadcrumb-wrap {
	height: 64px;
}
#breadcrumb {
	color: #333;
	padding: 10px;
	padding-left: 14px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	color: #50327c;
	text-decoration: none;
	border-bottom: 1px dashed #50327c;
	border-bottom: 1px dotted #50327c;
}
#breadcrumb a:hover {
	color: #50327c;
	text-decoration: none;
	border-bottom: 1px solid #50327c;
}
#breadcrumb a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

*/

INPUT.searchbox {
	color: #999;
	font-style: italic;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border: 1px solid #c5c5c5;
	background: #f2f6fd;
	width: 110px;
}



#login-wrap {
	min-height: 143px;
	height: auto !important;
	height: 143px;
	width: 467px;
	background: #ededed url('../images/bg_login.png') no-repeat top left;
}

#login-wrap_new {
	min-height: 143px;
	height: auto !important;
	height: 143px;
	width: 732px;
	/*background: #ededed url('../images/memberBanner811.jpg') no-repeat top left;*/
	background: #ededed url('../images/memberBanner811_outage.jpg') no-repeat top left;
	
}


body.home #login-wrap {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 741px;
	background: #ededed url('../images/img_home2c.jpg') no-repeat top left;
	margin-left: 147px;
}
/* trial */
body.homeBanner011 #login-wrap {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 741px;
	background: #ededed url('../images/img_home1.jpg') no-repeat top left;
	margin-left: 147px;
}
body.homeBanner012 #login-wrap {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 741px;
	background: #ededed url('../images/img_home2.jpg') no-repeat top left;
	margin-left: 147px;
}

body.homeBanner014 #login-wrap {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 741px;
	background: #ededed url('../images/img_home3.jpg') no-repeat top left;
	margin-left: 147px;
}


/* end trial */
#login {
}
#login div.col-module {
	padding-top: 10px;
}
.login-rule {
	border-top: 1px solid #c9c9c9;
	margin-top: 7px;
	padding-top: 7px;
}
body.home .rule {
	border-top: 1px solid #c9c9c9;
	margin-top: 28px;
	padding-top: 14px;
}

#login td.login {
	color: #fff;
	padding: 3px;
	line-height: 120%;
}
#login td.login-head {
	color: #fff;
	padding: 4px;
	padding-top: 0;
	font-size: 12px;
	line-height: 125%;
}


#login td.login a.dotted, #login td.login a.dotted:link, #login td.login a.dotted:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#login td.login a.dotted:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#login td.login a.dotted:active {
	color: #f58026;
	text-decoration: none;
	border-bottom: 1px solid #f58026;
}

INPUT.login {
	color: #999;
	font-style: italic;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border: 1px solid #c5c5c5;
	background: #fff;
	width: 150px;
	padding: 2px;
	font-size: 11px;
}

SELECT.login {
	color: #333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border: 1px solid #c5c5c5;
	background: #fff;
	width: 156px;
	font-size: 11px;
}




/*@@@ added 04.14.2009 @@@ -lt*/


#overview div#dlink {

margin-top:-20px;
padding:0px 0px 0px 365px;

}


#overview p#top {margin-top:-17px;padding:0px 0px 0px 375px;}
 



