html{
    height: 100%;
    margin: 0;
    padding: 0;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul {

}
 :link {  text-decoration: none; }
 :link:active {outline: gray 1px dotted; }
 :visited {  text-decoration: none; }
 :visited:active {  text-decoration: none; }
 :hover {  text-decoration: none; }

p,li,  h3, h4, h5, h6 {
	color:#fff;
	font-family:exo;
}

p, li{
	font-size:14px;
}


h1, h2{
	font-family:blanchcaps;
	color:#F2D0B3;
}
h4 {
	font-size:18px;
}

a, p{
	text-decoration:none;
}

/* unvisited link */
a:link {
    color: #CC6601;
}

/* visited link */
a:visited {
    color: #CC6601;
}

/* mouse over link */
a:hover {
    color: #F2D0B3;
	text-decoration:underline;
}

/* selected link */
a:active {
    color: #CC6601;
}

h2 span, h1 span {color:#CC6601;}


 video{
	z-index: 100;
}

section {
	display:block;
	height:inherit;
	width:inherit;
}

.button-class {
	opacity:1;
	cursor: pointer;
	transition: opacity 0.5s ease;
}

.button-class:hover {
	opacity:0.6;
	cursor: hand;
}

.button-class .dropdown-pointer:hover {
	opacity:1;
}

#outer, #title{
	width:1000px;
	margin-left:-500px;
	
}

#outer {
	position:absolute;
	top:0px;
	bottom:0;
	left:50%;
	z-index:120;
}



#video-box { left:20px;}
#menu_center, #content-area, #unit_center,#title, #foot_center, #projector-content  {
	left:20px;
	right:20px;
}
#projector-content{top:90px; bottom:50px; }
#menu_strip, #menu_center, #unit_strip, #unit_center, #foot_center , #foot_strip { z-index:100; height:30px;}
#change-language h2 { line-height:30px;}
#menu_center, #menu_strip {top:10px; }
#unit_strip, #unit_center {top:40px;}
#fullscreen{top:70px; bottom:30px;}
#video-blackout { top:50px; }
#menu_strip {background-color:rgba(0,0,0,0.8);}
#menu_icons a, #unit_center h2, #foot_center h2{margin:5px 0px 0 30px;height:20px;}
#menu_icons img, #menu_icons a , .icon {  background-size:20px 20px;  width:20px; height:20px; z-index:9999;}
#color_strip, #menu_strip, #unit_strip,#main, #foot_strip { 
	width:100%;
	position:fixed;
	left:0;
	z-index:100;
}

.menu-dropdown-area {top:78px; right:15px; width:180px;}
.menu-dropdown-area li { font-size:14px;}
.dropdown-pointer { left:2px; top:-5px; }
.dropdown-pointer img{ width:15px!important; height:15px!important;}
	

#content-area {
	position:absolute;
	top: 85px;
	z-index: 2;
}

/*~~ Header Divs ~~*/
	
#color_strip { 
	height:10px;
	background:url('../media/images/color-strip.jpg');
	background-repeat: repeat-x;
	top:0;	
}

#menu_center {
	position:absolute;
}
			}
			#menu_icons {
				position:absolute;
				height:100%;
				right:0;
				
			}
			#menu_icons a{
				float:right;
			}
			/*Sociology logo*/
			#menu_center img{
				float:left;
				height:100%;
			}
			#menu_center img:hover {
				opacity:0.8;
			}


#unit_strip {
	-webkit-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.65);	
	}
			#unit_center {
				position:absolute;
				background-color:fff;
			}
			#unit_center h2, #foot_center h2 {
				color:#000;
				font-family:blanchcaps;
				font-size:20px;
				line-height:20px;
				margin-left:0px;
				opacity:0.7;
				float:left;		
				
			}

/*~~Main Title page Divs~~*/
#main {
	height:200px;
	margin-top:-100px;	
	top:50%;
	background-color:rgba(0,0,0,0.7);
	}

			#title {
				position:absolute;
				height:200px;
				left:50%; 
				z-index:100;
			}

			#title img {
				width:100%;
				height:100%;
			}
	
/*~ menu Div ~*/

#main-menu {
	position:absolute;
	width:480px; 
	top: 65px;
	margin-left:-250px; 
	left:50%; 
	background-color:rgba(0,0,0,0.9);
	z-index: 2;
	outline: 2px solid rgba(0,0,0,0.9);
    border: 1px solid rgba(40,40,40,0.9);
}

				#main-menu ul {
					overflow:hidden;
					width:440px;
					margin:15px 20px;
				}

				#main-menu li {
					color:#000;
					font-family:blanchcaps;
					font-size:20px;
					letter-spacing:1px;
					background-color:#FF4AD2;
					margin:10px 0;
					padding:10px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					opacity:0.3;
					transition: opacity 0.5s ease;
				}

				#main-menu li span{
					opacity:0;
					
					

				}
				#main-menu li img{
					float:right;
					margin:0px 0 0 0;
					opacity:0.5;
					
				}
				#main-menu li img:hover{
					opacity:1;
					
				}
				#main-menu li:hover {
					opacity:1;
					
				}
				#main-menu li:hover >  span{
					opacity:1;
					transition: opacity 0.5s ease;
					
				}
				#main-menu a:hover {
					text-decoration:none;
				}



#change-language h2 {
	color:#fff;
	font-family:exo;
	float:left;
	
	
}



				
#projector-content {
	position:absolute;
	z-index: 1001;
}


#fullscreen {
	background-color:rgba(0,0,0,1);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000; /*one less than the unit bar*/
	display:none;

}

.fullscreen-text-box {
	clear:both;
	margin:0px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

} 

.fullscreen-text-box p {
	margin:0 0 30px 0;
	font-size:32px;
}
.fullscreen-text-box h2 {
	margin:0 0 10px 0;
	font-size:44px;
}
.fullscreen-text-box h3 {
	font-size:40px;
	color:#CC6601;
	margin:10px 0px 10px 0px;
}
.fullscreen-text-box h4 {
	font-size:38px;
	color:#fff;
	margin:10px;
}
.fullscreen-text-box li {
	margin:0px 0 10px 60px;
	font-size:32px;
}


#help {
	background-color:rgba(0,0,0,0.9);
	position:fixed;
	width:100%;
	bottom:0px;
	left:0;
	top:0px;
	z-index:99; /*one less than the unit bar*/
	
}


#help-image img {
	
	margin-top:-50px;
	width:1100px;
	height:835px;
	
}

#slider-blackout {
	background-color:rgba(0,0,0,0.7);
	position:absolute;
	width:100%;
	bottom:0px;
	top:0px;
	z-index:1; 
	overflow:hidden;
	display:none;
	
}

#unit-prompt	{
	overflow:hidden;
	position:absolute;
	bottom:100px;
	left:60px;
	right:60px;
	background-color:rgba(255,255,255,0.9);
	z-index:2;
}

			#unit-prompt h3 {	
				font-size:40px;
				color:#000;
				float:left;
				font-family:exo_bold;
				padding:20px;
				margin:0;
				
			}
			#unit-prompt a {
				height:100%;
				float:right;
			}
			#unit-prompt .next-tab img{
				position:absolute;
				float:right;
				top:50%;
				margin-top:-10px;
				right:10px;
			}

#slider-panel a, #slider-panel img {
	z-index:9999;
}


/*~~ Footer Divs ~~*/
#foot_strip, #foot_center {
	bottom:0;
}
#foot_strip {
	background-color:rgba(0,0,0,0.8);
	
}
#foot_center {
	/*background-color:#036;*/
	position:absolute;
	
}

#atebol-logo {
	position:absolute;
	left:50%;
	height:inherit;
	width:400px;
	margin-left:-200px;
}
#atebol-logo p, #atebol-logo a  {	
	line-height:30px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	
}
#atebol-logo a :hover {
	opacity:0.7;
	background-color:rgba(0,0,0,0.5); 
}

#slider-panel { 
	position:absolute; 
	height:60px; 
	width:300px;  
	right:0; 
	bottom:0; 
	opacity:0.6; 
	/*background-color:#000; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;*/
	z-index:9999;
}
/*
#prevslide, #nextslide, #play-button, #pause-button, #offButton{ position:absolute; bottom:10px; opacity:0.6; z-index:102; }
#prevslide{ right:250px;  }
#offButton{ right:170px;  }
#play-button, #pause-button{ right:90px;  }
#nextslide{ right:10px;  }
#prevslide:active, #nextslide:active, #play-button:active, #pause-button:active, #offButton:active{ margin-top:-19px; }
#prevslide:hover, #nextslide:hover, #play-button:hover, #pause-button:hover, #offButton:hover{ cursor:pointer;  opacity:1;}
*/


/*~~ Splash Background Divs ~~*/

.text-layout-splash-background {
	overflow:auto;
	background-color:rgba(0,0,0,0.9);
}

#drag-and-drop-layout {
	background-color:rgba(0,0,0,0.9);
}

#talking-heads-layout {
	overflow:hidden;
	background-color:rgba(0,0,0,0.9);
	padding:5px;
}

/*~ video Div ~*/

#videos {
	
}
#video-list li {
	margin:10px;
}	


#video-layout {
	background-color:#000;
	
}	
#video-layout.text-box {
	width:640px;
}
video,#video-container  { width:640px; height:360px;}

.video-box {
	overflow:hidden;
	position:absolute;
}
#video-blackout {
	position:fixed;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);
	display:none;
}
.video-text-box {
	padding:10px 10px 0px 20px;
}
video { 
	overflow:hidden;
	width:768px;
	height:432px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;

}

#video-controls {
	margin:10px;
	float:right;
}
#video-container .large-button {
	position:absolute;
	margin-left:-60px;
	left:50%;
	top:40%;
	margin-top:-60px;
	z-index: 100;
	background-size: 100px 100px;
}
#video-header.text-box{
	margin:0 0 0 0;
}
#video-footer {
	/*min-height:50px;*/
}

#video-footer.text-box h4 {
	margin:5px 0 10px 0;
	
}
h4#video-description { width:100%;}

#video-nav {
	height:20px;
	width:100%;
	margin:0 0 20px 0;
	
}
#video-nav ul {
	text-align:center;
}

#video-nav ul li{
	text-decoration:none;
	display:inline;
}
#video-nav a {
	font-size:20px;
	color:#FFF;
	opacity:0.5;
	transition: opacity 0.5s ease;
}
#video-nav a:hover {
	text-decoration:none;
	opacity:1;
	
}
	
/*~~ Text coloumn Divs ~~*/

.text-box {
	position:relative;
	overflow:hidden;
	margin:0 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    5px 5px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         5px 5px 5px 0px rgba(0, 0, 0, 0.6);
} 
.text-box h2 {
	margin:0 0 10px 0;
}
.text-box p {
	margin:0 0 10px 0;
}
.text-padding {
	padding:10px 20px 0px 20px ;
}
.text-box h3 {
	color:#CC6601;
	margin:0px 0px 10px 0px;
}
.text-box h4 {

	color:#fff;
	margin:20px 0 10px 0;
}
.text-box li {
	margin:0 0 7px 30px;
}
.text-column {
	
	width:305px;
	margin:10px;
	float:left;
	
}
.text-scroller {
	height:110px;
}
#two-column-text-box {
	overflow:hidden;
	width:650px;
	margin:10px;
}
#one-column-text-box {
	
	position:relative;

	float:left;
	margin:0;
	padding:10px 60px 20px 20px ;


}
/*
#next-page-column {
	position:realtive;
	width:50px;
	float:right;
}
*/
#next-page-column img{
	position:absolute;
	right:10px;
	bottom:10px;
}
#next-page-column a, #next-page-column img, {
	position:absolute;
	
}

#max-tab {
	background-size:30px 30px;  width:30px; height:30px;
	position:absolute;
	top:10px;
	right:10px;
}
#next-tab {
	background-size:20px 20px;  width:20px; height:20px;

}


#tool-tip {

	overflow:hidden;

	
}
.tool-tip ul li{
	color:#000;
	
}
.tool-tip-icon {
	margin:-3px 5px 5px 15px ;
	float:left;
}

.tool-tip {
	float:left;
	background-color:rgba(255,255,255,0.9);
	
}
.tool-tip p {
	float:left;
	color:#000;
} 
.link-box {
	width:600px;
	overflow:hidden;
	margin:20px 0;
}

.text-link p{
	margin:6px 0px;
}
.text-link {
	max-width:600px;
	overflow:hidden;
	padding:0 20px 0 0;
	float:left;
}
.icon-link {
	width:30px;
	height:30px;
	float:left;
	
}

.icon {
	background-size:20px 20px;
}

#moveable  {
	overflow:hidden; 
	position:absolute;
	width:740px;
	}

	
	
	/*media query divs*/

	
#special-game-board .main-game-board {
	width:1000px;
}

#special-game-board .main-drop-zone, #special-game-board .prompt-text {
	width:700px;
	
}
#special-game-board .prompt-text{
	margin:10px;
}

#special-game-board .quadrant {
	width:338px;
	height:338px;	
}
#special-game-board .game-sidebar {
	width:280px;
}
	/*standard divs*/
	
	
	
#special-game-board .game-text-boxes {
	width:100%;
	overflow:hidden;
	
}

#special-game-board .game-sidebar {
	padding:10px;
}


#special-game-board .main-drop-zone, #special-game-board .game-sidebar {
	float:left;
}

#special-game-board .drop-zone{
	position:absolute;
	left:0;
	right:0;
	overflow:hidden;
	width:700px;
	height:700px;
	z-index:9999;
}


#special-game-board .drop-zone-background{
	position:relative;
	margin:10px;
	overflow:hidden;
	
    background-color: rgba(90, 90, 90, 0.1);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2IzYjNiMyIgc3RvcC1vcGFjaXR5PSIwLjY3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2IzYjNiMyIgc3RvcC1vcGFjaXR5PSIwLjY3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==),
        -webkit-gradient(radial, center center, 0, center center, 455,color-stop(0, rgba(179, 179, 179, 0.67)),color-stop(1, rgb(0, 0, 0)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, ellipse closest-corner,rgba(179, 179, 179, 0.67) 0%,rgb(0, 0, 0) 100%);
    /* IE10+ */
    background-image: radial-gradient(ellipse closest-corner at center center,rgba(179, 179, 179, 0.67) 0%,rgb(0, 0, 0) 100%);
    background-image: -ms-radial-gradient(center center, ellipse closest-corner,rgba(179, 179, 179, 0.67) 0%,rgb(0, 0, 0) 100%);
}
 

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#abb3b3b3",endColorstr="#ff000000",GradientType=0);
    }
}

#special-game-board .quadrant {
	position:relative;
	float:left;
	border:1px solid #fff;
	
}
#special-game-board #top-left p {
	position:absolute;
	left:10px;
	top:10px;
}
#special-game-board #top-right p {
	position:absolute;
	right:10px;
	top:10px;
	text-align:right;
}
#special-game-board #bottom-left p {
	position:absolute;
	left:10px;
	bottom:10px;
}
#special-game-board #bottom-right p {
	position:absolute;
	right:10px;
	bottom:10px;
	text-align:right;
}
#special-game-board .droppedBox p {
	text-align:center;
	font-size:1.0em;
	background-color:rgba(255,255,255,0.7);
	color:#000;
	padding:4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#special-game-board .game-text-boxes p {
	text-align:center;
	font-size:1.0em;
	background-color:#fff;
	color:#000;
	padding:4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#special-game-board .game-text-boxes h3 {
	padding-bottom:10px;
	text-align:center;
	border-bottom:solid 2px #fff;
}

#special-game-board .prompt-text {
	text-align:center;
}

#game-board ,#special-game-board{
	/*background-color:rgba(0,0,0,0.7);*/
	width:100%;
	
	margin:0px 0px 0px 0px;
/*	padding:0px 10px 10px 10px ;*/
	
}

#game-title {
	width:1000px;

	
}
#game-title h3, #game-title p {
	text-align:center;
}

#game-top {
	
}



#game-top-left {
	border-right:1px #fff solid;
}

#game-top-right {
	border-left:1px #fff solid;
}


.left-indent .game-paragraphs {	float:right;}
.left-indent .game-paragraphs p { background-color:#969696;}

.right-indent .game-paragraphs {float:left;}
.right-indent .game-paragraphs p { background-color:#969696;}
#game-top-unit3 .game-partition {width:339px;}

#game-top-unit3 .left-indent .game-paragraphs {	float:left;}
.game-indents {
	width:100%;
	height:59px;
	margin:0px;
	border-top:1px solid #272727;
	/*background-color:#069;*/

}
.game-partition .game-paragraphs {
	max-width:450px;

}
.title-partition{
	float:left;
	width:480px;
	overflow:hidden;
}


.number-partition { width:40px;float:left; overflow:hidden;  }
#left-number-partition.number-partition {border-right: 1px #fff solid}

#right-number-partition.number-partition {border-left: 1px #fff solid}

.number-title h3 {
	text-align:center;
	line-height:40px;
	padding:0;
	margin:0;
}


.number-title { 
	width:40px;   
	border-top: 1px solid #272727;
	padding:0; 
	margin:0;
}

.title-partition h3 {
	margin:10px 10px 10px 10px ;
}


.game-partition {
	float:left;
	width:480px;
	overflow:hidden;

}
#game-bottom {
	clear:both;
	width:100%;
	height:230px;
	border-top:2px #fff solid;	
}

#game-container{
	width:100%;
	height:150px;
	overflow:hidden;
}

.game-prompt {
	width:100%;
	padding:10px 0;
	border-bottom:2px solid #fff;
	margin-bottom:10px;
}
.game-prompt h3 {
	text-align:center;
	margin-bottom:0px;
}
.game-paragraphs {
	margin:5px;	
}
.game-paragraphs p {
	text-align:center;
	font-size:1.0em;
	background-color:#fff;
	color:#000;
	padding:4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.game-indents .game-paragraphs p {
	font-size:1em;
	padding:5px;
	text-align:left;
	padding:5px;
	margin:0;
}

.chat-area {
	float:left;
	width:500px;
	height:100px;
	margin:10px;
	padding:10px;
}

.chat-area .button-class{
	margin:0 0 0 250px;	
}

.head-area img{	
	width:150px;
	height:150px;
}

.chat-top {
	float:left;
}
.chat-bottom {
	float:right;
}
.head-top {
	float:right;
}
.head-bottom {
	float:left;
}

.chat-area p  {
display: none;
font-size:20px;

}
.chat-area .outputText1, .chat-area .outputText2  {
	display: block;
}

#person2 {
    display:none;
}

.talking-heads  {

text-align:center; 
font-size:28px; 
letter-spacing:1px;
}

#th-heading h2 {
	text-align:center;
}

.chat-area .button-class img {width:100px; height:100px;}


.drop-layer {
	width:inherit;
	height:inherit;
	background-color:#045;
	padding-top:-20px;
	margin-top:-20px;
	overflow-y:auto
}
.dropdown-pointer {
	position:relative;
	left:5px;
	top:-5px;
	visibility:hidden;
}	

.dropdown-pointer img{
	width:10px !important;
	height:10px !important;
	position:absolute;
	left:0;
	top:0;
	
	
}
.menu-dropdown-area {
    background-color:rgba(0,0,0,0.9);
	position:absolute;
	z-index: 1000;
    padding:10px;
	display:none;
	clear:both;
}
.menu-dropdown-area li {
	color:#fff;	
}
.menu-dropdown-area.text-box li {
	margin:0 10px 10px 20px;
	

}


.menu-dropdown-area li a {
	color:#fff;
	text-decoration:underline;
}

.menu-dropdown-area li a:hover {
	color:#cc6601;
}

.dropdown-pointer .menu-padding {
	position:absolute;
	left:-250px;
	top:0px;
	width:300px;
	height:20px;
	background-color:#054;
	visibility:visible;
	
}


.maximise {
	
	
}
.small-section li, 	.small-section p {font-size:22px;} 		.small-section h3 {font-size:28px;}
.medium-section li, .medium-section p {font-size:18px;} 	.medium-section h3 {font-size:24px;}
.large-section li, 	.large-section p {font-size:14px;} 		.large-section h3 {font-size:20px;}



#help-screen-image-div {

	width:450px;
	height:400px;
	position:absolute;
	top:255px;
	left:100px; 
}

#help-screen-image-div h3 {
	color:#CC6601;
	font-size:22px;
	margin-bottom:10px;
}

#marquee { height:210px; width:100%; }

#acknowledgements-box {
	width:450px;
	height:240px;
}
#acknowledgements-box  h4 {
	font-size:20px;
	margin:20px 0 10px 0; 
}

#acknowledgements-box  p, #acknowledgements-box  a {
	font-size:16px;
	margin:0 0 10px 0; 
}

#downloadable-content-box {
	margin-top:50px;
}

#downloadable-content-box .link-box {
	margin:0;
	width:450px;
}
#downloadable-content-box .icon-link {
	padding:8px 5px 5px 0px;
}

.icon-link img {
	width:30px;
	height:30px; 
}

#max-tab {
	/*display:none;*/
}

#logo-images {
	position:absolute;
	bottom:50px;
	left:0px;
}










