
/* ----- CSS ----- */

*, html{
margin:0;
padding:0;
}
img{
	border:0;
}


address{
	border-left:1px dashed #ccc;
	font-style:normal;
	margin-bottom:10px;
	margin-left:5px;
	margin-top:10px;
	padding-left:5px;
}

body{
	background-color:#999999;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 auto;
}
a,a:link
{
	color: #016AAE;
	text-decoration: none;
}
a:visited{
	color: #016AAE;
}
a:hover, a:hover 
{
	color: #63A110;
	text-decoration: none;

}
a:active, a:active 
{
	color: #016AAE;
	text-decoration: none;	
}

ul, ol
{
	margin-left: 10px;
	list-style-position:outside;
}
ul,li{
	/*padding:5px;
	/* list-style-position:inside; */
}
/* ----- IDS ----- */

#container{
	margin:0 auto;	
	width:976px;
	background-image: url(../images/BoundRight.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color:#FFFFFF;
	overflow: hidden;
}	
#footer{
	margin:0 auto;	
	width:976px;
	overflow: hidden;
	}

#content{	
	padding-top: 18px;
	text-align: left;
	clear:both;
	margin:0;
	overflow: hidden;
}
* html #content{
	padding-top: 18px;
	}
*+html #content{
	padding-top: 18px;
}

#flash{
	margin:0 auto;
	padding-left:16px;	
	
	height:250px;
	}


#nav{
	float:left;	
	width:950px;
	background-image: url(../images/Nav_Bg.gif);
	background-repeat: no-repeat;	
	height:35px;
	margin-left:16px;
	padding-top:0px;

}	
* html #nav{margin-left:8px;}

#SolutionsBox{
	margin-right: 17px;
	margin-left: 17px;}


#quick-link, #SolutionsBox, #ClientsBox{
	background: #EFEFEF;
	float: left;
	padding: 13px;
	height: 151px;
	}

#quick-link ul, #SolutionsBox ul, #ClientsBox ul{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:22px;
	width: 197px;
	
}

#quick-link li, #SolutionsBox li, #ClientsBox li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/arrow.gif) left .5em no-repeat;
}

#primary-content{	
	float:left;
	width:703px;
}	

#announce{
	float:left;
	border-left:2px solid #d7d7d7;
	padding-left:20px;
	width:275px; /*  minus padding-left */
}

#side-menu{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	/*margin-left: 20px;*/
	float:left;
	font-size: 11px;
	background: #E7E7E7;
	text-align: left;
	width: 156px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #7FB53B;
}

#side-menu h2{
	
	padding-top: 4px;
	height: 25px;
	background: #7FB53B;
	background-image: url(../images/sidebar_headtile.gif);
	background-repeat: repeat-x;
	}
	#side-menu h4{
	font-size: 11px;
	padding-top: 5px;
	color:#000;}
#side-menu li{
	padding-bottom: 5px;
	}

/* correct faulty box model in IE6 */
* html #announce{
	float:left;
	padding-left:10px;
	width:275px;
}
*+html #announce{
	float:left;
	padding-left: 10px;
	margin-top: 5px;
	width: 275px;
}

* html #side-menu{
	float:left;
	margin-left:0px;
	width:156px;
}
*+html #side-menu{
	float:left;		
	width: 156px;
}

#HomePageContent{
	padding: 13px;	
	position:relative;
}

#pageContent{
	width: 535px;
	float: left;
	min-height: 300px;
	padding-left:25px;
	}

#ads img{
	padding:1px;
}

#related{
	border-left:2px solid #d7d7d7;
	float:right;
	text-align: left;
	width:165px; /* the width -padding */
	padding:0 20px 0 26px;
}




#secondary-content{	
	float:left;
	width:703px;	
}
* html #secondary-content{
}	

#header{
margin:0 auto;
height:88px;
background-image:url(../images/BoundTop.gif);
background-repeat:no-repeat;
padding:16px 16px 0 16px;
}
#header h1 img{
	float:left;
}
#search{
	width:335px;
	float:right;
	text-align:right;
	padding-right:9px;
}

.SearchField{
	border: #8D8C8C 1px solid;
}

#leftSideArea{
	float: left; width: 156px; padding-left: 20px;}

/* ----- CLASSES ----- */



.clear{
	clear:both;
}
.hide{
	display:none;
}
.show{
	display:block;
}
img.right
{
	clear:right;
	float:right;
}
.copyright
{
	float:right;
	color: #EAEAEA;
}
.left
{
	float:left;
}
.help
{
	cursor:help;
}
.side-menu-content{
	padding: 10px 15px 15px;
	border: 2px solid #FFFFFF;
}



/* ----- HEADINGS ----- */
h1{
padding-bottom:5px;
}

h2, h4{
padding-bottom:3px;
}
h3{
margin-bottom: 0px;
margin-top: 5px;
}
h4{

}

/* ----- PARAGRAPHS ----- */

p{
}
#primary-content p{
	padding:5px 5px 5px 0;
}
#secondary-content p{
}

.Line{
	border-top:1px solid #7FB53B;
	padding-bottom:2px;
	}
.Code{
	background:#E7E7E7;
	padding: 8px;
	border:#7FB53B solid 1px;
}
.Indent{
	margin-left: 40px;}

.highlight1{
	color: #528c08;
	font-weight:bold}
#NewsBox{
	margin-top: 17px;
	margin-bottom: 4px;
	background: #EFEFEF;
	padding: 8px 13px;
	font-size:12pt;
	

}
#NewsBox h4{
	display:inline;
	color: #666666;
	font-size:12pt;
}
#HomeLeft{
	overflow:hidden;	
	padding-left:16px}
	
#HomeRight{
	overflow:hidden;
	width:216px;
	float:right;	
	padding-right: 24px;}
	
#HomeRight img{
	margin-top:17px;}
	
.HomeAboutBoxTop{
	height:6px;
	background-image: url(../images/Home_about_top.gif);
	background-repeat: no-repeat;
	margin:0px;
	overflow: hidden;
}
.HomeAboutBoxContent{
	padding: 4px 18px;	
	background-image: url(../images/Home_about_center.gif);
	background-repeat: repeat-y;
}
.HomeAboutBoxBotttom{
	height:6px;
	background-image: url(../images/Home_about_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.year_list h3{
	display: inline;}

#country
{
  float: left;
  position:relative;
  /*top: -2px;
  margin-right: 23px;*/
  height: 20px;
  margin-top: 0px;
  
  padding: 0px;
  color: #999;
}

#jumpMenu
{
  width: 80px;
  color: #999;
}

#searchBox{
	float: right;
}
.xeLogo{
	float: left;}