@import url("bgstretcher.css");

/* standard shell template */
html, body 
{
	margin: 0;
	padding:0;
	border:0;
	height: 100%;
}

body
{		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: #FFF;	
	text-align: center;	
	line-height: 18px;
	color: #000000;
	overflow: hidden;
}

.clear{
	clear:both;
	overflow: hidden;
	display: none;
	height: 0px;			
}

/* redefine */
form 
{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #424142;
}

a 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	text-decoration: underline;	
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #424142;
}

/* construct */
#wrapper 
{
	 float: left;
	 width: 100%;
	 position: relative;
	 text-align: left;
	 z-index: 2;
}

	#wrapper #black
	{
		float: left;
		width: 100%;
		height: 38px;
		position: relative;
		color: #FFF;
		z-index: 1000;
		overflow: hidden;
		display: inline;
	}
	
		#wrapper #black #black_bg
		{
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 47px;
			background: #363130;
			opacity: .90; /* Standard: FF gt 1.5, Opera, Safari */
			filter: alpha(opacity=90); /* IE lt 8 */
			-ms-filter: "alpha(opacity=90)"; /* IE 8 */
			-khtml-opacity: .90; /* Safari 1.x */
			-moz-opacity: .90; /* FF lt 1.5, Netscape */
		}
	
		#wrapper #black #blackLeft
		{
			float: left;
			width: 50%;
			z-index: 1000;
			height: 47px;
			overflow: hidden;
			position: relative;
		}
		
			#wrapper #black #blackLeft #topLeft
			{
				float: left;
				width: 800px;
				z-index: 1000;
			}
		
			#wrapper #black #blackLeft h1
			{
				padding: 0px;
				margin: 0px;
			}
			
				#wrapper #black #blackLeft h1 a
				{
					float: left;
					width: 99px;
					height: 31px;
					margin-top: 3px;
					display: inline;
					margin-left: 12px;
					background: url(../Images/shellLogo_03.gif) no-repeat top left;
				}
				
					#wrapper #black #blackLeft h1 a span
					{
						display: none;
					}
					
				#wrapper #black #blackLeft h2, #wrapper #black #blackLeft h3
				{
					display: none;
				}	
					
				#wrapper #black #blackLeft #blackLeftNav
				{
					float: left;
					width: auto;
					padding: 0px;
					margin: 0px 0px 0px 30px;
					z-index: 1000;
				}
				
					#wrapper #black #blackLeft #blackLeftNav li
					{
						list-style-type: none;
						display: inline;
						float: left;
						z-index: 1000;
					}
				
					#wrapper #black #blackLeft #blackLeftNav a.nav_menu
					{
						float: left;
						width: auto;
						font-size: 110%;
						font-weight: bold;
						color: #D1D2D4;
						height: 28px;
						padding-top: 10px;
						background: url(../Images/shellNavDelta_02.gif) no-repeat center left;
						padding-left: 18px;
						z-index: 1000;
					}
					
						#wrapper #black #blackLeft #blackLeftNav a.nav_menu:hover
						{
							text-decoration: none;
							color: #FFF;
						}
					
					#wrapper #black #blackLeft #blackLeftNav a.nav_contact
					{
						float: left;
						width: auto;
						font-size: 110%;
						font-weight: bold;
						color: #D1D2D4;
						height: 28px;
						padding-top: 10px;
						margin-left: 60px;
						display: inline;
					}
					
						#wrapper #black #blackLeft #blackLeftNav a.nav_contact:hover
						{
							text-decoration: none;
							color: #FFF;
						}
						
					#wrapper #black #blackLeft #blackLeftNav a.media_rev
					{
						float: left;
						width: auto;
						font-size: 110%;
						font-weight: bold;
						color: #D1D2D4;
						height: 28px;
						padding-top: 10px;
						margin-left: 60px;
						display: inline;
						padding-right: 35px;
						background: url(../Images/The-Media-Revolution_03.png) no-repeat center right;
					}
					
						#wrapper #black #blackLeft #blackLeftNav a.media_rev:hover
						{
							text-decoration: none;
							color: #FFF;
						}
		
		#wrapper #black #blackRight
		{
			float: left;
			width: 200px;
			height: 47px;
			z-index: 1000;
			position: relative;
			display: inline;
		}
		
			#wrapper #black #blackRight .mainEmail
			{
				float: left;
				width: auto;
				color: #CCCCCC;
				font-weight: bold;
				font-size: 115%;
				margin-top: 10px;
			}
			
				#wrapper #black #blackRight .mainEmail:hover
				{
					text-decoration: none;
					color: #FFF;
				}
			
			#wrapper #black #blackRight .telephone
			{
				float: left;
				width: auto;
				color: #FFF;
				font-size: 110%;
				margin-top: 10px;
				padding-left: 15px;
			}
			
			
	/* Page One Start */
	
		#wrapper #testimonials
		{
			position: absolute;
			left: 0px;
			top: 38px;
			height: 400px;
			width: 100%;
		}
		
			#wrapper #testimonials #testbg
			{
				position: absolute;
				width: 100%;
				height: 400px;
				top: 0px;
				left: 0px;
				background: #000;
				opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
				filter: alpha(opacity=65); /* IE lt 8 */
				-ms-filter: "alpha(opacity=65)"; /* IE 8 */
				-khtml-opacity: .65; /* Safari 1.x */
				-moz-opacity: .65; /* FF lt 1.5, Netscape */
			}
			
			#wrapper #testimonials #testcontent
			{
				float: left;
				width: 100%;
				height: 400px;
				position: relative;
				color: #FFF;
			}
			
				#wrapper #testimonials #testcontent #testbox
				{
					float: left;
					width: 800px;
					margin-left: 160px;
					display: inline;
				}
				
					#wrapper #testimonials #testcontent #testbox #testboxleft
					{
						float: left;
						width: 600px;
						height: 30px;
					}
											
						#wrapper #testimonials #testcontent #testbox #testboxleft .testtext
						{
							float: left;
							width: 580px;
							font-size: 120%;
							font-weight: normal;
							color: #FFF;
							margin-top: 30px;
						}
					
					#wrapper #testimonials #testcontent #testbox #textboxright
					{
						float: left;
						width: 140px;
						height: 124px;
						background: url(../Images/shellRighttext_03.png) no-repeat top left;
						margin-top: 0px;
					}
					
						#wrapper #testimonials #testcontent #testbox #textboxright span
						{
							display: none;
						}
	
	/* Page One Finish */
	
	/* Testimonials Start */
	
		#wrapper #cgisite
		{
			position: absolute;
			left: 0px;
			top: 38px;
			height: 240px;
			width: 100%;
		}
		
			#wrapper #cgisite #cgibg
			{
				position: absolute;
				width: 100%;
				height: 240px;
				top: 0px;
				left: 0px;
				background: #000;
				opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
				filter: alpha(opacity=65); /* IE lt 8 */
				-ms-filter: "alpha(opacity=65)"; /* IE 8 */
				-khtml-opacity: .65; /* Safari 1.x */
				-moz-opacity: .65; /* FF lt 1.5, Netscape */
			}
			
			#wrapper #cgisite #cgicontent
			{
				float: left;
				width: 100%;
				height: 240px;
				position: relative;
				color: #FFF;
			}
			
				#wrapper #cgisite #cgicontent #cgibox
				{
					float: left;
					width: 800px;
					margin-left: 160px;
					display: inline;
				}
				
					#wrapper #cgisite #cgicontent #cgibox #cgiboxleft
					{
						float: left;
						width: 600px;
						height: 30px;
					}
					
						#wrapper #cgisite #cgicontent #cgibox #cgiboxleft .cgititle
						{
							float: left;
							width: 600px;
							font-size: 140%;
							font-weight: bold;
							color: #FFF;
							margin-top: 20px;
						}
						
						#wrapper #cgisite #cgicontent #cgibox #cgiboxleft #cgitexttext
						{
							float: left;
							width: 600px;
							font-size: 120%;
							font-weight: normal;
							color: #FFF;
							margin-top: 20px;
						}
					
					#wrapper #cgisite #cgicontent #cgibox #cgiboxright
					{
						float: left;
						width: 140px;
						height: 124px;
						background: url(../Images/shellRighttext_03.png) no-repeat top left;
						margin-top: 0px;
					}
					
						#wrapper #cgisite #cgicontent #cgibox #cgiboxright span
						{
							display: none;
						}
	
	
	/* Testimonials Finsih */
	
	/* Close Link Start */
	
		.closebox
		{
			position: absolute;
			bottom: -25px;
			left: 760px;
			height: 23px;
			width: 100px;
			text-align: center;
			background: url(../Images/shellHideButton.png) no-repeat top center;
			padding-top: 2px;
			color: #9DA5AA;
			font-size: 110%;
			font-weight: normal;
		}
		
			.closebox:hover
			{
				text-decoration: none;
				color: #FFF;
			}
	
	/* Close Link Finish 8/
