/*
Global Reset
*/

* {
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1.25;
	font-family:Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	padding: 0 0 20px;
	overflow: hidden;
	font-size: 12px;
	background: #000;
	background:-moz-linear-gradient(top,  #999 0%,#FFF 80%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(80%,#999), color-stop(0%,#FFF));
	background:-webkit-linear-gradient(top, #999 80%,#FFF 0%);
	background:-o-linear-gradient(top,  #999 0%,#FFF 80%);
	background:-ms-linear-gradient(top,  #999 0%,#FFF 80%);
	background:linear-gradient(to top,  #999 0%, #FFF 80%);
}

#wrapper {
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
	height: 100%;
	/*width: 90%;
	box-shadow: 0 0 45px RGBa(0,0,0,.8);*/
}

a, :focus, .jlink {/*, .ui-widget-content a*/
	color:#0E51b1;
	outline:none!important;
	text-decoration: none;	
}
a:hover, .jlink:hover {/*, .ui-widget-content a:hover*/
	text-decoration: underline;	
	cursor: pointer;
}

/* Global Reset End */

h1,h2,h3,h4 {
	font-family: 'Kaushan Script', cursive;	
	margin: 20px 0;
}

h1 {/*when first loaded*/
	font-family: 'Kaushan Script', cursive;
	color: transparent;
	font-size: 48px;
	/*text-shadow:0 0 12px RGBa(0,0,0,.8);*/
}

h2 {
	font-size: 28px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size: 14px;
	display: inline;
}

h1 {
	text-shadow: 0 0 18px #FFF;
}

h1.active {
    -webkit-transition:all 2s ease-in;
    -moz-transition:all 2s ease-in;
    -o-transition:all 2s ease-in;
    -ms-transition:all 2s ease-in;
    transition:all 2s ease-in; 
    
    font-size: 48px;
	text-shadow:0 0 0 #FFF;
	/*color: #FFF;*/
}



p, ol, ul, li {
	font-size: 12px;
	margin-bottom: 10px;
}

strong, .strong {
	font-weight: bold;
}

/* all globals end*/

header {
	/*padding: 0px 20px;*/
	width: 90%;
}
footer {
width:100%;
	background: #000;
	background: -moz-linear-gradient(top,  RGBa(0,0,0,.6) 10%,RGBa(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,RGBa(0,0,0,0)), color-stop(10%,RGBa(0,0,0,.6)));
	background: -webkit-linear-gradient(top, RGBa(0,0,0,0) 100%,RGBa(0,0,0,.6) 10%);
	background: -o-linear-gradient(top,  RGBa(0,0,0,.6) 10%,RGBa(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  RGBa(0,0,0,.6) 10%,RGBa(0,0,0,0) 100%);
	background: linear-gradient(to top,  RGBa(0,0,0,.6) 10%,RGBa(0,0,0,0) 100%);
	color: #FFF;
	text-shadow:0 0 2px #000;
	position: absolute;
	bottom: 0;
	height: 30px;
	padding-top: 30px
}
footer p {
	margin:0 20px;
}
footer p span {
	float: left;
}
footer p .caption {
	float: right;
}
header {
	background: transparent none;
	height: 34px;
	position: absolute;
	top: 0;
	color: #FFF;
	border-bottom: solid 1px #999;
}
header img {
	float: left;
	margin-left:10px;
}

header a, header a:focus, header .jlink, footer a, footer a:focus, footer .jlink {
	color:#FFF;
}
header a {
	text-decoration: none;
	text-transform: uppercase;
}
header a:hover {
	text-decoration: underline;
}
header nav, header #account_mgt {
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	float: none;
	height: auto;
	padding-top: 26px;
}
header #account_mgt {
	float: right;
	margin-right: 20px;
}
header nav ul {
	list-style: none;
	margin: 0 10px;
}
header nav ul li {
	float: left;
	padding: 0 20px 4px;
	margin-bottom: 0px;
}


header #hiddenmodals {
	display: none;
}
#main {
	height: 100%;
	width: 100%;
	float: left;
	clear: both;
	background-color:transparent;
	/*background-size: 100%;*/
	background-size: cover;
	background-repeat: no-repeat;
}

.title {
	margin-top:80px;
	width:840px;
	overflow:hidden;
	height:115px;
	padding:0 60px;
}
h1 .cta {
	font-size: 24px;
	color: #FFF;
}
#blockholder {
	margin-left: auto;
	margin-right:auto;
	/*overflow: hidden;*/
	width: 726px;
}

div.block {
	float: left;
	width:180px;
	height: auto;
	border:solid 1px #666;
	margin:0 20px;
	padding:0 10px 10px;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	text-shadow:1px 1px #000;
	background: #000;
	background: -moz-linear-gradient(top,  RGBa(0,0,0,.4) 0%,RGBa(0,0,0,1) 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,RGBa(0,0,0,1)), color-stop(0%,RGBa(0,0,0,.4)));
	background: -webkit-linear-gradient(top, RGBa(0,0,0,1) 75%,RGBa(0,0,0,.4) 0%);
	background: -o-linear-gradient(top,  RGBa(0,0,0,.4) 0%,RGBa(0,0,0,1) 75%);
	background: -ms-linear-gradient(top,  RGBa(0,0,0,.4) 0%,RGBa(0,0,0,1) 75%);
	background: linear-gradient(to top,  RGBa(0,0,0,.4) 0%,RGBa(0,0,0,1) 75%);
	box-shadow: 10px 10px 10px RGBa(0,0,0,.4);
	border-color: #EFEFEF #666 #000 #999;
	border-radius:10px;
}

div.block a, div.block a:hover, div.block a:visited {
	color:#FFF;
}

.block#mid {
	border-radius: 0;
}

.block#agent {
	background: #d55a1d;
	background:-moz-linear-gradient(top,  RGBa(213,90,29,.8) 0%,RGBa(137,58,18,.8) 75%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(75%,RGBa(213,90,29,.8)), color-stop(0%,RGBa(137,58,18,.8)));
	background:-webkit-linear-gradient(top, RGBa(213,90,29,.8) 75%,RGBa(137,58,18,.8) 0%);
	background:-o-linear-gradient(top,  RGBa(213,90,29,.8) 0%,RGBa(137,58,18,.8) 75%);
	background:-ms-linear-gradient(top,  RGBa(213,90,29,.8) 0%,RGBa(137,58,18,.8) 75%);
	background:linear-gradient(to top,  RGBa(213,90,29,.8) 0%,RGBa(137,58,18,.8) 75%);
	border-color: #D2AAAB #d55a1d #000 #963A3E;
}
.splash .block#agent, .splash a#agent {
	border-radius: 10px 0 0 10px;
}

.agent .block#agent, .agent a#agent {
	border-radius: 10px 10px 0 0;
}

.agent .block#mid, .talent .block#mid {
	clear: both;
	border-radius: 0 0 10px 10px;	
}
.agent .block#talent, .agent a#talent {
	display:none;
}

.block#agent.agentblock_on {
	background: #d55a1d;
	background:-moz-linear-gradient(top,  RGBa(213,90,189,1) 0%,RGBa(137,58,18,1) 75%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(75%,RGBa(137,58,18,1)), color-stop(0%,RGBa(213,90,29,1)));
	background:-webkit-linear-gradient(top, RGBa(213,90,29,1) 75%,RGBa(137,58,18,1) 0%);
	background:-o-linear-gradient(top,  RGBa(213,90,29,1) 0%,RGBa(137,58,18,1) 75%);
	background:-ms-linear-gradient(top,  RGBa(213,90,29,1) 0%,RGBa(137,58,18,1) 75%);
	background:linear-gradient(to top,  RGBa(213,90,29,1) 0%,RGBa(137,58,18,1) 75%);
}

.block#talent {
	float: right;
	background: #0C489E;
	background:-moz-linear-gradient(top,  RGBa(4,19,40,.9) 0%,RGBa(12,72,158,.8) 75%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(75%,RGBa(12,72,158,.8)), color-stop(0%,RGBa(4,19,40,.9)));
	background:-webkit-linear-gradient(top, RGBa(12,72,158,.8) 75%,RGBa(4,19,40,.9) 0%);
	background:-o-linear-gradient(top,  RGBa(4,19,40,.9) 0%,RGBa(12,72,158,.8) 75%);
	background:-ms-linear-gradient(top,  RGBa(4,19,40,.9) 0%,RGBa(12,72,158,.8) 75%);
	background:linear-gradient(to top,  RGBa(4,19,40,.9) 0%,RGBa(12,72,158,.8) 75%);
	border-color: #A7BFE2 #0C489E #000 #86A8D7;
}
.block#talent.talentblock_on {
	background: #0C489E;
	background:-moz-linear-gradient(top,  RGBa(4,19,40,1) 0%,RGBa(12,72,158,1) 75%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(75%,RGBa(12,72,158,1)), color-stop(0%,RGBa(4,19,40,1)));
	background:-webkit-linear-gradient(top, RGBa(12,72,158,1) 75%,RGBa(4,19,40,1) 0%);
	background:-o-linear-gradient(top,  RGBa(4,19,40,1) 0%,RGBa(12,72,158,1) 75%);
	background:-ms-linear-gradient(top,  RGBa(4,19,40,1) 0%,RGBa(12,72,158,1) 75%);
	background:linear-gradient(to top,  RGBa(4,19,40,1) 0%,RGBa(12,72,158,1) 75%);
}
.block#mid.midblock_on {
	background: #000;
	background: -moz-linear-gradient(top,  RGBa(102,102,102,1) 0%,RGBa(0,0,0,1) 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,RGBa(0,0,0,1)), color-stop(0%,RGBa(102,102,102,1)));
	background: -webkit-linear-gradient(top, RGBa(0,0,0,1) 75%,RGBa(102,102,102,1) 0%);
	background: -o-linear-gradient(top,  RGBa(0102,102,102,1) 0%,RGBa(0,0,0,1) 75%);
	background: -ms-linear-gradient(top,  RGBa(102,102,102,1) 0%,RGBa(0,0,0,1) 75%);
	background: linear-gradient(to top,  RGBa(102,102,102,1) 0%,RGBa(0,0,0,1) 75%);
}
.splash .block#talent, .splash a#talent {
	border-radius: 0 10px 10px 0;
}

.talent .block#talent, .talent a#talent {
	border-radius: 10px 10px 0 0;
}

#winDim{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background-color:RGBa(0,0,0,.6);
}
#popWin{
/*	display:block;
	position:relative;
	z-index:11; */
	margin:auto;
	margin-top:170px;
	width:80%;
	height:60%;
	padding:20px;
	padding-top:1;
	background-color:#efefef;
	border-radius: 10px;
	box-shadow: 0 0 25px RGBa(0,0,0,.8);
	overflow:hidden;
}
#popWin #content{
	overflow:auto;
}
.close{
	height:18px;
	width:20px;
	background-color:RGBa(0,0,0,.4);
	border-radius:10px;
	float:right;
	margin-right:-15px;
	margin-top:3px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding-top:2px;
	position:relative;
	top:0;
}
.close:hover{
	cursor:pointer;
	background-color:RGBa(0,0,0,1);

}