/* Margin resets for block-level elements */
html, body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, cite, label, dl, ul, ol, fieldset, address {
	clear: both;
	margin: 1em 0;
	padding: 0;
	text-indent: 0;
}
p {
	clear: none;
}
table {
	border-collapse: collapse;
	border-spacing: .3em;
	clear: both;
}
caption, th {
	text-align: left;
}
table, td {
	font-size: inherit;
}
ul, ol, li, dd, blockquote {
	margin-left: 1em;
}

/* Typography resets for normal text, semantic text, and headings */
body {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color: #71726f;
	background: #000 url('/scena/img/bodyBg.jpg') top center no-repeat;
	font-size: small;
	font-style: normal;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: .5em 0 .3em 0;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }


address, abbr, acronym {
	font-style: normal;
}
acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}
acronym {
	text-transform: uppercase;
}
pre, kbd, code, samp, tt, var {
	font-family: monospace;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
del {
	text-decoration: line-through;
}

/* get forms to show up correctly */
form {
	margin: 1em 0;
	padding: 0;
}
form label {
	margin: .25em 0;
	padding: 0;
}
fieldset {
	border: none;
}
select, textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* list element margins and default styles */
ol,ul {list-style-type:none;margin:0;}
li {margin:0;padding:0;}

/* Miscellaneous oddities and fixes */
a img {
	border: none;
}
hr {
	background-color: #71726f;
	border-width: 0;
	height: 1px;
	text-align: left;
}
iframe {
	border-width: 0;
}
:focus {
	outline: 0;
}

/* Common classes */
.hidden {
	display: none;
	visibility: hidden;
}
.visible {
	display: block;
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.cleanup {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.left{
	float:left;
}
.right{
	float:right;
}
/* Site specific */
a { 
	color:#170D2A;
	text-decoration: none;
}
	a:hover { text-decoration: underline;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}

#wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
}
	#header {
		height: 228px;
		width:940px;
		margin:0 10px;
		position:relative;
	}
		#header h1 {	
			position: absolute;	
			top:0;
			overflow: hidden; 
			width:221px;
			height:143px;
			margin:0;
		} 
		#header img {
			border:0;
		}
		#primary {
			list-style:none;
			margin:0;
			padding:0;
			position:absolute;
			top:157px;
			left:0;
			width:938px;
			height: 51px;
			border:1px solid #2E2252;
			background:url(/scena/img/primaryBg.png);
		}
			#primary	li {
				float:left;
				width:130px;
				height: 51px;
				margin:0;
				padding:0;
				text-align:center;
				font-size:1em;
				border-right:1px solid #2E2252;
			}
			#primary li a {
				display:block;
				padding:15px 10px;
				height: 21px;
				color:#fff;
				text-decoration:none;
				background:url(/scena/img/primaryBg.png);
			}
			#primary li.last a {
				border: none;
			}
			#primary li a:hover, #primary li a:focus, #primary li a:active, #primary li.selected a {
				background-position:0 -51px;
			}
		#contact {
			position:absolute;
			bottom:60px;
			right:1px;
			color:#fff;
		}
			#contact em {
				font-style: normal;
				color:#88B5E1;
			}
			#contact a {
				text-decoration: none;
				color:#fff;
			}
	.col {
		float:left;
		display:inline;
		overflow-x: hidden;
	}			
	#promo {
		width:940px;
		padding:0 10px;	
		height:348px;
	}
		#pCol1 {
			width:618px;
			height:346px;
			background: #04020e;
			position: relative;
			overflow: hidden;
			border:1px solid #04020e;
		}
			#services {
				position: relative;				
			}
				#services div {
					position: relative;
					width:618px;
					height:346px;
				}
					#services span {
						position: absolute;
						width: 22px;
						height: 15px;
						background-image: url(/scena/img/servicesActive.png);
						top:268px;
						left:66px;
						z-index: 92;
						display: block;
					}
						#services span.sA2 { left:220px; }
						#services span.sA3 { left:374px; }
						#services span.sA4 { left:528px; }
				#services img {
					position:absolute;
					top:0;
					left:0;
					z-index:90;
				}
				#services h2 {
					position: absolute;
					bottom:235px;
					width: 350px;
					right:25px;
					margin:0;
					z-index:91;
					color:#151515;
					font-size:2.5em;
					text-align: right;
				}
				#services p {
					position: absolute;
					top:120px;
					right:25px;
					width:280px;
					text-align:right;
					margin:0;
					z-index:91;
					color:#151515;
					font-size:1.5em;
				}
				#services a {
					color:#151515;
				}
			#servicesNavi {
				z-index: 100;
				position: absolute;
				bottom:-1px;
				left:0;
				list-style: none;
				border-top:1px solid #04020e;				
			}
				#servicesNavi li {
					float:left;
					padding:1.5em 0;
					height:1.5em;
					text-align: center;
					width:153px;
					border-right:1px solid #04020e;
					background: #aaa;
					color:#fff;
				}
				li#sN1 { background: #4A264D }
				li#sN2 { background: #352B68 }
				li#sN3 {
					padding:1em 0 .75em 0;
					height:2.75em;
					width: 156px;
					background: #4A264D;
				}
				li#sN4 {
					background: #352B68;
					border-right:none;
				}
				li#sN1.current,  li#sN2.current, li#sN3.current, li#sN4.current{
					background: #F97923;
				}
		#pCol2 {
			width:300px;
			margin-left:20px;
		}
			#pCol2 h2 {
				position: absolute;
				margin: 0;
				right:22px;
				top:15px;
				z-index:100;
				color:#72429C;
			}
			#pCol2 a {
				color:#fff;
			}
			#pCol21 {
				width:300px;
				height:168px;
				background:#0B0817;
				position: relative;
				overflow: hidden;
			}
				#pCol21 p {
					position:absolute;
					bottom:0;
					left:0;
					height:2.5em;
					display:block;
					width:300px;
					padding:.5em 22px .75em 22px;
					background-color: #120C22;
					filter:alpha(opacity=75);
					-moz-opacity: 0.75;
					opacity: 0.75;
					margin:0;
					color:#fff;
					z-index:100;
				}
				#pCol21 img {
					position: absolute;
					top:0;
					left:0;
					z-index:99;
				}
		#pCol22, #pCol23 {
			margin-top:15px;
			width:300px;
			height:75px;
			background:#0B0817;
			position: relative;
			overflow: hidden;
		}
			#pCol22 {
				background-image: url(/scena/img/pCol22Bg.png);
			}
			#pCol23 {
				background-image: url(/scena/img/pCol23Bg.png);
			}
			#pCol22 h2, #pCol23 h2 {
				top:1.25em;
				color:#fff;
			}
			#pCol22 p{
				padding: 0 0 0 22px;
				margin:0;
				width: 150px;
			}
			#pCol23 input.newsletterText {
				position: absolute;
				top:26px;
				left:12px;
				width: 78px;
				border:3px solid #01040D;
				border-left-width: 1px;
				border-right-width: 1px;
				background-color: #01040D;
				color:#fff;
				text-align: center;
			}
			#pCol23 .newsletterButton{
				position: absolute;
				top:26px;
				left:96px;
			}
				#pCol23 button{
					height: 25px;
					width: 67px;
					position: relative;
					overflow: hidden;
					border:0;
					cursor: pointer;
					background: none;
				}	
					#pCol23 span{
						display: block;
						width: 100%;
						height: 100%;
						position: absolute;
						top:0;
						left:0;
						background: url(/scena/img/buttonSign.png) 0 0 no-repeat;
					}								
					#pCol23 .hover span{
						background: url(/scena/img/buttonSign.png) 0 -25px no-repeat;
					}
					#pCol23 .active span{
						background: url(/scena/img/buttonSign.png) 0 -50px no-repeat;
					}

	#news {
		width:940px;
		padding:15px 10px 0 10px;			
	}	
		#news h2, #news ul, #news li, #news a {
			display: inline;
			color:#fff;
		}
		#news h2 {
			padding-left:50px;
			padding-right:15px;
			color:#412659;
		}		
		#news li {
			padding:0 10px;
			border-right: 1px solid #fff; 
		}
	#content {
		width:940px;
		clear:both;
		padding:20px 0;
		margin:0 10px;
		#background:#5D3E8B url(/scena/img/contentBg.png) 0 0 repeat-x;
		background:#DFD5F0;
		color:#170D2A;
	}
	#content1 {
		background:transparent url(/scena/img/contentBg1.png) 0 0 repeat-y;
		float:left;
	}		
		#col1, #col3 {
			width:200px;
			min-height: 300px;
			height: auto;
			_height:300px;		
			padding:0 15px;
		}
			#col1 ul {
				list-style: none;
			}
				#col1 li {
					width:200px;
					background: #0B0817 url(/scena/img/secondaryBg.jpg) 0 0;
					margin-bottom: 1px;
				}
				#col1 a {
					display:block;
					padding:10px 15px;
					width:170px;
					color:#fff;
					text-decoration: none;
				}
				#col1 li.selected a, #col1 a:hover {
					background:#F97923;
				}
					#col1 li.selected li, #col1 li li {
						border-top:solid 1px #fff;
					}
					#col1 li.selected li a, #col1 li li a {
						background: #4D3885;
						padding:10px 15px 10px 30px;
						width:155px;
					}
				 	#col1 li.selected li a:hover, #col li li a:hover {
						background:#F97923;				 	
				 	}
				 	#col1 li li.selected a {
					 	background:#F97923
				 	}	
		#col2 {
			width:460px;
			padding:0 10px;
			min-height: 300px;
			height: auto;
			_height:300px;
		}
			#col2 ul {margin-left:1em; list-style: disc} 	
			#trail {
				font-size: 0.75em;
				color:#170D2A;
			}
				#trail ul, #trail li {
					list-style: none;
					display: inline;
					margin:0;
				}
				#trail a { color:#170D2A;}
			#col2 img {
				padding:.5em .5em 1em 1em;
			}
			#col2 img.center {
				margin:.75em auto;
				display: block;
			}
				.list {margin-top:2em}
				.list a { color:#170D2A}
				.list h2, .list p { margin:0; clear:none;}
				.news h2 { font-size:1em; margin-top:1em; font-weight:bold;}
				.jobs li { font-weight: bold; margin-top:1em;}
				.list h2 a:hover {text-decoration:none;}
				#col2 .list img {float:left; margin:0.25em 1em 0 0; padding:0;}
				
			#col2 label{
				display:block;
				float:left;
				width:90px;
				padding:1px 5px;
				font-weight: bold;
				text-align:right;
				clear:both;
			}
				#col2 label span {
					color:#E07B00;
					font-size:0.75em;
					vertical-align:text-top;
				}
				div.input {
					margin-bottom:1em;
				}
				div.text input, div.textarea textarea {
					width:350px;
					border:3px solid #fff;
					padding:0;
				}
				div.text input.form-error,  div.textarea  textarea.form-error{
						border:2px solid #E07B00;
						padding:1px;
					}
					.error-message {
						margin-left:105px;
						color:#4A264D;
					}
					#buttonSign, #buttonSend, #buttonBackToHome {
						float:right;
						margin-right:5px;
						height: 25px;
						width: 67px;
						position: relative;
						overflow: hidden;
						border:0;
						cursor: pointer;
						background: none;
						padding:0;
					}
					#buttonBackToHome {
						width: 173px;
					}
						
						#buttonSign span, #buttonSend span, #buttonBackToHome span{
							display: block;
							width: 100%;
							height: 100%;
							position: absolute;
							top:0;
							left:0;
							background: url(/scena/img/buttonSign.png) 0 0 no-repeat;
						}
						#buttonSend span{ background: url(/scena/img/buttonSend.png) 0 0 no-repeat; }	
						#buttonBackToHome span{ background: url(/scena/img/buttonBackToHome.png) 0 0 no-repeat; }
						#buttonSend.hover span, #buttonSign.hover span, #buttonBackToHome.hover span {
							background-position:0 -25px;
						}
						#buttonSend.active span, #buttonSign.active span, #buttonBackToHome.active span {
							background-position:0 -50px;
						}
				
			.team {
				margin-bottom:1em;
				width:200px;
				height:112px;
				background:#0B0817;
				position: relative;
				overflow: hidden;
			}
				.team a {
					color:#fff;
				}
				.team p {
					position:absolute;
					bottom:0;
					left:0;
					height:2.5em;
					display:block;
					width:200px;
					padding:.25em 12px .5em 12px;
					background-color: #120C22;
					filter:alpha(opacity=75);
					-moz-opacity: 0.75;
					opacity: 0.75;
					margin:0;
					color:#fff;
					z-index:100;
				}
				.team img {
					position: absolute;
					top:0;
					left:0;
					z-index:99;
				}				
				h1.pos {
					clear: none;
					margin-bottom:0;
				}
				img.pos {
					width:200px;
					margin: .5em 0 .3em 0;
					padding:0;
				}

			.logo1 {
				background:#fff url(/scena/img/logo1Bg.jpg) 0 0 no-repeat;
				height:48px;
				width:100%;
			}
			.logo2 {
				background:#fff url(/scena/img/logo2Bg.jpg) 0 0 repeat-y;
				overflow:hidden;
			}
			.logo3 {
				background:#fff url(/scena/img/logo3Bg.jpg) 0 0 no-repeat;
				height:49px;
				width:100%;
			}

			#newsletter {
				width:200px;
				height:75px;
				background:#0B0817;
				overflow: hidden;
				background-image: url(/scena/img/pCol23Bg.png);
				position: relative;
				}
				#newsletter h2 {
					color:#fff;
					margin:.5em 12px;
				}
				#newsletter form {margin:0;}
				#newsletter input.newsletterText {
					position: absolute;
					top:36px;
					left:12px;
					width: 99px;
					border:3px solid #01040D;
					border-left-width: 1px;
					border-right-width: 1px;
					background-color: #01040D;
					color:#fff;
					text-align: center;
				}				
				#newsletter .newsletterButton{
					position: absolute;
					top:36px;
					right:12px;
				}
					#newsletter button{
						height: 25px;
						width: 67px;
						position: relative;
						overflow: hidden;
						border:0;
						cursor: pointer;
						background: none;
					}	
						#newsletter span{
							display: block;
							width: 100%;
							height: 100%;
							position: absolute;
							top:0;
							left:0;
							background: url(/scena/img/buttonSign.png) 0 0 no-repeat;
						}	
						#newsletter .hover span{
							background: url(/scena/img/buttonSign.png) 0 -25px no-repeat;
						}
						#newsletter .active span{
							background: url(/scena/img/buttonSign.png) 0 -50px no-repeat;
						}
				
#footer {
	clear:both;
	width: 890px;
	margin: 15px 10px 15px 10px;
	padding:10px 25px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #04020E;	
	text-align:center;
	font-size:.75em;
	position: relative;
}
	#footer a {
		color: #71726f;
	}
	#footer .left {
		display:block;
		position: absolute;
		left:25px;
		top:10px;
	}
	#footer .right {
		display:block;
		position: absolute;
		right:25px;
		top:10px;
	}
#footer2 {
	width:940px;
	margin:0 10px 15px 10px;
	color:#ccc;
	font-size:.75em;
}
	#footer2 p {
		float:right;
		width: 500px;
		text-align:right;
		margin:0;
	}	
	#footer2 img {
		float:left;
	}
/* accessibility */
#skipToNav {position: absolute; left: -9999px; font-size: small;}
#skipToNav a:hover {color: #f00;}
#skipToNav a:focus {display: block; position: absolute; top: -120px; left: 9990px; font-size: large; background: #fff; border: solid 2px #1B6BD8; padding:10px; width: 15em; z-index: 1;}
