﻿/* Generic classes */
.right
{
	float: right;
}
.left
{
	float: left;
}
.absmiddle
{
	vertical-align: middle;
}
img
{
	border: none;
}
.required, .error
{
	color: red;
}

/* Text containers */
#leftContainer
{
	float: left;
	width: 500px;
	min-height: 349px;
	padding-bottom: 10px;
	border-right: solid 1px #CCCCCC;
}
#rightContainer
{
	width: 269px;
	float: right;
}
#leftContainerHome
{
	float: left;
	width: 500px;
	min-height: 259px;
	padding-bottom: 10px;
	border-right: solid 1px #CCCCCC;
}
#rightContainerHome
{
	float: right;
	width: 269px;
}
#introMovie
{
	float: right;
	padding: 10px;
	margin-top: -25px;	
}
object
{
	border-bottom: solid 1px #555555;
	border-right: solid 1px #555555;
}
#popup1
{
	position: absolute;
	top: 200px;
	left: 10px;
	width: 450px;
	background: #555555;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90; 
	visibility: hidden;
}
#popup2
{
	position: absolute;
	top: 200px;
	left: 10px;
	width: 450px;
	background: #555555;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90; 
	visibility: hidden;
}
.closeWindow
{
	background: #333333;
	border-bottom: solid 1px #FFFFFF;
	text-align: right;
}
td
{
	vertical-align: top;
	padding: 10px;
}
#storyItem
{
	width: auto;
	height: 230px;
	margin-top: 10px;
}

/* Text */
#content h1
{
	position: absolute;
	right: 10px;
	top: 45px;
	display: inline;
	margin: 0;
	padding: 0 10px;
	background: #888888;
	color: #FFFFFF;
	font-family: "Century Gothic", Futura, Helvetica;
	font-size: 24px;
	line-height: 2em;
	font-weight: normal;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70; 
}
#content h2
{
	display: block;
	margin: 0;
	padding: 0.7em 0.7em;
	background: #555555;
	line-height: 1em;
	font-size: 0.8em;
	color: #FFFFFF;	
}
#content h2.homeTitle
{
	background: #FFFFFF;
	color: #555555;
	margin-bottom: -0.7em;
}
#content h3
{
	margin: 0 10px;
	padding-top: 10px;
	color: #8CBE27;
	font-size: 0.8em;
}
#rightContainer h3
{
	margin: 10px 10px 0 10px;
	padding: 5px;
	display: block;
	background: #8CBE27;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}
#content p
{
	margin: 0;
	padding: 10px 10px 0 10px;
	line-height: 1.5em;
	font-size: 0.7em;
}
#content td p
{
	padding: 0 !important;
}
#popup1 p, #popup2 p, #popup1 ul, #popup2 ul, #popup1 a, #popup2 a
{
	color: #FFFFFF !important;	
}
ul.content
{
	line-height: 1.5em;
	font-size: 0.8em;
	list-style-type: square;
	padding-right: 10px;
}

ul.content
{
	line-height: 1.5em;
	font-size: 0.7em;
	list-style-type: square;
}
#content a
{
	color: #669900;
}
#content .hr
{
	width: 770px;
	height: 10px;
	border-bottom: dashed 1px #555555;
}
.footer p
{
	float: right;
	margin: 10px;
	padding: 0;
	font-size: 11px;
	color: #FFFFFF;
}
.noScript
{
	position: absolute;
	left: 0;
	top: 0;
	background: #999999;
	display: block;
	height: 30px;
	line-height: 2.2em;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
}
.noScript a
{
	color: #FFFFFF;
}
#IEMessage p
{
	font-size: 10px;
	color: #333333;
}
#IEMessage a
{
	color: #669900;
}
.closeWindow a
{
	padding: 10px;
	line-height: 2em;
	font-size: 0.8em;
	text-decoration: none;
}
.skipLink
{
	display: none;
}

/* Showcase */
#showcase
{
	width: 770px;
	height: 100px;
	padding-top: 20px;
	background: #555555 url(Images/iso-logo-white.gif) 660px 25px no-repeat;
	border-top: solid 1px #FFFFFF;
	overflow: auto;
}
#showcaseControls
{
	position: absolute;
	top: 200px;
	left: 520px;
}
#showcase a
{
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
}
#showcase p
{
	color: #FFFFFF;
	margin: 0 250px 0 10px;
}
.arrow
{
	float: left;
	width: 60px;
	height: 100px;
	background: #555555 url(Images/arrow.gif) 10px 20px no-repeat;
}

/* Contact form */
.textInput
{
	width: 300px;
}