@charset "UTF-8";
body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../HTML/body.gif);
	background-repeat:repeat;
	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 */
}
p, dl {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:175%;
}

p a:link {
color:#0066FF;
border-bottom:1px dashed #0066FF;
line-height:175%;
text-decoration:none;
} 

p a:visited {
color:#0066FF;
border-bottom:1px dashed #0066FF;
line-height:175%;
text-decoration:none;
} 

p a:hover {
	color:#99CC33;
	border-bottom:1px dashed #99CC33;
	}

p a:active {
color:#0066FF;
border-bottom:1px dashed #0066FF;
line-height:175%;
text-decoration:none;

}

.press {
font:11px Verdana, Arial, Helvetica, sans-serif;
line-height:175%;
color:#006699;
font-weight:bold;
} 

.imagefloat {
float:left;
margin-right:10px;
}

.products {
border:1px solid #0099CC;
}

img {
border:0;
}
	
dl a:link, dl a:visited, dl a:hover, dl a:active {
color:#0066FF;
border-bottom:1px dashed #0066FF;
line-height:175%;
text-decoration:none;
}

dl a:hover {

color:#99CC33;
	border-bottom:0.5px dashed #99CC33;
	}
		

#contact {
padding:20px;
}
	

.thrColFixHdr #container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top:10px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.thrColFixHdr #header { 
	float:left;
	width: 326px;
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* 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. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColFixHdr #top {	
	float:left;
	background-image:url(../HTML/layout4_01.gif);
	background-repeat:no-repeat;
	width: 326px;
	height: 175px;
}

#bodytext {
padding:20px;
}


.thrColFixHdr #pic {
	background-image:url(../HTML/layout4_03.gif);
	background-repeat:no-repeat;
	float:right; /* since this element is floated, a width must be given */
	height:175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width:629px;
}


 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width:286px;
	
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	background-color:#FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border-left:1px #0099CC solid;
	width:160px;
	clear:right;
	margin-left:20px;
	}
	
.thrColFixHdr #mainContent {
top:10px;
margin-left:286px;
margin-right:190px;

} 
	
.thrColFixHdr #footer { 
	clear:both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../HTML/body.gif);
	background-repeat:repeat;
	width: 955px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	voice-family:"\"}\"";
	voice-family:inherit;
	width:925px;
}

 
.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.thrColFixHdr #gallery {
	width:286px;
	height:300px;
	position: fixed;
	top: auto;
	clear:both;
	float: left;
}

h1 {
	font-weight:100;
	color:#006699;
}


h1 #FAQ {
    padding: HEIGHT_OF_IMAGEpx 0 0 0;
    overflow: hidden;
    background-image: url("hello_world.gif");
    background-repeat: no-repeat;
    
    height: 0px;
    height /**/:HEIGHT_OF_IMAGEpx;
}

.revolution {

color:#339933;
}

.blockquote {
font-size:100%;
font-weight:bold;
color:#006699;
line-height:120%;
}


.date {
font-size:14px;
font-weight:bold;
line-height:30%;
}

.press a {
color:#006699;
border-bottom:1px dashed #006699;
text-decoration:none;
}

h2 {
	font-size:150%;
	font-weight:100;
	color:#006699;
}

h3 {
	font-weight:200;
	color:#006699
}

h4 {
font-weight:bold;
color:#006699;
line-height:125%;

}

h6 {
font-size:small;
}

ul {

	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:175%;
	}

th {
height:10px;
font-size:10px;
font-style:normal;
color:#006699;
}

.spacer {
clear:left;
}

