﻿/* utils */
/* to replace <div class="clear"></div>
 add class=""clearfix: to parent container */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* end clearfix */

/* ************** */

body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	background-color:#fff;
}

.dataListText {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
}

a {
	color:#0174AD;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3
{
	margin: 0;
	padding: 7px 0 12px 0;    
	font-size: 23px;
	line-height: 23px;
	font-weight: bold;
}

h2
{
	font-size: 20px;
	line-height: 20px;
}

h3 
{	
	font-size: 17px;	 
	line-height: 17px;
}

h4 { padding: 0; margin: 0 }
	
.error  {
	color:#db0913;
}
.bigerror
{
	color:#db0913;
	font-size:12pt;
	line-height:20px;
	font-weight:bold;
}
.bigline
{
	line-height:23px;
}
.smallLine
{
	line-height:12px;
}
.normalLine
{
	line-height:normal;
}
.pointer
{
	cursor:pointer;
}
.visible
{
	display:block;
}
.hidden
{
	display:none;	
}
.textGray
{
	color:Gray;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  Headers */
.headerBigger
{
	font-size:17pt;
	font-weight:bold;
	line-height:25px;
}
.headerBig
{
	font-size:16pt;
	font-weight:bold;
	line-height:25px;
}
.header0
{
	font-size:13px;
	font-weight:bold;
	line-height:16px;
}
.header1
{
	font-size:12pt;
	font-weight:bold;
	line-height:20px;
}
.header2
{
	font-size:11pt;
	font-weight:bold;
	line-height:20px;
}
.blockHeader
{
	font-size:11pt;
}
.stepHeader
{
	font-size:13pt;
	font-weight:500;
}
.stepHeaderWhite
{
	font-size:12pt;
	font-weight:500;
	color:#fff;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Div's */

.leftTextDiv
{
	float:left;
	width:420px;
	padding-right:20px;
	line-height:20px;
}
.redBox
{
	float:right;
	width:175px;
	background-color:#f3192d;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.blueBoxUpbanner
{
	float:right;
	width:175px;
	padding:0px 57px 0px 0px;
}
.blueBox
{
	float:right;
	width:175px;
	background-color:#4cb5b6;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.lightBlueBox
{
	float:right;
	width:175px;
	background-color:#a4c2db;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.orangeBox
{
	float:right;
	width:175px;
	background-color:#e7a61f;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.royalBlue
{
	float:right;
	width:175px;
	background-color:#2b69ff;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.aquaBox
{
	float:right;
	width:175px;
	background-color:#00aeef;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.limeBox
{
	float:right;
	width:175px;
	background-color:#aeb454;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.limeBox .bigText , .blueBox .bigText , .redBox .bigText, .aquaBox .bigText, .royalBlue .bigText,.orangeBox .bigText,.lightBlueBox .bigText
{
	font-size:14pt;
	line-height:20px;
	color:#fff;
}
.limeBox .smallText , .blueBox .smallText, .redBox .smallText, .aquaBox .smallText,.orangeBox .smallText,.lightBlueBox .smallText
{
	font-size:9pt;
	color:#484848;
}
.royalBlue .smallText
{
	font-size:9pt;
	color:#c6c6c6;
}
.limeBox .linkText , .blueBox .linkText, .redBox .linkText, .aquaBox .linkText, .royalBlue .linkText,.orangeBox .linkText,.lightBlueBox .linkText
{
	font-size:11pt;
	line-height:20px;
	color:#fff;
}
.threeGreyDiv
{
	float:left;
	background-color:#f0f0f0;
	width:176px;
	height:395px;
	margin:0px 5px 0px 10px;
	padding:15px 15px 10px 15px;
	line-height:19px;
}
.twoGreyDiv
{
	float:left;
	background-color:#f0f0f0;
	width:290px;
	height:180px;
	margin:0px 10px 0px 10px;
	padding:20px 20px 0px 20px;
}
.headerGrey
{
	float:left;
	background-color:#b3b3b3;
	width:206px;
	margin:0px 5px 0px 10px;
	color:#fff;
	font-size:11pt;
	padding:7px 0px 7px 0px;
	text-align:center;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Break Heights*/
.breakHeight15
{
	line-height:15px;
}
.breakHeight13
{
	line-height:13px;
}
.breakHeight11
{
	line-height:11px;
}
.breakHeight9
{
	line-height:9px;
}
.breakHeight7
{
	line-height:7px;
}
.breakHeight5
{
	line-height:5px;
}
.breakHeight3
{
	line-height:3px;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* list */
.bullet1, .noRes ul li
{
	list-style-image:url('http://www.technologyevaluation.com/include/images/bullet1.gif');
}
.nobullet
{
	list-style:none;
	padding: 0 !important;
}
.bottomMarginedList li
{
	margin-bottom:10px;
}

ul {margin:0; padding:0; padding-left: 40px } /* reset margins for IE7 spacing bug*/

ul.smallLine { padding: 10px 0 0 27px} /* fixes indentation for featuredBlockInner section lists */

.fixedIndent
{
	margin:10px 0 0 0;
	padding-left: 20px;	
}
 /*
.fixedIndent2, .fixedIndent3
{
	margin: 0;
	padding: 0
}

.fixedIndent3
{
	margin:-5px 0px 0px -40px;
}
*/

.fixedIndentEvalCenters
{
	padding:0 0 0 8px;
	margin:2px 1px 5px 7px;
	line-height:20px;
	
	
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#main_header 
{
	width:1000px;
	background-color: #FFFFFF;
}

#main_header #ctl00_logo
{    
    float:left;
    margin:0 0 5px 8px;
    cursor:pointer;
}

#main_header #banner_top, #main_header #ctl00_banner_top
{
	width: 468px; 
    height: 60px; 
    float: right; 
    margin: 5px 0
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#main_menu {
    width:100%; 
    float: left;  
    background-color: #f4f3f3;
    color:#f9f9f9; 
    height:35px;     
}
#main_header .subscribe .IndexSubscribeImg
{
	float:right;
	padding-top:5px;
	padding-right:5px;
	
}

#main_header .subscribe .IndexSubscribeText
{
	float:right;
	color:#db0a14;
	padding-top:10px;
	padding-right:5px;
	font-size:11pt;
	
}
#main_menu #menu_inner {
    padding-left:40px;    
}

#main_menu #menu_inner .item {
    float:left;
    height:31px;
    margin-top:-1px;
    padding-left:1px;
    padding-right:1px;  
    padding-top:4px;
    padding-bottom:4px;
}

#main_menu #menu_inner .item_selected {
    float:left;
    height:31px;
    margin-top:-1px;
    margin-bottom:-3px;
    margin-top:0px;
    background-color: #fff;
    padding-left:0px;
    padding-right:0px;  
    padding-top:3px;  
    border: #dfdfdf 1px solid;
    border-bottom: #ffffff 1px solid;    
}
  
#main_menu #menu_inner .separator {
    float:left;
    margin:0px;
    font-size:14px;
    color:#e7e7e7;  
    padding-left:5px;
    padding-right:5px;   
    margin-top:7px;
}
    
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#container {
	width:1000px; 
	background-color: #F9F9F9;
	
	
	
}

#container2 {
	height:100%;
	width:90%; 
	background-color:#fff;
	margin-left:25px;
}


#container #content 
{
	float: left;
	width: 775px;	
	background-image: url('http://www.technologyevaluation.com/include/images/topBlank.gif');
    background-repeat: no-repeat;  
    background-color:#fff;
}

#container #content2
{
    clear: left;
	height: 100%;
	background-color:#fff;
}

#container #content #main {
    padding:10px 0 0 40px; 
    margin:0;
    width:700px;
    line-height:16px;
    color:#000;
    min-height:600px;
    height:auto !important;
}

.containerLogin {
	height:100%;
	width:100%; 
    margin-top:10px;

}
.containerForgotPassword {
	height:340px;
	width:100%; 
    margin-top:10px;
    background-image: url('http://www.technologyevaluation.com/include/images/forgotpasswordbar.gif');
    background-repeat: no-repeat;  
    background-color:#f8f8f8;

}
.containerLogin #content 
{
	float: left;
	margin:0px 0px 0px 20px;	
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#container #content .pageHeader {
    float:left;
    width:774px;
    margin:0px; 
}

#container #content .pageHeaderImage {
    float:left;
    width:774px;
    height:179px;
    margin:0px;
}

#container #content .pageHeader .title {
	padding:20px 50px 10px 40px;
	font-weight:bold;
	font-size:36px;
}

#container #content .pageHeader .subtitle 
{
	font-size:13px;
	padding:0 50px 15px 40px;
}
#container #content .pageHeader .authorDate 
{
	font-size:12px;
	padding:0 50px 5px 40px;
}
#container #content .pageHeader .subtitle span {
	line-height:18px;
}

#container #content .pageHeader .subtitle .link {
	color:#db0a14;
}
#container #content .pageHeader .subtitle .link:hover {
    text-decoration:underline;
    cursor:pointer;
}

#container #content .pageHeader3 {
    float:left;
    width:774px;
    height:25px;
    margin:0px;
    background-image: url('http://www.technologyevaluation.com/include/images/topblankbar.gif');
    background-repeat: no-repeat;   
    background-color:#fff;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#search #box #textbox 
{
	float:left;    
}

#search #box #textbox input 
{
	width:200px;
	font-size:11px;
	margin:0;
}

#search #box #button 
{
	float:left;
	width:18px;
	height:18px;
	background-color: #949494;
}

.submit 
{
    background-image: url('http://www.technologyevaluation.com/include/images/forgotpasswordsubmit.gif');
    background-repeat: no-repeat;  
    background-color:#fff;
    border:0;
    color:#fff;
    font-weight:bold;
    font-size:11px;
    height:24px;
    width:91px;
    cursor:pointer;
}
.submitButton 
{
    background-image: url('http://www.technologyevaluation.com/include/images/signinbtn.gif');
    background-repeat: no-repeat;  
    background-color:#fff;
    border:0;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    height:24px;
    width:91px;
    text-align:center;     
    cursor:pointer;
}
.bluelink a
{
	color:#124279;
	font-weight:bold;
}
.blueplus {
	color:#124279;
	font-weight:bold;
}
.blueNumbers
{
	color:#008fcf;
	font-size:19pt;
}

.bold {
	font-weight:bold;
}

.small 
{
	font-size:10px;
}

.floatright
{
	float:right;
}
.floatleft
{
	float:left;
}
.noHoverLink
{
	color:#000;
	text-decoration:none;
}
.noHoverLink:hover
{
	color:#000;
	text-decoration:none;
}
.red 
{
	color:#db0a14;
}

.black
{
	color:#000;
}
.fontNormal
{
	text-decoration:none;
}
.clear
{
	clear:both;
}
.clearRight
{
	clear:right;
}
.clearLeft
{
	clear:left;
}

.blackbold
{
	font-weight:bold;
	color:#000;
	padding-left:30px;
}

#captcha input
{
    width:70px;    
}

.contentImg1
{
    margin:10px;   
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#container #content #main .content 
{
    float:left;
	margin-top:7px;
	padding-bottom:80px;	
}

#container #content #main .header 
{
    float:left;
	margin-top:7px;
	margin-bottom:10px;
}

#container #content #main .header h1
{
	margin:0px;
	padding:0px;    
	margin-bottom:0px;
	padding-top:7px;
	padding-bottom:12px;
	font-size:17pt;	 
	font-weight:normal;
	line-height: 25px; 
}

#container #content #main .header .subHeader
{
	color:#686868;
    font-size:11pt;
    line-height:18px;
}
#container #content #main .header .subHeader2
{
	color:#686868;
    font-size:11pt;
    line-height:18px;
    width:625px;
}

#container #content #main .header .subHeaderRed
{
	color:#db0a14;
    font-size:11pt;
    line-height:18px;
}

#container #content #main .header .subsubHeader
{
	color :#bf1e2e;
    font-size:12pt;
    line-height:19px;
}

#container #content #main .header .headerImgSep
{
    padding:0px;
    padding-top:12px;
}

#container #content .headingForm
{
	color:#DB0A14;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-bottom:10px;
}

#container #content .pageHeader h1
{
    padding:0;
	margin:0;
}

#container #content .pageHeader h1 span
{
    padding:0;
	margin:0;
    font-size:20pt;
    font-weight:bold;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.accordionHeaderInactive 
{
	cursor:pointer;
	background-color:#EFEFEF;
	background-image: url('http://www.technologyevaluation.com/include/images/inactivearrow.gif');
	background-repeat: no-repeat;
	background-position: 5px center;	
	text-transform:uppercase;
	color:#004477;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	border-Top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

.accordionHeaderActive {
	cursor:pointer;
	background-color:#DEDEDE;
	background-image: url('http://www.technologyevaluation.com/include/images/activearrow.png');
	background-repeat: no-repeat;
	background-position: 5px center;	
	text-transform:uppercase;
	color:#004477;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	border-Top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}
/*
.accordionHeaderActive2
{
	cursor:pointer;	
	background-image: url('http://www.technologyevaluation.com/include/images/activearrow.png');
	background-repeat: no-repeat;
	background-position: 5px center;	
	color:#004477;
	font-size:12px;
	font-weight:bold;
	padding:10px 5px 5px 15px;	
	border-bottom:solid 1px #fff;
	line-height:15px;
}

.accordionHeaderInactive2
{
	cursor:pointer;	
	background-image: url('http://www.technologyevaluation.com/include/images/inactivearrow.gif');
	background-repeat: no-repeat;
	background-position: 5px center;		
	color:#004477;
	font-size:12px;
	padding:10px 5px 5px 15px;
	border-bottom:solid 1px #fff;
	line-height:15px;
}
*/
.accordionHeaderECInactive
{
	cursor:pointer;
	color:#0174AD;
	cursor:pointer;
	background-color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding:0px 5px 2px 15px;
	
}
.accordionHeaderECActive
{
	cursor:pointer;
	color:#0174AD;
	cursor:pointer;
	background-color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding:0px 5px 2px 15px;
	
}

.accordionHeaderMethInactive 
{
	cursor:pointer;
	background-color:#EFEFEF;
	text-transform:uppercase;
	color:#004477;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	border-bottom:solid 1px #fff;
	text-align:center;
}

.accordionHeaderMethActive 
{
	cursor:pointer;
	background-color:#DEDEDE;
	text-transform:uppercase;
	color:#004477;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	border-bottom:solid 1px #fff;
	text-align:center;
}
.accordionContent
{
	padding:10px;
}

.accordionContent2 
{
    background-color:#f9f9f9;
}
.accordionContentEC
 {
	padding:0px;
}
.accorContent
{
	margin:7px;
}
.accorContent2
{
	margin:7px;
}
.accordionHeaderEvalCenterInactive 
{
	cursor:pointer;
	background-color:#f5f5f5;		
	color:#292929;
	font-size:10px;
	font-weight:bold;
	padding:3px 5px 0px 5px;
	border-Top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	height:38px;
	
}
.accordionHeaderEvalCenterInactive:hover 
{
	cursor:pointer;
	background-color:#f0f0f0;
	color:#292929;
	font-size:10px;
	font-weight:bold;
	padding:3px 5px 0px 5px;	
	border-Top:solid 1px #fff;	
	border-bottom:solid 1px #fff;
	height:38px;
}
.accordionHeaderEvalCenterActive 
{
	cursor:pointer;
	background-color:#bcbcbc;
	color:#292929;
	font-size:10px;
	font-weight:bold;
	padding:3px 5px 0px 5px;	
	border-Top:solid 1px #fff;	
	border-bottom:solid 1px #fff;
	height:38px;
}
.accorEvalCenterHeader img 
{	 	
	 float:left;
	 margin-top:10px;
	 margin-left:10px;
}
.accorEvalCenterHeader .text
{
    float:left;
	margin-left:15px;
	margin-top:8px;
	width:170px;		
	line-height:14px;
}
.accordionEvalCenterContent {
	padding:10px;	
	font-size:11px;
	line-height:14px;
}
.accordionEvalCenterContent a
{
	color:#0174ad;
	font-size:11px;
	line-height:14px;
}

.pn
{
	padding-right: 50px;
}

.pn li 
{
	margin-left: 15px;
}

.pn25
{
	padding-right: 25px;
}
.renameButton
{
	font-weight: bold;
	text-decoration:underline;
}

.deactivateButton
{
	margin-right: 10px;
	font-weight: bold;
	text-decoration:underline;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Warning header on evalcenters parts files */
.warningHeader
{
	background-image:url("http://www.technologyevaluation.com/include/images/warningHeaderBG.gif");
	background-repeat:repeat-x;
	height:280px;
	width:780px;
}
.warningHeaderRedBar
{
	background-image:url("http://www.technologyevaluation.com/include/images/warningHeaderRedBar.gif");
	border-style:none;
	float:left;
	height:260px;
	width:44px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Google Add This */

.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}       
/*

/*  Video rotator   */
 
 .pnlRadRotator {
 	float: right;
	background-color:#efefef;      
 }
 /*
 .videoPaddingHorizontal {
    padding-left: 20px;
}
*/
.videoPaddingVertical
{
    padding: 20px;
}




/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Footer
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#container #footer 
{
    clear:left;
    padding:20px 0 5px 0;  
    background-color: #FFFFFF;
}
 
#container #footer #banners {
   padding-left:30px;
}  
 
#container #footer #banners .ad-219x134 {
    float: left;
    margin:5px 17px 5px 0px;
    /*background-color:#db0a14; */
    /*height:124px;*/
    color:#fff;
    font-weight:bold;
}  

#container #footer #related {
    clear:both;
    margin-left:30px;
}  


#FadedFooterBar
{
    margin:0px;
    margin-top:10px;
    float:left;
	height:26px;
	width:967px;    
	background-image: url('http://www.technologyevaluation.com/include/images/fadedfooterbar.png');
	background-repeat: no-repeat;  
    }

#subfooter 
{
   	font-size:11px; 	
    padding-bottom:15px;
    background-color: #fff
}
#subfooter .subfooterContainer
{
    padding-left:15px;
    margin-top: 10px  	  
}

#subfooter #footerLeft {
	float:left;
	width:100%;
	text-align:center;
	
}

#subfooter .heading, .heading h4 {
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	display:block;
}

#subfooter #footerLeft a {
	color:#124279;
	text-align:center;
}

#subfooter #footerLeft a:hover {
}

#subfooter #footerRight {
	font-size:10px;
	color:#666666;
	float:right;
}
#containerLogin #subfooter #footerLeft 
{
	color:#666666;
	margin-left:20px;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.footerline 
{
    clear:left; 
	width: 100%;
    margin: 0;
    border-top: 1px solid #CCCCCC;
    background-repeat: repeat-x;          
}


/* Bottom Grey Block */

.tecBottomBox
{
	background-color:#ededed;
	padding:20px 20px 20px 20px;
}
