@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 568px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6699cc;
	border-left-color: #6699cc;
	background-color: #FFF;
	}
	
	/*   for skip to main content screen readers  */
.skip {
        position: absolute;
		clip: rect(0 0 0 0);
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
		display:block;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        clip:auto;
		left: 10px; 
        top: 10px; 
		color: #fff;
		background-color: #003d7f; 
		background-image: linear-gradient(to bottom, #4480c3, #003d7f);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		border: none;
		border-radius: 6px;
		line-height: 2.3;
		vertical-align: middle;
		display: inline-block;
		clear: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		text-decoration: none;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		height: 37px;
		width: auto;
		margin: 10px auto;
		padding: 0 20px;
}


#LogoLeftMobile {
	clear: both;
	float: left;
	margin-left: 0;
	width: 20%;
	display: block;
}

#LogoLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	text-align: left;
	vertical-align: bottom;
	background-color: #FFF;
	display: none;
}

#LogoMiddle {
	clear: none;
	float: left;
	margin-left: 0;
	width: 60%;
	text-align: center;
	vertical-align: bottom;
	background-color: #FFF;
}

#LogoRight {
	clear: none;
	float: left;
	margin-left: 0;
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	background-color: #FFF;
}

#RedLine {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	background-image: url(../images/RedLine_Fade.gif);
	background-repeat: repeat-x;
	height: 12px;
	background-color: #FFF;
}

nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/MenuBack.gif);
	background-repeat: repeat-x;
	height: 34px;
}

#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/MenuBack.gif);
	background-repeat: repeat-x;
	height: 34px;
}

#PageBack {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #e0f0ff;
	background-image: url(../images/Stars_Page.gif);
	background-repeat: repeat-x;
}

#Section1 {
	clear: both;
	float: left;
	width: 88%;
	display: block;
	text-align: left;
	margin-top: 1.2em;
	margin-bottom: 1.5em;
	margin-left: 2%;
	border: 1px solid #6699cc;
	padding: .7em;
	background-color: #FFF;
	border-radius: 15px;
	-moz-box-shadow: 4px 4px 2px #709bc9;
 	-webkit-box-shadow: 4px 4px 2px #709bc9;
 	box-shadow: 4px 4px 2px #709bc9;
	
}
	
	
#Section2 {
	clear: both;
	float: left;
	width: 88%;
	display: block;
	text-align: left;
	margin: .7em;
	border: 1px solid #6699cc;
	padding: .7em;
	background-color: #e0f0ff;
	border-radius: 15px;
	-moz-box-shadow: 3px 3px 2px #709bc9;
 	-webkit-box-shadow: 3px 3px 2px #709bc9;
 	box-shadow: 3px 3px 2px #709bc9;
}
	
	
#neon-box{
	width:210px;
	height:106px;
	color: #000033;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: normal;
	padding-top: 35px;
	background-image: url(../images/Neon_Lights_Box.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	display:none;
	}

#neon-box2{
	width:210px;
	height:116px;
	color: #000033;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: normal;
	padding-top: 25px;
	background-image: url(../images/Neon_Lights_Box.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	display:none;
	}

#Right {
	clear: none;
	float: right;
	margin: 1em;
	width: 45%;
	display: block;
}

#Right2 {
	clear: none;
	float: right;
	margin: 1em;
	width: 30%;
	display: block;
}


.third  {
	clear: none;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	padding-bottom:.5em;
}


.fourth  {
	clear: none;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	padding-bottom:.5em;
}

footer	{ 	clear: none;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	background-color: #003d7f; 
	background-image: -webkit-linear-gradient(#4480c3, #003d7f);
	background-image: -o-linear-gradient(#4480c3, #003d7f);
	background-image: linear-gradient(#4480c3, #003d7f);	
}

#Bottom-Box {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	padding: 3%;
}

#Bottom-Box2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	padding: 3%;
}

#Copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	padding: 1em;
}


.disappear{display:none
}

#left_content{	
	width: 100%;
	display: block;
	margin-top: 15px;
	border-top: 1px solid #A3D3FE;}

#right_content{		
	width: 100%;
	display: block;
	margin-top: 15px;
/*	border-top: 1px solid #A3D3FE;
*/	padding-top:15px;
	padding-bottom:15px;}

.zeroMargin_mobile{margin-left: 0;}

.hide_mobile{display: none;}






/* Tablet Layout: 569px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 568px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#LogoLeftMobile {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	display: none;
}

#LogoLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	background-color: #FFF;
	display: inline;
}

#LogoMiddle {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	background-color: #FFF;
}

#LogoRight {
	clear: none;
	float: left;
	margin-left: 0;
	width: 25%;
	background-color: #FFF;
}
#RedLine {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/MenuBack.gif);
	background-repeat: repeat-x;
	height: 34px;
}

#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/MenuBack.gif);
	background-repeat: repeat-x;
	height: 34px;
}

#PageBack {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #e0f0ff;
	background-image: url(../images/Stars_Page.gif);
	background-repeat: repeat-x;
}

#Section1 {
	clear: both;
	float: left;
	width: 88%;
	display: block;
	text-align: left;
	margin-top: 1.2em;
	margin-bottom: 1.5em;
	margin-left: 2%;
	border: 1px solid #6699cc;
	padding: 1.5em;
	background-color: #FFF;
	border-radius: 15px;
	-moz-box-shadow: 4px 4px 2px #709bc9;
 	-webkit-box-shadow: 4px 4px 2px #709bc9;
 	box-shadow: 4px 4px 2px #709bc9;
}


#Section2{width: 93%;}

	
#neon-box{
	width:210px;
	height:106px;
	color: #000033;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: normal;
	padding-top: 35px;
	background-image: url(../images/Neon_Lights_Box.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	display:block;
	}

#neon-box2{
	width:210px;
	height:116px;
	color: #000033;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: normal;
	background-image: url(../images/Neon_Lights_Box.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	display:block;
	}

#Right {
	clear: none;
	float: right;
	margin: 1em;
	width: 40%;
	display: block;
}

#Right2 {
	clear: none;
	float: right;
	margin: 1em;
	width: 20%;
	display: block;
}


.third  {
	clear: none;
	float: left;
	margin: 0;
	display: block;
	padding-bottom: 1em;
	width: 100%
}
	
.fourth  {
	clear: none;
	float: left;
	margin: 0;
	display: block;
	padding-bottom: 1em;
	width: 47%
}

footer  { }

#Bottom-Box {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
}

#Bottom-Box2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
}

#Copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	padding: 1em;
}



#unum-box{
	width:226px;
	height:58px;
	color: #055093;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: normal;
	margin-top: 10px;
	margin-left: -10px;
	padding-top: 35px;
	padding-left: 35px;
	background-image: url(../images/Cigna_Unum_Box.gif);
	background-repeat: no-repeat;
	float: left;
}


#cigna-box{
	width:226px;
	height:58px;
	color: #01717d;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: normal;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 35px;
	padding-left: 35px;
	background-image: url(../images/Cigna_Unum_Box.gif);
	background-repeat: no-repeat;
	float: left;
}

.disappear{display: block
}

#left_content{	clear: none;
	float: left;
	margin: 1em;
	width: 95%;
	display: block;
	border-top: none;
}

#right_content{	clear: none;
	float: right;
	margin: 1em;
	width: 95%;
	display: block;
	border-top: none;
/*	border-left: 1px solid #A3D3FE;
*/	padding-left: 2%;
	padding-bottom: 15px;
}

.hide_tablet{display: none;}

.zeroMargin_tablet{margin-left: 0;}

}


	

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {
.gridContainer {
	width: 100%;
	max-width: 954px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 20px;
    border: 0;
	border-radius: 13px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-moz-box-shadow: 0 0 4px 4px #6699cc;
 	-webkit-box-shadow: 0 0 4px 4px #6699cc;
 	box-shadow: 0 0 4px 4px #6699cc;
}

#LogoLeftMobile {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	display: none;
}

#LogoLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	background-color: #FFF;
	display: inline;
	border-radius: 13px;
}

#LogoMiddle {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
}

#LogoRight {
	clear: none;
	float: left;
	margin-left: 0;
	width: 25%;
	border-radius: 13px;
}

#RedLine {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/MenuBack.gif);
	background-repeat: repeat-x;
	height: 34px;
}

#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/MenuBack.gif);
	background-repeat: repeat-x;
	height: 34px;
}

#PageBack {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #e0f0ff;
	background-image: url(../images/Stars_Page.gif);
	background-repeat: repeat-x;
}

#Section1 {
	clear: both;
	float: left;
	width: 88%;
	display: block;
	text-align: left;
	margin-top: 1.2em;
	margin-bottom: 1.5em;
	margin-left: 2%;
	border: 1px solid #6699cc;
	padding: 2em;
	background-color: #FFF;
	border-radius: 15px;
	-moz-box-shadow: 4px 4px 2px #709bc9;
 	-webkit-box-shadow: 4px 4px 2px #709bc9;
 	box-shadow: 4px 4px 2px #709bc9;
}


#Section2{}

	
#neon-box{
	width:210px;
	height:106px;
	color: #000033;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: normal;
	padding-top: 35px;
	background-image: url(../images/Neon_Lights_Box.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	display:block;
	}


#neon-box2{
	width:210px;
	height:116px;
	color: #000033;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: normal;
	background-image: url(../images/Neon_Lights_Box.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	display:block;
	}


#Right {
	clear: none;
	float: right;
	margin: 1em 0 1em 1em;
	width: 35%;
	display: block;
}

#Right2 {
	clear: none;
	float: right;
	margin: 1em;
	width: 15%;
	display: block;
}

.third  { 	width: 32%;  padding:.3em .3em 1em .3em;}
	
.fourth  { 	width: 23%;  padding:.3em .3em 1em .3em;}


footer { }


#Bottom-Box {
	clear: both;
	float: left;
	margin-left: 0;
	width: 44%;
	display: block;
	height:100px;
}

#Bottom-Box2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 44%;
	display: block;
	height:100px;
}

#Copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	padding: 1em;
}


#unum-box{
	width:226px;
	height:58px;
	color: #055093;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: normal;
	margin-top: 10px;
	margin-left: -10px;
	padding-top: 35px;
	padding-left: 35px;
	background-image: url(../images/Cigna_Unum_Box.gif);
	background-repeat: no-repeat;
	float: left;
}


#cigna-box{
	width:226px;
	height:58px;
	color: #01717d;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: normal;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 35px;
	padding-left: 35px;
	background-image: url(../images/Cigna_Unum_Box.gif);
	background-repeat: no-repeat;
	float: left;
}

.disappear{display: block
}

#left_content {width: 60%;}

#right_content {width: 28%;}

.zeroMargin_desktop{margin-left: 0;}

.hide_desktop{display: none;}


}