body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left top;
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	color: #8d8d8d;
	margin: 0px;
	padding: 0px;
	font-size:13px;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
	padding-left: 0px;
}

p
{
 text-align:justify;
 padding-right: 15px;
 } /*Added by Saritha*/


/* Typography
-----------------------------------------------------------------------------*/

h1
{
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #0c76bd;
	font-weight:bolder;
	text-transform:capitalize;
	letter-spacing:-3px;
	margin-left:5px;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:2px;
	padding-left: 10px;
}
h2
{	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #a0a0a4;
	font-weight:normal;
	text-transform:capitalize;
	margin-left: 15px;
	padding-top:15px;
	padding-bottom:5px;
	letter-spacing:-2px;
	line-height: 20px;
}
.h2-orange
{
	color:#fd5200;
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:lighter;
	text-transform:uppercase;
	margin-left: 0px;
	padding-top:5px;
	padding-bottom:0px;
	line-height: 20px;
	vertical-align:bottom;
}
h3
{
	color:#fd5200;
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-transform:capitalize;
	margin-left: 0px;
	padding-top:5px;
	padding-bottom:0px;
	line-height: 13px;
}
.h3-blue
{
	color:#026db8;
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-transform:none;
	margin-left: 0px;
	padding-top:5px;
	padding-bottom:0px;
	line-height: 15px;
}	
h4
	{
	font-size: 12px;
	background-repeat: no-repeat;
	margin: 0px;
	width: 100%;
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	color: #4E4F50;
	text-decoration: none;
	line-height: 24px;
	text-indent: 13px;
	letter-spacing: 0px;
	border-bottom-color: #AAAAAA;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	display: block;
	background-image: url(../images/dot.gif);
	background-position: 5px center;
}
	
h4:a
	{
	display: block;
	background-color: #FFFFFF;
}

.picBorder {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #5AB42E;
	background-color: #FFFFFF;
	padding: 1px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}
.picBorder:HOVER {
	background-color: #CCCCCC;
	padding: 1px;

}
.content-header
{
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fd5200;
	font-weight:bolder;
	text-transform:capitalize;
	margin-left:5px;
	margin-bottom:20px;
	padding-bottom: 20px;
	padding-left: 10px;
	letter-spacing: -2;
}
.content-text-header
{
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8d8d8d;
	font-weight:normal;
	text-transform:none;
	margin-left:0px;
	margin-bottom:20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 20px;
	letter-spacing: -2;
	line-height: 22px;
	text-align: justify;
}
/*
.content-text-header-bg
{
	padding-right: 20px;
	text-align: justify;
	background-color: #d1e5e0;
}
.content-text-header-bgimg
{
	padding-right: 20px;
	text-align: justify;
	background-image: url(../images/bluebox-border.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #d1e5e0;
}
*/
.content-text {
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	text-transform:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:0px;
	line-height: 18px;
}
.content-text-normal {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8d8d8d;
	text-decoration: none;
	font-style: lighter;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	/*display: block;*/
	line-height: 18px;
}
.content-text-normal a,.content-text-inside a:link {
	color:#1e8cc2;
	text-decoration: none;
	text-transform:none;
}
.content-text-normal a:hover {
	color: #000000;
	text-decoration: none;
	text-transform:none;
}
.content-text-inside {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8d8d8d;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: block;
	padding-right: 45px;
	font-weight: lighter;
}
/*Added By Saritha - Begin*/
.content-text-inside a,.content-text-inside a:link {
	color:#1e8cc2;
	text-decoration: none;
	float: right;
	text-transform:lowercase;
}
.content-text-inside a:hover {
	color: #000000;
	text-decoration: underline;
	float: right;
	text-transform:lowercase;
}
/*Added By Saritha - End*/
.content-text-inside2 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d8d8d;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: block;
	padding-right: 45px;
	font-weight: lighter;
}

.picBorder {
	text-decoration: none;
	color: #000000;
	padding: 1px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 11px;
	font-weight: normal;
}
.picBorder:HOVER {
	background-color: #46A434;
	padding: 1px;
	color: #000000;
}


#indexBanner {
background-image:url(../images/index.jpg);
height:290px;
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-position:left top;
}
.index_rgt_banner {
margin: 5px 5px 0px 5px;
padding: 0px 0px 0px 0px;
}


#footer
	{
	font-size:10px;
	color: #b6b8b3;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 15px;
	background-color: #45493b;
	background-repeat: repeat-x;
}
#footer #current
	{
	color: #ffffff;
}
#footer a, #footer a:visited, #footer a:active, #footer a:link
	{
	font-size:10px;
	color: #b6b8b3;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 15px;
	background-color: #45493b;
}
#footer-c1
	{
	font-size:11px;
	color: #b6b8b3;
	padding-right: 0px;
	font-weight: normal;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 735px;
}
#footer-c2
	{
	font-size:11px;
	color: #b6b8b3;
	padding-right: 0px;
	font-weight: normal;
	margin-right: 0px;
	margin-top: 0px;
	width: 240px;
	text-align:right;
}
#footer-c2 span
	{
	font-size:8px;
	color: #b6b8b3;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#footer-c2 a, #footer-c2 a:visited, #footer-c2 a:active, #footer-c2 a:link
	{
	font-size:8px;
	color: #b6b8b3;
	padding-right: 0px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 5px;
	width: 240px;
}
#footer-c2 a:hover
	{
	font-size:8px;
	color: #b6b8b3;
	padding-right: 0px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 5px;
	width: 240px;
	text-decoration:underline;
}
#optisage a, #optisage a:visited, #optisage a:active, #optisage a:link
	{
	font-size:10px;
	color: #b6b8b3;
	padding-right: 0px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 5px;
	width: 240px;
	text-decoration: underline;
}
#optisage a:hover
	{
	text-decoration:none;
}
/* testing
#contentBody {
	background-color: #f2f2f2;
	background-repeat: repeat-x;
	line-height: 33px;
	background-position: right top;
}
*/
#mainnav {
	background-image: url(../images/main-nav-off.jpg);
	background-repeat: repeat-x;
	/*line-height: 33px;*/
	background-position: right top;
}
#mainnav2 {
	background-image: url(../images/main-nav-off.jpg);
	background-repeat: repeat-x;
	/*line-height: 33px;*/
	background-position: right top;
}
#content-text-area
{
	/*background-image:url(../images/content-area-bg.jpg);*/
	background-image: url(../images/content-bg-1.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: left top;
}
#content-text-area .c1
	{
	font-size:10px;
	color: #666666;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 15px;
	padding-right: 0px;
	font-weight:bold;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	width: 220px;
	text-align:left;
}
#content-text-area .c1 caption
{
	font-size:14px;
	color: #ff6102;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
	font-family: "Century Gothic","Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
}
#content-text-area .c2
	{
	/*font-size:11px;
	color: #8d8d8d;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 15px;
	padding-right: 0px;
	font-weight:bold;*/
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	/*text-align:left;*/
	width: 750px;
}

#content-text-area .c2 caption
{
	font-size:14px;
	color: #ff6102;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
	font-family: "Century Gothic","Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
}
#content-text-area .c2-sub
	{
	font-size:12px;
	color: #8d8d8d;
	text-decoration: none;
	text-transform: none;
	line-height: 13px;
	padding-right: 0px;
	/*font-weight:bold;*/
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:left;
	width: 750px;
}
#content-text-area .c2-box
	{
	font-weight: lighter;
	line-height: 14px;
	padding-right: 0px;
	/*font-weight:bold;*/
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	background-color: #d1e5e0;
}
.content-text-header-bg-top
{
	padding-right: 20px;
	background-image: url(../images/bluebox-border_top.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #d1e5e0;
	line-height: 11px;
}
.content-text-header-bg-bottom
{
	padding-right: 20px;
	background-image: url(../images/bluebox-border_bottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #d1e5e0;
	line-height: 11px;
}
#content-text-area .c2-products
	{
	padding-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align:left;
	width: 750px;
}
/*Added by Saritha 08052009*/
#content-text-area .c2-products caption {
font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8d8d8d;
	font-weight:normal;
	text-transform: capitalize;
	margin-left:0px;
	margin-bottom:20px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	letter-spacing: -2;
	line-height: 22px;
	text-align: left;
}
#content-text-area .subtitle {
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8d8d8d;
	font-weight:normal;
	text-transform: capitalize;
	margin-left:0px;
	margin-bottom:20px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	letter-spacing: -2;
	line-height: 20px;
	text-align: justify;
}
/*end*/
#content-text-area .c2-table /* customer list */
	{
	font-size:11px;
	color: #8d8d8d;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 15px;
	padding-right: 0px;
	font-weight:bold;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	/*text-align:left;*/
	width: 750px;
	border-left-style: dotted;
	border-left-color: #cfcfcf;
	border-left-width: 1px;
}

#content-text-area .c2-table caption
{
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8d8d8d;
	font-weight:normal;
	text-transform:none;
	margin-left:0px;
	margin-bottom:0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	letter-spacing: -2;
	line-height: 22px;
	text-align: justify;
	border-top-style: dotted;
	border-top-color: #cfcfcf;
	border-top-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #cfcfcf;
	border-bottom-width: 0px;
}
/*#content-text-area .c2-table td
	{
	width: 25%;
	padding: 10px;
	text-align:center;
	border-top-style: dotted;
	border-top-color: #cfcfcf;
	border-top-width: 1px;
	border-right-style: dotted;
	border-right-color: #cfcfcf;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfcfcf;
	border-bottom-width: 1px;
	border-left-style: dotted;
	border-left-color: #cfcfcf;
	border-left-width: 0px;
}*/
#content-text-area .c2-table-2 td
	{
	width: 25%;
	/*padding: 10px;$*/
	text-align:center;
	border-top-style: dotted;
	border-top-color: #cfcfcf;
	border-top-width: 1px;
	border-right-style: dotted;
	border-right-color: #cfcfcf;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfcfcf;
	border-bottom-width: 1px;
	border-left-style: dotted;
	border-left-color: #cfcfcf;
	border-left-width: 0px;
	vertical-align:bottom;
}
#content-text-area .c2-table-2 td div
	{
	width: 100%;
	height:40px;
	text-align:center;
	margin-top:10px;
	padding:5px 0px 5px 0px;
	border-top-style: dotted;
	border-top-color: #cfcfcf;
	border-top-width: 1px;
	background-image: url(../images/bg-line.gif);
}
#content-text-area .c2-table-2 td img
{ margin:10px;}
#content-box td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#breadcrumb {
height:15px;
width: 750px;
text-align: right;
vertical-align: bottom;
font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	color:#666666;
	padding-top: 2px;
	padding-left:0px;
	margin-right: 5px;
	margin-left: 5px;
}
/*
#breadcrumb {
	font-size: 11px;
	padding-top: 2px;
	padding-left:0px;
	margin-right: 5px;
	margin-left: 5px;
	float:right;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#666666;
}
*/
#breadcrumb a,#breadcrumb a:link {
	color:#666666;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#666666;
	text-decoration: underline;
}
#breadcrumb #current {
	font-weight: normal;
	color:#317fbd;
	text-decoration:none;
}

.itemNo {
color:#fd5200;
font-family:"Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bold;
padding-right:10px;
line-height: 18px;
height: 18px;
}
td .dot{
	background-image:url(../images/dot.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.button_more {
float:right;
padding-right:20px;
}
#product-box .img
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	padding: 5px;
}
#product-box .col2
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	vertical-align:bottom;
}
.imgBorder {
	background-color: #FFFFFF;
	padding: 5px;
}
/* products submenu */
#navMain2
	{
	font-size:12px;
	color: #5b5b5b;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 33px;
	background-image: url(../images/product-menu-separator-2.gif);
	background-repeat: repeat-x;
	background-position: right top;
	border-left-style: solid;
	border-left-color: #cfcfcf;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
	border-top-width: 0px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	border-right-width: 0px;
	padding-right: 10px;
}
#navMain2 #current
	{
	color:#026db8;
	text-decoration:none;
	display:inline-block;
	white-space: nowrap;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/products-nav-on.jpg);
}
#navMain2 span
	{
	text-decoration: none;
	display: block;
	white-space: nowrap;
	float: right;
	margin: 0px;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 34px;
	padding-top: 0px;
	background-image: url(../images/products-nav-separator.jpg);
}
#navMain2 a
	{
	color:#026db8;
	text-decoration:none;
	display:block;
	white-space: nowrap;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	width: auto;
	float: right;
	height: 33px;
	line-height: 33px;
	background-image: url(../images/products-nav-off.jpg);
	border-left-style: solid;
	border-left-color: #cfcfcf;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	border-right-width: 0px;
}
#navMain2 a:hover {
	color:#026db8;
	text-decoration:none;
	display:block;
	white-space: nowrap;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/products-nav-on.jpg);
}

/* products - ul */
.content-box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content-box li {
	background-image: url(../images/ul-arrow.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 15px;
	margin-left: 10px;
	padding-bottom:1px; /* Added By Saritha */
	padding-top:1px;
	padding-right:5px;
}
/* Added By Saritha - BEGIN*/
.content-box2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content-box2 li {
	background-image: url(../images/ul-arrow.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 15px;
	margin-left: 0px;
	padding-bottom:10px;
	padding-top:2px;
	padding-right:5px;
}
.back-to-list a,.back-to-list a:link {
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	color: #1e8cc2;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	font-size:12px;
	float:right;
	text-transform:capitalize;
}
.back-to-list a:hover {
	color: #000000;
	text-decoration:underline;
}
.listItem-title{
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	color: #026db8;/*#000000;*/
	margin: 0px;
	font-size:12px;
	font-weight: bold;
}
/* Added By Saritha - END*/
.content-list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: armenian;
}
.content-list li {
	display: block;
	padding-left: 15px;
	margin-left: 10px;
	list-style-type: none;
}
.content-list li li {
	display: block;
	padding-left: 5px;
	margin-left: 10px;
	list-style-type: none;
}
.content-list li li li {
	display: block;
	padding-left: 15px;
	margin-left: 0px;
	list-style: none;
}

.news-box-corner-left
{
	background-image: url(../images/bluebar_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #7fa1cf;
	width: 3px;
}
.news-box-corner-right
{
	background-image: url(../images/bluebar_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #7fa1cf;
		width: 3px;
}
.news-box-bg
{
	background-image: url(../images/bluebar_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #7fa1cf;
	line-height: 32px;
}
.news-box-header
{
	color: #ffffff;
	font-size:13px;
	line-height: 32px;
}
.news-box-header td
{
	color: #ffffff;
	font-size:13px;
	line-height: 32px;
	text-align: center;
}
.news-box-header td#col1
{
	background-image: url(../images/bluebar_separator.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 50px;
}
.news-box-header td#col3
{
	background-image: url(../images/bluebar_separator.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 110px;
	text-align: left;
	padding-left: 10px;
}
#news-box-text
{
	font-size:13px;
	line-height: 32px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	border-bottom-width: 1px;
}
#news-box-text td
{
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	border-bottom-width: 1px;
}
#news-box-text .col1
{
	width: 50px;
	text-align: center;
	color: #1377bd;
}
#news-box-text .col2
{
	text-align: left;
	padding-left: 25px;
}
#news-box-text .col3
{
	width: 110px;
	text-align: left;
	padding-left: 10px;
	color: #1377bd;
}
#news-page
	{
	text-decoration:none;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
#news-page #current
	{
	color:#86b8d7;
	text-decoration:none;
	white-space: nowrap;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.news-details-bg
{
	background-image: url(../images/gerybar-bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #f6f6f6;
	line-height: 32px;
}
.news-details-header
{
	color: #026db8;
	line-height: 32px;
}
.news-details-header td#col1
{
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:22px;
}
.news-details-header td#col2
{
	background-image: url(../images/greybar-separator.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 110px;
	text-align: left;
	padding-left: 10px;
}
.news-details-text
{

	text-align: left;
	padding-left: 25px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	border-bottom-width: 2px;
}
#news-details-footer
{
	text-align: left;
	padding-left: 25px;
	padding-top: 5px;
}
.highlight-list ul{
	list-style-type: none;
	margin: 5px;
}
.highlight-list li {
	background-image: url(../images/arr-grey.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	padding-bottom:10px;
	padding-top:5px;
	padding-right:15px;
}
#pdf-list
{
	width: 550px;
	text-align: left;
	padding-left: 10px;
	margin-top: 20px;
	color: #1377bd;
}
#pdf-list .col
{
	width: 50%;
	text-align: left;
	padding-left: 10px;
	color: #1377bd;
	padding-bottom:5px;
	padding-top:5px;
}
#pdf-list a {
	background-image: url(../images/pdf-icons.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	padding-bottom:10px;
	padding-top:5px;
	padding-right:15px;
	color: #026db8;
	font-weight: bolder;
	height: 30px;
	text-align: left;
}
#pdf-list a:hover {
text-decoration:underline;
}
#bg-img {
position:absolute;
text-align: right;
vertical-align: bottom;
left: 750px;
top: 400px;
}

#grey-box
{
	background-color: #f4f4f4;
}
#grey-box .grey-box-corner-top-left
{
	background-image: url(../images/greybox-top-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 14px;
	height: 18px;
	background-color:#FFFFFF;
}
#grey-box .grey-box-corner-top-right
{
	background-image: url(../images/greybox-top-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 14px;
	height: 18px;
	background-color:#FFFFFF;
}
#grey-box .grey-box-corner-bottom-left
{
	background-image: url(../images/greybox-bottom-left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 14px;
	height: 18px;
	background-color:#FFFFFF;
}
#grey-box .grey-box-corner-bottom-right
{
	background-image: url(../images/greybox-bottom-right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 14px;
	height: 18px;
	background-color:#FFFFFF;
}
#grey-box .grey-box-bg
{
	background-color: #f4f4f4;
}


#Contact-form .col1
{
	width: 100px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/bullet-green.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
#Contact-form .col2
{
	width: 500px;
}
.content-text-box {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353738;
	text-decoration: none;
	font-style: normal;
}
#content-text-area .testimonial-list
	{
	font-size:11px;
	color: #8d8d8d;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 15px;
	padding-right: 0px;
	font-weight:bold;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	/*text-align:left;*/
	width: 750px;
}

#content-text-area .testimonial-list caption
{
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8d8d8d;
	font-weight:normal;
	text-transform:none;
	margin-left:0px;
	margin-bottom:10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	letter-spacing: -2;
	line-height: 22px;
	text-align: justify;
	border-top-style: dotted;
	border-top-color: #cfcfcf;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfcfcf;
	border-bottom-width: 1px;
}

/** Added by Saritha **/
#table-list .col1
{
	width: 50%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/bullet-green.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
#table-list .col2
{
	width: 50%;
}
#table-list td
{
	border-bottom-style: solid;
	border-bottom-color: #e8e7e7;
	border-bottom-width: 1px;
}
/** End **/

/* checked */
/* home page - begin */
#c1-content
	{
	font-size:12px;
	color: #666666;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	height: 18px;
	line-height: 18px;
	padding-right: 10px;
	font-weight: lighter;
	margin-left: 25px;
	margin-top: 10px;
	width: 360px;
}

#c1-content caption
{
	font-size:14px;
	color: #ff6102;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
	font-family: "Century Gothic","Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
}
#c1-content .date
	{
	font-size:11px;
	color: #3582c1;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	font-weight:bold;
	padding-right: 15px;
}
#c1-content a,#c1-content a:link {
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	color: #1e8cc2;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	font-size:12px;
	float:right;
	text-transform:none;
}
#c1-content a:hover {
	color: #000000;
	text-decoration:underline;
}
#c2-content
	{
	font-size:12px;
	color: #666666;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 15px;
	padding-right: 60px;
	font-weight:lighter;
	margin-left: 0px;
	margin-top: 10px;
	width: 360px;
	text-align:justify;
}

#c2-content caption
{
	font-size:14px;
	color: #ff6102;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
	font-family: "Century Gothic","Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
}
#c2-content a,#c2-content a:link {
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	color: #1e8cc2;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	font-size:12px;
	float:none;
	text-transform:none;
}
#c2-content a:hover {
	color: #000000;
	text-decoration:underline;
}
#c3-content
	{
	font-size:10px;
	color: #666666;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 15px;
	padding-right: 0px;
	font-weight:bold;
	margin-left: 0px;
	margin-top: 10px;
	width: 240px;
	text-align:justify;
}
#c3-content caption
{
	font-size:14px;
	color: #ff6102;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
	font-family: "Century Gothic","Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
}
#content
{
	background-image:url(../images/m-content-bg-3.jpg);
	background-color: #f2f2f2;
	background-repeat: repeat;
	padding-bottom: 20px;
	width: 100%;
}
/* home page - end */ 
/* background - begin */
.bg {
	text-decoration: none;
	background-repeat: repeat-y;
	background-position: center top;
}
.top-bg {
	background-position: 0px 4px;
	background-repeat: no-repeat;
/*	background-image: url(../images/about-us-top-bg.jpg);*/
	width:100%;
}
/* background - end */
/* submenu - begin */
table.menu a {
	display: block;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none #CCCCCC;
	width: 160px; /* determine the left menu width */
} 

div.menu a {
	color: #666666;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	/*padding-right: 5px;*/
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none #CCCCCC;
	width: 160px;
}

div.menu a:link {
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.menu a:active {
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.menu a:hover {
	background: url(../images/dot.gif) no-repeat 10px 6px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #339900;
}
div.menu.li {
	list-style-image: url(../images/_arrow-grey2.gif);
} 
div.menu2 a, div.menu2 a:visited, div.menu2 a:active, div.menu2 a:link {
	color: #6d6e71;
	background: url(../images/left-menu-nav-off.gif) no-repeat;
	text-decoration:none;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*padding-right: 5px;*/
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	line-height: 25px;
	font-weight:normal;
	margin-left: 5px;
	text-transform: uppercase;
}

div.menu2 a:hover {
	color: #ffffff;
	background: url(../images/left-menu-nav-on.jpg) no-repeat;
}

div.menu2 #current {
	color: #ffffff;
	background: url(../images/left-menu-nav-on.jpg) no-repeat;
}

.SubListing {
	padding-right: 30px;
	padding-left: 5px;
	color: #4b4b4b;
	font-size: 11px;
	overflow: hidden;
}
.SubListing ul {
	margin: 0px;
	padding: 0px 0px 0px;
	list-style-type: none;
	overflow: hidden;
}
.SubListing li {
	display: block;
	overflow: hidden;
	line-height: normal;
	text-align: left;
}

.SubListing  li a:link, .SubListing li a:visited, .SubListing li a:active{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/blue_dot.gif);
	background-repeat: no-repeat;
	background-position: 25px 10px;
	display: block;
	margin: 0px;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* This width is different with HOVER but work fine in IE6, else use AUTO will do */
	width: 95%;
}
.SubListing li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/arr-green-2.gif);
	background-repeat: no-repeat;
	background-position: 145px 7px;
	display: block;
	margin: 0px;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* This width is different with HOVER but work fine in IE6, else use AUTO will do */
	width: 95%;
	color: #00aa30;
}

.top
{
	text-align: right;
	position: absolute;
	left: 970px;
	margin-top: 10px;

}
.top a
{
	color: #333333;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
/* submenu - end */
/* top header - begin */
#banner {
background-image:url(../images/index.jpg);
height:290px;
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-position:left top;
}
#banner-title {
position:absolute;
height:50px;
width: 1000px;
text-align: right;
vertical-align: bottom;
left: 900;
top: 200px;
bottom: 0px;
}
/*#banner-title {
position:fixed;
bottom:10px;
height:290px;
width: 1000px;
text-align: right;
vertical-align: bottom;
}*/
#banner-title-top {
font-family: "Century Gothic", "Lucida Sans", Arial, Helvetica, sans-serif;
color: #a0a0a4;
font-size:24px;
line-height: 20px;
padding-right: 5px;
text-align: right;
}
#banner-title-text {
font-family: "Century Gothic", "Lucida Sans", Arial, Helvetica, sans-serif;
color: #9ed135;
font-weight:bold;
font-size:36px;
padding-right: 5px;
text-align: right;
}
/* top header - end */

.errorMessage
{ color:Red;}