body
{
	background: #f0f0f1 url('../images/background.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
}

#container
{
	margin: 0 auto;
	width: 998px;
}

	#container h1
	{
		font-size:48px;
	}
	
	#container h2
	{
		position: absolute;
		width:auto;
		font-weight:400;
		padding:20px 20px 6px 0;
		font-size: 40px;
		background:url(../images/home-subheadingtextbackground.png) repeat-x;
		color:#484848;
	}
	
	#container a, a:hover
	{
		color:#3C3BAD;
	}
	
	#container .ital
	{
		font-style:italic;
	
	}
	
	/****************************************/
	/*             Header                   */
	/****************************************/

	
	#container #header
	{
		height: 221px;
		background: url('../images/header-background.png') no-repeat right top;
	}
	
	#container #header h1
	{
		width:65px;
		height:60px;
		padding:81px 0 0 0;
	}
	
	#container #header #mainmenu
	{
		height:25px;
		padding:40px 0 0 280px;
	}

		#container #header #mainmenu a
		{
			display: block;
			height:100%;
			width:100%;
		}
		
		#container #header #mainmenu ul
		{
			width:714px;
		}
		
		#container #header #mainmenu li
		{
			text-indent:-9999px;
			float:left;
		}
		
		#container #header #mainmenu #home
		{
			display: block;
			width: 93px;
			height: 25px;
			background: url('../images/main_menu.png') no-repeat 0 0;
		}
		
		#container #header #mainmenu #home:hover
		{
			background-position: 0 -25px;
		}
		
		#container #header #mainmenu #home.active
		{
			background-position: 0 -25px;
		}
		
		#container #header #mainmenu #portfolio
		{
			display: block;
			width: 105px;
			height: 25px;
			background: url('../images/main_menu.png') no-repeat -93px 0;
		}
		
		#container #header #mainmenu #portfolio:hover
		{
			background-position: -93px -25px;
		}
		
		#container #header #mainmenu #portfolio.active
		{
			background-position: -93px -25px;
		}
		
		#container #header #mainmenu #aboutus
		{
			display: block;
			width: 113px;
			height: 25px;
			background: url('../images/main_menu.png') no-repeat -198px 0;
		}
		
		#container #header #mainmenu #aboutus:hover
		{
			background-position: -198px -25px;
		}
		
		#container #header #mainmenu #aboutus.active
		{
			background-position: -198px -25px; 
		}
		
		#container #header #mainmenu #healthgames
		{
			display: block;
			width: 148px;
			height: 25px;
			background: url('../images/main_menu.png') no-repeat -311px 0;
		}
		
		#container #header #mainmenu #healthgames:hover
		{
			background-position: -311px -25px;
		}
		
		#container #header #mainmenu #healthgames.active
		{
			background-position: -311px -25px; 
		}
		
		#container #header #mainmenu #gsa
		{
			display: block;
			width: 82px;
			height: 25px;
			background: url('../images/main_menu.png') no-repeat -459px 0;
		}
		
		#container #header #mainmenu #gsa:hover
		{
			background-position: -459px -25px;
		}
		
		#container #header #mainmenu #gsa.active
		{
			background-position: -459px -25px; 
		}
		
		#container #header #mainmenu #products
		{
			display: block;
			width: 110px;
			height: 25px;
			background: url('../images/main_menu.png') no-repeat -542px 0;
		}
		
		#container #header #mainmenu #products:hover
		{
			background-position: -542px -25px;
		}
		
		#container #header #mainmenu #products.active
		{
			background-position: -542px -25px; 
		}
		
		#container #header #mainmenu #contact
		{
			display: block;
			width: 62px;
			height: 25px;
			background: url('../images/main_menu.png') no-repeat -652px 0;
		}
		
		#container #header #mainmenu #contact:hover
		{
			background-position: -652px -25px;
		}
		
		#container #header #mainmenu #contact.active
		{
			background-position: -652px -25px; 
		}
		
		#contact-form-container
		{
			width:614px;
			padding:40px;
			overflow:auto;
			
		}
		
		#contact-form-container #form
		{
			
			overflow:auto;
			width:414px;
			margin:0 auto;
		}
		
		#contact-form-container #form ul
		{
			float:left;
			padding:0 0 0 0;
		}
		
		#contact-form-container #form li
		{
			padding:10px 0 0 0;
		}
		
		#contact-form-container #form label
		{
			display:inline-block;
			width:100px;
			padding:15px 5px 16px 0;
			text-align:right;
			vertical-align:top;
			background:#191c20;
			color:#f0f0f1;
		}
		
		#contact-form-container #form span
		{
			display:inline-block;
			width:280px;
			padding:15px 10px 16px 10px;			
			text-align:left;
			vertical-align:top;
			background:#f6df00;
			color:#191c20;
		}
		
		#contact-form-container #form input[type="text"]
		{
			font-family: Arial, Helvetica, sans-serif;
			background:#f6df00;
			color:#191c20;
			font-size:12px;
			border: 0;
			padding:15px 10px 16px 10px; 
			width:300px;
		}
		
		#contact-form-container #form textarea
		{
			font-family: Arial, Helvetica, sans-serif;
			background:#f6df00;
			color:#191c20;
			padding:15px 10px 16px 10px; 
			font-size:12px;
			border: 0;
			width:300px;
			height:250px;
		}
		
		#contact-form-container #form input[type="submit"]
		{
			
			background:#191c20;
			color:#f0f0f1;
			margin:0 0 0 105px;
			padding:15px 0 16px 0; 
			width:300px;
			cursor:pointer;
			border:0;
		}


/****************************************/
/*             Main Content             */
/****************************************/

#container .headercontainer
{
	background:url(../images/home-subheadingbackground.png) no-repeat bottom;
	height:57px;
	margin: 12px 0 1px 0;
	padding: 3px 0 9px 10px;
	overflow:auto;
}

#container #playheadercontainer
{
	background:url(../images/home-playsubheadingbackground.png) no-repeat bottom;
	height:90px;
	margin: 12px 0 1px 0;
	padding: 3px 0 9px 10px;
	overflow:auto;
}

#container #playh2
{
	margin-top:16px;
	margin-left:130px;
}

#container #maincontent
{
	min-height:454px;
}

/************************************************/
/*             Main Content  - home            */
/***********************************************/

#container #maincontent-home
{
	min-height:454px;
}

#container #maincontent-home .viewmore
{
	display:block;
	background:url(../images/viewmore-icon.png) no-repeat 0 0;
	width: 101px;
	height: 23px;
	text-indent:-9999px;
	margin: 21px 0 0 0;
	padding:0 0 0 0;
	float:right;
}

#container #maincontent-home .viewmore:hover
{
	background:url(../images/viewmore-icon.png) no-repeat -101px 0;
}

#container #maincontent-home .headercontainer
{
	background:url(../images/home-subheadingbackground.png) no-repeat bottom;
	height:57px;
	margin: 12px 0 1px 0;
	padding: 3px 0 9px 10px;
	overflow:auto;
}

#container #maincontent-home h2
{
	position: absolute;
	width:auto;
	font-weight:400;
	padding:20px 20px 6px 0;
	font-size: 40px;
	background:url(../images/home-subheadingtextbackground.png) repeat-x;
	color:#484848;
}

#container #maincontent-home #interactivearea
{
	position:relative;
	padding:24px 0 0 0;
	width:998px;
	height:384px;
	color:#FFFFFF;
}

#container #maincontent-home #interactivearea #heading
{
	position:absolute;
	top:64px;
	left:15px;
	z-index:10;
}

#container #maincontent-home #interactivearea #interactivedescription
{
	position:absolute;
	top:138px;
	left:118px;
	z-index: 9;
	width:230px;
}

#container #maincontent-home #interactivearea #interactivedescription p
{
	background:url(../images/home-transparentbackground.png) repeat;
	padding:0 10px 10px 10px;
}

#container #maincontent-home #interactivearea #interactivedescription #moreicon
{
	text-indent:-9999px;
	background: #000099 url(../images/home-moreicon.png) no-repeat 0 0;
	width:48px;
	height:31px;
	margin:0 0 0 182px;
}

#container #maincontent-home #interactivearea #interactivedescription #moreicon:hover
{
	background-position: -48px 0;
}

#container #maincontent-home #interactivearea #moreicon a
{
	display: block;
	height:100%;
	width:100%;
}

#container #maincontent-home #interactivearea #cycleimages
{
	position:absolute;
	width:998px;
	height:384px;
	padding:0;
	margin:0;
	left:0;
}

#container #maincontent-home #interactivearea #cycleimages img
{
	width:998px;
	height:384px;
	top:0;
	left:0;	
}


#container #maincontent-home #interactivearea #heading h1
{
	font-weight:700;
	background:url(../images/home-transparentbackground.png) repeat;
	width:319px;
	height:54px;
	padding:10px 0 10px 14px;
}

#container #maincontent-home #inthenews
{
	overflow: auto;
	background:url(../images/home-inthenewsbackground.png) no-repeat;
}

#container #maincontent-home #inthenews a
{
	color:#000;
}

#container #maincontent-home #inthenews a:hover
{
	text-decoration:underline;
}

#container #maincontent-home #inthenews #mainnews
{
	float:left;
	width:616px;
	margin: 6px 0 0 0;
	overflow:hidden;
}

#container #maincontent-home #inthenews #mainnews #content
{
	float:right;
	padding:0 14px 0 0;
	width:320px;
}	

#container #maincontent-home #inthenews #mainnews #content h3
{
	padding: 20px 0 10px 0;
	font-size:14px;
}

#container #maincontent-home #inthenews #mainnews #date
{
	padding: 0 0 0 0;
	font-size:11px;
	font-weight:bolder;
}

#container #maincontent-home #inthenews #mainnews #description
{
	padding: 6px 0 0 0;
	font-size:13px;
}

#container #maincontent-home #inthenews #subnews
{
	padding: 6px 5px 0 0;
	float:right;
	width:363px;
}

#container #maincontent-home #inthenews #subnews img
{
	padding:3px 0 0 0;
}

#container #maincontent-home #inthenews #subnews .title
{
	font-size:10px;
	font-weight:bold;

}

#container #maincontent-home #inthenews #subnews .content
{
	float: right;
	width: 258px;
}

#container #maincontent-home #inthenews #subnews .date
{
	font-size:9px;
}

#container #maincontent-home #inthenews #subnews .description
{
	font-size:10px;
}

#container #maincontent-home #inthenews #subnews #substory:first-child
{
	border-top: 0;
	padding: 0;
}

#container #maincontent-home #inthenews #subnews #substory
{
	margin: 10px 5px 0 0;
	border-top: 1px solid #ffffff;
	padding: 10px 0 0 0;
	overflow:auto;
}

#container #maincontent-home #latestandgreatest
{
	background: url(../images/home-latestbackground.png) no-repeat;
	height:270px;
	overflow:auto;
}

#container #maincontent-home #latestandgreatest li
{
	float:left;
	padding:0 0 0 6px;
}

#container #maincontent-home #latestandgreatest li:first-child
{
	padding:0;
}

#container #maincontent-home #latestandgreatest li li
{
	float:none;
	width:322px;
	padding:0 0 0 5px;
}

#container #maincontent-home #latestandgreatest li li.image
{
	padding:6px 0 0 0;
}

#container #maincontent-home #latestandgreatest li li.title
{
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0 0 5px;
}

#container #maincontent-home #latestandgreatest li li.title a
{
	color:#191c20;
}

#container #maincontent-home #latestandgreatest li li.title a:hover
{
	text-decoration:underline;
}


#container #maincontent-home #latestandgreatest li li.date
{
	font-size: 10px;
	padding: 10px 0 3px 5px;
}

#container #maincontent-home #latestandgreatest li li.description
{
	width:315px;
}

#container #maincontent-home #whatwedo
{
	background:url(../images/home-whatwedobackground.png) repeat-y;
	margin: 20px 0 0 0;
	height: 172px;
}

#container #maincontent-home #whatwedo li:first-child
{
	width: 193px;
	float: left;
}

#container #maincontent-home #whatwedo li
{
	width: 193px;
	float: left;
	padding:0 3px 0 3px;
}

#container #maincontent-home #whatwedo li a
{
	color:#191c20;
}

#container #maincontent-home #whatwedo li h3
{
	position: absolute;
	padding: 0 5px 1px 0;
	font-size:14px;
    width:auto;
	height:auto;
	background: url(../images/home-whatwedohighlight.png) repeat-x;
}

#container #maincontent-home #whatwedo li p
{
	padding:26px 0 0 0;
	width: 188px;
}

#container #maincontent-home #screeningroom
{

	overflow:auto;
}

#container #maincontent-home #screeningroom ul li
{
	display:block;
	float:left;
	line-height:12px;
	height:80px;
	overflow:auto;
	width:80px;
	margin:10px 10px 0 0;
	position:relative;
}

#container #maincontent-home #screeningroom ul li .screenlink
{
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:80px;
	z-index:10;
}

#container #maincontent-home #screeningroom ul li #screenheading
{
	font-weight:normal;
	margin:52px 0 0 0;
	padding:2px 0 2px 10px;
	width:70px;
	float:left;
}


#container #maincontent-home #screeningroom ul li .description
{
	background:url(../images/home-transparentbackground.png) repeat;
	font-weight:normal;
	margin:52px 0 0 0;
	padding:2px 0 2px 2px;
	width:78px;
	height:24px;
	float:left;
	position:absolute;
	top:0;
	bottom:0;
	color:#fff;
}

/***************************************************/
/*             Main Content  - about us            */
/***************************************************/

#container #maincontent-aboutus h1
{
	font-size: 36px;
	padding: 36px 0 4px 0;
}

#container #maincontent-aboutus #submenucontainer
{
	height:6px;
	background:url(../images/aboutus-submenubackground.png) repeat-x;
}

#container #maincontent-aboutus #submenu
{
	position:absolute;
	width:auto;
	overflow:auto;
}

#container #maincontent-aboutus #submenu li
{
	float:left;
}



#container #maincontent-aboutus #submenu a
{	
	display:block;
	text-size: 14px;
	padding:8px;
	background-color:#f2e205;
	color:#191c20;
}

#container #maincontent-aboutus #submenu a:hover
{
	background-color:#828282;
	color:#d6d4d1;
}

#container #maincontent-aboutus #submenu .active
{
	background-color:#828282;
	color:#d6d4d1;
}

#container #maincontent-aboutus #clientlist
{
	cursor:pointer; 
}

#container #maincontent-aboutus #clientlisttooltip
{
	display:none;
	/*background: url(../images/aboutus-clientsbackground.png) repeat;*/
	background:#fff;
    font-size:11px; 
    color:#fff;
	padding:20px 38px 30px 38px;
	z-index:100;
}

#container #maincontent-aboutus #submenu #clientlisttooltip .clientimages
{
	display:block;
	padding: 10px 0 0 0;
	overflow:auto;
}

#container #maincontent-aboutus #submenu #clientlisttooltip .clientimages li:first-child
{
	padding: 5px 0 0 0;
}

#container #maincontent-aboutus #submenu #clientlisttooltip .clientimages li
{
	float:left;
	padding:5px 0 0 10px;
}

#container #maincontent-aboutus #submenu #clientlisttooltip .clientlist:first-child
{
	padding: 30px 0 0 0;
}

#container #maincontent-aboutus #submenu #clientlisttooltip .clientlist
{
	display:block;
	padding:30px 0 0 30px;
	float:left;
}

#container #maincontent-aboutus #submenu #clientlisttooltip .clientlist li
{
	color:#000000;
	padding:2px 0 0 0;
	font-size:11px;
	width:150px;
	list-style:square;
	float:none;
}


#container #maincontent-aboutus #clientlisttooltip h2
{
	font-size:18px;

}

#container #maincontent-aboutus #introtext
{
	background:url(../images/aboutus-introimage.png) no-repeat;
	margin: 30px 0 0 0;
	padding: 212px 0 0 0;
	font-size:14px;
	overflow:auto;
}

#container #maincontent-aboutus #introtext p
{
	width:297px;
	padding:0 30px 0 5px;
	float:left;
}

#container #maincontent-aboutus #overviewblock
{
	margin: 60px 0 0 0;
	overflow:auto;
}

#container #maincontent-aboutus #overviewblock #overviewtextsection
{
	width: 482px;
}

#container #maincontent-aboutus #overviewblock #overviewtextsection p
{
	padding: 16px 0 0 0;
}

#container #maincontent-aboutus #overviewblock #overviewscroller
{
	float:right;
}

#container #maincontent-aboutus #whatwedo
{
	background:url(../images/home-whatwedobackground.png) repeat-y;
	margin: 20px 0 0 0;
	overflow:auto;
}

#container #maincontent-aboutus #whatwedo li:first-child
{
	width: 190px;
	float: left;
}

#container #maincontent-aboutus #whatwedo li
{
	width: 192px;
	float: left;
	padding:0 4px 0 3px;
}

#container #maincontent-aboutus #whatwedo li h3
{
	position: absolute;
	padding: 0 5px 1px 0;
	font-size:14px;
    width:auto;
	height:auto;
	background: url(../images/home-whatwedohighlight.png) repeat-x;
}

#container #maincontent-aboutus #whatwedo li p
{
	padding:26px 0 0 0;
}

		#container #maincontent-aboutus #subawards #awardsintro
		{
			background:url(../images/aboutus-awardsmainimage.png) no-repeat top right;
			margin: 30px 0 0 0;
			padding: 10px 0 0 0;
			font-size:14px;
			overflow:auto;
		}
		
		#container #maincontent-aboutus #subawards #awardsintro p
		{
			width:230px;
			padding:0 0 60px 0;		
		}
		#container #maincontent-aboutus #subawards .first-child
		{
			padding:30px 0 0 0 !important;
			
		}
		
		#container #maincontent-aboutus #subawards ul
		{
			padding:20px 0 0 0;
			overflow:auto;
		}
		
		#container #maincontent-aboutus #subawards ul li:first-child
		{
			padding:0 20px 0 188px;
			overflow:auto
			
		}
		
		#container #maincontent-aboutus #subawards ul li
		{
			width:301px;
			display:block;
			background:url(../images/aboutus-awards/ima.png) no-repeat top left;
			float:left;
			padding:0 0 0 188px;
			min-height:140px;
		}
		
		#container #maincontent-aboutus #subawards ul li h4
		{
			font-size:14px;
		}
		
		#container #maincontent-aboutus #subawards ul li p
		{
			padding:5px 0 0 0;
		}
		
		#container #maincontent-aboutus #subawards .healthgames
		{
			font-size:14px;
			padding:10px 40px 20px 10px;
		}
		
		#container #maincontent-aboutus #subawards .healthgames p
		{
			width:700px;
			padding:15px 0 0 0;
		}
		
		#container #maincontent-aboutus #subawards .healthgames ul
		{
			padding:12px 0 0 20px;
			margin:0 0 0 20px;
			list-style-type:disc;
		}
		
		#container #maincontent-aboutus #subawards .healthgames ul li
		{
			width:inherit;
			display:block;
			background:none !important;
			float:none;
			padding:0 0 0 30px;
			min-height:0;
			list-style-type:disc;
		}
		
		#container #maincontent-aboutus #subreleases
		{
			overflow:auto;
			padding:0 0 40px 0;
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles
		{
			overflow: auto;
			width:710px;
			float:left;
			padding:27px 0 0 0;
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle
		{
			overflow: auto;
			width: 661px;
			margin:25px 0 25px 0;
			border-bottom: solid 1px #FFF;
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .date
		{
			float:left;
			width: 67px;
			height: 80px;
			background:url(../images/aboutus-maindate.png) no-repeat;
			color:#f0f0f1;
			padding:17px 0 0 14px;
			font-size:14px;
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .date li:first-child
		{
			font-size: 18px;
			font-weight: bold;	
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .description
		{
			float:left;
			width:580px;
			
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .description .title
		{
			padding: 17px 0 0 20px;
			font-size: 18px;
			font-weight:bold;
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .description .title a
		{
			color:#191c20;
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .description .title a:hover
		{
			text-decoration:underline;
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .description .publisher
		{
			padding: 2px 0 0 20px;
			font-style: italic;
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .description .descriptionblock
		{
			
			padding: 13px 0 0 20px;
			
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .description .bottombackground
		{
			overflow:auto;
		}
		
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .description .viewmore
		{
			display:block;
			background:url(../images/viewmore-icon.png) no-repeat 0 0;
			width: 101px;
			height: 23px;
			text-indent:-9999px;
			margin: 21px 0 0 0;
			padding:0 0 0 0;
			float:right;
		}
				
		#container #maincontent-aboutus #subreleases #mainarticles .mainarticle .description .viewmore:hover
		{
			background:url(../images/viewmore-icon.png) no-repeat -101px 0;
		}
		
		#container #maincontent-aboutus #subreleases #subarticles
		{
			float:left;
			width:254px;
			background:url(../images/aboutus-subarticlebackground.png) repeat-y;
			margin:52px 0 0 31px;
			min-height:600px;
		}
		
		#container #maincontent-aboutus #subreleases #subarticles .subarticle
		{
			width: 225px;			
			margin:0 0 30px 0;
			overflow:auto;
		}
		
		#container #maincontent-aboutus #subreleases #subarticles .subarticle .date
		{	
			width: 39px;
			height: 39px;
			background:#a8a8a8;
			color:#191c20;
			padding: 10px 0 0 10px;
			float:left;
		}
		
		#container #maincontent-aboutus #subreleases #subarticles .subarticle .date li:first-child
		{
			font-weight:bold;
			font-size:12px;	
		}
		
		#container #maincontent-aboutus #subreleases #subarticles .subarticle .title
		{
			float: left;
			width: 160px;
			padding:5px;
		}
		
		#container #maincontent-aboutus #subreleases #subarticles .subarticle .title a
		{
			color:#191c20;
		}
		
		#container #maincontent-aboutus #subreleases #subarticles .subarticle .title a:hover
		{
			text-decoration: underline;
		}
		
		#container #maincontent-aboutus #subreleases #subarticles .subarticle .title .publisher
		{
			font-size: 9px;
		}
		
		#container #maincontent-aboutus #subreleases.individual
		{
			padding:45px 0 40px 0;
			overflow:auto;
		}
		
		#container #maincontent-aboutus #subreleases.individual ul
		{
			padding:10px 0 0 0;
		}
		
		#container #maincontent-aboutus #subreleases.individual #immediate
		{
			padding: 0 0 10px 0;	
		}
		
		#container #maincontent-aboutus #subreleases.individual #article
		{
			width:671px;
			padding: 0 45px 0 0;
			float:left;
			background:url(../images/aboutus-pressarticles/articlebackground.png) repeat-y top;		
		}
		
		#container #maincontent-aboutus #subreleases.individual #article h1
		{
			font-size: 30px;
			padding:0 20px 0 0;
		}
		
		#container #maincontent-aboutus #subreleases.individual #article h2
		{
			font-size: 18px;
			color:#848484;
			padding:5px 10px 0 0;
			position:static;
		}
		
		#container #maincontent-aboutus #subreleases.individual #article p
		{
			font-size: 12px;
			color:#000000;
			padding:10px 15px 0 0;
		}
		
		#container #maincontent-aboutus #subreleases.individual #article ol
		{
			padding:12px 0 0 20px;
			margin:0 0 0 20px;
			list-style-type:decimal;	
		}
		
		#container #maincontent-aboutus #subreleases.individual #article .articleulist
		{
			padding:12px 0 0 20px;
			margin:0 0 0 20px;
			list-style-type:disc;	
		}	
		
		#container #maincontent-aboutus #subreleases.individual #article ol li
		{

		}
		
		#container #maincontent-aboutus #subreleases.individual #article .date
		{
			font-size: 14px;
			color:#4b4b4b;
			padding:10px 0 10px 20px;
			position:static;
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia
		{
			background-color:#dddddd;
			padding:20px;
			width:200px;
			min-height:115px;
			float:left;
			overflow:auto;			
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia a
		{
			color:#191c20;
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia a:hover
		{
			text-decoration:underline;
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #posticons
		{
			overflow:auto;
			padding:0;	
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #posticons li
		{
			float:left;
			padding:0 16px 0 0;
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #compact
		{
			overflow:auto;
			padding:0;
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #compact li:first-child
		{
			padding:21px 0 0 0;
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #compact li
		{
			float:none;
			padding:5px 0 0 0;
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #articleextras
		{
			margin:10px 0 0 0;
			padding:10px 0 0 0;
			border-top:dotted 1px #9c9c9c;
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #moreinfo
		{
			margin:10px 0 0 0;
			padding:10px 0 0 0;
			border-top:dotted 1px #9c9c9c;
			
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #moreinfo li
		{
			float:none;	
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #moreinfo #contact
		{
			background:url(../images/aboutus-pressarticles/contactemail.png) no-repeat bottom left;
			padding:8px 0 0 25px;
		}
		
		#container #maincontent-aboutus #subreleases.individual #socialmedia #moreinfo #phone
		{
			padding:0 0 0 25px;
		}
		
		#container #maincontent-aboutus #teammembers #headerimage
		{
			background:url(../images/aboutus-teammembers/mainimage-alt.png) no-repeat;
			width:998px;
			height:160px;
			margin: 33px 0 40px 0;
		}
		
		#container #maincontent-aboutus #teammembers #principals
		{
			
			overflow:auto;
		}
		
		#container #maincontent-aboutus #teammembers  .principalinfo
		{
			display:none;
			background:url(../images/aboutus-teammembers/infobackground.png) no-repeat;
    		font-size:11px;
    		color:#191c20;
			z-index:100;
			overflow:auto;
		}
		
		
		#container #maincontent-aboutus #teammembers .membercontainer
		{
			width:500px;
			overflow:auto;
			padding:38px;
			
		}
		#container #maincontent-aboutus #teammembers .membercontainer .background
		{
			padding:10px;
			margin:0 0 0 103px;
			font-size:12px;
			background-color:#fff;
		}
		
		#container #maincontent-aboutus #teammembers .membercontainer p
		{
			padding: 0 0 8px 0;
		}
		
		#container #maincontent-aboutus #teammembers #principals li:first-child
		{
			padding:0 10px 0 0;
		}
		
		#container #maincontent-aboutus #teammembers #principals li
		{
			
			display:block;
			width:494px;
			height:210px;
			float:left;
			background-repeat:no-repeat;
		}
		
		#container #maincontent-aboutus #teammembers #principals h1
		{
			background:#191c20;
			width:270px;
			padding:5px 0 5px 10px;
			font-size:24px;
			font-weight:400;
			color:#f0f0f1;
			margin:140px 0 0 0;
			cursor:pointer;
		}
		
		#container #maincontent-aboutus #teammembers #principals h4
		{
			background:#f2e205;
			width:146px;
			padding:3px 0 3px 10px;
			font-size:14px;
			font-weight:normal;
			color:#191c20;
		}
		
		/*#container #maincontent-aboutus #teammembers #principals li .hotspot
		{
			display:block;
			background:url(../images/blank.gif) repeat;
			position:absolute;
			top:0;
			left:0;
			width:494px;
			height:210px;
			z-index:10;	
		}
		
		#container #maincontent-aboutus #teammembers #principals li .hotspot:hover
		{
			display:block;
			background-color:#f0f0f1;
			position:absolute;
			top:0;
			left:0;
			width:494px;
			height:410px;
			z-index:10;	
		}
		
		#container #maincontent-aboutus #teammembers #principals li .hotspot a
		{
			display:block;
			width:494px;
			height:210px;
			text-indent:-9999px;
		}
		
		#container #maincontent-aboutus #teammembers #principals li .hotspot a:hover
		{
			display:block;
			background-color:#f0f0f1;
			width:494px;
			height:210px;
			text-indent:0;
		}*/
		
		#container #maincontent-aboutus #teammembers .team
		{
			overflow:auto;
			margin:36px 0 0 0;
		}
		
		#container #maincontent-aboutus #teammembers .team li:first-child
		{
			padding:0 0 0 0;
		}
		
		#container #maincontent-aboutus #teammembers .team li
		{
			display:block;
			margin:0 0 0 4px;
			width:326px;
			height:216px;
			float:left;
			background-repeat:no-repeat;
		}
		
		#container #maincontent-aboutus #teammembers .team li #contact
		{
			width:280px;
			margin:125px 0 0 0;
		}
		
		#container #maincontent-aboutus #teammembers .team li #contact a
		{
			color:#f0f0f1;
		}
		
		#container #maincontent-aboutus #teammembers .team li #alternate
		{
			width:200px;
			margin:0 0 0 0;
		}
		
		#container #maincontent-aboutus #teammembers .team li #alternate a
		{
			color:#191c20;
		}
		
		#container #maincontent-aboutus #teammembers .team h1
		{
			background:#191c20;
			width:178px;
			padding:5px 0 5px 10px;
			font-size:16px;
			font-weight:400;
			color:#f0f0f1;
			margin:145px 0 0 0;
			cursor:pointer;
		}
		
		#container #maincontent-aboutus #teammembers .team h4
		{
			background:#f2e205;
			width:146px;
			padding:3px 0 3px 10px;
			font-size:12px;
			font-weight:normal;
			color:#191c20;
		}
		
			
			
			
		

/****************************************************/
/*             Main Content  - portfolio            */
/****************************************************/

#container #maincontent-portfolio
{
	overflow:auto;
}

#container #maincontent-portfolio h1
{
	font-size: 36px;
	padding: 36px 0 4px 0;
}

#container #maincontent-portfolio #submenucontainer
{
	height:6px;
	background:url(../images/aboutus-submenubackground.png) repeat-x;
}

#container #maincontent-portfolio #videofile
{
	width:425px;
	margin:0 auto;
	padding:20px 20px 0 30px;
	float:left;
}

#container #maincontent-portfolio #videofile ul li
{
	padding: 0 0 10px 0;
}

#container #maincontent-portfolio #videofile #booklinks
{
	padding:10px 0 0 0;
	overflow:auto;
}

#container #maincontent-portfolio #videofile #booklinks ul
{
	width:110px;
	padding:0 20px 0 10px;
	float:left;
	display:block;
}

#container #maincontent-portfolio #videofile #booklinks ul li
{
	padding:0;
	text-align:center;
}

#container #maincontent-portfolio #videofile #booklinks .title
{
	padding:0 0 6px 0;
	color:#3C3BAD;

}

#container #maincontent-portfolio #description
{
	width:450px;
	float: left;
	padding:20px 0 0 20px;
	
}

#container #maincontent-portfolio #description p
{
	padding:0 0 10px 0;
}

#container #maincontent-portfolio #submenu
{
	position:absolute;
	width:auto;
	overflow:auto;
}

#container #maincontent-portfolio #submenu li
{
	float:left;
}



#container #maincontent-portfolio #submenu a
{	
	display:block;
	text-size: 14px;
	padding:8px;
	background-color:#f2e205;
	color:#191c20;
}

#container #maincontent-portfolio #submenu a:hover
{
	background-color:#828282;
	color:#d6d4d1;
}

#container #maincontent-portfolio #timeline
{
	margin:36px 0 -30px 0;
	width:998px;
	height:104px;
	background:url(../images/portfolio/temp-timeline.png) no-repeat;
}

#container #maincontent-portfolio .portfolioblock
{
	padding:56px 0 0 0;
	overflow:auto;
}

#container #maincontent-portfolio .portfolioblock .sectionnav
{
	float:left;
}
#container #maincontent-portfolio .portfolioblock .sectionnav h2
{
	width:114px;
	height:116px;
	text-align:right;
	font-size:15px;
	color: #f0f0f1 !important;
	position: static !important;
	background:#191c20;
	line-height: 1.1em;
	padding:9px 7px 0 0 !important;
}

#container #maincontent-portfolio .portfolioblock .sectionnav ul
{
	margin:5px 0 0 0;
	background:#f2e205;
}

#container #maincontent-portfolio .portfolioblock .sectionnav ul li a
{
	display:block;
	text-align:right;
	padding: 3px 6px 3px 0;
	color:#191c20;
}

#container #maincontent-portfolio .portfolioblock .sectionnav ul li a:hover
{
	background-color:#828282;
	color:#d6d4d1;
}

#container #maincontent-portfolio .portfolioblock #scrollupbutton
{
	overflow:hidden;
}

#container #maincontent-portfolio .portfolioblock #scrollupbutton a
{
	display:block;
	padding: 10px 5px 10px 5px;
	background:#191c20;
	float:right;
	color:#f0f0f1;
	font-size:10px;
	margin:0 0 5px 0;
}

#container #maincontent-portfolio .portfolioblock .contentblock
{
	width: 870px;
	float:right;
}

#container #maincontent-portfolio .portfolioblock .contentblock ul:first-child
{
	padding:0;
	height:125px;
}

#container #maincontent-portfolio .portfolioblock .contentblock ul
{
	padding:5px 0 0 0;
	height:125px;
}

#container #maincontent-portfolio .portfolioblock .contentblock ul li:first-child
{
	padding:0;
}

#container #maincontent-portfolio .portfolioblock .contentblock ul li
{
	float:left;
	padding:0 0 0 5px;
}

#container #maincontent-portfolio .portfolioblock .contentblock a
{
	display:block;
	width:120px;
	height:125px;
	text-indent:-9999px;
}

#container #maincontent-portfolio .portfolioblock .contentblock a:hover
{
	background-position: 0 -125px;
}

#portfolio-individual-container
{
	min-height:1614px !important;
}

#portfolio-individual
{
	width: 998px;
	margin:102px 0 0 0;
	padding:0 0 20px 0;
	background:url(../images/portfolio/individual-project-background.png) repeat;
	overflow:auto;
}

#portfolio-individual h1
{
	padding: 26px 0 0 23px;
	font-size: 42px;
	color:#515151;
}

#portfolio-individual h2
{
	padding: 0 0 26px 23px;
	font-size: 20px;
	font-weight:400;
	color:#919191;
}

#portfolio-individual #description
{
	float:right;
	width:282px;
	color:#515151;
	font-size:14px;
	padding: 100px 39px 0 0;
}

#portfolio-individual #description h2
{
	font-size: 24px;
	margin: 0 0 0 -3px;
	padding:0 0 5px 0;
	font-weight:900;
	color:#515151;
}

#portfolio-individual #description h3
{
	text-indent:-9999px;
	background: #000099 url(../images/portfolio/view-project.png) no-repeat 0 0;
	width:136px;
	height:24px;
	margin: 28px 0 0 0;
	cursor:pointer;
}

#portfolio-individual #description h3:hover
{
	background-position: -136px 0;
}


#portfolio-individual #gallery
{
	float:left;
	width:634px;
}

#portfolio-individual #gallery img
{
	padding:0 0 35px 23px;
}

#portfolio-individual-linked
{
	width: 998px;
	margin:102px 0 0 0;
	padding:0 0 20px 0;
	background:url(../images/portfolio/individual-project-background.png) repeat;
	overflow:auto;
}

#portfolio-individual-linked h1
{
	padding: 26px 0 0 23px !important;
	font-size: 42px !important;
	color:#515151;
}

#portfolio-individual-linked h2
{
	padding: 0 0 26px 23px;
	font-size: 20px;
	font-weight:400;
	color:#919191;
	background:none !important;
	position: static !important;
}

#portfolio-individual-linked #description
{
	float:right !important;
	width:294px !important;
	color:#515151;
	font-size:14px;
	padding: 100px 23px 0 0 !important;
}

#portfolio-individual-linked #description h2
{
	font-size: 24px;
	margin: 0 0 0 -3px;
	padding:0 0 5px 0;
	font-weight:900;
	color:#515151;
}

#portfolio-individual-linked #description h3
{
	text-indent:-9999px;
	background: #000099 url(../images/portfolio/view-project.png) no-repeat 0 0;
	width:136px;
	height:24px;
	margin: 28px 0 0 0;
	cursor:pointer;
}

#portfolio-individual-linked #description h3:hover
{
	background-position: -136px 0;
}

#portfolio-individual-linked  #gallery
{
	float:left;
	width:634px;
	padding:0 0 0 23px;
}

#portfolio-individual-linked  #gallery img
{
	padding:0 18px 35px 0;
}



/*#container #maincontent-portfolio
{

}

#container #maincontent-portfolio
{

}

#container #maincontent-portfolio
{

}

#container #maincontent-portfolio
{

}

#container #maincontent-portfolio
{

}

#container #maincontent-portfolio
{

}*/


/***************************************************/
/*             Main Content  - about us            */
/***************************************************/

#container #maincontent-healthgames h1
{
	font-size: 36px;
	padding: 36px 0 4px 0;
}

#container #maincontent-healthgames #subawards #scrollupbutton
{
	overflow:hidden;
	margin:100px 0 0 0;
}

#container #maincontent-healthgames #subawards #scrollupbutton a
{
	display:block;
	padding: 10px 5px 10px 5px;
	background:#191c20;
	float:right;
	color:#f0f0f1;
	font-size:10px;
	margin:0 0 0 0;
}

#container #maincontent-healthgames #submenucontainer
{
	height:6px;
	background:url(../images/aboutus-submenubackground.png) repeat-x;
}

#container #maincontent-healthgames #submenu
{
	position:absolute;
	width:auto;
	overflow:auto;
}

#container #maincontent-healthgames #submenu li
{
	float:left;
}



#container #maincontent-healthgames #submenu a
{	
	display:block;
	text-size: 14px;
	padding:8px;
	background-color:#f2e205;
	color:#191c20;
}

#container #maincontent-healthgames #submenu a:hover
{
	background-color:#828282;
	color:#d6d4d1;
}

#container #maincontent-healthgames #submenu .active
{
	background-color:#828282;
	color:#d6d4d1;
}

#container #maincontent-healthgames #clientlist
{
	cursor:pointer; 
}

#container #maincontent-healthgames #clientlisttooltip
{
	display:none;
	background: url(../images/aboutus-clientsbackground.png) repeat;
    font-size:11px; 
    color:#fff;
	padding:20px 38px 30px 38px;
	z-index:100;
}

#container #maincontent-healthgames #submenu #clientlisttooltip .clientimages
{
	display:block;
	padding: 10px 0 0 0;
	overflow:auto;
}

#container #maincontent-healthgames #submenu #clientlisttooltip .clientimages li:first-child
{
	padding: 5px 0 0 0;
}

#container #maincontent-healthgames #submenu #clientlisttooltip .clientimages li
{
	float:left;
	padding:5px 0 0 10px;
}

#container #maincontent-healthgames #submenu #clientlisttooltip .clientlist:first-child
{
	padding: 30px 0 0 0;
}

#container #maincontent-healthgames #submenu #clientlisttooltip .clientlist
{
	display:block;
	padding:30px 0 0 30px;
	float:left;
}

#container #maincontent-healthgames #submenu #clientlisttooltip .clientlist li
{
	color:#000000;
	padding:2px 0 0 0;
	font-size:11px;
	width:150px;
	list-style:square;
	float:none;
}


#container #maincontent-healthgames #clientlisttooltip h2
{
	font-size:18px;

}

#container #maincontent-healthgames #introtext
{
	background:url(../images/aboutus-introimage.png) no-repeat;
	margin: 30px 0 0 0;
	padding: 212px 0 0 0;
	font-size:14px;
	overflow:auto;
}

#container #maincontent-healthgames #introtext p
{
	width:297px;
	padding:0 30px 0 5px;
	float:left;
}

#container #maincontent-healthgames #overviewblock
{
	margin: 60px 0 0 0;
	overflow:auto;
}

#container #maincontent-healthgames #overviewblock #overviewtextsection
{
	width: 482px;
}

#container #maincontent-healthgames #overviewblock #overviewtextsection p
{
	padding: 16px 0 0 0;
}

#container #maincontent-healthgames #overviewblock #overviewscroller
{
	float:right;
}

#container #maincontent-healthgames #whatwedo
{
	background:url(../images/home-whatwedobackground.png) repeat-y;
	margin: 20px 0 0 0;
	overflow:auto;
}

#container #maincontent-healthgames #whatwedo li:first-child
{
	width: 190px;
	float: left;
}

#container #maincontent-healthgames #whatwedo li
{
	width: 192px;
	float: left;
	padding:0 4px 0 3px;
}

#container #maincontent-healthgames #whatwedo li h3
{
	position: absolute;
	padding: 0 5px 1px 0;
	font-size:14px;
    width:auto;
	height:auto;
	background: url(../images/home-whatwedohighlight.png) repeat-x;
}

#container #maincontent-healthgames #whatwedo li p
{
	padding:26px 0 0 0;
}

		#container #maincontent-healthgames #subawards #awardsintro
		{
			background:url(../images/healthgames-mainimage.png) no-repeat top right;
			margin: 30px 0 0 0;
			padding: 10px 0 0 0;
			font-size:14px;
			overflow:auto;
		}
		
		#container #maincontent-healthgames #subawards #awardsintro p
		{
			width:230px;
			padding:0 0 60px 0;		
		}
		#container #maincontent-healthgames #subawards .first-child
		{
			padding:30px 0 0 0 !important;
			
		}
		
		#container #maincontent-healthgames #subawards ul
		{
			padding:20px 0 0 0;
			overflow:auto;
		}
		
		#container #maincontent-healthgames #subawards ul li:first-child
		{
			padding:0 20px 0 188px;
			overflow:auto
			
		}
		
		#container #maincontent-healthgames #subawards ul li
		{
			width:301px;
			display:block;
			background:url(../images/aboutus-awards/ima.png) no-repeat top left;
			float:left;
			padding:0 0 0 188px;
			min-height:140px;
		}
		
		#container #maincontent-healthgames #subawards ul li h4
		{
			font-size:14px;
		}
		
		#container #maincontent-healthgames #subawards ul li h4 a
		{
			color:#191c20;
		}
		
		#container #maincontent-healthgames #subawards ul li h4 a:hover
		{
			text-decoration: underline;
		}
		
		#container #maincontent-healthgames #subawards ul li p
		{
			padding:5px 0 0 0;
		}
		
		#container #maincontent-healthgames #subawards .healthgames
		{
			font-size:14px;
			padding:10px 40px 20px 10px;
		}
		
		#container #maincontent-healthgames #subawards .healthgames p
		{
			width:700px;
			padding:15px 0 0 0;
		}
		
		#container #maincontent-healthgames #subawards .healthgames ul
		{
			padding:12px 0 0 20px;
			margin:0 0 0 20px;
			list-style-type:disc;
		}
		
		#container #maincontent-healthgames #subawards .healthgames ul li
		{
			width:inherit;
			display:block;
			background:none !important;
			float:none;
			padding:0 0 0 30px;
			min-height:0;
			list-style-type:disc;
		}
		
		#container #maincontent-healthgames #subreleases
		{
			overflow:auto;
			padding:0 0 40px 0;
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles
		{
			overflow: auto;
			width:710px;
			float:left;
			padding:27px 0 0 0;
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle
		{
			overflow: auto;
			width: 661px;
			margin:25px 0 25px 0;
			border-bottom: solid 1px #FFF;
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .date
		{
			float:left;
			width: 67px;
			height: 80px;
			background:url(../images/aboutus-maindate.png) no-repeat;
			color:#f0f0f1;
			padding:17px 0 0 14px;
			font-size:14px;
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .date li:first-child
		{
			font-size: 18px;
			font-weight: bold;	
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .description
		{
			float:left;
			width:580px;
			
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .description .title
		{
			padding: 17px 0 0 20px;
			font-size: 18px;
			font-weight:bold;
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .description .title a
		{
			color:#191c20;
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .description .title a:hover
		{
			text-decoration:underline;
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .description .publisher
		{
			padding: 2px 0 0 20px;
			font-style: italic;
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .description .descriptionblock
		{
			
			padding: 13px 0 0 20px;
			
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .description .bottombackground
		{
			overflow:auto;
		}
		
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .description .viewmore
		{
			display:block;
			background:url(../images/viewmore-icon.png) no-repeat 0 0;
			width: 101px;
			height: 23px;
			text-indent:-9999px;
			margin: 21px 0 0 0;
			padding:0 0 0 0;
			float:right;
		}
				
		#container #maincontent-healthgames #subreleases #mainarticles .mainarticle .description .viewmore:hover
		{
			background:url(../images/viewmore-icon.png) no-repeat -101px 0;
		}
		
		#container #maincontent-healthgames #subreleases #subarticles
		{
			float:left;
			width:254px;
			background:url(../images/aboutus-subarticlebackground.png) repeat-y;
			margin:52px 0 0 31px;
			min-height:600px;
		}
		
		#container #maincontent-healthgames #subreleases #subarticles .subarticle
		{
			width: 225px;			
			margin:0 0 30px 0;
			overflow:auto;
		}
		
		#container #maincontent-healthgames #subreleases #subarticles .subarticle .date
		{	
			width: 39px;
			height: 39px;
			background:#a8a8a8;
			color:#191c20;
			padding: 10px 0 0 10px;
			float:left;
		}
		
		#container #maincontent-healthgames #subreleases #subarticles .subarticle .date li:first-child
		{
			font-weight:bold;
			font-size:12px;	
		}
		
		#container #maincontent-healthgames #subreleases #subarticles .subarticle .title
		{
			float: left;
			width: 160px;
			padding:5px;
		}
		
		#container #maincontent-healthgames #subreleases #subarticles .subarticle .title a
		{
			color:#191c20;
		}
		
		#container #maincontent-healthgames #subreleases #subarticles .subarticle .title a:hover
		{
			text-decoration: underline;
		}
		
		#container #maincontent-healthgames #subreleases #subarticles .subarticle .title .publisher
		{
			font-size: 9px;
		}
		
		#container #maincontent-healthgames #subreleases.individual
		{
			padding:45px 0 40px 0;
			overflow:auto;
		}
		
		#container #maincontent-healthgames #subreleases.individual ul
		{
			padding:10px 0 0 0;
		}
		
		#container #maincontent-healthgames #subreleases.individual #immediate
		{
			padding: 0 0 10px 0;	
		}
		
		#container #maincontent-healthgames #subreleases.individual #article
		{
			width:671px;
			padding: 0 45px 0 0;
			float:left;
			background:url(../images/aboutus-pressarticles/articlebackground.png) repeat-y top;		
		}
		
		#container #maincontent-healthgames #subreleases.individual #article h1
		{
			font-size: 30px;
			padding:0 20px 0 0;
		}
		
		#container #maincontent-healthgames #subreleases.individual #article h2
		{
			font-size: 18px;
			color:#848484;
			padding:5px 10px 0 0;
			position:static;
		}
		
		#container #maincontent-healthgames #subreleases.individual #article p
		{
			font-size: 12px;
			color:#000000;
			padding:10px 15px 0 0;
		}
		
		#container #maincontent-healthgames #subreleases.individual #article ol
		{
			padding:12px 0 0 20px;
			margin:0 0 0 20px;
			list-style-type:decimal;	
		}
		
		#container #maincontent-healthgames #subreleases.individual #article .articleulist
		{
			padding:12px 0 0 20px;
			margin:0 0 0 20px;
			list-style-type:disc;	
		}	
		
		#container #maincontent-healthgames #subreleases.individual #article ol li
		{

		}
		
		#container #maincontent-healthgames #subreleases.individual #article .date
		{
			font-size: 14px;
			color:#4b4b4b;
			padding:10px 0 10px 20px;
			position:static;
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia
		{
			background-color:#dddddd;
			padding:20px;
			width:200px;
			min-height:115px;
			float:left;
			overflow:auto;			
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia a
		{
			color:#191c20;
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia a:hover
		{
			text-decoration:underline;
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #posticons
		{
			overflow:auto;
			padding:0;	
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #posticons li
		{
			float:left;
			padding:0 16px 0 0;
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #compact
		{
			overflow:auto;
			padding:0;
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #compact li:first-child
		{
			padding:21px 0 0 0;
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #compact li
		{
			float:none;
			padding:5px 0 0 0;
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #articleextras
		{
			margin:10px 0 0 0;
			padding:10px 0 0 0;
			border-top:dotted 1px #9c9c9c;
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #moreinfo
		{
			margin:10px 0 0 0;
			padding:10px 0 0 0;
			border-top:dotted 1px #9c9c9c;
			
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #moreinfo li
		{
			float:none;	
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #moreinfo #contact
		{
			background:url(../images/aboutus-pressarticles/contactemail.png) no-repeat bottom left;
			padding:8px 0 0 25px;
		}
		
		#container #maincontent-healthgames #subreleases.individual #socialmedia #moreinfo #phone
		{
			padding:0 0 0 25px;
		}
		
		#container #maincontent-healthgames #teammembers #headerimage
		{
			background:url(../images/aboutus-teammembers/mainimage.png) no-repeat;
			width:998px;
			height:160px;
			margin: 33px 0 40px 0;
		}
		
		#container #maincontent-healthgames #teammembers #principals
		{
			
			overflow:auto;
		}
		
		#container #maincontent-healthgames #teammembers  .principalinfo
		{
			display:none;
			background:url(../images/aboutus-teammembers/infobackground.png) no-repeat;
    		font-size:11px;
    		color:#191c20;
			z-index:100;
			overflow:auto;
		}
		
		
		#container #maincontent-healthgames #teammembers .membercontainer
		{
			width:500px;
			overflow:auto;
			padding:38px;
			
		}
		#container #maincontent-healthgames #teammembers .membercontainer .background
		{
			padding:10px;
			margin:0 0 0 103px;
			font-size:12px;
			background-color:#f0f0f1;
		}
		
		#container #maincontent-healthgames #teammembers .membercontainer p
		{
			padding: 0 0 8px 0;
		}
		
		#container #maincontent-healthgames #teammembers #principals li:first-child
		{
			padding:0 10px 0 0;
		}
		
		#container #maincontent-healthgames #teammembers #principals li
		{
			
			display:block;
			width:494px;
			height:210px;
			float:left;
			background-repeat:no-repeat;
		}
		
		#container #maincontent-healthgames #teammembers #principals h1
		{
			background:#191c20;
			width:270px;
			padding:5px 0 5px 10px;
			font-size:24px;
			font-weight:400;
			color:#f0f0f1;
			margin:140px 0 0 0;
		}
		
		#container #maincontent-healthgames #teammembers #principals h4
		{
			background:#f2e205;
			width:146px;
			padding:3px 0 3px 10px;
			font-size:14px;
			font-weight:normal;
			color:#191c20;
		}
		
		/*#container #maincontent-aboutus #teammembers #principals li .hotspot
		{
			display:block;
			background:url(../images/blank.gif) repeat;
			position:absolute;
			top:0;
			left:0;
			width:494px;
			height:210px;
			z-index:10;	
		}
		
		#container #maincontent-aboutus #teammembers #principals li .hotspot:hover
		{
			display:block;
			background-color:#f0f0f1;
			position:absolute;
			top:0;
			left:0;
			width:494px;
			height:410px;
			z-index:10;	
		}
		
		#container #maincontent-aboutus #teammembers #principals li .hotspot a
		{
			display:block;
			width:494px;
			height:210px;
			text-indent:-9999px;
		}
		
		#container #maincontent-aboutus #teammembers #principals li .hotspot a:hover
		{
			display:block;
			background-color:#f0f0f1;
			width:494px;
			height:210px;
			text-indent:0;
		}*/
		
		#container #maincontent-healthgames #teammembers .team
		{
			overflow:auto;
			margin:36px 0 0 0;
		}
		
		#container #maincontent-healthgames #teammembers .team li:first-child
		{
			padding:0 0 0 0;
		}
		
		#container #maincontent-healthgames #teammembers .team li
		{
			display:block;
			margin:0 0 0 4px;
			width:326px;
			height:216px;
			float:left;
			background-repeat:no-repeat;
		}
		
		#container #maincontent-healthgames #teammembers .team h1
		{
			background:#191c20;
			width:178px;
			padding:5px 0 5px 10px;
			font-size:16px;
			font-weight:400;
			color:#f0f0f1;
			margin:145px 0 0 0;
		}
		
		#container #maincontent-healthgames #teammembers .team h4
		{
			background:#f2e205;
			width:146px;
			padding:3px 0 3px 10px;
			font-size:12px;
			font-weight:normal;
			color:#191c20;
		}


/***************************************************/
/*             Main Content  - contact	           */
/***************************************************/

#container #maincontent-contact
{
	min-height:500px;
	overflow:auto;
}

#container #maincontent-contact h1
{
	font-size: 36px;
	padding: 36px 0 4px 0;
}

#container #maincontent-contact ul
{
	display:block;
	float:left;
	padding:20px;
	margin:26px 0 0 0;
}

#container #maincontent-contact ul a
{
	color:#191c20;	
}

#container #maincontent-contact #contactbackground
{
	background:url(../images/contact-topbackground.png) no-repeat;
	overflow:auto;
	margin:20px 0 0 0;
}

#container #maincontent-contact #address
{
	padding:20px 0 0 134px;
}

#container #maincontent-contact #phones
{
	padding:20px 0 0 100px;
}

#container #maincontent-contact #map
{
	overflow:auto;
}

#container #maincontent-contact #map #archnumber
{
	float:left;
	padding:5px 10px 5px 10px;
	background:#191c20;
	font-size:11px;
	color:#f0f0f1;
	width:inherit;
}

#container #maincontent-contact #directions
{
	padding:10px 0 0 0;
	overflow:auto;
}

#container #maincontent-contact #directions #writteninstructions
{
	float:left;
	width:500px;
}

#container #maincontent-contact #directions #writteninstructions p
{
	padding:10px 0 0 0;
}


/***************************************************/
/*             Main Content  - gsa	           */
/***************************************************/

#container #maincontent-gsa
{
	min-height:500px;
	overflow:auto;
}

#container #maincontent-gsa h1
{
	font-size: 36px;
	padding: 36px 0 4px 0;
}

#container #maincontent-gsa #submenucontainer
{
	height:6px;
	background:url(../images/aboutus-submenubackground.png) repeat-x;
}

#container #maincontent-gsa #submenu
{
	position:absolute;
	width:auto;
	overflow:auto;
}

#container #maincontent-gsa #submenu li
{
	float:left;
}



#container #maincontent-gsa #submenu a
{	
	display:block;
	text-size: 14px;
	padding:8px;
	background-color:#f2e205;
	color:#191c20;
}

#container #maincontent-gsa #submenu a:hover
{
	background-color:#828282;
	color:#d6d4d1;
}

#container #maincontent-gsa #submenu .active
{
	background-color:#828282;
	color:#d6d4d1;
}

#container #maincontent-gsa #content
{
	float:left;
	margin:40px 0 0 0;
	width:586px;
}

#container #maincontent-gsa #content .cinfoborder:first-child
{
	border-top: dotted 1px #999;
	margin:0 0 5px 0;
}

#container #maincontent-gsa #content .cinfoborder
{
	border-top: dotted 1px #999;
	margin:5px 0 5px 0;
}

#container #maincontent-gsa #content .info:first-child
{
	display:inline-block;
	width:inherit;
	text-align:left;
	padding:10px 0 0 205px;
}

#container #maincontent-gsa #content .info
{
	display:inline-block;
	width:inherit;
	text-align:left;
	padding:10px 5px 0 0;
}


#container #maincontent-gsa #content .subject
{
	display:inline-block;
	padding:10px 5px 0 0;
	width:200px;
	text-align:right;
	font-weight:bold;
}

#container #maincontent-gsa #content .headercontainer
{
	padding-top:0;
	padding-bottom:0;
	margin:0;
}

#container #maincontent-gsa #content .headercontainer h2
{
	padding-top:10px;
	margin:0;
	padding-bottom:0;
}

#container #maincontent-gsa #content p:first-child
{
	padding:0;
}

#container #maincontent-gsa #content p
{
	font-size:14px;
	padding:10px 0 10px 0;
}

#container #maincontent-gsa #content img
{
	margin:10px 0 10px 0;
	background:#FFF;
	padding:0 0 0 0;
}

#container #maincontent-gsa #content .services
{
	padding:0 0 40px 60px;
	list-style-type:disc;
	font-size:14px;
}

#container #maincontent-gsa #gsainfo
{
	background-color:#dddddd;
	margin:40px 0 0 0;
	padding:20px;
	width:inherit;
	min-height:115px;
	float:right;
	overflow:auto;				
}

#container #maincontent-gsa #gsainfo .gsainfospace
{
	display:inline-block;
	padding:0 10px 0 0;
	width:105px;
	text-align:right;
	font-weight:bold;
}

#container #maincontent-gsa #moreinfo
{
	margin:10px 0 0 0;
	padding:10px 0 0 115px;
	border-top:dotted 1px #9c9c9c;
}

#container #maincontent-gsa #moreinfo a
{
	color:#191c20;
}

#container #maincontent-gsa #moreinfo a:hover
{
	text-decoration:underline;
}
		
#container #maincontent-gsa #moreinfo li
{
	float:none;	
}

#container #maincontent-gsa #contact
{
	background:url(../images/aboutus-pressarticles/contactemail.png) no-repeat bottom left;
	padding:8px 0 0 25px;
}

#container #maincontent-gsa #phone
{
	padding:0 0 0 25px;
}


/***************************************************/
/*             Main Content  - products            */
/***************************************************/

#container #maincontent-products
{
	min-height:550px;
	padding:0 0 40px 0;

}

#container #maincontent-products h1
{
	font-size: 36px;
	padding: 36px 0 40px 0;
}

#container #maincontent-products .first-child
{
	padding:20px 0 0 0;
	overflow:auto;
}

#container #maincontent-products ul
{
	padding:60px 0 0 0;
	overflow:auto;
}
		
		#container #maincontent-products li:first-child
		{
			padding:0 20px 0 0;
			overflow:auto
			
		}
		
		#container #maincontent-products ul li
		{
			display:block;
			width:485px;
			float:left;
			min-height:140px;
		}
		
		#container #maincontent-products ul li .content
		{
			float:left;
			width:280px;
		}
		
		#container #maincontent-products ul li img
		{
			display:block;
			padding:0 20px 0 0;
			float:left;
		}
		
		#container #maincontent-products ul li h4
		{
			font-size:14px;
		}
		
		#container #maincontent-products ul li p
		{
			padding:5px 0 0 0;
		}


		#container #maincontent-products .viewmore
		{
			display:block;
			background:url(../images/viewmore-icon.png) no-repeat 0 0;
			width: 101px;
			height: 23px;
			text-indent:-9999px;
			margin: 21px 0 0 0;
			padding:0 0 0 0;
			float:right;
		}
		
		#container #maincontent-products .viewmore:hover
		{
			background:url(../images/viewmore-icon.png) no-repeat -101px 0;
		}



/************************************************/
/*             footer                           */
/***********************************************/

#container #footer
{
	background:url(../images/footer-background.png) no-repeat;
	width:998px;
	height:110px;
	margin: 44px 0 0 0;
	padding:60px 0 0 0;
}

#container #footer .location
{
	text-align:right;
	float:right;
}

#container #footer a
{
	color:#000;
}

#container #footer a:hover
{
	color:#666666;
}



#ie-update
{
	width:670px;
	height:310px;
	padding:20px;
	background:#FFF;
	overflow:auto;
}

#ie-update h1
{
	font-size: 24px;
	padding:0 0 15px 0;	
}

#ie-update p
{
	padding:0 0 10px 0;
}

#ie-update li
{
	display:block;
	float:left;
	padding:10px 5px 10px 5px;
}
