/* 
Title: 	Reset default browser styles
Author:	http://meyerweb.com/eric/tools/css/reset/ 
			v2.0 | 20110126
			edited by ForbiddenToast.com 
License: none (public domain)
*/
/* prettier-ignore */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, /*table /* [FT] messes up table center ,*/ caption, tbody, tfoot, thead, th, /*td /* [FT] removes inline padding ,*/ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/ /*[FT] messes up Dreamweaver design view*/
	/*vertical-align: baseline;*/ /*[FT] moves table content to the bottom*/
}

img,
iframe {
   border: 0; /*[FT]*/
}

/* HTML5 display-role reset for older browsers */
/* prettier-ignore */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   line-height: 1;
}
ol,
ul {
   list-style: none;
}
blockquote,
q {
   quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
   content: none;
}
table {
   border-collapse: collapse;
}

/*-------- Styles --------*/

:root {
   --nav-height: 105px; /* adjust to match nav height */
}

body {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 15px;
   color: #ccc;
   line-height: 1.3;
   margin: 0px;
   background-color: #000;
   /* background-image: url("../obs_bg3.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   background-attachment: fixed; */
}

body#skin {
   /*background-color: #000;*/
}

#wrapper {
   background-image: url(skin.jpg);
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: center var(--nav-height);
   min-width: 1100px; /* Fan: 1280px, RT:1100 */
   margin: 0 auto;
   padding-top: 135px;
}

#b1 #wrapper,
#b2 #wrapper,
#b3 #wrapper {
   background-image: url(skin2.jpg);
}

#c1 #wrapper,
#c2 #wrapper,
#c3 #wrapper {
   background-image: url(skin3.jpg);
}

#content {
   background-image: url(content.jpg);
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: center calc(var(--nav-height) + 255px); /* 970x250: 255px,  970x150: 155px, RT: 124px*/
   width: 1280px; /* Fan: 1280px, RT:1100 */
   height: 2000px;
   margin: 0 auto;
   position: relative;
}

#b1 #content,
#b2 #content,
#b3 #content {
   background-position: center 255px;
}

#banner1 {
   position: absolute;
   top: calc(var(--nav-height) - 9px); /* Fan: 9px, RT: 131px */
   left: 155px; /* Fan: 155px, RT: 65px */
}

/*#b1 #banner1, #b2 #banner1 {
	position: absolute;
	top: 126px;
	left: 155px;
}

#c1 #banner1, #c2 #banner1 {
	position: absolute;
	top: 126px;
	left: 154px;
}*/

#wrapper #banner2 {
   position: absolute;
   top: calc(var(--nav-height) + 544px);
   left: 965px;
   width: 300px;
   height: 250px;
}

h2 {
   color: #bd2621;
   font-size: 24px;
   font-weight: normal;
   margin: 5px;
}

p {
   margin: 0;
}

#includeNav {
   position: fixed;
   top: 0;
   width: 100%;
}

#nav {
   background-color: #000;
   background-image: url("../obs_bg_nav.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: auto;
   height: var(--nav-height);
}

#nav a:link,
#nav a:visited {
   color: #ccc;
}
#nav a:hover,
#nav a:active {
   color: #fff;
}
/* "selected" class (in nav.html) gets selected highlight */
#nav a.selected {
   color: #fff;
   font-weight: bold;
}

#nav a {
   transition: color 0.2s ease;
}

td .label {
   padding: 8px;
}

#nav .headCell {
   text-align: right;
}

#nav .linkCell {
   background-color: #222222;
   text-align: center;
}

iframe {
   overflow: hidden;
}
