/* ---------- RESET ---------- */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
	outline: 0;
	border: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ---------- END RESET ---------- */


/* ---------- TAGS ---------- */
@font-face {
  font-family: Helvetica Neue Condensed;
  src: url(fonts/HelveticaNeueCondensed.otf) format("opentype");
}
@font-face {
  font-family: Helvetica Neue Light;
  src: url(fonts/HelveticaNeueLight.otf) format("opentype");
}
body {
	color: #4E4E4E;
	font-family: Helvetica, Arial, sans-serf;
	background-color: #1F7ED4;
    background-image: -moz-linear-gradient(top, #1F7ED4, #0D3E70); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1F7ED4),color-stop(1, #0D3E70)); /* Saf4+, Chrome */
    background-image: linear-gradient(top, #1F7ED4, #0D3E70);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1F7ED4', EndColorStr='#0D3E70'); /* IE6�IE9 */
}
body.landing {
	background-color: #fafafa;
	background-image: none;
}
p {
	margin-bottom: 15px;
}
a:link, a:visited {
	color: #145492;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serf;
	font-weight: normal;
	color: #145492;
	text-shadow: #BBB 0px 0px 5px;
}
h1 {
	font-size: 36px;
	margin-bottom: 10px;
}
h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
h6 {
	font-size: 16px;
	margin-bottom: 5px;
}
h2 a:link, h2 a:visited {
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	text-decoration: none;
}
h4 a:link, h4 a:visited {
	text-decoration: none;
}
h4 a:hover, h4 a:active {
	text-decoration: none;
}
strong {
	color: #145492;
}
/* ---------- END TAGS ---------- */


/* ---------- CLASSES ---------- */
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.divider {
	width: 970px;
	height: 1px;
	margin: 15px 0;
	background-color: #DDD;
}
.shortDivider {
	width: 430px;
	height: 1px;
	margin: 5px 0;
	background-color: #DDD;
}
.docLink {
	background-image: url("images/docIcon-trans.png");
	background-repeat: no-repeat;
	background-position: 7px 0px;
	padding-top: 5px;
	margin-top: 5px;
	line-height: 1em;
}
.webLink {
	background-image: url("images/linkIcon-trans.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 7px;
	margin-top: 7px;
	line-height: 1em;
}
.videoLink {
	background-image: url("images/videoIcon-trans.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 7px;
	margin-top: 7px;
	line-height: 1em;
}
/* ---------- END CLASSES ---------- */


/* ---------- DIVS ---------- */
#landing {
	width: 350px;
	margin: 0 auto;
	text-align: center;
}
#landing img.logo {
	margin: 25px 0;
}
#landing a img {
	opacity: 1;
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
#landing a img:hover {
	margin: 5px 0;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#topBar {
	position: absolute;
	/* top: 0; */
	bottom: 0;
	left: 0;
	height: 90px;
	width: 100%;
	/*
background-image: url("images/topBar-trans.png");
	background-repeat: repeat-x;
*/
	background-color: #1e6fbc;
	z-index: 100;
}
#topBarInside {
	/* width: 1000px; */
	margin: 0 auto;
	padding-top: 5px;
}
#topBarInside #scroller {
	display: block;
	height: 70px;
	/* width: 730px; */
	width: 100%;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	text-align: center;
}
#topBarInside li {
	list-style-type: none;
	margin-bottom: 50px;
	font-size: 13px;
	font-style: italic;
	/* color: #CCC; */
	color: #fff;
	line-height: 1.5em;
}
#videoButton {
	float: right;
}
#videoButton a:link, #videoButton a:visited {
	text-decoration: none;
	display: block;
	margin-top: 2px;
	padding: 10px 12px 8px;
	color: #FFF;
    font-size: 16px;
	opacity: 1;
	cursor: pointer;
	background-color: #1D76C8;
    background-image: -moz-linear-gradient(top, #1D76C8, #11314E); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1D76C8),color-stop(1, #11314E)); /* Saf4+, Chrome */
    background-image: linear-gradient(top, #1D76C8, #11314E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1D76C8', EndColorStr='#11314E'); /* IE6�IE9 */
    -moz-border-radius: 7px; /* FF1+ */
    -webkit-border-radius: 7px; /* Saf3-4 */
    border-radius: 7px; /* Opera 10.5, IE9, Saf5, Chrome */
}
#videoButton a:hover, #videoButton a:active {
	background-color: #DDD;
    background-image: -moz-linear-gradient(top, #FFFFFF, #999999); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #999999)); /* Saf4+, Chrome */
    background-image: linear-gradient(top, #FFFFFF, #999999);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#999999'); /* IE6�IE9 */
    color: #555;
}
#topBarFix {
	padding-top: 60px;
}
#logo {
	width: 364px;
	height: 52px;
	margin: 20px 0 10px 40px;
}
#navigation {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background-image: url("images/navBG-trans.png");
	background-repeat: no-repeat;
}
#tagline {
	width: 729px;
	height: 70px;
	margin: 50px auto;
}
#homeContent {

}
#headerTitle {
	margin-top: 30px;
}
#content {
	min-height: 300px;
	background-color: #FFF;
	padding: 15px;
	margin: 10px 0 20px;
	-moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3-4 */
    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome */
    -moz-box-shadow: 0px 0px 35px #062342;
	-webkit-box-shadow: 0px 0px 35px #062342;
	box-shadow: 0px 0px 35px #062342;
}
#content p {
	line-height: 1.2em;
}
#content ul {
	margin-bottom: 20px;
}
#content li {
	margin-left: 35px;
	padding: 3px 0;
	list-style-type: circle;
}
#content h4 a:link, #content h4 a:visited {
	text-decoration: underline;
}
#content h4 a.backToHome:link, #content h4 a.backToHome:visited {
	font-size: 26px;
	text-decoration: none;
}
#video {
	float: left;
	width: 530px;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 50px #666;
	box-shadow: 0px 0px 50px #666;
}
#resources {
	float: right;
	width: 420px;
	padding: 50px 10px 10px 10px;
	background-image: url("images/resources-trans.png");
	background-repeat: no-repeat;
	background-position: top right;
}
#resources a:link, #resources a:visited {
	font-family: "Helvetica Neue Condensed";
	color: #505050;
	font-size: 20px;
	display: block;
	padding-left: 45px;
	height: 37px;
	text-decoration: none;
}
#resources a:hover, #resources a:active {
	color: #145797;
}
#bottomTagline {
	width: 362px;
	height: 35px;
	float: right;
	margin: 0 10px 20px 0;
	background-image: url("images/taglineBottom-trans.png");
	background-repeat: no-repeat;
}
#center {
	height: 750px;
	background-image: url("images/centerBG-trans.png");
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
#center img.fadeOut {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#center img.fadeOver {
	position: absolute;
	left: 0;
	top: 0;
}
#center #webinars {
	float: left;
	width: 280px;
	height: 205px;
	margin: 20px 0 0 0;
	background-image: url("images/webinars-trans.png");
	background-repeat: no-repeat;
	position: relative;
}
#center #step0 {
	float: left;
	width: 238px;
	height: 204px;
	margin: 20px 0 0 100px;
	background-image: url("images/step0-trans.png");
	background-repeat: no-repeat;
	position: relative;
}
#center #step1 {
	float: left;
	width: 279px;
	height: 200px;
	margin: 20px 0 0 100px;
	position: relative;
}
#center #events {
	float: left;
	width: 269px;
	height: 181px;
	margin: 40px 0 0 0;
	background-image: url("images/events-trans.png");
	background-repeat: no-repeat;
	position: relative;
}
#center #step2 {
	float: left;
	width: 269px;
	height: 181px;
	margin: 40px 0 0 460px;
	background-image: url("images/step2over-trans.png");
	background-repeat: no-repeat;
	position: relative;
}
#center #step5 {
	float: left;
	width: 280px;
	height: 202px;
	margin: 30px 0 0 0;
	background-image: url("images/step5over-trans.png");
	background-repeat: no-repeat;
	position: relative;
}
#center #step4 {
	float: left;
	width: 238px;
	height: 205px;
	margin: 30px 0 0 100px;
	background-image: url("images/step4over-trans.png");
	background-repeat: no-repeat;
	position: relative;
}
#center #step3 {
	float: left;
	width: 279px;
	height: 202px;
	margin: 30px 0 0 100px;
	background-image: url("images/step3over-trans.png");
	background-repeat: no-repeat;
	position: relative;
}
#newsTitle {
	margin-top: 30px;
}
#news {
	background-color: #FFF;
	padding: 15px;
	margin: 5px 0 40px;
	-moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3-4 */
    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome */
    -moz-box-shadow: 0px 0px 35px #062342;
	-webkit-box-shadow: 0px 0px 35px #062342;
	box-shadow: 0px 0px 35px #062342;
}
#news img {
	margin: 0 10px;
    -moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}
#news a img {
	-moz-box-shadow: 0px 0px 0px #FFF;
	-webkit-box-shadow: 0px 0px 0px #FFF;
	box-shadow: 0px 0px 0px #FFF;
}
#footer {
	background-color: #000000;
    background-image: -moz-linear-gradient(top, #333333, #000000); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333333),color-stop(1, #000000)); /* Saf4+, Chrome */
    background-image: linear-gradient(top, #333333, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#000000'); /* IE6�IE9 */
    border-top: 1px solid #0E3E6F;
    color: #959595;
    font-size: 13px;
    font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serf;
}
#footerContent {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 20px;
}
#copyright {
	float: left;
}
#footerRight {
	float: right;
}
#simplifiedLogo {

}
#social {
	margin: 15px 0 0 37px;
}
#social img {
	margin-right: 3px;
}
#social a img:link, #social a img:visited {
	opacity: 1;
}
#social a img:hover, #social a img:active {
	opacity: 0.7;
}
/* ---------- END DIVS ---------- */


/* ---------- NAV ---------- */
#navigation #nav {
	margin-left: 15px;
	padding-top: 12px;
}
#navigation #nav li {
	list-style-type: none;
	display: inline;
	font-size: 24px;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serf;
	letter-spacing: 1px;
	margin-right: 35px;
}
#navigation #nav li:first-child {
	margin-left: 20px;
}
#navigation #nav li:last-child {
	margin-right: 0;
}
#navigation a:link, #navigation a:visited {
	color: #FFF;
	text-shadow: #FFF 0px 0px 5px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	color: #999;
	text-shadow: #000 0px 0px 5px;
	text-decoration: none;
}
/* ---------- END NAV ---------- */



/* ---------- FANCYBOX ---------- */
#fancybox-overlay {
	background-color: #000;
}
#fancybox-content {
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
}
#fancybox-content h3.gform_title {
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 28px !important;
}
#fancybox-content #gform_wrapper_1 input {
	padding: 5px !important;
}
#fancybox-content .gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .ginput_complex .ginput_right select {
	width: 88% !important;
}
#fancybox-content #gform_wrapper_1 .ginput_complex .ginput_left input {
	width: 88% !important;
}
#fancybox-content #gform_wrapper_1 .gform_description {
	font-size: 15px;
}
/* ---------- END FANCYBOX ---------- */



/* ---------- WORDPRESS ---------- */
img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#postThumbnail img {
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	margin: 0 10px 10px 0;
}
/* ---------- END WORDPRESS ---------- */


/* ---------- COMMENTS ---------- */
#formTop {
	width: 350px;
	text-align: right;
}
input.wpcf7-submit {
	display: block;
	padding: 10px 15px;
	background-color: #13528F;
	color: #FFF;
	border: none;
	opacity: 1;
	cursor: pointer;
	-moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome */
}
input.wpcf7-submit:hover {
	background-color: #333;
}
#commentsArea ul li {
	list-style-type: none;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
small {
	font-style: italic;
	color: #5FA8AB;
}
.reply a:link, .reply a:visited {
	display: none;
}
input {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	background-color: #DDD;
	border: 1px #999 solid;
	color: #000000;
	width: 200px;
	padding: 3px;
	margin: 5px;
}
textarea {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	background-color: #DDD;
	border: 1px #999 solid;
	color: #000000;
	width: 500px;
	padding: 3px;
	margin: 5px;
}
input:focus, textarea:focus {
	background-color: #FFF;
	border: 1px #999 solid;
}
input#submit {
	display: block;
	padding: 10px 15px;
	background-color: #5FA8AB;
	color: #FFF;
	border: none;
	opacity: 1;
	cursor: pointer;
}
input#submit:hover {
	background-color: #333;
}
.red {
	color: #DB0000;
}
/* ---------- END COMMENTS ---------- */



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width : 640px) {
#topBar {
	position: relative;
	height: 115px;
	width: 100%;
	background-color: #1e6fbc;
	z-index: 100;
}
#topBarInside {
	margin: 0 auto;
	padding: 5px;
}
#topBarInside #scroller {
	display: block;
	height: 80px;
	width: 100%;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	text-align: center;
}
#topBarInside li {
	list-style-type: none;
	margin-bottom: 60px;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	line-height: 1.5em;
}
#landing {
	width: 320px;
}
#landing img.logo {
	width: 300px;
}
#landing a img {
	width: 240px;
}
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
