@charset "utf-8";
/* CSS Document */
/*
****
**** NB:  This file is preceded by CSSreset.css
****
*/
/*
****
**** Tag redefinition...
**
*/
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
ol {
	margin-left:44px;
	list-style-type:decimal;
}
ul {
	margin-left:44px;
	list-style-type:disc;
}
hr {
	margin-top:7px;
	margin-bottom:7px;
}
/*
****
**** Now that we have reset the CSS in the preceding file, which includes browser-specific margin-top
**** values for 'p' tags, we can be confident that paragraphs will not automatically and mysteriously
**** drop some arbitrary distance from the top of their container.
****
**** So, here we re-introduce a margin at the bottom of the paragraph only...
****
*/
p {
	margin-bottom:9px;
}
/*
****
****  GLOBAL container...
****
*/
#globalContainer {
	height:100%;
	width:100%;
	background-color:#000000;
	text-align:center;  /* IE5 hack */
}

#LayerAboutUs {
	position:absolute;
	left:391px;
	top:0px;
	width:63px;
	height:84px;
	z-index:100;
	overflow: visible;
	visibility: hidden;
}

#LayerPortfolio {
	position:absolute;
	left:468px;
	top:0px;
	width:95px;
	height:85px;
	z-index:101;
	visibility: hidden;
} 

#LayerServices {
	position:absolute;
	left:597px;
	top:0px;
	width:40px;
	height:80px;
	z-index:102;
	visibility: hidden;
} 

#LayerContacts {
	position:absolute;
	left:673px;
	top:0px;
	width:44px;
	height:68px;
	z-index:103;
	visibility: hidden;
} 

#MenuBG {
	position:absolute;
	background-image:url(global_imgs/nav/masthead_bg.gif);
	left:0px;
	top:0px;
	width:100%;
	height:146px;
	z-index:10;
	visibility:visible;
}




/*
****
****  Within the global container, we have the primary vertical content area. This will contain
****  the ACT logo, the menus, the flash sequence, and other content...
****
*/
#centerContent {
	position:absolute;
	left:0;
	top:137px;
	width:100%;
	height:718px;
	background-color:#FFFFFF;
	border:none;
	text-align:center;
	visibility:visible;
	z-index:200;
}
/*
****
**** Container for video, centered within "centerContent"...
****
*/
#videoContent {
	position:absolute;
	left:50%;
	margin-left:-370px;
	top:90px;
	width:740px;
	height:560px;
	background-color:#FFFFFF;
	border:1px solid #97A0B6;
	text-align:center;
	visibility:visible;
	z-index:300;	
}
#XLvideoContent {
	position:absolute;
	left:50%;
	width:1080px;
	margin-left:-540px;
	top:90px;
	height:644px;
	background-color:#FFFFFF;
	border:1px solid #97A0B6;
	text-align:center;
	visibility:visible;
	z-index:300;
}
#otherVideos {
	position:absolute;
	left:50%;
	margin-left:-370px;
	width:740px;
	top:656px;
	padding-top:10px;
	height:34px;
	background-color:#FFFFFF;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
	visibility:visible;
	z-index:350;
}
#otherVideos a:link {color:#336699}

#otherVideos a:active {color:#336699}

#otherVideos a:visited {color:#336699} 

#otherVideos a:hover {text-decoration:underline; color:#bf0000}

#explanatoryContent {
	position:absolute;
	left:50%;
	margin-left:-250px;
	top:20px;
	width:500px;
	height:300px;
	background-color:#FFFFFF;
	text-align:left;
	visibility:visible;
	z-index:350;	
}
/*
****
****  ...text-related definitions...
****
*/
.allCaps {
	text-transform:uppercase;
}
.quoteAttribution {
	font-style:italic;
	margin-right:44px;
}
.strongEmphasis {
	font-weight:bold;
	text-decoration:underline;
}
.hrDiv {
	margin-top:9px;
	margin-bottom:9px;
}
/*
****
****  ...and finally, the lower menu and copyright statement.
****
*/
#lowerMenuBacker {
	position:absolute;
	left:0px;
	width:100%;
	top:840px;
	height:80px;
	background-color:#000000;
	padding-top:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A9B8C1;
	text-align:center;
	z-index:600;
}
#lowerMenu {
	position:absolute;
	left:0px;
	width:100%;
	top:920px;
	height:50px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	/* color:#A9B8C1 */
	text-align:center;
	z-index:700;
}
#lowerMenu a:link, #lowerMenu a:active,  #lowerMenu a:visited {
	color:#336699;
	text-decoration:underline;
	margin-right:10px; /* horizontal spacing for the primary menu categories */
}
#lowerMenu a:hover {
	color:#BF0000;
}
.cpyright {
	font-size:10px;
	line-height:14px;
	color:#8998A1;
	margin-top:12px;
	text-align:left;
}

