@charset "utf-8";
/* CSS Document */


html{
	height:100%;
	margin:0px;
}

body{
	background-color:#fff;
	margin:0px;
	padding:0px;
	font-size:12px!important;
	font-family: sans-serif;
	color:#000;
}

a, a:link, a:visited, h3 a, h3 a:link, h3 a:visited{
	color:#990000;
	text-decoration:underline;
	

}

a:hover, h3 a:hover{
	color:#999;
	text-decoration:underline;
}




h1{

	font-family: sans-serif;
	font-size:24px;
	font-weight:normal;
	font-style:normal;
	color:#1F242A;
	margin:5px 5px 15px 5px;
	border-bottom: 3px double #DDD;
	padding-bottom:4px;
}


h1.newsheadline{

	font-family: sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	color:#264d6f;
	margin:5px 5px 15px 5px;
	padding-bottom:4px;
}


h2{

	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#333;
	padding:0px 0px 0px 0px;
	margin:5px;
}


h3{
	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#1F242A;
	padding:5px 0px 5px 20px;
	margin:3px 5px 8px 5px;
	background-image:url(../images/slices/smallArrow2.png);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #CCC;
}

h3.hottopics{
	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#211d70;
	padding:5px 0px 5px 35px;
	margin:3px 5px 8px 5px;
	background-image:url(../images/slices/smallArrow.png);
	background-position:15px 7px;
	background-repeat:no-repeat;
	border-bottom:1px dotted #CCC;
}
h3.hottopics a{
	color:#211d70;
}

h3.hottopics a:hover{
	color:#666666;
}

h3.newsarchive{
	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#1F242A;
	padding:5px 0px 10px 5px;
	margin:3px 5px 5px 5px;
	background-image:none;
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #CCC;
}


h4{
	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#0033CC;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}


h5{
	font-size:20px;
	color:#3d6fb6;
	font-weight:normal;
	font-style:italic;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 10px;

}

h6{
	font-family: sans-serif;
	font-size:14px;
	font-style:normal;
	color:#333;
	padding:0px;
	margin:20px 5px 5px 5px;
}


p{
	margin:5px;
	font-size:12px;
	line-height:18px;
	padding:2px;
}


.readmore{
font-size:10px!important;}
	
/** -------------------     List Styles     ---------------------------- **/	

ul.BlueMain {
	margin:10px 5px 20px 0px!important; 
	padding:0px; 
	
}

.BlueMain  li{
	background-image:url(../images/slices/smallArrow.png);
	background-position:5px 3px;
	background-repeat:no-repeat;
	color:#006633;
	font-weight:bold;
	font-size:10px;
	list-style:none;
	display:block;
	border-bottom:1px dotted #ccc;
	padding:0px 5px 5px 25px;
	margin:5px;

}


.BlueMain li:hover{
	background-image:url(../images/slices/smallArrow.png);
	background-position:5px 3px;
	background-repeat:no-repeat;
	color:#b11116;
	font-weight:bold;
	font-size:10px;
	list-style:none;
	display:block;
	border-bottom:1px dotted #ccc;
	padding:0px 5px 5px 25px;
	margin:5px;

}

.BlueMain li a{
	color:#0033CC;
	text-decoration:none;

}

.BlueMain li a:hover{
	color:#c43d30;
	text-decoration:none;
	
}




/** -------------------   Logo Top Header    ---------------------------- **/


#HeaderContainer{
font-size:18px;
	letter-spacing:1px;
	font-family: sans-serif;
	background-color:#FFF;
	height:70px;
	width:890px;
	margin:auto;
	padding-right:30px;


}
#logo{
margin-top:4px;
margin-left:10px;
width:200px;
height:66px;
float:left;
background-image:url(../images/slices/EnQii_logo.png);
	background-repeat:no-repeat;

}


#TopHeader{
float:left;

	font-size:18px;
	letter-spacing:1px;
	font-family: sans-serif;
	background-color:#FFF;
	width:630px;
	text-align:right;
	padding-right:30px;
	padding-top:33px;
	
}



/** -------------------   Top Navigation    ---------------------------- **/
	
#NavContainer{
	background-image:url(../images/slices/navbkg_repeat.gif);
	background-repeat:repeat-x;
	height:32px;
	margin:0px;
	min-width:919px;
	border-right:1px solid #999;
	border-left:1px solid #999;
}


#TopNav{
	font-size:16px;
	text-align:right;
	height:32px;
	margin:auto;
	margin-top:0px;
	width:919px;
	text-align:center!important;
	padding-left:25px;

}


#TopNav ul { 
	border: 0; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	text-align: center; 
}

#TopNav ul li{
	color:#000;
	padding:9px 10px 0px 10px;
	text-align:center;
	list-style:none;
	display:block;
	float:left;
	height:22px;
	width:87px;
	margin:0px 0px 0px 0px;
	border-bottom:none;
	border-right:1px solid #999;
	border-left:1px solid #CCC;
}




#TopNav li:hover{
	background-color:#EBEBEB;
	background-image:none;
	padding:8px 10px 0px 10px;
	text-align:center;
	list-style:none;
	display:block;
	float:left;
	height:21px;
	margin:1px 0px 0px 0px;
	border-bottom:none!important;
	border-right:1px solid #999;
	border-left:1px solid #CCC;
}

#TopNav ul li a { 
	height:10px; 
	padding-top:0px; 
	color: #000; 
	text-decoration: none; 
	display: block; 
	font-size:12px; 
	font-weight:bold;  
	text-align: center;  
	font-family:Tahoma,Geneva, Arial, Helvetica, sans-serif;
	outline:none;
}


#TopNav ul .active, #TopNav ul .active:hover{
	color:#FFFFFF!important;
	/*background-color:#a60404;
	background-color:#c43d30;*/
	background-color:#b11116;
	height:25px;
	border-right:0px solid #777;
	border-left:0px solid #777;

}

#TopNav ul .active a, #TopNav ul .active:hover a{
	color:#FFFFFF!important;
}


/** -------------------   Main Flash  /Bar   ---------------------------- **/	
#FlashArea{
	background-color:#003399;
	width:919px;
	padding-top:0px;
	border-right:1px solid #333;
	border-left:1px solid #333;
	/*border-bottom:4px solid #cc3333;
	border-top:4px solid #cc3333;*/
	border-bottom:4px solid #b11116;
	border-top:4px solid #b11116;
	
	margin-bottom:10px;
}

	
#FlashAreaHome{
	background-color:#003399;
	width:919px;
	padding-top:0px;
	border-right:1px solid #333;
	border-left:1px solid #333;
	/*border-bottom:4px solid #cc3333;
	border-top:4px solid #cc3333;*/
	border-bottom:4px solid #b11116;
	border-top:4px solid #b11116;
	margin-bottom:0px;
}

#FlashContent{
	width:919px;
}

.GraphicBar{
height:44px;
width:869px;
background-image:url(../images/slices/blue-top.jpg);
background-repeat:no-repeat;
color:#FFF;
font-size:30px;
padding:15px 0px 10px 50px;

}



.postDate{
	color:#006600;
	font-weight:bold;
	font-size:10px;
	margin:5px;
}

/*

#DateBar{
	font-size:12px;
	text-align:right;
	height:20px;
	color:#FFF;
	margin:auto;
	width:920px;
}



.redLinks{
	color:#C43D30;
	font-weight:normal;
	font-size:10px;
	margin:0px 1px 0px 1px;
}

.redLinks a{

	color:#C43D30;
	font-weight:normal;
	font-size:10px;
	margin:0px 1px 0px 1px;
	text-decoration:underline;
}

.redLinks a:hover{

	color:#006600;
	font-weight:normal;
	font-size:10px;
		margin:0px 1px 0px 1px;
	text-decoration:underline;
}


.HotTopicsLinks{
	color:#000066;
	font-weight:bold;
	font-size:10px;
	margin:0px 1px 5px 1px;
}

.HotTopicsLinks a{

	color:#000066;
	font-weight:bold;
	font-size:10px;
	margin:0px 1px 5px 1px;
	text-decoration:underline;
}

.HotTopicsLinks a:hover{

	color:#990000;
	font-weight:bold;
	font-size:10px;
	margin:0px 5px 5px 5px;
	text-decoration:underline;
}


.greenLinks{
	color:#000;
	font-weight:bold;
	font-size:8px;
	margin:0px 0px 0px 5px;
}

.greenLinks a{

	color:#006633;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
	padding-left:10px;
}

.greenLinks a:hover{

	color:#006633;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	padding-left:10px;
}
*/


#MainContainer{
	background-color:#FFF;
	height:100%;
	width:920px;
	margin:auto;
	padding-top:0px;
	margin-top:10px;
}


#ContentContainer{
	margin:auto;
	width:920px;

}


#footer{
border-top:1px solid #CCC;
	margin:auto;
	margin-top:25px;
	margin-bottom:10px;
	width:920px;
	height:55px;
	text-align:center;
	padding-top:10px;
	background-image:url(../images/awards/awardbkg3.jpg);
	background-repeat:repeat-x;
}


#footer a{
	font-size:12px;
	font-weight:normal;
	color:#000099;
	text-decoration:underline;
	margin:5px;
}


#footer a:hover{
	font-size:12px;
	font-weight:normal;
	color:#666;
	text-decoration:none;
}



/** Column 1**/

/*.ColumnA{
	width:601px;
	background-color:#FFF;
	border-right: 1px dotted #999;
	min-height:350px;
	float:left;
	padding-right:5px;
}*/

/** Column 1**/

.ColumnA{
	width:641px;
	background-color:#FFF;
	border-right: 1px dotted #999;
	min-height:500px;
	float:left;
	padding-right:10px;
	padding-bottom:40px;
	padding-left:5px;
	padding-top:0px;
}



.ColumnB{
	width:208px;
	background-color:#FFF;
	border-right: 1px dotted #999;
	min-height:300px;
	float:left;
	padding:0px 8px 0px 12px;
}

.ColumnC{
	width:208px;
	background-color:#FFF;
	border-right: 0px dotted #999;
	min-height:300px;
	float:left;
	padding:0px 8px 0px 12px;
}





.Column1{
	width:440px;
	background-color:#FFF;
	border-right: 1px dotted #999;
	min-height:800px;
	float:left;
	padding-right:15px;
}

.Column2{
	width:201px;
	background-color:#FFF;
	border-right: 1px dotted #999;
	min-height:800px;
	float:left;
	padding:0px 10px 0px 20px;
}

.Column3{
	width:243px;
	padding:0px 10px 0px 10px;
	min-height:300px;
	float:left;
}

.dottedLine{
	border-bottom: 1px dotted #999;
	height:2px;
	margin:7px 10px 7px 10px;
}


#form{
background-image:url(http://www.enqii.com/sneakpeek/images/form_bkg.gif);
background-repeat:no-repeat;
width:170px;
height:372px;
padding:10px;
}


#form p{
font-size:11px;
color:#000000;
font-weight:normal;
line-height:14px;
margin:0px 0px 0px 10px;
}


.line{
background-image:url(../images/slices/line.gif);
background-repeat:no-repeat;
width:744;
height:2px;
margin:0;

}




.largelogoBox{
text-align:center;
font-weight:bold;
font-size:12px;
width:115px;
height:96px;
float:left!important;


}

.largelogoBox:hover{
text-align:center;
font-weight:bold;
font-size:12px;
width:115px;
height:96px;
float:left!important;


}
.largelogoBox img{
width:115px;
height:96px;
}





.logoBox{
text-align:center;
font-weight:bold;
font-size:12px;
width:70px;
height:58px;
float:left!important;


}

.logoBox:hover{
text-align:center;
font-weight:bold;
font-size:12px;
width:70px;
height:58px;
float:left!important;


}
.logoBox img{
width:70px;
height:58px;
}

.caseStudyBox{
text-align:center;
font-weight:bold;
font-size:12px;
width:65px;
height:54px;
float:left!important;
border:1px solid #CCC;
margin:0px 0px 3px 3px;
background-color:#EBEBEB;



}

.caseStudyBox:hover{
text-align:center;
font-weight:bold;
font-size:12px;
width:65px;
height:54px;
float:left!important;
border:1px solid #425d7a;
margin:0px 0px 3px 3px;
background-color:#CCC;


}
.caseStudyBox img{
width:65px;
height:54px;
}


.box_border_rb{
border-bottom: 1px dotted  #CCC;
border-right: 1px dotted  #CCC;
}
.box_border_b{
border-bottom: 1px dotted  #CCC;
}

.box_border_r{
border-right: 1px dotted  #CCC;
}

/** Column 1 End**/
