/*******************************************************************************/
/*                                  CONTENT                                    */
/*
	
	- LAYOUT (html, body, wrapper, header, footer and others containers position on the stage)
	- HEADER
	- CONTENT
	- FOOTER
	- GENERAL (global tag styles: H1, H2, etc, a, p, input and other general classes for floating, clearing, etc)
	
*/
/*******************************************************************************/


/********************************> FONT-FACE: <*******************************/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 13, 2011 */
@font-face {
    font-family: 'WhitneyHTFMediumRegular';
    src: url('../fonts/whitneyhtf-medium_0-webfont.eot');
    src: url('../fonts/whitneyhtf-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/whitneyhtf-medium_0-webfont.woff') format('woff'),
         url('../fonts/whitneyhtf-medium_0-webfont.ttf') format('truetype'),
         url('../fonts/whitneyhtf-medium_0-webfont.svg#WhitneyHTFMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WhitneyHTFBookRegular';
    src: url('../fonts/whitneyhtf-book_0-webfont.eot');
    src: url('../fonts/whitneyhtf-book_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/whitneyhtf-book_0-webfont.woff') format('woff'),
         url('../fonts/whitneyhtf-book_0-webfont.ttf') format('truetype'),
         url('../fonts/whitneyhtf-book_0-webfont.svg#WhitneyHTFBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WhitneyHTFLightRegular';
    src: url('../fonts/whitneyhtf-light_0-webfont.eot');
    src: url('../fonts/whitneyhtf-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/whitneyhtf-light_0-webfont.woff') format('woff'),
         url('../fonts/whitneyhtf-light_0-webfont.ttf') format('truetype'),
         url('../fonts/whitneyhtf-light_0-webfont.svg#WhitneyHTFLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WhitneyHTFBold';
    src: url('../fonts/whitneyhtf-bold_0-webfont.eot');
    src: url('../fonts/whitneyhtf-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/whitneyhtf-bold_0-webfont.woff') format('woff'),
         url('../fonts/whitneyhtf-bold_0-webfont.ttf') format('truetype'),
         url('../fonts/whitneyhtf-bold_0-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

.book {
	font-family: WhitneyHTFBookRegular;
}
.light {
	font-family: WhitneyHTFLightRegular;
}
.medium {
	font-family: WhitneyHTFMediumRegular;
}
.bold {
	font-family: WhitneyHTFBold;
}
.italic {
	font-family: WhitneyHTFBookRegular;
	font-style: italic;
}
.align-center {
	text-align: center;
}

.white,
a.white,
a.white:hover,
a.white:link,
a.white:visited {
	color: white;
}

.bigger {
	font-size: 14px;
}

/**************************************/
/*              LAYOUT                */
/**************************************/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
}

html, body {
	-webkit-font-smoothing: antialiased;
	/*height: 100%;*/
	width: 100%;
	min-width: 980px;
	background: url(../images/common/bg-html.jpg) no-repeat center top #81c6e4;
}
html {
	min-width: 1060px;
}

body {
	text-align: center;
	width: 100%;
	color: black;
	font-size: 12px;
	/*background: url(../images/common/bg-body.jpg) no-repeat center top;*/
}
#skip-to-nav {
	display: none;
}


#wrapper, #footer {
	position: relative; /* pt. IE */
	/*min-height: 100%;*/ /* 100% pt. FF, OP */
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	padding-top: 221px;
}



/**************************************/
/*              HEADER                */
/**************************************/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;	
	height: 221px;
}
	#logo-holder {
		margin-top: 47px;
		width: 100%;
		margin-right: -201px;
	}
		#logo {
			float: left;
		}
		#flash_title {
			float: left;
			margin-top: 50px;
			margin-left: 18px;
		}
		#lit-by {
			display: block;
			float: right;
			width: 193px;
			height: 104px;
			background: url(../images/common/lit-by.png) no-repeat top left;
		}
		#lit-by:hover {
			text-decoration: none;
			background-position: bottom left;
		}
		#flps {
			float: left;
			font-family: WhitneyHTFMediumRegular;
			font-size: 26px;
			color: #353F4F;
			margin-left: 24px;
			margin-top: 48px;
			text-shadow: #C8E9F8 2px 2px 2px;
		}
	
	/* Main menu */
	#main-menu {
		list-style-type: none;
		width: 100%;
		height: 58px;
		margin-top: 15px;
		background: url(../images/common/bg-main-menu.png) no-repeat top left;
	}
		#main-menu li {
			float: left;
			margin-right: 1px;
		}
		#main-menu li.last {
			float: right;
			margin-right: 0;
		}


/***************************************/
/*              CONTENT                */
/***************************************/
#content {
	position: relative;
	margin: 0px;
	min-height: 560px;
	padding-top: 10px;
	padding-bottom: 40px;
}
	
object, embed {
	outline: 0;
}

	.data-table {
			width: 100%;
			/*background: #e5e5e5;*/
		}
		.data-table th {
			background: url(../images/common/bg-input.png);
			color: Black;
			padding: 3px 6px;
			text-align: left;
			font-size: 11px;
		}
			.data-table th a:link, .data-table th a:visited {
				color: White;
			}
		.data-table td {
			background: url(../images/training/bg-quiz-history.png);
			color: #373737;
			padding: 3px 6px;
			text-align: left;
		}
		.data-table .highlight td {
			/*background: #eeeeee;*/
		}
		
		.data-table tbody {
		}
		
		.link-arrow:link, .link-arrow:visited {
			background: url(../images/products/arrow-menu.gif) no-repeat left 4px;
			display: block;
			padding-left: 7px;
		}



/**************************************/
/*              FOOTER                */
/**************************************/
	#footer {
		position: relative;
		margin-bottom: 40px;
		padding-top: 15px;
		background: url(../images/common/bg-footer.png) repeat-x top left;
	}
		#footer-menu {
			list-style-type: none;
		}
			#footer-menu li {
				float: left;
			}
				#footer-menu li a {
					display: block;
					font-weight: normal;
					font-size: 12px;
					color: #0d5688;
					padding: 4px 6px;
				}
				#footer-menu li a:hover, #footer-menu li.active a {
					background-color: #1ea7e1;
					color: white;
					text-decoration: none;
				}
				#footer-menu li span {
					display: block;
					font-size: 12px;
					color: #0d5688;
					padding: 3px 4px;
				}
		#copyright {
			display: block;
			color: #0d5688 !important;
			font-size: 10px !important;
			margin-top: 6px !important;
		}
		
	.contact-box {
		margin-top: -5px;
		width: 287px;
	}

	.contact-us {
		font-family: Arial;
		font-size: 12px;
		color: #0d5688;
		margin-right: 10px;
		padding-top: 8px;
	}

		#logo-facebook, #logo-twitter, #logo-pinterest, #logo-google-plus, #logo-linkedin {
			float: right;
			display: block;
			text-indent: -9999em;
			width: 33px;
			height: 34px;
			margin-left: 5px;
			background: url(../images/common/ico-facebook.png) no-repeat top left;
		}
		#logo-twitter {
			background: url(../images/common/ico-twitter.png) no-repeat top left;	
		}
        #logo-pinterest {
			background: url(../images/common/ico-pinterest.png) no-repeat top left;
		}
        #logo-google-plus {
            background: url(../images/common/ico-google-plus.png) no-repeat top left;
        }
        #logo-linkedin {
            background: url(../images/common/ico-linkedin.png) no-repeat top left;
        }
		#logo-facebook:hover, #logo-twitter:hover, #logo-pinterest:hover, #logo-google-plus:hover, #logo-linkedin:hover  {
			background-position: bottom left;
		}
				




/***************************************/
/*              GENERAL                */
/***************************************/
h1 {
	font-size: 40px;
	color: #353f4f;
	font-weight: normal;
	line-height: 100%;
	font-family: WhitneyHTFLightRegular;
}
h2 {
	font-size: 28px;
	color: #353f4f;
	font-weight: normal;
	line-height: 100%;
	font-family: WhitneyHTFBookRegular;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: #353f4f;
	line-height: 100%;
	font-family: WhitneyHTFBookRegular;
}

h4, .h4 {
	font-size: 18px;
	font-weight: normal;
	color: #353f4f;
	font-family: WhitneyHTFBookRegular;
}

p {
	line-height: 120%;
	text-align: justify;
}

img {
	border: 0;
	display: block;
}

a:link, a:visited {
	border: 0;
	cursor: pointer;
	outline: 0;
	color: #0d5688;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.opacity:hover {
	text-decoration: none;
	opacity: .8;
	filter: alpha(opacity=80);
}


/************* FORM *****************/

input, select, textarea {
	font-size: 12px;
	border: 1px solid white !important;
	color: #343b3d;
	background: url(../images/common/bg-input.png) repeat top left !important;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #1ea7e1;
}
input {
	height: 29px;
	line-height: 29px;
	padding: 0 9px;
}
.inlineLabels input {
	float: left;
}
label {
	cursor: pointer;
}
select {
	height: 31px;
	line-height: 31px;
	padding: 6px 6px 6px 9px;
}

input[type="checkbox"], input[type="radio"] {
	height: auto;
	width: auto;
	border: 0px none;
	background: transparent;
}
.basic-list {
	margin-left: 20px;

}
.basic-list li{
	font-size: 16px;	
	margin: 15px 0;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.underline {
	text-decoration: underline;
}

.align-left {
	text-align: left !important;
}
.justify {
	text-align: justify !important;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.none {
	display: none;
}

.debug {
	border: 1px solid red;
	display: block;
}

.overflow {
	overflow: auto;
}

.margin-left {
	margin-left: 6px;
}

.small {
	font-size: 11px;
}

#tooltip {
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 2px 5px;
	color: #333333;
	display: none;
	z-index: 99990;
}	
#screenshot {
	position: absolute;
	background: #333333;
	padding: 2px;
	display: none;
	color: #ffffff;
	z-index: 99999;
}

.relative {
	position: relative;
}



/* colors */
.blue {
	color: #0D5688;
}

.black {
	color: black;
}

.red {
	color: #DF1B1B;
}
.green {
	color: #39B54A;
}
.bg-white {
	background-color: white;
}

.hidden {
	display: none;	
}