@charset "UTF-8";
body  {
	font: 11px Verdana , Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	}
p {
	font: 11px Verdana , Arial, Helvetica, sans-serif;
	text-align: left;
	color:#000000;
	line-height: 150%;
}

a:link {
color:#660000;
line-height:175%;
text-decoration:none;
} 

a:visited {
color:#660000;
text-decoration:none;
} 

a:hover {
	color:#993300;
	}

a:active {
color:#FF3300;

text-decoration:none;

}

h1 {
	
	font-family: Gill Sans, Verdana, Helvetica;
	font-weight: 100;
	color:#660000;

}

h2 {
	
	font-family: Gill Sans, Verdana, Helvetica;
	font-weight: 100;
	font-size: medium;
	color:#660000;

 
}

h3 {
	
	font-family: Gill Sans, Verdana, Helvetica;
	font-weight: 100;
	font-size: medium;
	color:#660000;
}

.thrColFixHdr #nav {

width:448px;
height:409px;
float:left;

}

#home {
	position:relative;
	left:170px;
	top:135px;
	width:146px;
	height:154px;
	z-index:9;
}

#story {
	position:relative;
	left:152px;
	top:-186px;
	width:50px;
	height:40px;
	z-index:1;
}

#process {
	position:relative;
	left:285px;
	top:-144px;
	width:61px;
	height:40px;
	z-index:2;
}
#products {
position:relative;
left:377px;
top:-150px;
width:61px;
height:40px;
z-index:3;
}
#blog {
position:relative;
left:357px;
top:-56px;
width:61px;
height:40px;
z-index:4;
}
#resources {
	position:relative;
	left:52px;
	top:-115px;
	width:61px;
	height:40px;
	z-index:5;
}
#partners {
position:relative;
left:92px;
top:-93px;
width:61px;
height:40px;
z-index:6;
}
#press {
position:relative;
float:none;
left:223px;
top:200px;
width:61px;
height:40px;
z-index:7;
}


.thrColFixHdr #sideline {
float:left;
width:20px;
height:500px;
overflow: auto; 
	height: 1%;
}


.thrColFixHdr #container { 
	width: 955px;  /* 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 */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #FFFFFF; 
	height:409px;
	padding: 0 10px 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. */
	clear:right;
} 
.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 #image {
	padding: 5px;
	margin-left:500px;
	clear:right;	

}


.thrColFixHdr #sidebar1 {
	float:left;	
	width:290px;
	background-position:bottom;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	overflow: auto; 
	height: 1%;	
}

.thrColFixHdr #sidebar1in {
	padding: 0 30px 0 30px;
	}

.thrColFixHdr #mainContent {
	height:150%;
	margin-bottom:0px;	
	margin-right: 0px;
	margin-left: 310px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-style: solid;
	border:none;
	background-image:url(../HTML/images/Untitled-1_05.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 100px;
		
	
} 
.thrColFixHdr #footer { 
	height:30px;
	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/scrapbottom.gif);
	background-position:right;
	background-repeat:no-repeat;
	vertical-align:top;
	
} 
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	text-align:right;
}
.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;
}
.spacer {
clear:left;
}
