@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*CSS RESET*********CSS RESET*********CSS RESET*********CSS RESET**************/
/**********CSS RESET*********CSS RESET*********CSS RESET*********CSS RESET*****/
body{
	background-image: url('images/stripes-bg.jpg');	
	background-color:#fff;
	font-family:Cuprum,Arial,sans-serif;
	width:100%;
	height:auto;
	margin:auto;
}
body:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
#page{
	width:1000px;
	margin:auto;
}
header{
	height:100px;
	width:100%;
}
.blue{
	color: #05ccfa;	
}
#contentHolder{
	overflow:hidden;
	background-color: rgba(255, 255, 255, 0.45);
	padding-bottom:50px;
}
#homecontentHolder{
	overflow:hidden;
	background-color: rgba(255, 255, 255, 0.45);
	padding:25px 0 50px 0;
}
/*Sign In (user and admin) / Register Page****************************/
#signincontentHolder{
	overflow:hidden;
	background-color: rgba(255, 255, 255, 0.45);
	padding:0px 0 50px 0;
}
#Sign-Up legend{
	margin-bottom:15px;
}
#Sign-Up table tr td{
	padding-right:15px;
}


/*tab styles for user, admin, and register page*/
.userinfotab {
	width: 164px !important;
}
.usersignin {
	width: 124px !important;
}
.usereditinfo {
	width: 160px !important;
}
.registerusertab{
	width: 136px !important;
}
.userpanel{
	width: 114px !important;
}

/*TYPE****************************************************************/
p{
	color: #4f4f4f;
    font-size: .9em;
    line-height: 1.5em;
	margin-bottom:15px;	
}
/*navigation**********************************************************/
#topnav{
	background-color:#0099d9;
	width:100%;
	height:50px;
}
nav#main{
	float:right;
}
nav ul li{
	float:left;
	margin: 0px 12px;
}
#main #nav-primary > li:last-child
{
    padding-right:0px;
	margin-right:0px;
}
nav ul li a{
	display:block;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	color:#4f4f4f;
	font-size: 1.47em;
	letter-spacing:1px;
	padding: 9px 7px 3px 7px;
}
nav ul li a:hover{
	/*color:#ff8400; /*orange*/
}
.nav-hold {
    overflow: hidden;
}
.nav-list li {
    float: left;
    width: auto;
    position: relative;
}
.nav-list li ul {
    display: none;
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
}
.nav-list li:hover ul {
    display: block;
}
.nav-list li a:hover li {
    float: left;
}
.nav-list li:hover li a {
	text-align:left;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 0 7px;
	white-space: nowrap;
}
.nav-list li a:hover {
	background-color:rgba(255,255,255,0.75); /*white*/
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	padding: 9px 7px 3px 7px;
}
.dropdown li{
	width:150px;
	margin-left:0px;
	padding: 9px 7px 3px 7px;
}
.dropdown ul{
	background-color: rgba(255, 255, 255, 0.75);
	width:150px;	
}
/*current page*/
.currentpage{
	color: #ff8400;
	background-color:rgba(255,255,255,0.75); /*white*/
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	padding: 9px 7px 3px 7px;
}
/*logo*/
.logo{
	margin-top:10px;	
}
/*navigation end**********************************************************/
/*navigation user top of page********************************************/
#userinterface{
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 1000px;	
}
#movementuser{
	float:right;  /*floats all content to the right in top nav*/	
}
#userinterface #leftusercontent{
	float:left;
}
nav#usertopcontent{
	overflow:hidden;
	float:left;	
}
nav#usertopcontent ul li{
	line-height:50px;	
}
nav#usertopcontent ul li a{
	color: #FFFFFF;
    display: block;	
	padding: 0px 5px 0px 5px;
	font-size:1em;
	line-height:50px;
}
nav#usertopcontent ul li a:hover{
	color: #cccccc;
}
nav ul li.addspacenav{
	margin-right:5px;	
}
#leftusercontent{
	margin-right:5px;	
}
#usertopcontent #last{
	margin-right:0px;	
}
/*end user navigation****************************************************/
/*admin navigation******************************************************/
.specialadmin{
	float:left;
	line-height:none !important;	
}

/*end admin navigation**************************************************/
/*slider****************************************************************/
#slider{
	background-color: rgba(255, 255, 255, 0.45);
	clear:both;	
	padding-bottom:10px;
	height:346px; /*this is the hight of the slider, hides the extra space bottom*/
}
/*end slider************************************************************/
/*news****************************************************************/
#news{
	float:left;
	/*background-image: url('images/stripeslatestnews-bg.jpg');*/	
	/*background-color:#fff;*/
	width:67%;
	padding-top: 0px;
}
.tab{
	background-color:#fff;
	width:135px;	
}
.tab h1{
	font-size: 1.3em;
   	padding: 9px 15px;	
}
#tabsjobs {
    background-color: #fff;
    width: 22%;
}
.newsHolder{
	background-color: #ffffff;
	padding: 17px 17px 17px 17px;
	margin-bottom: 25px;
}
h2{
	color: #ff8400;
	font-size:1.5em;
	margin-bottom:5px;
	font-weight:bold;	
}
.newsHolder p{
	color: #4f4f4f;
    font-size: 1em;
    line-height: 1.5em;
}
p.postinformation{
	color: #909090;
	margin-bottom:10px;
	font-size:.95em;	

}
.darkergrey{
	color: #4f4f4f;	
}
.newsimg{
	width:100%;
	height:auto;
	margin-bottom: 17px;
	border: 1px solid #00ceff;	
}
.nobottommargin{
	margin-bottom:0px;	
}
.white-bg {
    background-color: #f1f1f1;
    overflow: hidden;
	padding:15px 15px 1px;
}
.readmore{
	text-align:right;
}
.readmore a{
	color: #252525;
	font-weight:bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#ff8400;
	padding:3px 7px;
	font-size:.9em;
}
.readmore a:hover{
	color: #ffffff;
}
.readmoretext {
    background-color: #ff8400;
    border-radius: 7px;
    color: #252525;
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px 7px;
	cursor:pointer;
}
.marginbotreadmore {
    margin-bottom: 15px;
}
#intro{
	background-color: #ffffff;
	padding: 20px 17px 5px 17px;	
}
#intro p{
	border-top:solid 1px #c7c7c7;
	border-bottom:solid 1px #c7c7c7;
	padding:10px 0;
}
/*end news************************************************************/
/*side Content****************************************************************/
#sideContent{
	float:right;	
	width: 29.8%;
	margin-top:41px;
	padding: 0px 16px 0px 16px; 
}
/******top score******/
.topScore{
	background-color: #f1f1f1;
	padding:17px;	
}
h3 {
    color: #ff8400;
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 10px;
	font-family: Cuprum,Arial,sans-serif;
}
.topScoreUnder{
	background-color: #0099d9;
	border:none;
	margin-top:-29px;	
}
.blueUnderLine {
    background-color: #0099d9;
    border: medium none;
}
.position{
	height: 26px;
    left: 236px;
    position: relative;
    top: -37px;
    width: 28px;
}
.orderList{
	list-style-type: decimal;
	margin-left:17px;
	color: #0099d9;	
	font-weight:bold;
	line-height:1.4em;
}
.orderList .orange{
	color: #ff8400;
	padding-left:10px;
	font-weight:normal;	
}
/******Ranking Area******/
h4 {
    color: #ff8400;
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 10px;
}
.rankingHolder{
	overflow:hidden;
	margin-top:-20px;	
}
.arrow{
	left: 226px;
    position: relative;
    top: 20px;
	width:39px;
	height:29px;	
}
.rankingbox{
	background-color: #03b3dc;
}
.rankNum{
	color: #ffffff;	
	padding: 13px 5px 6px 0px;
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0px;
}
/*end side Content************************************************************/
/******************************twitter*****************************************/
.twiiterHolder{
	/*margin-top: 25px; add this back once top score is added back*/
	background-color: #F3F3F3;	
}
.imageSize{
	height: auto;
	width: 100%;	
}
/*end twitter******************************************************************/
/******************************Facebook*****************************************/
.facebookHolder{
	margin-top: 25px;
	background-color: #F3F3F3;	
}
/*end Facebook******************************************************************/
/******************************Weekly Feature*****************************************/
.weeklyHolder{
	margin-top: 25px;
	background-color: #fff;	
	padding: 17px;
}
.weeklyHolder p{
	margin-bottom: 0px;	
}
/*end weekly feature******************************************************************/
/******************************Quick Factions*****************************************/
.factsHolder{
	/*margin-top: 25px;*/
	background-color: #fff;	
	padding: 17px;
}
.factsHolder p{
	margin-bottom: 0px;	
}
h4.special{
	margin-bottom:5px;	
}
.quickFacts{
	font-size:.825em;
	list-style-type:square;
	color: #05ccfa;
	margin-left:15px;
}
.quickFacts li{
	margin-bottom: 5px;
    margin-top: 7px;	
}
.regularText{
	color: #4f4f4f;	
	line-height:1.2em;
}
/*end weekly feature******************************************************************/
/****************************game states standing holder******************************/
.gameplaystandingsHolder {
    background-color: #fff;
    margin-top: 25px;
    padding: 17px;
}
.gameplaystandingsHolder td.leftbox{
	text-align:right;	
}
.gameplaystandingsHolder tr{
	line-height:1.5em;	
}
.gameplaystandingsHolder table{
	width:100%;
	color: #ff8400;
	margin-bottom: 15px;	
}
.gameplaystandingsHolder table:last-child{
	margin-bottom: 0px;	
}
/*end game states standing holder****************************************************/
/*about us page****************************************************************/
.mainHolder {
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 17px;
	overflow:hidden;
}
.grey-bg{
	background-color: #e2e2e2;
	padding: 15px 15px 1px;	
	overflow:hidden;
}
#about, #team, #testimonials, #wedo, #weare, #home {
    float: left;
    padding-top: 0px;
    width: 67%;
}
/********team information******/
.teambioImg{
	border: 1px solid #03b3dc;
    margin: 0px 10px 0px 0px;
    width: 15%;	
}
.bioText{
	float: right;
    width: 83%;	
}
.grey-bg{
	margin-bottom:25px;	
}
div.mainHolder div:last-child{
	margin-bottom: 0px;
}
/*end team information**/
/*end about us page************************************************************/
/*careers page****************************************************************/
.careersPage{
	background-color: #E2E2E2;
    margin-bottom: 25px;
    padding: 0px;	
}
/************jobs*******************/
.menulist, .menulink {
	color: #808080;
    display: block;
    font-size: 1.4em;
}
.menulink{
	border-bottom: 1px solid #000;
    margin-bottom: 25px;
    padding-bottom: 1px;	
}
.menulist li{
	padding: 10px 0px 10px 15px;
}
.menulist li a{
	color: #808080;
	font-size:.9em;
}
.menulist {
	position:relative;
	top:-15px;
}
#sidebar {
	float:left;
	width: 205px; 
	padding: 15px 0px 0px 15px;
}
#maincontent{
	min-height:250px;	
}
/*end careers page************************************************************/
/*signed out page****************************************************************/
.twitterHolderSignedOut{
	margin-top:0px;
}
.signedoutusercontent{
	display:none;	
}
/*end signed out page************************************************************/
/*footer****************************************************************/
footer{
	height: 150px;
	background-color: #ffffff;
	text-align:center;
	line-height:150px;
	font-size: .9em;
	color: #909090;	
	clear:both;
}
footer p{
	line-height:150px;
	color: #909090;
	font-size:1em;	
}
/*end footer************************************************************/
#contact, #news, #simulation, #jobs {
    float: left;
    padding-top: 0;
    width: 100%;
}
.contactText {
    float: left;
    margin-right: 25px;
    width: 40%;
}
.contactForm {
    float: left;
    width: 57%;
}
.boldB{
	font-weight:bold;
	color: #05ccfa;	
}
.boldB:hover{
	font-weight:bold;
	color: #ff8400;	
}
.boldBlack{
	font-weight:bold;
	color: #4f4f4f;	
}
/********************************news*****************/
.mininewsimg{
	width:41%;
	height:auto;
	float:left;
	border: 1px solid #00ceff;	
}
.newstext{
	width:55%;
	min-height:180px;
	margin-bottom:0px;	
}
.slidetext{
	width:55%;
	min-height:274px;
	margin-bottom:0px;	
}
.newsHolderPage{
    background-color: #ffffff;
    padding: 17px;
}
/*********************************simulations****************/
.gameHolderPage {
    background-color: #ffffff;
    overflow: hidden;
	margin-bottom:24px;
}
.videogametext {
    float: left;
    margin-bottom: 0;
    min-height: 252px;
    width: 39.5%;
	overflow:hidden;
}
.slideshowtext {
    float: left;
    margin-bottom: 0;
    min-height: 428px;
    width: 39.5%; /*width of the slideshow: 554px height: 444px*/
	overflow:hidden;
}
#videoport a {
    width:  554px;
    height: 268px;
    display: block;
    background-image: url('images/game_playbought.jpg');
}
#videoport{
	float:left;	
}
#videoport a:hover {
    background-image: url('images/game_playbought_hover.jpg');
}
.purchased{
	margin-top:50px;
}
.purchased li{
	float:left;
	margin-right:15px;
}
.purchased .play{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#0099D9;
	padding:7px	
}
.purchased .play a{
	padding:10px;
	color: #ffffff;
	font-weight:bold;	
}
.purchased .play a:hover{
	color: #252525;	
}
.purchased .view{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#0099D9;
	padding:7px	
}
.purchased .view a{
	padding:10px;
	color: #ffffff;
	font-weight:bold;	
}
.purchased .view a:hover{
	color: #252525;	
}
/*buy*/
.purchase{
	margin-top:50px;
}
.purchase li{
	float:left;
	margin-right:15px;
}
.purchase .price{
    font-weight: bold;
    line-height: 21px;
    padding: 6px;
}
.purchase .buy{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#ff8400;
	padding:7px	
}
.purchase .buy a{
	padding:10px;
	color: #252525;
	font-weight:bold;	
}
.purchase .buy a:hover{
	color: #ffffff;
}
#videoportbuy a {
    width:  554px;
    height: 268px;
    display: block;
    background-image: url('images/game_purchaset.jpg');
}
#videoportbuy{
	float:left;	
}
#videoportbuy a:hover {
    background-image: url('images/game_purchaset_hover.jpg');
}
/***********************************CONTACT FORM***************************************/
input, textarea {
    background: none repeat scroll 0 0 #e2e2e2;
    border: 1px solid #0099d9;
    color: #444;
    font: 0.9em/100% 'Cuprum',Verdana,Tahoma,sans-serif;
    margin-bottom: 10px;
    outline: 0 none;
    padding: 9px;
    text-align: left;
    width: 96.5%;
}
textarea {
    height: 150px;
    line-height: 150%;
    max-width: 96.5%;
    width: 96.5%;
}
.questions{
	background-color: #ffffff;
    border: 0 none;
    text-align: center;
    width: 8%;
}
.answer{
	margin-left: 5px;
	margin-right:5px;
    text-align: center;
    width: 6%;
}
#submit:hover{
	color: #fff;
}
#submit{
	color: #252525;
	font-weight:bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#ff8400;
	padding:3px 7px;
	font-size:1em;
	width:84px;
	height:28px;
	border:none;
	letter-spacing:1px;
	text-align:center;
	margin-top:25px;
}
.error{
	color:#C00;
}
/**************slider**********************/
.accordion{
	width: 51.3%;	
}
.accordion .header.active h3{
    color: #fff;
	font-size: 1.6em;
	margin-bottom:3px;
}
.accordion .header.active p{
    color: #fff;
}
.slidersmallimg{
	float:left;	
	margin-right:10px;
	box-shadow: 2px 2px 4px #888888;
	width: 148px;
	height:100px;
    -webkit-transition: width 1s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 1s;
    transition-timing-function: linear;
}
.accordion .header.active .slidersmallimg{
	width: 0px;
}
.accordion .header {
    overflow:hidden;
	padding: 5px;
}
.accordion .header h3 {
    font-size:1.6em;
	margin-bottom:3px;
}
.largeImgSlider{
	height: 100%;
    width: 100%;
}
.accordion .header.active {
    color: #fff;
}
.triOne {
    border-color: transparent #03B3DC;
    border-style: solid;
    border-width: 17.5px 20px 17.5px 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 33px;
    width: 0;
    z-index: 1000;
}
.triTwo {
    border-color: transparent #03B3DC;
    border-style: solid;
    border-width: 17.5px 20px 17.5px 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 153px;
    width: 0;
    z-index: 1000;
}
.triThree {
    border-color: transparent #03B3DC;
    border-style: solid;
    border-width: 17.5px 20px 17.5px 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 265px;
    width: 0;
    z-index: 1000;
}
/**************coming soon page**********************/
.comingsoon{
    width: 131px !important;
}
/**************facility page*************************/
.facility{
	width: 208px !important;	
}
/**************Individual Report********************/
.individual {
    width: 166px !important;
}
/**************Single Facility**********************/
.singlefacility{
	width: 146px !important;	
}



.tabs .tab-content {
    overflow:hidden !important;
}

.margin-r tr td{
	padding-right:20px;	
}