body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:url(../images/pg2_back.png) no-repeat top #6699CC;
	margin: 10px 0px 10px 0px; 
	text-align: center; 
	font-size:13px;
	color: #303030;
	font-family:Arial, Helvetica, sans-serif;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #FFF url(../images/header.png) top center no-repeat; 
	margin: 0px; 
	padding: 5px 10px;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; 
	padding: 10px 0px;
}
#mainContent { 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/hex_Back.jpg) center top no-repeat #FFFFFF;min-height:450px;
} 
#footer {
	margin: 0 auto;
	width: 800px;
	height:40px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	background: #6699CC url(../images/footer.png) top no-repeat;
}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***********TEMPLATE NTIVA********************/

/* headers */
h1 {
	font-weight: bold;
	color: #FF6600;
	font-size: 16px;}

h2 {
	color: #FF6600;
	font-weight: bold;
	font-size: 15px;
	margin-right:20px;}

h3{
	color: #3C78B5;
	font-size: 15px;
	font-weight: normal;}

h4 {
	color: #3C78B5;
	font-weight: normal;}
/*********************/

/*Links */
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#FF6600;}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000066;}

/****************************/
img,table {
	border: none;}
/*****************************/

/************************************************
Footer
*************************************************/

#footer a:link, #footer a:visited{
	padding: 0px 20px 0px 20px;
	color:#888888;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
	display:inline-block;
	border-right: solid thin #CCCCCC;
	text-align:center;}

#footer a:hover {
	padding: 0px 20px 0px 20px;
	color:#0066CC;
	text-decoration:none;
	display:inline-block;
	border-right: solid thin #CCCCCC;
	text-align:center;}
	
/*****************************************
Top menu
*****************************************/
.topmenu a, .topmenu a:link {
	padding: 15px 0px 0px 0px;
	color:#333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	background: url(../images/topMenu.jpg) center left no-repeat;
	height: 30px;
	width:111px;
	display:inline-block;
	list-style:none;
	text-align:center;}
	
.topmenu a:hover {
	color:#000066;
	background: url(../images/topMenu_over.jpg) center left no-repeat;}
/****************************************************
left menu
****************************************************/
#sidebar1 ul{
	list-style:url(../images/Menubullet.png);
	}

#sidebar1 ul li a, #sidebar1 ul li  a:link{
	padding:0px 0px 0px 0px;
	margin-left:3px;
	color:#3C78B5;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	}
#sidebar1 ul li a:hover{
	color:#000033;}


#sidebar1 ul li ul {
	list-style:url(../images/submenu_row.jpg);
	margin-left: 10px;}
	
#sidebar1 ul li ul li#current a:link,
#sidebar1 ul li ul li#current a:visited{
	color:#FF6600;
	font-weight:normal;
	padding:0px 10px 0px 0px;
	text-decoration:none;}
	
#sidebar1 ul li#current ul li a:link,#sidebar1 ul li#current ul li a:visited{
	color:#FF6600;}
#sidebar1 ul li#current ul li a:hover{
	color:#000;}
	
/************************************
SEARCH
*************************************/
/**************SEARCH *********************/

.search_button { 
	/*padding-top:15px;*/
	margin-right:10px;
	border:none 1px #c6c6c6;
	text-align:right;
	height: 45px;
	font-size: 9px;
	font-weight:bold;
	color:#C6C6C6;
	vertical-align:middle;}
	
.search_button input.inputbox_button {
	margin-top:10px; 
	border: solid 1px #c6c6c6;
	width: 150px;
	height: 16px;
	background:#FFFFFE;
	color:#C6C6C6;}

.search_button input.inputbox_button:focus {
	margin-top:10px;
	border:solid 1px #000000;
	color:#000000;
	background: #FFFFFF;}

.search_button input.button_button {
	border: solid 1px #c0c0c0;
	width: 50px;
	background:#c0c0c0;
	height: 20px;
	font-size:9px;
	color:#FFFFFF;
	cursor:pointer;}

/*************************joomla*********************************/
div.componentheading {
	color: #FF6600;
	/*font-weight: bold;*/
	font-size: 16px;
	text-align:left;}

td.contentheading {
	font-weight: bold;
	color: #FF6600;
	font-size: 16px;
	margin:10px auto 10px auto;}
table.blog {}
.componentheading, table.moduletable th, legend {}
table.contentpaneopen h3 {
	margin-top: 10px;}
	
table.contentpaneopen  {
	font-weight:normal;}

table.contentpane {
width:550px;
/*height:350px;*/ }

.caption{
	border: #FFFFFF 2px solid;
	padding-left:20px;
	padding-bottom:10px;}
/* small text */
.small {
	font-size: 8px;
	font-weight: normal;
	text-align: left;}
.modifydate {
	vertical-align: bottom;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color:#333333;}

.createdate {
	vertical-align: top;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	vertical-align: top;}
a.readon {
	display: block;
	float: left;
	font-size: 10px;
	text-decoration: none;}

a.readon:hover {}


/******************************
EXTRAS
******************************/

.panel-col{
background-color:#F8F8F8;
border:1px solid #DDDDDD;
display:block;
/*height:70px;*/
padding:10px;
width:520px;	
font-size:12px;
color:#484848;
}
.panel-col p {
padding-top:10px;
padding-left: 130px;
text-align:justify;
}
.panel-col img{
	padding:0px;
}
#breadcrums
{
	padding-left:20px;
}


/* DEFAULT STYLING */



.jwts_title {margin:0 0 1px 0;padding:0px;overflow:hidden;cursor:pointer; background:none;}
.jwts_title_left {margin:0 10px 0 0;background:none;}
a.jwts_title_text,
a.jwts_title_text:link {display:block;background:url(../images/star.png) no-repeat;background-position:0px 2px;padding:0 2px 0 20px;margin:0 0 0 8px;line-height:22px;font-size:15px;font-weight:normal;text-decoration:none;color:#3C78B5;}
a.jwts_title_text:visited {color:#3C78B5;background:transparent url(../images/stardown.png) no-repeat;background-position:0px 2px;}
a.jwts_title_text:hover {display:block;background:transparent url(../images/stardown.png) no-repeat;background-position:0px 2px;padding:0 2px 0 20px;margin:0 0 0 8px;line-height:22px;font-size:15px;font-weight:normal;text-decoration:none;color:#c64934;}
.jwts_slidecontent {padding:4px 12px 8px 12px;margin:0px;position:relative;background:none;border:none;}
.jwts_title_left,.jwts_slidecontent {text-align:left;} 

/**/




#displayimage {

	width:250px; 

	height:220px; 

	background:url(../../../images/stories/solutions/analyzesm.png) center no-repeat;

	float:left;}

	

#displaytext {

	/*width:700px; */

	}

#displaytext ul{

	margin-left:300px;

	font-size:18px;

	font-weight:bold;

	}

#slider{

	padding:20px; 

	/*border:#999 1px solid; */

	margin:10px;

	min-height:350px;

	height:350px;

	overflow:hidden;

	width:700px; 

}





#slidetoolbar table

{

	background:none;

}
