/*  CSS RESET http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain) */
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;
}
/* ================================= */

/*  SELECTORS ====================== */
html {
	background:#747474;
}
body {
	height:1200px;
	width:100%;
	background:#FFF url(../img/bg-sky.jpg) no-repeat center top;
	border-top:solid 3px #00A7E1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#9B9B9B;
}
a {
	color:#177194;
	text-decoration:none;
	cursor:pointer;
}
h1 {
	clear:both;
	font-size:58px;
	color:#2DA4CC;
	font-weight:bold;
	letter-spacing:-2px;
}
h2 {
	padding-bottom:.5em;
	font-size:20px;
	color:#2DA4CC;
	font-weight:bold;
}
h3 {
	padding-bottom:.5em;
	font-size:16px;
	color:#2DA4CC;
	font-weight:normal;
}
h4 {
	clear:both;
	font-size:14px;
	color:#2DA4CC;
	font-weight:bold;
}
h5 {
	padding-bottom:.25em;
	font-size:20px;
	color:#999;
	line-height:1em;
}
h6 {
	font-size:14px;
	color:#1D6B85;
	font-weight:normal;
}
hr {
	clear:both;
	height:1px;
	margin-top:5px;
	padding-bottom:5px;
	border:none;
	border-top:solid 1px #F0F0F0;
}
p {
	padding-bottom:.75em;
}
ol, ul {
	margin-left:18px;
	padding-bottom:.5em;
}
li {
	padding-bottom:.5em;
}
small {
	font-size:10px;
}
strong {
	font-weight:bold;
}
:focus {
	outline:0;
}
/* ================================= */

/* GENERAL LAYOUT ================== */
.wrapper {
	width:970px;
	height:805px;
	margin:0 auto;
}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}

/* Header */
.header {
	padding:10px 0 30px;
}
.header a {
	font-size:10px;
	color:#00A7E1;
	font-weight:bold;
	text-decoration:none;
}
.header h2 {
	padding-bottom:0;
	font-size:28px;
}
.header h2 span {
	font-size:18px;
	font-style:italic;
}
.logo {
	float:left;
	width:110px;
	height:50px;
	margin-bottom:30px;
}
#agentHeader .logo {
	margin-bottom:20px;
}
.header-right {
	float:right;
	font-size:11px;
	color:#666;
	text-align:right;
}
.header-right a {
	font-size:11px;
}
/**/
/* Left Column */
.col-left {
	clear:both;
	float:left;
	width:640px;
	margin-right:15px;
}
.content {
	position:relative;
	clear:both;
	width:610px;
	height:380px; /* Forces height to match form */
	padding:15px 15px 0 15px;
	background:#FFF;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	overflow: hidden;
}
.content-left {
	float:left;
	width:200px;
	margin-right:15px;
}
.content-right {
	float:left;
	width:360px;
}
.agentPhoto {
	width:200px;
	height:166px;
	margin-bottom:15px;
	border:1px solid #E6E6E6;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px; /* Future-proofing */
	-khtml-border-radius:20px;
}

#cityBusiness h2,
#cityBusiness li,
#cityBusiness .listHeader {
	padding-bottom:.25em;
}
#dual h2 {
	padding-bottom:.25em;
	font-size:18px;
}
#dual h3 {
	font-size:15px;
}
#dual p.listHeader {
	padding-bottom:.25em;
}
#dual li {
	padding-bottom:.25em;
}
#dual .content-left,
#dual .content-right {
	width:277px;
}
#dual .content-left p,
#dual .content-right p {
	padding-bottom:.25em;
}
#dual .agentPhoto {
	float:left;
	margin:0 10px 5px 0;
	width:90px;
	height:74px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px; /* Future-proofing */
	-khtml-border-radius:10px;
}

#dual .agentInfo {
	display: block;
	padding-left: 105px;
}

#dual .content-left li,
#dual .content-right li {
	font-size:12px;
}
.listHeader {
	font-size:15px;
	font-weight:bold;
	color:#2DA4CC;
}
.marketingArea {
	padding:15px 0 15px 15px;
	background:#FFF;
}
.marketingContent {
	height:110px;
	padding:15px 0 5px 15px;
	border:solid 1px #E3E3E3;
	-moz-border-radius:15px;
	border-radius:15px;
	font-size:14px;
	overflow:auto;

	/* Some styles are overwritten in-line for ease of editing the template */

}
.marketing-left {
	float:left;
	width:303px;
}
.marketing-left h1 {
	padding-bottom:.25em;
	font-size:22px;
	color:#FFA12B;
	font-weight:normal;
	letter-spacing:-1px;
}
.marketingContent img {
	float:left;
	width:295px;
	height:105px;
	margin-left:10px;
}
.marketing-left a p {
	color:#FFF;
	font-weight:bold;
	font-size: 12px;
	padding: 6px 0 0 12px;
}
.videoContent {
	height:100px;
	margin-top:15px;
	padding:15px 20px;
	background:#FFF;
	border:solid 1px #E3E3E3;
	-moz-border-radius:15px;
	border-radius:15px;
	overflow:auto;
}
.videoContent h6 {
	font-size:16px;
	color:#FFA12B;
	line-height:1.3em;
}
.thumbnail {
	position:relative;
	float:right;
	margin-left:25px;
	padding-top:5px;
}
.ytThumb {
	-moz-border-radius:15px;
	border-radius:15px;
}
.ytPlay {
	position:absolute;
	top:28px;
	left:38px;
}
.link-map,
.link-video {
	font-size:10px;
	color:#177194;
	font-weight:bold;
	text-decoration:none;
}
.link-video {
	line-height:1.5em;
}
/* Pretty Photo for Video */
#videoSocial {color:#f89829; height:20px;display:block; margin:0 0 0 0; padding:5px 0 10px 0; text-align:left;}
#videoShare {margin:5px 10px 0 0;}
.aflacFB {background:transparent url('../img/fb.png') no-repeat left top; display:block; width:20px; height:20px; margin: 0 5px 0 10px;}
.aflacTwitter {background:transparent url('../img/twitter.png') no-repeat left top; display:block; width:20px; height:20px; margin: 0 5px 0 5px;}
.aflacPlus {margin: 0 5px 0 5px;}
#videoLink {background:transparent url('../img/link.png') no-repeat left 5px; padding: 0 0 0 25px; margin:0 0 0 10px; display:block;}
#videoLink input[type=text] {background-color:#efefef; border:none; color:#333;margin:0 0 0 5px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
padding:3px 4px 2px 9px;}


/* MAREKETING AREA ================== */

/* Learn More Sprite */
.link-learnMore {
	display:block;
	width:138px;
	height:26px;
	background:url(../img/sprite-form.png) no-repeat left -230px;
}

/* Learn More Button - Original */
.link-learnMore:hover {
	background-position:-150px -230px;
}

/* Get Well Duck Sprite */
.link-get-well-duck {
	display:block;
	width:138px;
	height:26px;
	background:url(../img/sprite-form_new.png) no-repeat left -320px;
}

/* Get Well Duck Button - Original */
.link-get-well-duck:hover {
	background-position: -150px -320px;
}

/* Get Well Duck Sprite */
.link-progress {
	display:block;
	width:190px;
	height:26px;
	background:url(../img/sprite-form.png) no-repeat left -320px;
}

/* Get Well Duck Button - Original */
.link-progress:hover {
	background-position: left -350px;
}

/* ================================= */


.link-map:hover,
.link-video:hover {
	color:#FFA12B;
}

.col-right {
	float:left;
	width:315px;
}
#social {
	float:right !important;
	width:315px;
	height:50px;
	margin-top:10px;
	text-align:left;line-height:.5;
}
#social #fb {
	float:right;
	width:auto;
}
#social #gp {
	float:right;
	width:auto;
	margin-left:10px;
}
#social #gp table {
	float:right;
}
.town {
	height:285px;
	margin:0 auto;
	background:#FFF url(../img/bg-town.jpg) no-repeat center bottom;
}
/* ================================= */

/* FOOTER ========================== */
.footerWrapper {
	height:160px;
	background:#747474;
}
.footer {
	width:960px;
	margin:0 auto;
	padding:15px 0 0;
	font-size:11px;
	color:#BABABA;
}
.footer a {
	color:#EEE;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.footer a:hover {
	text-decoration:underline;
}
.aflacCodes {
	width:960px;
	margin:0 auto;
	padding:10px 0;
	font-size:9px;
	color:#BABABA;
}
.code-left,
.code-right {
	float:left;
	width:480px;
}
.code-right {
	text-align:right;
}
/* ================================= */

/* TOP NAVIGATION ================== */
.nav {
	width:477px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.nav li {
	float:right;
	padding-bottom:0;
}
.nav a {
	display:block;
	height:40px;
	margin:0 0 -10px -22px;
	background:url(../img/sprite-nav.png) no-repeat left top;
}
a.nav-become-an-agent {
	width:169px;
	background-position:left top;
}
a.nav-become-an-agent:hover {
	background-position:left -40px;
}
li.highlight a.nav-become-an-agent {
	background-position:left bottom;
}
a.nav-brokers {
	width:116px;
	background-position:-170px top;
}
a.nav-brokers:hover {
	background-position:-170px -40px;
}
li.highlight a.nav-brokers {
	background-position:-170px bottom;
}
a.nav-businesses {
	width:129px;
	background-position:-290px top;
}
a.nav-businesses:hover {
	background-position:-290px -40px;
}
li.highlight a.nav-businesses {
	background-position:-290px bottom;
}
a.nav-individuals {
	width:129px;
	background-position:-420px top;
}
a.nav-individuals:hover {
	background-position:-420px -40px;
}
li.highlight a.nav-individuals {
	background-position:-420px bottom;
}

/* ================================= */

st_plusone + div {
	margin-left: 3px !important;
	margin-right: 1px !important;
	width: 27px !important;
}
