@font-face {
font-family: "Junction";
src: url("http://yourauxiliary.com/fonts/Junction/Junction_01.otf");
}

@font-face {
font-family: "Nadia Serif";
src: url("http://yourauxiliary.com/fonts/nadia_serif/NADISN__.TTF");
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


body {
	background:url(images/AUX_bg_block.gif);
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#pane-container {
	position:absolute;
	left:0;
	top:0;
}

#nav {
	background:none;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size:14px; font-family:Tahoma, Geneva, sans-serif;
	left:0;
	letter-spacing:2px;
	line-height:21px;
	position:fixed;
	top:15px;
	width:145px;
	z-index:1;
}

#menu{
	background:#d90000;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding:24px 0 24px 24px;
}

#bug a {
	background:url(images/impinge_logo.png) no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color:#fff;
	margin-left:848px;
	margin-top:25px;
	position:fixed;
	text-decoration:none;
	height:191px;
	width:414px;
	z-index:2;
}

#bug a span {
	display:none;
}

#nav a, #nav a:active, #nav a:visited {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	color:#000000;
	text-decoration:none;
}

#nav li {
	list-style:none;	
}

#textBox {
	background:none;
	border-left: 7px solid #ff5a19;
	left:255px;
	padding-left:12px;
	position:relative;
	top:50px;
	width:550px;
}

#textBox a, #textBox a:active, #textBox a:visited {
	
	color:#00ADEF;
	text-decoration:none;
}

#textBox a:hover {
	
	color:#ff5a19;
	text-decoration:none;
}

h3 {
	color:#ff5a19;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 16px;
	letter-spacing:0px;
	margin-bottom:4px;
}

h4 {
	color:#005481;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 30px;
	line-height:36px;
}

h4 span {
	color:#ccc;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:12px;
	margin-bottom:0;
	text-transform:uppercase;
}

.tweet ul.tweet_list {
	margin:0;
	padding:0;
}

.tweet li {
	list-style-type:none;
	margin: 36px 0;
}

.tweet .tweet_text {
	color:#005481;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 30px;
	line-height:36px;
	font-weight:600;
}

.tweet .tweet_meta {
	color:#ccc;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:12px;
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:600;
}

p {	
	color:#00adef;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 16px;
	line-height:24px;
	margin:0;
}

p.no-script {
	margin: 1em 0;
}

.row {
/*	width:5000px /* number of .pane x .pane:width */;
}

.pane {
	width:1000px;
	height:800px;
}

.auxiliary-pane {
	display:none;
}

.auxiliary-pane.but-still-show {
	display:block;
}

#pane-1a {
	background:url(images/tiles/AUX_SiteDesign_01.gif) no-repeat;
}

#pane-1b {
	background:url(images/tiles/AUX_SiteDesign_02.gif) no-repeat;
}

#pane-1c {
	background:url(images/tiles/AUX_SiteDesign_03.gif) no-repeat;
}

#pane-1d {
	background:url(images/tiles/AUX_SiteDesign_04.gif) no-repeat;
}

#pane-1e {
	background:url(images/tiles/AUX_SiteDesign_05.gif) no-repeat;
}

#pane-2a {
	background:url(images/tiles/AUX_SiteDesign_06.gif) no-repeat;
}

#pane-2b {
	background:url(images/tiles/AUX_SiteDesign_07.jpg) no-repeat;
}

#pane-2c {
	background:url(images/tiles/AUX_SiteDesign_08.jpg) no-repeat;
}

#pane-2d {
	background:url(images/tiles/AUX_SiteDesign_09.jpg) no-repeat;
}

#pane-2e {
	background:url(images/tiles/AUX_SiteDesign_10.gif) no-repeat;
}

#pane-3a {
	background:url(images/tiles/AUX_SiteDesign_11.gif) no-repeat;
}

#pane-3b {
	background:url(images/tiles/AUX_SiteDesign_12.jpg) no-repeat;
}

#pane-3c {
	background:url(images/tiles/AUX_SiteDesign_13.gif) no-repeat;
}

#pane-3d {
	background:url(images/tiles/AUX_SiteDesign_14.gif) no-repeat;
}

#pane-3e {
	background:url(images/tiles/AUX_SiteDesign_15.gif) no-repeat;
}

.clear {
	clear:both;
}



