/* CSS Document */

/* Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, address, img {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
html {
	overflow-y:scroll;
}
	
/*  Basic Styles
================================================== */ 	
body {
	background-color: #eeeeee;
	font: 16px/1.3 Calibri, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:hover  {
    color: #4b65ae;
	text-decoration:underline;
}
.AetnaLogo {
	padding: 45px 45px 0px 45px;
}
h2 {
	color: #ffffff;
	font: 42px/1.2 Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 45px;
	max-width: 360px;
}
h2 span {
	font-weight: bold;	
}
h3  {
    color: #4b65ae;
	font: 24px/1.2 Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 24px 8px 45px;
}
h3:first-child  {
	padding: 24px 24px 8px 45px;
}
p, address   {
	color: #000000;
	padding: 0px 24px 24px 45px;
}

header {
	background-color: #5f78bb;
	width: 960px;
	height: 355px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
.HeaderLeft, .HeaderRight {
	width: 50%;
}
.HeaderLeft {
	margin: 0px;
	padding: 0px;
	float: left;
}
.HeaderRight {
	margin: 0px;
	padding: 0px;
	float: right;
}
.Container {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	overflow: auto;
}
.Container, .ContentMain, .ContentRight, footer {
	background-color: #ffffff;
}
.ContentMain {
	margin: 0px;
	padding: 0px;
	width: 72%;
	float: left;
}
.ContentRight {
	margin: 0px;
	padding: 0px;
	width: 28%;
	float: right;
	display: block;
}
.ContentRight span {
	display:block;
    font: 21px/1.3 Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 28px 0px 0px 24px;
	margin: 0 auto;
}
.ContentRight a {
	display:block;
    font: 21px/1.2 Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px 0px 2px 24px;
	margin: 0 auto;
}
.ContentRight a:last-of-type {
	display:block;
	padding: 0px 0px 45px 24px;
}
footer {
	font: 14px/1 Calibri, Arial, Helvetica, sans-serif;
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	overflow: auto;
}
footer a, footer a:link, footer a:visited {
	color: #68747b;
	display:inline-block;
	text-decoration:none;
}
footer a:hover  {
	color: #68747b;
	display:inline-block;
	text-decoration:underline;
}
footer ul {
	display:block;
	padding: 24px;
	width: 50%;
	float:left;
}
footer li {
	color: #68747b;
	display:inline-block;
	zoom: 1;
    *display: inline;
	padding-right: 45px;
}
footer .footerCopyright {
	color: #68747b;
	display: block;
	width: auto;
	padding: 24px;
	float:right;
}

/* Tablet Screen Sizes */
@media only screen and (min-width: 768px) and (max-width: 959px) {
body, header, .HeaderLeft, .Container, .ContentMain, .ContentRight, .ContentRight span, .ContentRight a, .ContentRight a:last-of-type, footer {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.HeaderRight img {
	display: none;
}
.HeaderRight {
	float: left;
	width:100%;
	height: 300px;
	background-image:url(../images/headerPhoto.jpg);
	background-position:left 0px top -75px;
	background-repeat: no-repeat;
	background-size:cover;
}
.AetnaLogo, .ContentMain h3, .ContentMain p, address, .ContentRight span, .ContentRight a, .ContentRight a:last-of-type, footer ul, footer .footerCopyright {
	padding: 0px 25px 20px 25px;
}
header h2 {
	max-width: 100%;
	padding: 15px 25px 20px 25px;
}
header, .Container, footer {
	padding-top: 25px;
}
}

/* Mobile Landscape Screen Sizes */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body, header, .HeaderLeft, .Container, .ContentMain, .ContentRight, .ContentRight span, .ContentRight a, .ContentRight a:last-of-type, footer, footer ul, footer .footerCopyright {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.HeaderRight img {
	display: none;
}
.HeaderRight {
	float: left;
	width:100%;
	height: 250px;
	background-image:url(../images/headerPhoto.jpg);
	background-position:left 0px top -50px;
	background-repeat: no-repeat;
	background-size:cover;
}
.AetnaLogo, header h2, .ContentMain h3, .ContentMain p, address, .ContentRight span, .ContentRight a, .ContentRight a:last-of-type, footer ul, footer .footerCopyright {
	padding: 0px 24px 16px 24px;
}
header h2 {
	font: 36px/1.2 Calibri, Arial, Helvetica, sans-serif;
	max-width: 100%;
	padding: 15px 25px 20px 25px;
}
header, .Container, footer {
	padding-top: 24px;
}
}
/* Mobile Portrait Screen Sizes */
@media only screen and (max-width: 479px) {
body, header, .HeaderLeft, .Container, .ContentMain, .ContentRight, .ContentRight span, .ContentRight a, .ContentRight a:last-of-type, footer, footer ul, footer .footerCopyright {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.HeaderRight img {
	display: none;
}
.HeaderRight {
	float: left;
	width:100%;
	height: 175px;
	background-image:url(../images/headerPhoto.jpg);
	background-position:left 0px top -25px;
	background-repeat: no-repeat;
	background-size:cover;
}
.AetnaLogo, header h2, .ContentMain h3, .ContentMain p, address, .ContentRight span, .ContentRight a, .ContentRight a:last-of-type, footer ul, footer .footerCopyright {
	padding: 0px 24px 16px 24px;
}
header h2 {
	font: 32px/1.2 Calibri, Arial, Helvetica, sans-serif;
	max-width: 100%;
	padding: 15px 25px 20px 25px;
}
header, .Container, footer {
	padding-top: 24px;
}
}
