/*
	----------------------------------
	CSS reset for browser-normalization
	----------------------------------
*/

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, font, 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, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
	----------------------------------
	plain HTML and generic classes
	----------------------------------
*/

body
{
	background: #fff;
}

body, form, p, table, td, ul, ol, li, h1, h2, h3, h4, h5
{
	font-family: /*Calisto MT*/ Georgia, Book Antiqua, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 1em;
	line-height: 1.5em;
}

A:visited, A:hover, A:link, A:active { color: #000; }
A IMG { border: none; }

H2 { font-size: 26pt; font-weight: normal; margin: 1em 1em 0.5em 0em; }
H3 { font-size: 18pt; font-weight: normal; margin: 1em 1em 0.5em 1em; }
P { margin: 0.5em 1em 1em 1em; }
UL
{
	margin: 0px 1em 1em 1em;
	padding-left: 2em;
	text-indent: -1em;
}

LI
{		
	list-style-type: disc;
	list-style-position: inside;
}

UL.sub
{ 
	
}

UL.sub LI
{
	list-style-type: circle;
	list-style-position: inside;
}

.fade-in
{
	visibility: hidden;
}

#loading
{
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 25%;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 12pt;
	font-weight: normal;
}

#frame /* this is the only thing in the flow! controls scrollable page size */
{
	min-width: 1010px;
	height: 1250px;
	/*overflow: hidden; causes z-index/layout issues in FF2 */
	margin: 0px auto;
}

#bgs
{
	position: absolute;
	width: 100%;
}

div.bg
{	
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1250px;
}

div.bg.with-logo
{
	background: url(../images/bg-with-logo.jpg) 0 0 no-repeat;
}

div.bg.no-logo
{
	background: url(../images/bg-no-logo.jpg) 0 0 no-repeat;
}

div.bg.no-logo-blur
{
	background: url(../images/bg-no-logo-blur.jpg) 0 0 no-repeat;
}

#bg1
{
	position: absolute;
	z-index: 2;
}

#bg2
{
	position: absolute;
	visibility: hidden;
	z-index: 1; /* must be behind bg1 */
}

#bg3
{
	position: absolute;
	z-index: 3;
}

/* apply PNG fix for IE5+ */
a, img, div, h1 { behavior: url(../iepngfix.htc) }
