@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p, h1, h2, h3, h4, h5, ul, li {
	margin: 0;
	padding: 0;
}
/* define the text elements */
h1 {
	font-size: 1.9em;
	color: #000066;
	margin-bottom: .2em;
}
h2 {
	font-size: 1.9em;
	color: #006699;
	margin-bottom: .3em;
}
h3 {
	font-size: 1.9em;
	color: #990000;
	margin-bottom: .3em;
}
h4 {
	font-size: 1em;
	line-height: 1.7em;
	color: #006699;
	margin-bottom: 0.9em;
	font-weight: normal;
}
p {
	font-size: 0.9em;
	line-height: 1.7em;
	color: #000066;
	margin-bottom: 0.9em;
}
a { color:#996633; }
em { color: #990000; }
ul {
	font-size: 0.9em;
	line-height: 1.7em;
	color: #000066;
	margin-bottom: 0.9em;
	margin-left: 2em;
	margin-top: -1em;
}
ul ul {
	margin-top: 10px;
	font-size: 1em;
	line-height: 1.7em;
	color: #000066;
	margin-bottom: 0.9em;
	margin-left: 2em;
}
	
li { list-style-image: url(../__images/tilde.gif); }
li li {
	list-style-image: none;
	list-style-type: disc;
}
.nooText { 
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
}
.fxText {
	color: #006699;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.fxSlashColor { color: #990000; }
.centerText { text-align: center; }
.nooPhonetic {
	text-decoration: overline;
}
sup { font-size: 80% }

/*end text definitions */

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 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. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 10px 0 20px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #navigation {
	padding: 0 0 8px 30px;
	margin-top: 41px;
	border-bottom: 2px solid #000066;
	float: left;
	width: 658px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 1px solid #000099;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 80%;
}
.rightColumn {
	float: right;
	width: 390px;
	padding: 0 30px;
}
.flashRightColumn {
	float: right;
	width: 450px;
	text-align: center;
}
.leftColumn {
	margin-right: 450px;
	padding: 0 30px 0 40px;
}
.oneColumn {
	padding: 0 0 0 40px;
	background-color: #FFFFFF;
	z-index: 10000;
}
.twoColumnInline1 {
	width: 300px;
	float: left;
}
.twoColumnInline2 {
	width: 400px;
	float: left;
}
.virtSpacer {
	margin: 10px 0;
}
.clearFloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.imagePaddingBottom { padding: 0 0 10px 0; }
.centerImage {
	padding-bottom: 10px;
	text-align: center;
}
.rightImage {
	float: right;
	padding: 5px 40px 0 0;
}

/* Setup for the navigation roll-over images */
#home, #home:visited {
	background-image:url(../__images/nav/home.gif);
}
#whatsnoo, #whatsnoo:visited {
	background-image:url(../__images/nav/whats_noo.gif);
}
#people, #people:visited {
	background-image:url(../__images/nav/people.gif);
}
#specialfx, #specialfx:visited {
	background-image:url(../__images/nav/specialfx.gif);
}
#experience, #experience:visited {
	background-image:url(../__images/nav/experience.gif);
}
#contact, #contact:visited {
	background-image:url(../__images/nav/contact.gif);
}
.rollover span.alt {
    display:none;
}
.rollover img {
    border:none;
}
:root .rollover img {
    display:block;
}
.rollover, .rollover:visited {
    background-color:transparent !important; /* needed for Opera5/6 */
    background-repeat:no-repeat;
    background-position:0 0;
}
.rollover.CURRENT, .rollover.CURRENT:visited, .rollover:hover, .rollover:focus, .rollover:active, .rollover.MMO, .rollover.MMO:visited {
    background-position:0 -30px;
}

