/* -------------------------- */
/* ----- Global Styles ------ */
/* -------------------------- */

body {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
	color: #469a32;
	padding: 0;
	margin: 0;
}

p {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;	
}

a{
	color: #469a32;
	font-weight: bold;
}

hr {
    display: none;
}

img {
    border: none;
}

em { font-style: italic; }
strong { font-weight: bold; }

/* -------------------------- */
/* ---- Container styles ---- */
/* -------------------------- */

div#container {
    background: #fff;    
    margin: 0px auto;    
    width: 1228px;
}

div#left{
	width: 276px; 
	float:left; 
	display: inline; 
	background-image:url(../images/intro_left.jpg); 
	height: 502px;
}

#registration div#left{
	background-image:url(../images/reg_left.jpg); 
	height: 612px;
}



div#content{
	background-image:url(../images/intro_content.jpg); 
	width: 820px; 
	height: 502px; 
	float: left;
}

#registration div#content{
	background-image:url(../images/reg_content.jpg); 
	height: 612px;
}

#viral div#content{
	background-image:url(../images/taf_content.jpg); 
}

#game div#content{
	background-image:url(../images/taf_content.jpg); 
	position: relative;
}


div#right{
	width: 132px; 
	float: right; 
	background-image:url(../images/intro_right.jpg); 
	height: 502px;
}

#registration div#right{
	background-image:url(../images/reg_right.jpg); 
	height: 612px;
}

#taf_right{
	float: right;
	width: 425px;
	text-align: right;
	margin-top: 30px;
	margin-right: 60px; 
	display: inline;
}

#taf_right p{
	text-align: left;
}




#content_box{
	width: 370px;
	margin-left: 390px;
	margin-top: 40px;
}

/* -------------------------- */
/* ----- Headline styles ---- */
/* -------------------------- */

h1 {
    
    color: #233289;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
    padding:0 0 15px 0;
}

h2 {
    color: #8210D2;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding:0 0 10px 0;
}

h3 {
    color: #999;
    font-size: 18px;
    font-weight: bold;
    padding:0 0 5px 0;
}
   
/* -------------------------- */
/* ---- Page form styles ---- */
/* -------------------------- */

form#intro_login_form {}

    form#intro_login_form legend {
        display: none;
    }
    
    form#intro_login_form fieldset {
       
        
    }
    
        form#intro_login_form fieldset div {
            float: left;
            
        }

            form#intro_login_form fieldset label {
                display: block;
                font-size: 10px;
				padding-bottom: 3px;
            }
			
			form#intro_login_form input{
				margin-top: 5px;
			}
			
			form#intro_login_form #email input{
				margin-top: 0px;
			}
        
        
        
form#taf_form {
	float: right;
	
	
}
    
    form#taf_form legend {
        display: none;
    }
    
    form#taf_form fieldset {
        margin-bottom: 8px;    
        width: 425px;
    }
    
        form#taf_form fieldset div{
           
            float:left;
            padding: 0;
            width: 212px;
        }
        
            form#taf_form fieldset div label {
                display: block;
				text-align: left;
                padding-bottom: 4px;
            }
            
            form#taf_form fieldset div input {
                width: 200px;
            }

            
form#oamoe_form {
    text-align: center;
}

/* -------------------------- */
/* ----- Footer styles ------ */
/* -------------------------- */

div#global_nav {
   /* margin: 240px 0px auto; */
    width: 1228px; 
	height: 328px;
	margin: 0 auto;
	color: #ffffff;
	clear: both;
	text-align: center;
	font-size: 9px;
	background-image:url(../images/intro_footer.jpg);
	padding-left:80px;
}

#registration div#global_nav{
	background-image:url(../images/reg_footer.jpg);
	height: 218px;
	padding-left:80px;
	
}


    div#global_nav ul {
        padding-top: 40px;
		
    }

        div#global_nav li {
            display: inline;
            padding-right: 5px;
            margin-right: 10px;
            border-right: 1px solid #fff;
        }
        div#global_nav li a{
			color: #FFFFFF;
			
		}
        div#global_nav li.last_nav_item {
            border-right: none;
        }
    
    div#global_nav p {
       	text-align: center;
        font-size: 10px;
        
        
    }
	
	div#global_nav p a{
		color: #ffffff;
	}
            
/* -------------------------- */
/* ------ Misc styles ------- */
/* -------------------------- */

div.error {
    font-weight: bold;
    color: #ff0000;
}

div.error label img,
label img {
    display: none;
}

form#reg_form fieldset div.error,
div#captcha.error {
    background-color: transparent;
    border: none ;
}

p.error {
    color: #ff0000;
	font-size: 11px;
}
.error a{
	color: #ff0000;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content{
  margin-top: -4px;
  }
  
* html #left{
  margin-top: -4px;
  }
  
* html #right{
  margin-top: -4px;
  }
  
* html #global_nav{
  margin-top: -14px;
  }

/* End hide from IE5/mac */

.disclaimer{
	font-size: 10px; 
	line-height: 10px;
}

.callout{
	float: right;
	margin-top: 15px;
}

form#taf_button{
	display: inline;
	width: 145px;
}

#game_experience{
	margin-left: 50px;
}

.skip_game { width: 110px; position: absolute; left: -90px; color: #000; }
	.skip_game p { font-size: .9em; }
	.skip_game a { color: #000; }


/* -------------------------- */
/* ------ Modal styles ------ */
/* -------------------------- */

#modal {
    background: #fff;
    border: 1px solid #000 !important;
	font-size: .8em;
	color: #000;
	}
	#modal h2 { color: #469a32; }
	#modal p {
    	width: 100%;
	}
	#modal img { cursor: pointer; }


#popup{
	background-color: #469a32;
	width: 390px;
}


#popup div#container {
    margin: 10px;
    padding: 10px;
    width: 340px;
	height: auto;    
}
    
    #popup div#container #content {
        background-color: #ffffff;
        padding: 0;
    }
    
        #popup div#container h1 {
            font-size: 20px;
			color: #469a32;
        }
        
        #popup .error { font-size: 12px; }
        
        #popup div#container div#main {
            padding: 10px;
        }
        
            #popup div#container div#main h2 {
                font-size: 20px;
            }
            
    #popup dl#faq_body_copy {
        font-size: 13px;
        line-height: 18px;
        padding-left: 20px;        
    }
        
        #popup dl#faq_body_copy dt:first-letter {
            margin-left: -20px;
            font-weight: bold;
        }
    
        #popup dl#faq_body_copy dd:first-letter {
            margin-left: -20px;
            font-weight: bold;
        }
    
        #popup dl#faq_body_copy dt {
            font-weight: bold;        
            padding-bottom: 5px;
        }
        
        #popup dl#faq_body_copy dd {
            padding-bottom: 20px;
        }