@charset "UTF-8";

body {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 14.25px;
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #6D6F71;
	background-position: center;
	background-image: url(images/bodyBackgroundDark.png);
	height: 100%;
}

.container {
	width: 100%;
	height: 100%;
	background-image: url(images/backgroundPattern.png);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #6D6F71;
}

.divider {
	background-color: #575858;
	height: 10px;
	width: 950px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
}

.mainShadowLeft {
	background-image: url(images/sidesShadowLeft.png);
	background-repeat: repeat-x;
	margin-right: 0px;
	height: 100%;
	width: 15px;
	position: absolute;
}

.mainShadowRight {
	background-image: url(images/sidesShadowRight.png);
	background-repeat: no-repeat;
	float: right;
	height: 100%;
	width: 15px;
	position: relative;
}

.mainHeadContainer {
	width: 950px;
	height: 180px;
	background-position: center;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #575858;
	background-color: #575858;
	padding-bottom: 8px;
}

.mainHeadMenu {
	background-color: #357AC3;
	height: 58px;
	margin-top: 10px;
	position: relative;
}

.mainHeadMenuLeft {
	background-image: url(images/mainMenuLeft.png);
	background-repeat: no-repeat;
	float: left;
	height: 58px;
	width: 10px;
}

.mainHeadMenuRight {
	background-image: url(images/mainMenuRight.png);
	background-repeat: no-repeat;
	float: right;
	height: 58px;
	width: 10px;
}

.mainHeadTop {
	height: 120px;
	position: relative;
	background-color: #575858;
	background-image: url(images/header.jpg);
	background-position: bottom;
}

.mainHeadText {
	position: absolute;
	right: 32px;
	bottom: 14px;
	font-size: 0.8em;
	font-family: verdana, arial, serif;
	font-style: normal;
	color: #426A92;
}

.mainHeadText a,.mainHeadText a:link {
	color: #426A92;
	text-decoration: none;
}

.mainHeadText a:visited {
	color: #426A92;
}

.mainHeadText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.mainHeadText a:active {
	color: #4d4d4d;
}

.mainBody {
	width: 950px;
	height: 114px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #373634;
	position: relative;
	background-position: center;
}

.mainBodyLeft {
	background-image: url(images/mainBodyleft.png);
	background-repeat: no-repeat;
	float: left;
	height: 114px;
	width: 10px;
}

.mainBodyCenter {
	height: 90px;
	width: 910px;
	position: absolute;
	padding: 10px;
}

.mainBodyRight {
	background-image: url(images/mainBodyRight.png);
	background-repeat: no-repeat;
	float: right;
	height: 114px;
	width: 10px;
	position: relative;
}

.mainSubBodySky {
	border-bottom: 10px solid #FFFFFF;
	height: auto;
	margin: 0 15px;
	position: relative;
	top: 6px;
	width: 950px;
}

.mainSubBodyCenter {
	width: 950px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}

.mainSubBodyContainer {
	padding: 0 20px 20px 20px;
	min-height: 400px;
}

#footer {
	background-color: #FFFFFF;
	background-image: url(images/mainbodyback.jpg);
	clear: both;
	height: 150px;
	margin: 0 15px;
	position: relative;
	width: 950px;
}

#footerLeft {
	background-image: url(images/mainFooterLeft.png);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 10px;
}

#footerRight {
	background-image: url(images/mainFooterRight.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	float: right;
	height: 150px;
	width: 10px;
}

p {
	margin: 0px;
	padding: 0px;
}

.shadowContainer {
	height: 100%;
	width: 1010px;
	margin: 0px auto;
	background-image: url(images/bodyBackgroundDark.png);
	background-repeat: repeat-y;
}

form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.formHome,.formHomeRadio {
	background-color: #666666;
	margin-top: 0px;
	text-align: left;
	color: #CCCCCC;
	margin-bottom: 6px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.formHomeRadio {
	margin: 0;
}

.formHome2 {
	background-color: #666666;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	color: #CCCCCC;
	margin-bottom: 6px;
}

.tertiaryNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCCCCC;
	text-decoration: none;
}

label {
	padding: 0px;
}

.tertiaryNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 30px 0 0 30px;
	float: left;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #575858;
	/* float: left; */
	margin: 30px 0px 0px 0px;
	clear: both;
}

.interiorMainBodyLeft {
	float: left;
	height: 40px;
	width: 10px;
	background-image: url(images/interiorMainBodyleft.png);
	background-repeat: no-repeat;
}

.interiorMainBodyCenter {
	height: 40px;
	width: 610px;
	padding: 0px;
	background-color: #373634;
	margin-bottom: 10px;
	text-align: left;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 2.1em;
	color: #357AC3;
}

.interiorMainBodyRight {
	float: right;
	height: 40px;
	width: 10px;
	background-image: url(images/interiorMainBodyright.png);
	background-repeat: no-repeat;
}

.interiorMainSubBodyHomeForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #CCCCCC;
	text-decoration: none;
	padding: 0;
}

.mainSubBodyInteriorBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
	padding-top: 1.5em;
}

.mainSubBodyInteriorHead {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 2.3em;
	line-height: 1em;
	font-weight: bold;
	color: #357AC3;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a,a:link,a:visited {
	color: #357AC3;
	text-decoration: none;
}

a:hover,a:active {
	color: #053B84;
	text-decoration: underline;
}

#sg_badge {
	position: absolute;
	top: -65px;
	left: 0;
}

#headLogin {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
	width: 600px;
}

#headLogin label {
	display: inline;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	color: #053B84;
	font-size: 0.9em;
	padding: 5px 0 0 5px;
	font-weight: normal;
}

#headLogin p {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #357AC3;
	font-size: 0.8em;
	padding: 5px;
}

#headLogin input.text {
	background-color: #FFFFFF;
	color: #373634;
}

input {
	display: inline;
	max-width: 355px;
}

#formbody td {
	height: 35px;
}

#formbody {
	margin: 0 auto;
}

#formbody label {
	line-height: 2em;
}

#mainSubBodyText h2,#mainBodyImage h2 {
	color: #053B84;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 14px 0;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
}

#mainSubBodyText h1 {
	color: #357AC3;
	font-size: 2.4em;
	font-weight: 600;
	margin: 0;
	padding: 5px 0;
	line-height: 33px;
}

#mainSubBodyText h3 {
	color: #357AC3;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 2px;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	line-height: 1.2em;
}

#mainSubBodyText h3.careers {
	font-weight: 600;
	font-size: 1.2em;
	color: #053B84;
}

#mainSubBodyText h2.careers {
	font-weight: 600;
	font-size: 1.0em;
	color: #053B84;
}

#mainSubBodyText h4 {
	color: #464646;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 14px;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	line-height: 1.1em;
}

#mainSubBodyText p,#mainBodyImage p,#altBodyImage p {
	color: #053B84;
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: verdana, arial, sans-serif;
	padding-bottom: 1.5em;
}

.mainHeadText a:visited {
	color: #053B84;
}

.mainHeadText a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

.mainHeadText a:active {
	color: #4d4d4d;
}

#mainSubBodyText {
	width: 610px;
	float: left;
	padding: 0px;
}

#mainSubBodySidebarContainer {
	width: 280px;
	float: right;
	position: relative;
	top:20px;
}

#mainSubBodySidebarContainer p {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #426A92;
}

.mainSubBodySidebarTop {
	background-image: url(images/mainBodySidebarTop.png);
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	height: 10px;
	z-index: 4;
}

.mainSubBodySidebarBottom {
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	width: 280px;
	height: 10px;
}

.mainSubBodySidebarCenter {
	background-color: #FFFFFF;
	background-image: url(images/mainBodySidebarBottomMiddle.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	clear: both;
	padding: 10px 20px;
	width: 238px;
	background-image: url(images/mainBodySidebarBottomMiddle.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#mainSubBodySidebarContainer h3 {
	color: #426A92;
	font-size: 1em;
	margin: 0;
	padding: 5px 0 2px;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	line-height: 1.2em;
}

#mainSubBodySidebarContainer h2 {
	color: #366FEF;
	font-size: 1.1em;
	margin: 0;
	padding: 5px 0 2px;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
}

div.c9 {
	clear: both;
}

div.c8 {
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCCCCC;
	height: 9px;
	width: 280px;
}

h2.c8 {
	color: #426A92;
}

img.c7 {
	padding-left: 6px;
	padding-bottom: 1px;
}

div.c6skyrecovery {
	margin-bottom: 10px
}

.c5 {
	color: #CCCCCC
}

div.c4 {
	background-color: #EDEDED;
	border-bottom: 1px solid #82A6E8;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	clear: both;
	padding: 10px 20px;
	width: 238px;
}

img.ca {
	float: right;
	z-index: 4;
	border-bottom: 1px solid white;
}

img.cb {
	float: left;
	z-index: 4;
	border-bottom: 1px solid white;
}

img.cat {
	float: right;
	z-index: 4;
	border-top: 1px solid white;
}

img.cbt {
	float: left;
	z-index: 4;
	border-top: 1px solid white;
}

h3.c1 {
	color: #58B6DD;
	margin-bottom: 8px;
	border-bottom: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px
}

ul li{
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #053B84;
	padding: 5px;
}


ol li{
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #053B84;
	padding: 5px;
}

