/* CSS Document */
body
{
	padding:0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; color:#6B6854;
	}
div, p, ul, h1, h2, h3, h4, img, form, input{
	padding:0; margin:0;
	}
h1{
}
h2{	color: #515151;
	font:25px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: lowercase;
	width: 100%;
	height:35px;
	display:block;
	background-color: #EDEDED;
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	padding-left: 5px;
	margin-bottom: 10px;
}
ul{list-style-type:none;}
.blank{
	clear:both;
	font-size:0;
	line-height:0;
	}

#headerContainer
{
	background: url(../images/background.gif) repeat-y top center;
	width:100%;
	height: 180px;
	/*background-color: #fff;*/
	color:#6B6854;
	}
#header{
	width:800px;
	position:relative; 
	margin:0 auto 0 auto; 
	height:150px;
	color:#515151;
	}
#headerLine
{
	width:850px; 
	display:block; 
	border-top: 2px solid #A6A6A6; 
	position: absolute; 
	top:89px; 
	left:-25px;
}
#header img{
	position:absolute;
	top:25px; left:0px;
	}
#header ul.nav{
	width: 218px; 
	position:absolute; 
	top:74px; 
	left:440px; 
	display:block;
	background-color: #EDEDED;
	border: 2px solid #A6A6A6;
	}
#header ul.nav li{
	float:left; padding:0 8px 0 8px; 
	}
#header ul.nav li a{
	text-indent:0px; color:#444; text-decoration:none; display:block; height:22px; float:left;
	font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; line-height:22px;
	padding:0px 3px 0px 3px; margin:2px 0 2px 0;
	}
#header ul.nav li a:hover{
	color:#A00;
	}

.icons{
	position:absolute;
	top: 71px;
	left: 330px;
	width: 200px;
}
.icons a{
	text-align: center;
	vertical-align: middle;
	padding-right: 15px;
	float:left;
	display: block;
	width: 35px;
	height: 50px;
	text-decoration: none;
	background-color: #FFF;
}
.icons a.home{
	background: url(../images/icon_home.gif) 0 0 no-repeat;
}
.icons a.profile{
	background: url(../images/icon_profile.gif) 0 0 no-repeat;
}
.icons a.careers{
	background: url(../images/icon_careers.gif) 0 0 no-repeat;
}
.icons a.contact{
	background: url(../images/icon_contact.gif) 0 0 no-repeat;
}
.icons a:hover{ 
background-position: 0 -50px;
}

#search
{
	//background: url(../images/bg_search.gif) no-repeat center center;
	width:270px;
	text-align: center;
	position:absolute;
	top: 40px;
	left: 550px;
	padding-top: 4px;
	padding-bottom: 5px;
}

/*-------------------------Header End--------------*/

#middle100
{
	background: url(../images/background.gif) repeat-y top center;
	width:100%;
	float:left;
	background-color: #fff;
	color:#6B6854;
	}

#middle{
	width:800px; 
	padding-bottom: 15px;
	margin:0 auto;
}
#middle img{
	border: none;
}
/*
#middle a{
	text-decoration: none;
	border: 2px solid #FFF;
}
#middle a:hover{
	border: 2px solid #A00;
}
*/
#banner
{
	text-align: center;
	width: 100%;
	display: block;
}
#left{
	width: 390px;
	padding: 5px 5px 5px 5px;
	display: block;
	float: left;
}
#right{
	width: 390px;
	padding: 5px 5px 5px 5px;
	display: block;
	float: right;
}
#techNewsDataGrid td
{
    height: 20px;
    border-bottom: 1px dotted #A6A6A6;
    text-align: justify;
}
#techNewsDataGrid a
{
    text-decoration: none;
    color: #515151;
}
#techNewsDataGrid a:hover
{
    color:#C60;
}

#cmNewsDataGrid td
{
    height: 20px;
    border-bottom: 1px dotted #A6A6A6;
    text-align: justify;
}
#cmNewsDataGrid a
{
    text-decoration: none;
    color: #515151;
}
#cmNewsDataGrid a:hover
{
    color:#C60;
}

#partners {
	width:800px;
	float:left;
	border-top: 2px solid #041A37;
	background-color: #FFF;
	padding-top: 35px;
	padding-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#sideNav{
	float: left;
}

#sideNav h2{
	margin:0;
	width: 200px;
}
#sideNav ul{
	width: 205px;
	margin-bottom: 20px;
}
#sideNav ul li{
	border-bottom: 1px dotted #000;
}
#sideNav ul li a{
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	padding-left: 9px;
}
#sideNav ul li a:hover{
	color: #C60;
}

#contentWrap {
	width: 575px;
	padding: 5px 5px 5px 5px;
	float:right;
	display: block;
	border: 2px solid #D1D1D1;
}
#contentWrap a{
	text-decoration:none; 
	border: none;
	color: #888;
	font-weight: bold;
}
#contentWrap a:hover{
	color:#C60;
}
#contentWrap h3{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 5px;
	line-height: 50px;
	color: #FFF;
	background: url(../images/h3_banner.gif) no-repeat top right;
}
#topContent{
	border: 2px solid #D1D1D1;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;

}
#content{
	text-align: justify;
	width: 555px;
	background-color: #EDEDED;
	padding: 10px;
}
#content p{
	margin-bottom: 10px;
}
#content ul{
	margin: 10px 10px 10px 10px;
	list-style: disc inside;
}
.contentImage
{
	float: right; 
	padding: 0 0 15px 15px;
}
.servicesDiv{
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	display: none;
	background-color: #FFF;
	border: 2px solid #A6A6A6;
}
#careerDetails
{
	display: none;
	width: 100%;
	background-color: #EDEDED;
}


/*---------------------------------footer-----------------*/
#footer100
{
	background: url(../images/background_bottom.gif) no-repeat top center;
	padding-top: 50px;
	width:100%;
	float:left;
	color: #000;
}
#footer{
	width:800px;
	position:relative; 
	margin:0 auto 0 auto; 
	height:114px; 
	font-family:Arial, Helvetica, sans-serif;
}
#footer div
{
	position: absolute;
	top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #675D74;
}
#box1Header
{
	text-align: right;
	padding-right:13px;
	border-right: 2px solid #A6A6A6;
	width: 100px;
	left: 188px;
}
#box2Header
{
	text-align: center;
	width: 132px;
	left: 329px;
}
#box3Header
{
	text-align: left;
	padding-left: 13px;
	border-left: 2px solid #A6A6A6;
	width: 100px;
	left: 499px;
}
#box1
{
	border-right: 2px solid #A6A6A6;
	width: 325px;
	position:absolute; 
	top:35px; 
	left: -24px;
}
#box2
{
	width: 142px;
	position:absolute; 
	top:35px; 
	left: 329px;
}
#box3
{
	border-left: 2px solid #A6A6A6;
	padding-left: 2px;
	width: 285px;
	position:absolute; 
	top:35px; 
	left:499px;
}
#footer ul li{
	float:left; 
	display:block; 
	font:12px/36px Arial, Helvetica, sans-serif;
	}
#footer ul li a{
	font:12px/36px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline; 
	margin:0 11px 0 11px;
	color: #888;
	}
#footer ul li a:hover{
	color:#C60;
}

#footer p
{
	text-align: center;
	font-size:11px;
	font-weight: bold; 
	line-height:20px; 
	position:absolute; 
	top:80px; 
	left:300px;
	width: 200px;
	color: #888;
}