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

/* START COMMON STYLES RELATED TO GENERAL LAYOUT */

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

/* styles for main html structure display */

body, #body_P, #body_K, #body_T, #body_C {
	margin: 0 0 0 0;
}

table {
	border: 0 none;
}

table#main_1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table#main_2 {
	width: 100%;
	margin-bottom: 20px;
}

td#main_row1, td#main_row1_P, td#main_row1_K, td#main_row1_T, td#main_row1_C {
	text-align: left;
	vertical-align: top;
}

td#main_row2, td#main_row2_P, td#main_row2_K, td#main_row2_T, td#main_row2_C {
	text-align: center;
	vertical-align: top;
}

td#main_row3, td#main_row3_P, td#main_row3_K, td#main_row3_T, td#main_row3_C {
	text-align: left;
	vertical-align: top;
	height: 10px;
	background-color: #252525;
}

td#main_column1, td#main_column1_P, td#main_column1_K, td#main_column1_T, td#main_column1_C {
	text-align: left;
	height: 100%;
	vertical-align: top;
	position: relative;
}

td#main_column2, td#main_column2_P, td#main_column2_K, td#main_column2_T, td#main_column2_C {
	text-align: left;
	vertical-align: top;
	width: 100%;
}

td#main_column3, td#main_column3_P, td#main_column3_K, td#main_column3_T, td#main_column3_C {
	width: 10px;
	text-align: left;
	vertical-align: top;
}

/* styles for master page body content display */

table#mPgBody_table1 {
	width: 461px;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 100px;
}

table#mPgBody_table2 {
	width: 461px;
}

td#mPgBody_row1 {
	width: 461px;
	height: 10px;
	text-align: left;
	vertical-align: top;
}

td#mPgBody_row2 {
	width: 461px;
	text-align: left;
	vertical-align: middle;/* padding-left: 5px; */
}

td#mPgBody_row3 {
	width: 461px;
	text-align: center;
	vertical-align: top;
}

td#mPgBody_row4 {
	width: 461px;
	text-align: center;
	vertical-align: middle;
}

td#mPgBody_column1 {
	width: 436px;
	text-align: left;
	vertical-align: top;
}

td#mPgBody_column2 {
	width: 25px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}
/*///////////////////////////////////////////////*/

/*  END COMMON STYLES RELATED TO GENERAL LAYOUT */

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



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

/* START CUSTOM STYLES */

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


/* GrayBar ------------------------------------------*/

#GrayBarWrapper {
	width: 100%;
	height: 47px;
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(top, #4d4d4d 0%, #3b3b3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #3b3b3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d4d4d 0%, #3b3b3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d4d4d 0%, #3b3b3b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d4d4d 0%, #3b3b3b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d4d4d 0%, #3b3b3b 100%); /* W3C */
}

#GrayBar {
	width: 100%;
	margin: 0 auto;
	height: 47px;
}

#GrayBar ul.Triggers {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 1440px;
	margin: 0 auto;
}

#GrayBar ul.Triggers li {
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, serif;
	font-size: 19.2px;
	border-left: 1px solid #5f5f5f;
	margin: 0;
	padding: 10px 1.2em 0;
	min-height: 37px;
	cursor: pointer;
}

#GrayBar ul.Triggers li.One {
	padding-left: 3%;
	border-left: 0;
}

#GrayBar ul.Triggers li.Four {
	padding-right: 3%;
}

#GrayBar ul.Triggers li span {
	background: url(/licensees/licensee523/images/white-down-arrow.png) right center no-repeat;
	padding-right: 25px;
}

#GrayBar ul.Triggers li.Active span {
	background-image: url(/licensees/licensee523/images/blue-up-arrow.png);
}

#GrayBar ul.Triggers li.Three, #GrayBar ul.Triggers li.Four {
	float: right;
}

#GrayBar ul.Triggers li.One {
	border-right: 1px solid #5f5f5f;
}

#GrayBar ul.Payloads li.Two, #GrayBar ul.Payloads li.Four {
	border-right: 0;
}

#GrayBar ul.Triggers li.Active {
	background: #e8e9ea;
	color: #005595;
}

#GrayBar ul.Triggers li a {
	color: #fff;
	text-decoration: none;
}

#GrayBar .cmsPanelContent {
	float: none;
}

#GrayBar .Payloads {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#GrayBar .Payloads > li {
	display: none; /* remove this by default and add it back in the mobile breakpoints */
	position: relative; /* change to relative to push content down */
	z-index: 99;
	margin: 0;
	padding: 0;
	width: 100%;
	border-left: 0;
	background: #e8e9ea; /* Old browsers */
	background: -moz-linear-gradient(top, #e8e9ea 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e9ea), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8e9ea 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8e9ea 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8e9ea 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e8e9ea 0%, #ffffff 100%); /* W3C */
}

#GrayBar .Payloads > li .NavContent {
	width: 1300px;
	margin: 0 auto;
	padding: 1.5% 70px;
}

#GrayBar .Payloads > li .NavContent h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

#GrayBar .NavContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19.2px;
	color: #005595;
	font-weight: normal;
}

#GrayBar .NavContent, #GrayBar .NavContent a {
	color: #5c5f66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#GrayBar .NavContent a.Button.Big {
	color: #fff;
	font-size: 1.2em;
}

#GrayBar .NavContent ul {
	list-style: disc;
}

#GrayBar .NavContent ul li {
	border-left: 0;
	float: none;
	padding: 0 0 0 0.4em;
	margin-left: 1.0em;
	color: #5c5f66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	cursor: auto;
	line-height: 22.4px;
}

#GrayBar .NavContent ul li a:hover {
	text-decoration: underline;
}

#GrayBar .NavContent ul.TwoCol {
	margin-top: 1%;
	margin-bottom: 0;
}

.BlueBar {
	float: left;
	background: #005595 url(/licensees/licensee523/images/blue-triangle.gif) right center no-repeat;
	width: 80%;
	height: 12px;
}

.YellowBar {
	float: right;
	background: #fbaf41 url(/licensees/licensee523/images/yellow-triangle.gif) left center no-repeat;
	width: 20%;
	height: 12px;
}

input.Button {
	font-size: 1.0em;
	background: #005595;
	position: relative;
	border: 0 none;
	color: #fff;
	padding: 0.5em 1.0em;
	display: inline-block;
}

input.Button:hover {
	background: #005ea5;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.Small {
	font-size: 12.8px;
}

/* Button
------------------------------------------*/
a.Button {
	background: #005595;
	position: relative;
	border: 0 none;
	color: #fff;
	padding: 0.5em 1.0em;
	display: inline-block;
}

a.Button:hover, a.Button:focus {
	background: #005ea5;
	text-decoration: none;
	color: #fff;
}

a.Button.Big {
	padding: 0.75em 2.5em;
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

/* Three Unequal Columns
------------------------------------------*/
.ThreeUnequalColumns {
	width: 1300px;
}

.ThreeUnequalColumns .Column1 {
	float: left;
	width: 18%;
	margin-right: 2%;
}

.ThreeUnequalColumns .Column2 {
	float: left;
	width: 60%;
	position: relative;
}

.ThreeUnequalColumns .Column3 {
	float: left;
	width: 18%;
	margin-left: 2%;
	text-align: left;
}

.ThreeUnequalColumns.MyChart .Column3, .ThreeUnequalColumns.CareLink .Column3 {
	float: right;
	text-align: right;
}

.ThreeUnequalColumns .TwoCol {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
	padding: 0;
}

.ThreeUnequalColumns .TwoCol li {
	margin: 0 0 0.6em 0;
}

.MyChart img {
	padding: 10px 0 0;
}

.MyChart .Button {
	margin-top: 10px;
}

/* Four Column List
------------------------------------------*/
ul.FourCol {
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-left: 0;
	padding: 0;
}

ul.FourCol li {
	margin-bottom: 0.6em;
}

/* Header
------------------------------------------*/
#HeaderWrap {
	width: 100%;
	min-width: 1440px;
}

#Header {
	width: 100%;
	width: 1440px;
	margin: 0 auto;
}

#Header #Logo {
	float: left;
	padding: 20px 19.2px 30px 43.2px;
}

#Header #SearchContainer {
	float: right;
	text-align: right;
}

/* Site Search
------------------------------------------*/
.CustomToggles .SearchArea {
	margin: 0;
	padding: 40px 3% 1.2em 40px;
	width: auto;
	float: right;
}

.CustomToggles .Payloads .SearchArea {
	float: right;
}

#SearchContainer #Search {
	position: relative;
	float: right;
	width: 100%;
	text-align: right;
}

#SearchContainer #Search form {
	width: auto;
}

#SearchContainer #Search fieldset {
	padding-bottom: 0;
	width: auto;
	float: right;
	border: 0;
}

#SearchContainer #Search input {
	padding: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 0;
	font-size: 12.8px;
	color: #555;
}

#SearchContainer #Search #SearchInput {
	border: 1px solid #005595;
	height: 40px;
	float: left;
	padding-left: 0.3em;
}

#SearchContainer #Search .ImgButton {
	float: left;
}

#SearchContainer #Search #SearchInput:focus {
	width: 300px;
}

/* Main Nav
------------------------------------------*/
#MainNavWrapper {
	width: 100%;
	min-width: 1440px;
	background: #56a0d3; /* Old browsers */
	background: -moz-linear-gradient(top, #56a0d3 0%, #418cc0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56a0d3), color-stop(100%,#418cc0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #56a0d3 0%,#418cc0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #56a0d3 0%,#418cc0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #56a0d3 0%,#418cc0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #56a0d3 0%,#418cc0 100%); /* W3C */
	border-bottom: 3px solid #fbaf41;
	text-align: center;
}

#MainNav {
	width: 1370px;
	margin: 0 auto;
	text-align: center;
	display: table;
	padding: 0 35px;
}

#MainNav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: table-row;
}

#MainNav ul li {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	margin: 0;
	padding: 0;
}

#MainNav ul li a, #MainNav ul li strong {
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22.4px;
	line-height: 26.8833px;
	display: block;
	margin-bottom: 0;
	padding: 11.2px 26.8833px;
	text-align: left;
}

#MainNav ul li:hover, #MainNav ul li.Active {
	background: #288acc; /* Old browsers */
	background: -moz-linear-gradient(top, #288acc 0%, #1777b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#288acc), color-stop(100%,#1777b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #288acc 0%,#1777b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #288acc 0%,#1777b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #288acc 0%,#1777b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #288acc 0%,#1777b7 100%); /* W3C */
}

/* Breadcrumbs
------------------------------------------*/
#BreadcrumbWrap {
	width: 100%;
	min-width: 1440px;
	background: #f7f7f7;
	border-bottom: 1px solid #d1d3d4;
}

#Breadcrumbs {
	width: 1300px;
	margin: 0 auto;
	min-height: 45px;
	padding: 0 70px;
	font-size: 16px;
}

#Breadcrumbs a, #Breadcrumbs strong {
	display: block;
	float: left;
	text-decoration: none;
	margin-top: 13px;
	color: #005595;
	font-family: Arial, Helvetica, sans-serif;
}

#Breadcrumbs strong {
	color: #5c5f66;
	font-weight: normal;
}

#Breadcrumbs img {
	float: left;
	padding: 0 .75em;
}

/* Prox Nav
------------------------------------------*/
.fake-wrapper {
	width: 1008px;
	margin: 0 auto;
	position: relative;
}

#ProximityNav h2 {
	border-bottom: 4px solid #fbaf41;
	margin-bottom:0.6em;
	font-family: Arial, Helvetica, sans-serif;
}

#ProximityNav h2 a {
	color:#005595;
	text-decoration:none;
	padding-bottom:5px;
	display:block;
	font-size: 26.4px;
	font-weight: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#ProximityNav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#ProximityNav li {
	line-height: 1.4em;
	margin-bottom:0.9em;
}

#ProximityNav ul li a {
	text-decoration:none;
	color:#5c5f66;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}

#ProximityNav ul li strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	line-height: 1.4em;
	display:block;
	margin-bottom:0.7em;
}

#ProximityNav ul > li span {
	padding-left:20px;
	display:block;
	font-size: 16.8px;
	line-height: 22.4px;
}

#ProximityNav ul li ul {
	padding-left:15px;
}

#ProximityNav ul li.Active > strong span {
	display:block;
	background:url(/licensees/licensee50/images/prox-nav-arrow.gif) left 0.3em no-repeat;
}

a#ProximityToggle {
	display:none;
}

#ProximityNavWrap1 {
	display:block;
}

#ProximityNavWrap {
	border: 0;
	width: 289px;
	position: absolute;
}

#ProximityNavWrap #ProximityNav {
	padding:0;
}

#banner {
	margin: 14px auto;
	width: 1008px;
}

#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33.6px;
	color: #005595;
	margin-bottom: 6.71667px;
	margin-top: 20.1667px;
	font-weight: normal;
}

/* Footer
------------------------------------------*/
#FooterWrapOne {
	position: relative;
	width: 100%;
	background: #545454; /* Old browsers */
	background: -moz-linear-gradient(top, #545454 0%, #3b3b3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(100%,#3b3b3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #545454 0%,#3b3b3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #545454 0%,#3b3b3b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #545454 0%,#3b3b3b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #545454 0%,#3b3b3b 100%); /* W3C */
}

#FooterWrap {
	width: 100%;
	min-width: 1440px;
	margin: 0 auto;
	font-size: 15px;
}

#FooterTop {
	text-align: center;
	padding: 0 70px;
	width: 1300px;
	margin:0 auto;
}

#FooterWrap ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}

#FooterWrap li {
	display: inline-block;
	padding: 1em 8px 0 5px;
	font-size: 1.2em;
	margin-left: 0;
}

#FooterWrap img {
	display: inline-block;
	margin-bottom: 0.2em;
}

#FooterWrap li a {
	color: #fff;
	text-decoration: none;
	font-size: 19.2px;
}

#FooterWrap li a:hover {
	text-decoration: underline;
}

#FooterWrap hr {
	background: url(../images/footer-hr-bg.gif) center top repeat-x;
	border: 0 none !important;
	height: 2px;
	margin-bottom: 20px;
	padding: 0;
}

#Footer {
	width: 1300px;
	margin: 0 auto;
	padding: 0 70px 20px;
}

#FooterLeft {
	float: left;
	width: 25%;
	color: #fff;
	font-size: 17.6px;
	line-height: 28.1667px;
	font-family: Arial, Helvetica, sans-serif;
}

#FooterLeft p {
	margin-bottom: 0;
}

#FooterLeft p.Phone {
	margin-top: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.3em;
}

#FooterLeft p.Phone a {
	color: #fff;
}

#FooterMiddle {
	float: left;
	width: 50%;
}

#FooterMiddle ul {
	text-align: center;
}

#FooterRight {
	float: right;
	width: 25%;
	text-align: right;
	color: #fff;
	font-size: 17.6px;
	font-family: Arial, Helvetica, sans-serif;
}

#FooterRight a {
	color: #fff;
	text-decoration: none;
}

#FooterLegalWrap {
	width: 100%;
	background: #252525;
}

#FooterLegal {
	width: 100%;
	max-width: 1440px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#FooterLegal ul {
	padding: 10px 0 0;
	margin: 0;
	list-style: none;
	width: 100%;
	max-width: 1440px;
	display: inline-block;
}

#FooterLegal li {
	display: inline-block;
	padding: 1em .5% 0;
}

#FooterLegal li a {
	color: #fff;
	text-decoration: none;
}

#FooterLegal li a:hover {
	text-decoration: underline;
}

#FooterLegal p {
	color: #fff;
	font-size: 0.8em;
	margin-top: 1.0em;
}



.Hide {
	text-indent: -32767px;
	height: 0;
	line-height: 0;
	overflow: hidden;
	margin: 0 !important;
	display: block;
}

.ClearFix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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

/* END CUSTOM STYLES */

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