@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#353535;
	line-height:20px;
}

.clear {
	clear:both;
}

.plus25 {
	margin-bottom:25px;
}

h1 {
	font-size:18px;
	line-height:24px;
	color:#005792;
	font-weight:bold;
	margin:0;
}

h2 {
	font-size:14px;
	line-height:20px;
	color:#005792;
	font-weight:bold;
	font-style:italic;
	margin:20px 0 5px 0;
	text-align:center;
}

h3 {
	font-size:16px;
	line-height:22px;
	color:#005792;
	font-weight:bold;
}

a {
	color:#0096cd;
	font-weight:bold;
	text-decoration:none;
}

#container {
	width:808px; 
	margin:0 auto;
	border:1px solid #005792;
}

#header {
	height:100px;
	width:100%;
	background-color:#005792;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:42px;
	color:#FFFFFF;
	line-height:50px;
	text-align:right;
}

#header p {
	margin: 0;
	padding:20px 20px 0 0;
}

.copy {
	padding:20px 50px;
}

.copy p {
	padding:0;
	margin:0;
}

#share-box {
	margin:10px 50px 25px 50px;
	background-color:#e5f0f4;
	border:1px solid #005792;
	padding:15px;
}

#profile-image-box {
	float:left;
	width:255px;
	height:255px;
	border:1px solid #005792;
	position:relative;
}

.resized {
	width:255px;
	height:255px;
}

#profile-image-box_bluebar {
	z-index:100;
	background-color:#005792;
	height:30px;
	width:100%;
	position:absolute;
	bottom:0;
	padding-top:5px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

#share-copy-box {
	float:right;
	text-align:left;
	width:400px;
}

/* Reason Field */

#WWreason input {
	width:375px;
	background-color:#FFF;
	border:1px solid #005792;
	height:30px;
	color:#005792;
	font-style:italic;
	padding: 0 10px;
	margin-bottom:5px;
}

[placeholder]{
	cursor:pointer;
}
[placeholder]:active,
[placeholder]:focus{
	cursor:text;
	border:1px solid #0a0;
	
	-moz-box-shadow:0 0 5px #0a0, 0 0 5px rgba(0,0,0,0.25) inset;
	-webkit-box-shadow:0 0 5px #0a0, 0 0 5px rgba(0,0,0,0.25) inset;
	box-shadow:0 0 5px #0a0, 0 0 5px rgba(0,0,0,0.25) inset;
}
*::-webkit-input-placeholder { /* WebKit browsers */
    color:#666;
}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#666;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#666;
}
*:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#666;
}

/* Reason Button */

.share {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background-color:#0096cd;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:48px;
	line-height:48px;
	width:398px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	border:0;
}.share:hover {
	background-color:#80b5ea;
}.share:active {
	position:relative;
	top:1px;
}


#sections {
	width:100%;
	border-top:8px solid #005792;
	background-image:url(../images/sections_blue.png);
	background-repeat:repeat-y;
	background-position:left;
}


.menu {
	margin:0; 
	padding:0; 
	width:300px; 
	list-style:none;
	background:#0096cd;
	float:left;
}
.menu li {
	padding:0; 
	margin:0 0 1px 0; 
	height:40px; 
	display:block; 
}
.menu li a {
	text-align:left;
	height:40px; 
	padding:0px 20px; 
	font:14px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	text-transform:uppercase;
	color:rgb(255,255,255); 
	display:block; 
	background:url(../images/verMenuImages.png) 0px 0px no-repeat; 
	text-decoration:none;
}
.menu li a:hover {
	background:url(../images/verMenuImages.png) 0px -40px no-repeat; 
	color:rgb(255,255,255);
}
.menu li a.active, .menu li a.active:hover {
	background:url(../images/verMenuImages.png) 0px -80px no-repeat; 
	color:rgb(255,255,255);
}
.menu li a span {
	line-height:40px;
}


#sections-content-box {
	float:right;
	text-align:left;
	width:450px;
	margin-right:30px;
}

.levels {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background-color:#0096cd;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:48px;
	line-height:48px;
	width:450px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
.levels:hover {
	background-color:#80b5ea;
}
.levels:active {
	position:relative;
	top:1px;
}

.blue {background-color:#005792;}
.green {background-color:#3c9c46;}

/* ============================================================================================================================
== BUBBLE WITH A RIGHT-ANGLED TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-right {
	position:relative;
	padding:15px;
	margin:1em 0 1em;
	color:#fff;
	background:#fff; 
	border:3px solid #0096cd;
	-webkit-border-radius: 20px 0px 20px 0px;
	border-radius: 20px 0px 20px 0px;
	-moz-border-radius: 20px 0px 20px 0px;
}

.triangle-right:before {
	content:"";
	position:absolute;
	bottom:-13px; /* value = - border-top-width - border-bottom-width */
	left:347px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:13px 13px 0;
	border-style:solid;
	border-color:#0096cd transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.triangle-right:after {
	content:"";
	position:absolute;
	bottom:-9px; /* value = - border-top-width - border-bottom-width */
	left:351px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:9px 9px 0;
	border-style:solid;
	border-color:#fff transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.triangle-right p {
	color:#0096cd; 
	margin:0; 
	padding:0;
}

.attribute {
	color:#0096cd; 
	margin:0; 
	padding:0; 
	text-align:right; 
	font-size:10px; 
	line-height:14px;
}



table.tableizer-table_green {
	border: 1px solid #CCC; font-family: Arial, Helvetica, sans-serif
	font-size: 12px;
} 
.tableizer-table_green td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #ccc;
}
.tableizer-table_green th {
	background-color: #3B9B45; 
	color: #FFF;
	font-weight: bold;
	text-align:center;
	padding:5px;
}
.row_green {
	background-color: #8eb984; 
	text-align:center;
	font-weight:bold;
}

table.tableizer-table_aqua {
	border: 1px solid #CCC; font-family: Arial, Helvetica, sans-serif
	font-size: 12px;
} 
.tableizer-table_aqua td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #ccc;
}
.tableizer-table_aqua th {
	background-color: #0096CD; 
	color: #FFF;
	font-weight: bold;
	text-align:center;
	padding:5px;
}
.row_aqua {
	background-color: #7fcbe6; 
	text-align:center;
	font-weight:bold;
}

table.tableizer-table_blue {
	border: 1px solid #CCC; font-family: Arial, Helvetica, sans-serif
	font-size: 12px;
} 
.tableizer-table_blue td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #ccc;
}
.tableizer-table_blue th {
	background-color: #005691; 
	color: #FFF;
	font-weight: bold;
	text-align:center;
	padding:5px;
}
.row_blue {
	background-color: #7fabc8; 
	text-align:center;
	font-weight:bold;
}
	