
<!--
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 height: 100%;
}

body /* Internet Explorer */ {
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	border-width: 0px; /* Sets the border width properties for an element using shorthand notation */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	width: 100%;
	text-align: center;
	background-image: url(images/bg_sidenav.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

body /* Mozilla Firefox alignment */ 
{ 
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	border-width: 0px; /* Sets the border width properties for an element using shorthand notation */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	width: 100%;
	text-align: -moz-center; 
	background-image: url(images/bg_sidenav.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
} 


ul
{
padding: 10px;
margin-left: 10px;
}


#outerWrapper {
	background-color: #fff;
	margin: 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	height: auto;
	padding: 5px;
	text-align: left;
	width: 800px;
	overflow: hidden;
}
#outerWrapper #header {
	background-color: #3399cc;
	height: 80px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#outerWrapper #main-image {
	background-color: #3399cc;
	height: 105px;
	background-repeat: no-repeat;
}
#outerWrapper #main-image_home {
	height: 200px;
	border-bottom-width: 5px;
	border-bottom: solid 1px #d6ebf5;
	padding-bottom: 5px;
}
#outerWrapper #border{
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

#outerWrapper #contentWrapper {
	height: 100%;
	display: inline;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
 clear: left;
 display: block;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 175px;
	height: 500px;
	background-image: url(images/bg_sidenav.gif);
}	
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #ffffff;
	border-left: solid 1px #d6ebf5; /* Sets the left border properties for an element using shorthand notation */
	border-bottom: solid 1px #d6ebf5; /* Sets the left border properties for an element using shorthand notation */
	border-right: solid 1px #d6ebf5;
	width: 150px;
	min-height: 250px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: right;
	clear: right;
}	
.rightButton {
	background-color: #d6ebf5;
	border-bottom: solid 5px #ffffff; /* Sets the left border properties for an element using shorthand notation */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#left {
	margin: 0px;
	width: 390px;
	height: 230px;
	float: left;
	display: inline;
	border-right: solid 1px #d6ebf5;
	min-height: inherit;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#right { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 5px;
 width: 389px;
 display: inline;
 position: relative;
}
.clear { clear: both; }

.clearRight { clear: right; }

.center { text-align: center; }

.clearLeft { clear: none; }

.floatLeft { float: left; margin: 0 5px 0 0; }

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	height: 100%;
	margin: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
 clear: both;
 display: block; 
}

#footer {
	background-color: #fff;
	border-top: solid 1px #d6ebf5;
	border-bottom: solid 1px #d6ebf5;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
	width: 100%;
	clear: both;
	overflow: visible;
	z-index: auto;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#line{
	border-top: solid 1px #d6ebf5;
	clear: both;
	overflow: visible;
	z-index: auto;


/* SIDE NAVIGATION ................................................................................................. */
}
#outerWrapper #nav{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	height: 20px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	width: 100%;
}
	
#outerWrapper #nav_S{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	height: 20px;
	background-image: url(images/nav_bg_S.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;

/* ................................................................................................................ */


/* TICKER................................................................................................. */

 }
 #ticker-container {
 position:relative;
 overflow:hidden;
 width: 380px;
 height: 100px;
 padding: 0px;
 border: none;
 }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
   display:list-item;
   margin-top: 1px;
   margin-bottom: 1px;
   padding-top: 1px;
   padding-bottom: 1px;
   font-weight: normal;
   padding-left: 2px;
	}
	
	#ticker ul li a {
   font-family: arial;
   font-size: 11px;
   font-weight: normal;
   color: #336699;
   text-decoration: none;
   padding-left: 2px;
	}
 
 #ticker ul li a:hover {
   font-family: arial;
   font-size: 11px;
   text-decoration: none;
   padding-left: 2px;
 }


/* ................................................................................................................ */



/* Spotlight Class................................................................................................. */
#spotlight{margin:0px;Padding:0px;
       overflow: hidden;   
       height:250px; 
           background-color:White;
           }
           

#spotlight ul{

margin:0px;Padding:0px;
}

#spotlight {
	Z-INDEX: 1; POSITION: relative; HEIGHT: 255px
}
#spotlight LI {
	Z-INDEX: 8; LEFT: 0px; POSITION: absolute; TOP: 0px;  opacity: 0.0; list-item: none;
list-style-type:none;
height:250px;
margin:0px;Padding:0px;
background-color:#fff

}

#spotlight LI.active {
	Z-INDEX: 10; opacity: 1.0
}
#spotlight LI.last-active {
	Z-INDEX: 9
}




/* ................................................................................................................ */



/* CASE STUDY................................................................................................. */
.caseStudy{
	text-align: left;
	background: transparent url(images/pdf.gif) no-repeat center left;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px; /*adjust bullet image padding*/
	padding-right: 10px; /*adjust bullet image padding*/
	color: #006699;
	font-weight: bold;
	border-bottom: solid 1px #d6ebf5;
	width: 395px;
}	
.caseStudy li a{
	text-align: left;
	background: transparent url(images/pdf.gif) no-repeat center left;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px; /*adjust bullet image padding*/
	padding-right: 10px; /*adjust bullet image padding*/
	font-weight: bold;
	border-bottom: solid 1px #d6ebf5;
	width: 150px;
}

/* ................................................................................................................ */



/* PARTNER PAGE................................................................................................. */


#ContentPartnerBox{}

#ContentPartnerBox img{
float:left;
padding-right:20px

}













/* ............................................................................................................... */


/* BREADCRUMB................................................................................................. */
}
#outerWrapper #breadcrumb{
	font-size: 10px;
	border-bottom: solid 1px #d6ebf5;
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 185px;
	color: #000000;
}
#breadcrumb a{
	background: transparent url(images/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 15px; /*adjust bullet image padding*/
	color: #006699;
	font-weight: bold;
}
#breadcrumb a:visited, .breadcrumb a:active{
	color: #006699;
	font-weight: bold;
}
#outerWrapper #breadcrumb a:hover{
	text-decoration: underline;
	font-weight: bold;

/* ........................................................................................................... */
}
.thumbs li{
	list-style-type: none;
	display: inline;

}
.thumbs img{
	height: 46px;
	margin-right:10px;
	margin-bottom:10px;
	width: 46px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

/* SCROLLER................................................................................................. */

#pscroller1{
width: 389px;
height: 200px;
padding: 0px;
background-color: #FFFFFF;
}

/* SECTORS................................................................................................ */
 .ts_0 {
 height: 5px;
 left: 0px;
 line-height: 5px;
 padding: 0px;
 position: absolute;
 top: 0px;
 width: 800px;
 }

 .ts_1 {
 height: 50px;
 left: 0px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 5px;
 width: 196px;
 }

 .ts_2 {
 height: 50px;
 left: 196px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 5px;
 width: 5px;
 }

 .ts_3 {
 height: 50px;
 left: 201px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 5px;
 width: 195px;
 }

 .ts_4 {
 height: 150px;
 left: 396px;
 line-height: 150px;
 padding: 0px;
 position: absolute;
 top: 5px;
 width: 6px;
 }

 .ts_5 {
 height: 50px;
 left: 402px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 5px;
 width: 196px;
 }

 .ts_6 {
 height: 150px;
 left: 598px;
 line-height: 150px;
 padding: 0px;
 position: absolute;
 top: 5px;
 width: 5px;
 }

 .ts_7 {
 height: 50px;
 left: 603px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 5px;
 width: 197px;
 }

 .ts_8 {
 height: 50px;
 left: 0px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 55px;
 width: 196px;
 }

 .ts_9 {
 height: 50px;
 left: 196px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 55px;
 width: 5px;
 }

 .ts_10 {
 height: 50px;
 left: 201px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 55px;
 width: 195px;
 }

 .ts_11 {
 height: 50px;
 left: 402px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 55px;
 width: 196px;
 }

 .ts_12 {
 height: 50px;
 left: 603px;
 line-height: 50px;
 padding: 0px;
 position: absolute;
 top: 55px;
 width: 197px;
 }

 .ts_13 {
 height: 45px;
 left: 0px;
 line-height: 45px;
 padding: 0px;
 position: absolute;
 top: 105px;
 width: 196px;
 }

 .ts_14 {
 height: 45px;
 left: 196px;
 line-height: 45px;
 padding: 0px;
 position: absolute;
 top: 105px;
 width: 5px;
 }

 .ts_15 {
 height: 45px;
 left: 201px;
 line-height: 45px;
 padding: 0px;
 position: absolute;
 top: 105px;
 width: 195px;
 }

 .ts_16 {
 height: 45px;
 left: 402px;
 line-height: 45px;
 padding: 0px;
 position: absolute;
 top: 105px;
 width: 196px;
 }

 .ts_17 {
 height: 45px;
 left: 603px;
 line-height: 45px;
 padding: 0px;
 position: absolute;
 top: 105px;
 width: 197px;
 }

 .ts_18 {
 height: 5px;
 left: 0px;
 line-height: 5px;
 padding: 0px;
 position: absolute;
 top: 150px;
 width: 396px;
 }

 .ts_19 {
 height: 5px;
 left: 402px;
 line-height: 5px;
 padding: 0px;
 position: absolute;
 top: 150px;
 width: 196px;
 }

 .ts_20 {
 height: 5px;
 left: 603px;
 line-height: 5px;
 padding: 0px;
 position: absolute;
 top: 150px;
 width: 197px;
 }

 .ts_21 {
 border: none;
 height: 155px;
 position: relative;
 text-align: left;
 width: 800px;
 }

