/*== Portal level: main.css ==*/
body#main {background-attachment: scroll; height: 100%;}

/*== positioning To the top ==*/
div#shiv {margin-top: -840px;	/* Half the height of div#centered. */}

/*== Positioning to the center ==*/
div#centered {margin: 0 auto;width: 1000px;	height: 780px;}

/*== padding of interior pages ==*/
td.content, #content {padding:110px 0 0 0; margin: 0; width: 1000px;} 

/*== Gets rid of the border around the content ==*/
.container{border: none; margin: 0 auto; width: 970px;}

/*== The size of your header, and then what ever extra padding you need ==*/
.frame-content{padding-top: 150px;}

/*== Needed for flash drop downs ==*/
#headerswf{position:absolute;  z-index:100;}
#header {position: fixed}
#f2{width: 980px;}

/* ----------------- SPLASH CODE ------------------*/
body#splash {background: #000 url(/images/splashBg.jpg) repeat-x; background-attachment: scroll; height: 100%;}

/*== positioning To the top ==*/
body#splash div#shiv {margin-top: -680px;	/* Half the or height of div#centered. */}

/*== Positioning to the center ==*/
body#splash div#centered {margin: 0 auto;width: 955px;height: 680px;}

/* ---- Links for everything within the sitemap/moreinformation/footer ---- */
/* The BZ Footer links */
body#splash #tabbar a{color: #FFF;}
body#splash #tabbar a:link{color:#FFF;}
body#splash #tabbar a:active{color:#999;}
body#splash #tabbar a:visited{color:#FFF;}
body#splash #tabbar a:hover{color:#999;}

/* Bz Coppy Right link */
body#splash #bz a{color: #FFF;}
body#splash #bz a:link{color:#FFF;}
body#splash #bz a:active {color:#999;}
body#splash #bz a:visited{color:#FFF;}
body#splash #bz a:hover{color:#999;}

body#splash #bzcopyright a {color: #FFF;}
body#splash #bzcopyright a:link {color: #FFF;}
body#splash #bzcopyright a:active {color: #999;}
body#splash #bzcopyright a:visited {color: #FFF;}
body#splash #bzcopyright a:hover {color: #999;}


/* General links inside the More information secion links section */
body#splash #sitecontent a {color: #FFF;}
body#splash #sitecontent a:link {color: #FFF;}
body#splash #sitecontent a:active {color: #999;}
body#splash #sitecontent a:visited {color: #FFF;}
body#splash #sitecontent a:hover {color: #999;}

/* The Vehicle links in the Sitemap sction, which link to the VI */
body#splash #vi dl dd a {color:#FFF;}
body#splash #vi dl dd a:link {color:#FFF;}
body#splash #vi dl dd a:active{color:#999;}
body#splash #vi dl dd a:visited{color:#FFF;}
body#splash #vi dl dd a:hover {color:#999;}

/* These are the links, in the sitemap, on the right: the main site navigation */
body#splash #sitemap dl dd ul li a {color:#FFF;}
body#splash #sitemap dl dd ul li a:link {color:#FFF;}
body#splash #sitemap dl dd ul li a:active{color:#999;}
body#splash #sitemap dl dd ul li a:visited{color:#FFF;}
body#splash #sitemap dl dd ul li a:hover {color:#999;}


/* ---- The Sitemap content ---- */
/* The main background of the site map */
	body#splash #sitemapinfo{background: none; color: #FFF;} 
/* The Section Headers */
	body#splash #sitemapinfo h1, body#splash #sitemapinfo h2, body#splash #sitemapinfo h3{color:#FFF; background: none;} 
/* The Background of the list options */
	body#splash #sitemapinfo dt{background: none; color:#FFF; border-bottom: 3px solid #FFF;}
/* The background and color of the list items */
	body#splash #sitemapinfo dl, body#splash #sitemapinfo li, body#splash #sitemapinfo dd{background:none ; color:#FFF;}

/* ---- The moreInformation content ---- */
/* The main background of the More Information Section */
	body#splash #moreinformation, body#splash #siteinfo{background: none; color: #FFF;}
/* The Section Headers */	
	body#splash #moreinformation h1, body#splash #moreinformation h2{color:#FFF; background:none } 
/* The color of the text within Paragrahps */	
	body#splash #moreinformation body#splash #siteinfo body#splash #sitecontent p {color:#FFF;} 
/* The inner div which holds the more info */	
	body#splash #moreinformation dt{background:none; color:#FFF}
/* The color of any list items */	
	body#splash #moreinformation dl, body#splash #moreinformation h3, body#splash #moreinformation ol, body#splash #moreinformation li, body#splash #moreinformation dd {background:none; color:#FFF}