body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background: #FFFFFF;
	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;
		
}
	
.thrColFixHdr #top-container { 
font-size: 12px;
	line-height: 12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #FFFFFF;*/

background-image:url(../images/layout/top-red-banner-large.jpg);
	background-repeat:repeat-x;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height:104px;
	min-width:1000px;
	
} 
	
.thrColFixHdr #container { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #FFFFFF;*/
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {
	
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	
	
} 
.thrColFixHdr #top-navigation {

	padding: 60px 10px 0px 15px;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	

	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
	/*padding: 0 10px 0 20px;  /* 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 #leftsidebar1 {
	
	float: left; /* since this element is floated, a width must be given */
	width: 166px; /* the background color will be displayed for the length of the content in the column, but no further */
	
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 11px 0px 5px -1px;
	
	
	
}


.thrColFixHdr #sidebar1 {
	
	float: right; /* since this element is floated, a width must be given */
	width: 166px; /* the background color will be displayed for the length of the content in the column, but no further */
	
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 11px -2px 5px 0px;
	
	
	
}


.thrColFixHdr #mainContent { 

	margin: 20px 175px 0px 0px; /* (margin top, right, bottom,left) the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.thrColFixHdr #mainContent-homepage { 

	margin: 20px 175px 0px 0px; /* (margin top, right, bottom,left) the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:440px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.thrColFixHdr #mainContent-panel{ 

	margin: 20px 174px 0px 177px; /* (margin top, right, bottom,left) the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.thrColFixHdr #mainContent-fulllength{ 

	width:925px;
	margin: 20px 0px 0px 0px; /* (margin top, right, bottom,left) the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*padding: 5px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	
} 
.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: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}


/* the following is to set the rounded corners for boxes on main and side navigation */
.t-side {background:url(../images/layout/side-top-heading-red.jpg) 0 0 repeat-x}
.b-side {background: url(../images/layout/side-bottom-red.jpg) 0 100% repeat-x}
.l-side {background: url(../images/layout/side-l.jpg)  0 0 repeat-y}
.r-side {background: url(../images/layout/side-r.jpg) 100% 0 repeat-y}
.bl-side {background: url(../images/layout/side-bl-red.jpg) 0 100% no-repeat}
.br-side {background: url(../images/layout/side-br-red.jpg) 100% 100% no-repeat}
.tl-side {background:url(../images/layout/side-tl-heading-red.jpg) 0 0 no-repeat}
.tr-side {background:url(../images/layout/side-tr-heading-red.jpg) 100% 0 no-repeat; padding:6px;} 


.t {background:url(../images/layout/top-heading-red.jpg) 0 0 repeat-x}
.b {background: url(../images/layout/bottom.jpg) 0 100% repeat-x}
.l {background: url(../images/layout/left.jpg) 0 0 repeat-y}
.r {background: url(../images/layout/right.jpg) 100% 0 repeat-y}
.bl {background: url(../images/layout/bl.jpg) 0 100% no-repeat}
.br {background: url(../images/layout/br.jpg) 100% 100% no-repeat}
.tl {background:url(../images/layout/tl-heading-red.jpg) 0 0 no-repeat}
.tr {background:url(../images/layout/tr-heading-red.jpg) 100% 0 no-repeat; padding:10px 15px 10px 14px;} 
.imagert-border { /* 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;
	/*border: 1px solid black;*/
	margin: 2px 5px 2px 5px;
}

.imagert-banner { /* 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;
	/*border: 1px solid black;*/
	margin: 2px 1px 2px 1px;
}
.imagelt-banner { /* 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: left;
	/*border: 1px solid black;*/
	margin: 2px 8px 2px 8px;
}

.imagert-icons { /* 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;
	/*border: 1px solid black;*/
	margin: -1px;
	
}


.imagert-footer { /* 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;
	/*border: 1px solid black;*/
	margin: 10px 5px 2px 5px;
}


 
.imagelt-border { /* 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: left;
	
}
.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: 25px 15px 0px 0px;
}
.fltrt-searchbox { /* 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: 17px 0px 0px 0px;
}
.fltrt-image { /* 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: 5px 10px 5px 5px;
}
.fltrt-red-image { /* 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: 3px -11px -4px 0px;
	/*margin: 5px 10px 5px 5px;*/
	
	background-image:url(../images/Red-Side-Banner.jpg);
	height: 440px;
	width: 215px;
}
.fltrt-team-banner { /* 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: 0px 5px 0px 5px;
}



.fltrt-pdf { /* 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;
	width:200px;
	margin: 5px 10px 5px 5px;
}


.fltrt-column { /* 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;
	width:300px;
	margin: 0px 10px 5px 5px;
}

.fltrt-project { /* 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: 10px 5px 40px 15px;
}
.fltrt-contact { /* 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;
	background-image:url(../contact/images/contact-notepad.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:335px;
	margin-top: 20px;
	padding:90px 0px 0px 18px;
	
}

.fltrt-bottom { /* this class can be used to float an element right in your page and is aligning the float to be on the bottom on the class it is in. */
	float: right;
	margin: 70px 10px 0px 0px; 
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.flt-box { /* this class can be used to float an element left in your page */
	float: left;
	margin: 5px 25px 5px 35px;
	border:1px solid #999;
	width:150px;
	text-align:center;
	padding: -5px 0px 5px 0px;
	letter-spacing: 1px;
	

}
.flt-nav { /* this class can be used to float an element left in your page in the side navigation boxes */
	float: right;
	margin: 10px 1px 10px 0px;
	background-color:#EEE;
	width:160px;
	text-align:left;
	/*padding-bottom: 15px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
	

}

.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;
}
