/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #3CADCD;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #0AB7E2 url('/images/banner.png') bottom center no-repeat;
	height: 350px;
	padding-left: 30px;
	box-shadow: 0px 5px 30px 0px #0AB7E2;
}

#header a span
{
	color: #fff;
	position: absolute;
	top: 0.4em;
	font-size: 2em;
	letter-spacing: -0.05em;
	text-decoration: none;
}

#header > span
{
	color: #fff;
	position: absolute;
	top: 2.5em;
	left: 1.3em;
	font-size: 1.5em;
	letter-spacing: -0.07em;
	text-decoration: none;
}


#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

/* Menu */

#menu
{
	position: absolute;
	top: 1.5em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	cursor: pointer;
	display: inline;
    padding: 5px 7px 5px 7px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: solid 1px #0AB7E2;
}

#menu li.active
{
	background-color: #0AB7E2;
}

#menu li.active a
{
	color: #FFFFFF;
}

#menu li:hover
{
	background-color: #0AB7E2;
	color: #FFFFFF;
}

#menu li:hover a
{
	color: #FFFFFF;
}

#menu li a
{
	color: #0AB7E2;
	font-weight:bold;
	text-decoration: none;
}

/* Content */

#content
{
	line-height: 1.5em;
}

#content .center
{
	display: block;
	text-align: center;
}

#content .center img
{
	width: 40%;
	border-radius:5px;
}

#content div.border
{
	clear: both;
	width: 100%;
	height: 5px;
	border-top: dashed 1px #dfdfdf;
}

#content div.threeicons 
{
	width: 100%;
	float:left;
}

#content div.threeicons div
{
	width: 33.3%;
	float:left;
	display: table;
}

#content div.threeicons div span
{
	display: table-cell;
	padding-bottom: 3px;
	vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}

#content div.threeicons div span img
{
	margin: 0px 5px 0px 5px;
}

#content div.threecolumns 
{
	width: 100%;
	float:left;
}

#content div.threecolumns div
{
	width: 50%;
	float:left;
}

#content div.threecolumns div > span
{
	margin-bottom: 10px;
	display: block;
}

#content div.threecolumns div > span span.step
{
	font-weight: bold;
	border-bottom: solid 1px #777;
    padding-bottom: 3px;
    text-transform: uppercase;
}

#content p
{
	text-indent: 3em;
	margin-bottom: 1.5em;
}

#content p.center
{
	text-align: center;
}

#content div#program_description > span {
	display: block;
}

#content div.bordercontainer
{
	padding: 10px 0px 10px 0px;
	border-bottom: dashed 1px #dfdfdf;
	border-top: dashed 1px #dfdfdf;
}

/* 
No hover effect
#content p.center img
{
	width: 60%;
}
*/

#content p.center img
{
	width: 60%;
	transition:all .3s ease-in-out;
	-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;
}

#content p.center img:hover
{
	width: 80%;
	cursor: auto;
}

#content p.small, span.small
{
	font-size: 11pt;
	text-indent: 0;
}

#content span.smalldecor
{
	font-size: 11pt;
	color: #006192;
	font-weight: bold;
}

#content span.attention {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #005082;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 0;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content  div#scroll
{
	float: left;
	width: 100%;
	margin: 20px 0 30px 0;
}

#content  div#scroll > span
{
	display: table;
}

#content  div#scroll > span > span
{
	display: table-cell;
	vertical-align: middle;
	padding: 0px 3px 0px 0px;
}

#content  div#scroll > span > span#download
{
	padding: 0 0 0 12px;
	background: url('/images/arrowleft.png') left no-repeat;
}

#content  div#scroll > span > span img#control
{
	cursor: pointer;
}

#content #download_wrap
{
	float: left;
	margin: 2px 30px 10px 0;
}

#content #download
{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-radius: 8px;
	background-color: #CFCFCF;
	padding: 10px 20px 10px 20px;
	box-shadow: 0 1px 3px #999;
}

#content #download:hover
{
	background-color: #0095CC;
}

#content #download #download_description
{
	font-size: 9pt;
	display: block;
}

#content #download #download_description #meta
{
	display: inherit;
}


#content h1,h2,h3,h4,h5,h6
{
	text-align: center;
	padding-bottom: 1em;
}

#content div.headerwrap 
{
	width: 100%;
	text-align: center;
	clear: both;
	margin-bottom: 1em;
}

#content div.headerwrap div
{
	width:100px;
	height:16px;
	display: inline-block;
}

#content div.headerwrap h1,
#content div.headerwrap h2,
#content div.headerwrap h3,
#content div.headerwrap h4
{
	display: inline;
}

#content div.headerwrap div.leftwrapper
{
	background: url('/images/headerleftwrapper.png') top right no-repeat;
}

#content div.headerwrap div.rightwrapper
{
	background: url('/images/headerrightwrapper.png') top left no-repeat;
}

#content h1
{
	font-size: 1.6em;
}

#content h2
{
	font-size: 1.4em;
}

#content h3
{
	font-size: 1.1em;
}

#content h4
{
	font-size: 1em;
}

#content h5
{
	font-size: 0.9em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content ul li p{
	text-indent: 0;
	margin-bottom: 0;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #0AB7E2;
	background: #FDFDFD;
}

#content blockquote p
{
	text-indent: 0;
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #0095CC;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8;
	border-top: solid 1px #fff;
	color: inherit;
	cursor: pointer;
}

#content table tr.rowB
{
	background: #FDFDFD;
	border-top: solid 1px #fff;
	color: inherit;
	cursor: pointer;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: left;
	width: 100%;
}

#primaryContent
{
	margin: 30px 5% 30px 5%;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: left;
	font-size: 11pt;
}

.clear
{
	clear: both;
}

#socialbutton {
	float: left;
	width: 100%;
	text-align: center;
}

#warning
{
	width: 100%;
	float: left;
	margin: 0em 0em 1em 0em;
	display: table-row;

}

#warning span {
	width: 100%;
	display: block;
	text-align: center;
	color: #005082;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 0;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#warning div
{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}

#modal_container {
	z-index: 99999;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

#notice {
	top: 0;
	left:0;
	position: fixed;
	width: 100%;
	padding: 10px 20px 10px 20px;
	background-color: #004778;
	text-align: center;
	line-height: 20px;
}

#notice span {
	color: #fff;
	text-align: center;
}

#notice span img {
	cursor: pointer;
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

.ads_horizontal {
	width: 100%;
	max-height: 350px;
	overflow: hidden;
	text-align: center;
	margin: 0 0.3em 0.5em 0.3em;
}

.ads_vertical {
	max-height: 350px;
	overflow: hidden;
	display: table;
	margin: 0.5em auto 0.5em auto;
}

.ads_vertical div {
	width: 336px;
	text-align: center;
	display: table-cell;
	float: left;
	padding: 10px;
}

@media(max-width:800px){

	#content table td {
		word-break: break-all;
	}

}

@media(max-width:640px){

	#menu {
		top: 0.1em;
		right: 0;
	}

	#menu ul {
		padding-right: 2.1em;
	}

	#menu li {
		display: block;
		margin: 5px 0 5px 0;
	}

}

@media(max-width:480px){

    #menu {
        top: 6em;
    }

	#content #download_wrap {
		width:100%;
	}

	#content #download {
		padding: 0;
	}

	#content #download > span {
		padding: 0 20px 0 20px;
	}

	#content #download #version {
		display: block;
	}

}