/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule.
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
} */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #000000;
	color: #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.85em;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	font-weight: normal;
}

/* Please, for the love of G-d no borders on the images. */

a img, 
a:link img{
	border: none; 
}

/* Commonly used to style page titles. */

h1, h2, h3, h4, h5 {
	letter-spacing: -0.075em;
	margin: 0;
	padding: 0;
}

h1 {
	color: #FFFFFF;
	font-family: "Univers47CondensedLight";
	font-size: 36px;
	font-weight: normal;
}

.sIFR-active h1 {
	visibility: hidden;
	font-family: Arial, sans-serif;
	line-height: 1em;
	font-size: 52px;
}

/* Sidebar heading. */
h2 {
	color: #666666;
	font-family: "Univers47CondensedLight";
	font-size: 20px;
}
/* Sets the style for the h3 header. */
h3 {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
 }

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
 }

/* Sets the style for unvisited links. */
p a, p a:link {
	color: #22bbcc;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
p a:visited {
	color: #22BBCC;
	font-weight: bold;
	border-bottom: dotted 1px;
}
/* Sets the style for links on mouseover. */
p a:hover {
  color: #00FFFF;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
p a:focus {
  color: #99CCFF;
}
/* Sets the style for a link that is being activated/clicked. */
p a:active {
  color: #99CCFF;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #000000;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	max-width: 966px;
	min-width: 755px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 90%;
}
#outerWrapper #header {
	background-color: #000000;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 0px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 200px;
	background-repeat: no-repeat;
	width: 966px;
}

#outerWrapper #header #logo a img, 
#outerWrapper #header #logo a:link img, 
#outerWrapper #header #logo a:active img, 
#outerWrapper #header #logo a:visited img{
	border: none;
}

#outerWrapper #header #logo {
	width: 294px;
	float: left;
	border: 0;
	z-index: 0;
}

#navcontainer {
	height:30px;
	padding-top: 105px;
	padding-right: 0px;
	text-align: left;
	width: 655px;
	margin: 0 0 0 0em;
	float: right;
}

#navlist ul,
#navlist li {
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
	list-style-type: none;
}

#navlist li a, 
#navlist li a:link,
#navlist li a:visited,
#navlist li a:active {
	color: #999999;
	padding-left : 0px;
	padding-right : .95em;
	text-decoration:none;
	}

#navlist li a:hover {
	color: #33CCCC;
	text-decoration: underline;
}

#outerWrapper #contentWrapper {
  background-color: #000000;
}
#outerWrapper #contentWrapper #leftcol {
	background-color: #000000;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	float: left;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 30px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 17em;
	line-height: 1;
	font-size: 12px;
}

#outerWrapper #contentWrapper #leftcol h2 {
	margin-top:20px;
}
#outerWrapper #contentWrapper #leftcol h2.h2nopadd {
	margin-top:0;
}
#outerWrapper #contentWrapper #leftcol p {
	margin-bottom:16px;
	line-height:1.5em;
	letter-spacing: 0.055em;
}
#outerWrapper #contentWrapper #leftcol ul {
	line-height: 2.25em;
}

#outerWrapper #contentWrapper #leftcol a img, 
#outerWrapper #contentWrapper #leftcol a:link img,
#outerWrapper #contentWrapper #leftcol a:visited img{
	border: none; 
	
}
div#leftcol input {
	margin:2px 3px 10px 0;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #main {
	margin: 0 0 0 23em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	max-width: 625px;
	min-width: 500px;
}
#outerWrapper #contentWrapper #main p {
	margin-bottom:25px;
}
#outerWrapper #contentWrapper #main table {
	margin-bottom:25px;
}
#outerWrapper #contentWrapper #main img.feature {
	margin:10px 0 10px 0;
}
#outerWrapper #contentWrapper #main ul {
	margin: 0 0 0 10px;
	padding-bottom:25px;
}
#outerWrapper #contentWrapper #main ul li {
	margin: 10px 0 5px 10px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #000000;
	background-image: url(../images/FTR_BKGD.gif);
	background-repeat: repeat-x;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	padding: 10px 10px 50px 10px;
}
#outerWrapper #footer #anaphase{
	float:left;
	position:relative;
	top: 20px;
	width: 175px;
	padding-left: 4em;
 }

#outerWrapper #footer #sitecredit{
	float:right;
	position:relative;
	top: 20px;
	width: 150px;
}

#outerWrapper #footer #sitecredit a img,
#outerWrapper #footer #sitecredit a:link img { {
	border-style: none; }

/* Sets the characteristics for the Gallery swf */
.flashDisp {
	height: 420px;
	width: 597px;
	margin: 0px 0px 40px;
	padding: 0px;
	float: none;
}

/* INQUIRY FORM */
table.projectContact {
	margin-top:10px;
	font-size:12px;
	width: 90%;
}
	
/*table td.rowBorder1 {
	border-top: solid #555555 1px;
	border-bottom: solid #555555 1px;
	border-left: solid #555555 1px;
}
table td.rowBorder2 {
	border-top: solid #555555 1px;
	border-bottom: solid #555555 1px;
	border-right: solid #555555 1px;
}*/
table.projectContact form table tr.rowColor {
	background-color:#333333;
	border:solid #555555 1px;
}
table.projectContact table p {
	margin:5px 0 5px 8px;
}
table.projectContact table input, 
table.projectContact table textarea,
table.projectContact table select,
table.projectContact table option {
	color:#555555;
	margin:5px 7px 5px 0;
	font-size:12px;
}

table.projectContact table table.installationTable {
	margin:5px;
	padding:0;
	position:0 0;
	vertical-align:text-top;
	border:solid #555555 1px;
}

form p#subscribe {
	margin:0;
	padding:0;
}
