@charset "utf-8";
/* CSS Document */



/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes outline from links in Firefox */
a { outline: none; }

/*
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #FFF;
}
*/

html { background: white url(images/construct_message.jpg) 110px 9px no-repeat; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 80px 0 0 0;
	padding: 0;
	text-align: center; 
	color: #FFF;
}

#container {
	width: 1000px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

/* =branding */
#branding_wrapper { width: 1000px; margin: 0 0 20px 0; /* border: thin red solid; */ }

#branding_top { background: transparent url(images/bg-wood-top.jpg) top no-repeat; padding: 60px 0 0 0; }
#branding { height: 105px; background: transparent url(images/bg-wood.jpg) top repeat-y; }
#branding_bottom { background: transparent url(images/bg-wood-bottom.jpg) bottom no-repeat; padding: 0 0 60px 0; }


#branding h1 { 
	width: 550px; 
	height: 195px; 
	background: url(images/logo-tracks.gif) 0 0 no-repeat; 
	text-indent: -9999px;
	display: inline;
	position: absolute;
	top: 10px; right: 30px;
	/* visibility: hidden; */
}

#branding p { 
	width: 350px; 
	height: 300px; 
	background: url(images/polaroid.png) 0 0 no-repeat; 
	text-indent: -9999px;
	position: absolute;
	top: -15px; left: 30px;
}

/* =content_main */
#content_main_wrapper { width: 1000px; margin: -10px 0 0 0; /* border: thin red solid; */ }

#content_main_top { background: transparent url(images/bg-wood-top.jpg) top no-repeat; padding: 50px 0 0 0; }
#content_main { background: transparent url(images/bg-wood.jpg) top repeat-y; padding: 0 0 20px 0; }
#content_main_bottom { background: transparent url(images/bg-wood-bottom.jpg) bottom no-repeat; padding: 0 0 20px 0; }


/* =nav */
#nav {
	width: 210px;
	float: left;
	margin: 0 0 0 22px;
	display: inline;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#nav_top { width: 194px; background: transparent url(images/bg-nav-top.gif) top no-repeat; padding: 60px 0 0 0; }
#nav_bottom { width: 194px; background: transparent url(images/bg-nav-bottom.gif) bottom no-repeat; padding: 0 0 60px 0;  }

#nav h2 { width: 86px; height: 31px; text-indent: -9999px; background: transparent url(images/h2_nav.gif) 0 0 no-repeat; position: absolute; top: 309px; left: 70px; } 

#nav ul {
	display: block;
	line-height: 1.9em;
	background: transparent url(images/bg-nav.gif) top repeat-y;
	padding: 0 10px 0 2px;
	margin: 0 0 0 0;
}

#nav ul li { border-bottom: 1px #000 dotted; margin: 0 10px 0 10px; padding: 2px 0 2px 0; }

#nav ul li#active a { color: #CC0000; background: url(images/arrow.gif) left no-repeat; }

#nav a:link, #nav a:visited { color: #000; text-decoration: none; padding: 0 0 0 14px; }

#nav a:hover, #nav a:active { color: #CC0000; background: url(images/arrow.gif) left no-repeat; }

#nav .img_link { width: 188px; height: 219px; display: block; text-indent: -9999px; margin: 10px 0 0 8px; }

/* Use this css if for the NITV logo link to the NITV website
#nav a.img_link:link, #nav a.img_link:visited { width: 190px; height: 90px; background: url(images/nitv-logo.gif) 0 0 no-repeat; display: block; text-indent: -9999px; margin: 20px 0 0 -10px; }

#nav a.img_link:hover, #nav a.img_link:active { background-position: 0 -90px; }
*/


/* =content */
#content { width: 530px; background: transparent url(images/bg-paper.gif) top repeat-y; color: #000; font-size: 1em; }
#content_top { width: 530px; background: transparent url(images/bg-paper-top.gif) top no-repeat; padding: 20px 0 0 0; }
#content_bottom { width: 530px; margin: 0 0 0 230px; background: transparent url(images/bg-paper-bottom.gif) bottom no-repeat; padding: 0 0 20px 0; }

#content .h2_welcome { width: 325px; height: 35px; margin: 0 0 0 19px; background: transparent url(images/h2_welcome.gif) 0 0 no-repeat; text-indent: -9999px; }

#content .h2_contact { width: 166px; height: 35px; margin: 0 0 0 19px; background: transparent url(images/h2_contact.gif) 0 0 no-repeat; text-indent: -9999px; }

#content p { padding: 20px 20px 0 20px; line-height: 1.5em; }

#content ul { 	
	display: block;
	line-height: 3em;
	margin: 20px 0 0 40px; 
	width: 400px;
	height: 380px;
	}
	
#content ul li { border-bottom: 1px #000 dotted; margin: 0 10px 0 10px; padding: 2px 0 2px 0; }

#content a:link, #content a:visited { color: #CC0000; text-decoration: none;  }

#content a:hover, #content a:active { color: #FF6600; text-decoration: none; }


/* =content_sub */
#content_sub {
	width: 230px;
	height: 560px;
	margin: 0 15px 0 0;
	background: transparent url(images/filmstrip.gif) 0 0 no-repeat;
	position: absolute;
	top: 260px;
	right: 0;
}


/* =site_info */
#site_info {
	width: 1000px;
	height: 40px;
}

#site_info ul {
	font-size: .8em;
}

#site_info a:link, #site_info a:visited { color: #FFCC00; text-decoration: none; }

#site_info a:hover, #site_info a:active { color: #FF6600; text-decoration: none; }

/* =classes */

.left { float: left; padding: 0 0 0 30px; }

.right { float: right; padding: 0 30px 0 0; }