﻿body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear
{
	clear: both;
}

#container
{
	width: auto;
	background: url(../Images/homeBg.gif) 0 0 repeat-x;
}

.containerInner
{
	width: auto;
	background: url(../Images/bg-inner.gif) 0 0 repeat-x;
}

#container .main
{
	width: 961px;
	height: auto;
	margin: 0 auto;
}

.main .topbg
{
	background: url(../Images/top-bg.gif) left top repeat-x;
	height: 80px;
}

.main .topbg .searchBox
{
	width: 200px;
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
}
.logo
{
	width: 915px;
	height: 65px;
	margin-left: 23px;
	padding-top: 7px;
}

.main .burgundy-bg
{
	background: url(../Images/btn-bar.gif) left top repeat-x;
	height: 30px;
}

.top-right
{
	float: right;
	width: 325px;
	height: 20px;
	margin-top: 25px;
}

.search-bg
{
	background: url(../Images/search-bg.gif) left top repeat-x;
	height: 20px;
}

.inputsearch
{
	border-color: White;
	height: 13px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	border: none;
}

.link a
{
	color: #E2B82A;
	text-decoration: none;
	outline: none;
}
.link a:hover
{
	color: #711300;
}
.link a:visited
{
	color: #E2B82A;
}

div.divnav
{
	width: 885px;
	padding-top: 8px;
	margin-left: 70px;
}

/* dropdown Menu */

a.topnav, a.topnav:visited, div.topnav
{
	display: block;
	width: 110px;
	border: 1px solid #29292A;
	padding: 0px 5px;
	background: url(../Images/bg-dropdown.gif) top repeat-x;
	height: 17px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
a.topnav:hover
{
	background: url(../Images/bg-dropdown-burgundy.gif) top repeat-x;
	border: 1px solid #701300;
}

a.topnav1, a.topnav1:visited, div.topnav1
{
	display: block;
	width: 110px;
	border: 1px solid #29292A;
	padding: 0px 5px;
	background: url(../Images/bg-dropdown-grey.gif) top repeat-x;
	height: 17px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a.topnav1:hover
{
	background: url(../Images/bg-dropdown-burgundy.gif) top repeat-x;
	border: 1px solid #701300;
	color: #FFFFFF;
}

.main .homeBanner
{
	width: 960px;
	height: 241px;
}

.homeContaintContainer
{
	width: 961px;
	height: auto;
}

.homeContaintContainer .col1
{
	width: 459px;
	height: 237px;
	float: left;
}


.homeContaintContainer .col1 #tabContainer
{
	height: 237px;
	border: 1px solid #C8C8C8;
	border-top: none;
	background: url(../Images/bg-tab.gif) left repeat-x;
}

.homeContaintContainer .col2
{
	float: left;
	margin: 0 22px 0 8px;
	background: #F5F5F5;
	width: 233px;
	height: 237px;
}
.homeContaintContainer .col2 .textbox
{
	width: 190px;
	margin: 10px 10px 15px 21px;
	font-size: 11px;
	color: #5C5C5C;
}

.homeContaintContainer .col2 .textbox h1
{
	color: #414141;
	font-family: "NewsGoth Cn BT";
	font-size: 18px;
	font-weight: bold;
}
.homeContaintContainer .col2 .textbox .divider
{
	border-bottom: 1px solid #E2E2E2;
	margin: 12px 0 12px 0;
}

.homeContaintContainer .col2 .textbox .readMore a
{
	color: #5C5C5C;
	text-decoration: underline;
}

.homeContaintContainer .col2 .textbox .readMore a:hover
{
	color: #5C5C5C;
	text-decoration: none;
}

.homeContaintContainer .col3
{
	float: left;
}

.homeContaintContainer .col3 .imgbox
{
	margin-top: 8px;
	width: 237px;
}

.imagebox
{
	margin-top: 8px;
	width: 237px;
}



#tabnav
{
	height: 28px;
}

#tabnav ul
{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: auto;
}

#tabnav ul li
{
	float: left;
}

#tabnav ul li a
{
	color: #FFFFFF;
	padding: 0px;
	line-height: 121%;
	float: left;
	text-decoration: none;
}

#tabnav ul li a span
{
	/*display:block;*/
	background: #8C8B8B repeat-x; /*background:url(../Images/tab-off-bg.gif) top left repeat-x;*/
	cursor: pointer;
	width: auto;
	padding: 0px 37px 3px 38px;
}

#tabnav ul li a.current, #tabnav ul li a.current:hover
{
	/*	background:url(../Images/bg-tab-burgandy.gif) left repeat-x;*/
}

#tabnav ul li a.current span
{
	background: #781500 repeat-x;
	width: auto;
}

#tab-inner
{
	padding: 5px 5px 0 5px;	
	
	text-align: left;
	margin-bottom: 10px;
}
#tab-inner #ctl00_ContentPlaceHolder3_divSection1
{
	padding:2px;	
}

#tab-inner a:link, #tab-inner a:visited, #tab-inner a:active
{
	margin:0px;
	padding:0px;
	text-decoration: underline;
}

.innercontaint
{
	display: none;
}

/*div.nabheading2{
	padding-top:7px; padding-bottom:3px;
	width:76px;
	margin-left:84px;
}*/

/* aboutus */

div#innerbanner
{
	width: 960px;
	height: 248px;
}

div#innerbanner .leftbanner
{
	height: 248px;
	float: left;
}
/*
div#innerbanner .rightbanner{
	height:248px; float:right
}
*/

div#innerbanner .rightbanner
{
	height: 248px;
	float: right;
	width: 723px;
}

div#innerbanner .burgundy-bar
{
	background: url(../Images/bar-burgundy.jpg) 0 0 repeat-x;
	height: 37px; |margin-top:-3px;
}

div#innerbanner .burgundLink
{
	width: 255px;
	float: right;
	padding-top: 11px;
	padding-right: 40px;
}

div#innerbanner .greybar-img
{
	margin: 4px 0 0 20px;
}

div.spacer
{
	height: 21px;
	clear: both;
}

.containtContainer
{
	width: 961px;
	height: auto;
}

.containtContainer .col1
{
	width: 238px;
	float: left;
}

.containtContainer .col1 .imgbox
{
	margin-top: 8px;
	width: 237px;
}

.containtContainer .col1 .spacer
{
	height: 18px;
	clear: both;
}

.containtContainer .col1 .leftContainer
{
	border: #E2E2E2 0px solid;
	background: #EAE9E9;
}


/*
.containtContainer .col1 .leftContainer .heading{ background:url(../Images/leftnavHeading-AboutUs.jpg) 0 0 repeat-x; height:29px; }
*/


.containtContainer .col1 .leftContainer .heading
{
	background: #631200;
	height: 29px;
	vertical-align: middle;
}

.containtContainer .col1 .leftContainer .left-nav2 ul
{
	width: 150px;
	color: #000000;
	padding-left: 2px;
	margin: 0;
}

.containtContainer .col1 .leftContainer .left-nav2 ul li
{
	list-style-type: none;
	background: url(../Images/left-nav-divider.gif) 12px bottom no-repeat;
	line-height: 30px;
	padding-left: 20px;
	width: 198px;
}

.containtContainer .col1 .leftContainer .left-nav2 ul li a
{
	color: #000000;
	text-decoration: none;
}

.containtContainer .col1 .leftContainer .left-nav2 a:hover
{
	color: #E2B82A;
	text-decoration: underline;
}

.containtContainer .col2
{
	width: 462px;
	float: left;
	margin: 0 24px 0 24px;
	text-align: justify;
}


.containtContainer .col3
{
	width: 211px;
	float: right;
	border: 1px solid #8C8B8B;
	height: 475px;
}

.containtContainer .col3 .heading
{
	margin: 21px 20px 13px 33px;
}
.containtContainer .col3 .spacer
{
	height: 12px;
	clear: both;
}

.containtContainer .col3 .inputbox
{
	margin: 0px 0px 16px 33px;
}

/*
.containtContainer .col3 .divider { border-bottom:1px solid #E2E2E2; _border-top:1px solid #E2E2E2; _border-bottom:none; width:184px; height:1px;}
*/
.containtContainer .col3 .map
{
	margin: 0px 0px 16px 33px;
}

/* footer */

div.leftlink
{
	width: 65%;
	padding: 10px 0 0 20px;
	float: left;
}

div.rightlink
{
	width: 22%;
	float: right;
	padding: 10px 4px 0 0;
}
div.address
{
	margin: 35px 0 0 20px;
	width: 96%;
}

div.footer
{
	font-size: 12px;
	background: #F4F4F4;
	border-top: #000000 1px solid;
	height: 240px;
}
div.footer a
{
	color: #000000;
	text-decoration: none;
}

div.footer a:hover
{
	color: #E2B82A;
	text-decoration: underline;
}

/* Pankaj Bajaj */

.divider  
{
	border-bottom:1px solid #E2E2E2; _border-top:1px solid #E2E2E2; _border-bottom:none; width:180px; height:1px;
	
	margin-top:5px;
	margin-right:15px;
	margin-bottom:5px;
	margin-left:15px;
	
}

/* Pankaj Bajaj */
.col3Heading
{
	background: url(../../images/bg_rightpanel.gif) 0 0 repeat-x;
	height: 31px;
}

.col3HeadingText
{
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	font-family: Arial;
}

.col3InnerDiv
{
	margin-top: 11px;
	margin-bottom: 13px;
}
.col3InnerBlock
{
	margin-left: 33px;
	margin-right: 20px;
}


.InnerDiv
{
	margin: 21px 20px 13px 33px;
}

/* Pankaj Bajaj  Right Side Block CSS*/
/* Pankaj Bajaj */
.col2_1
{
	width: 675px;
	float: left;
	margin: 0 24px 0 24px;
	text-align: justify;
}
.mainMenu
{
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #651201;
}

.subMenu
{
	display: block;
	width: 200px;
	border: 1px solid #29292A;
	padding: 0px 5px;
	background: url(../images/bg-dropdown-grey.gif) top repeat-x;
	height: 17px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.subMenuSelected
{
	display: block;
	width: 200px;
	border: 1px solid #701300;
	padding: 0px 5px;
	background: url(../images/bg-dropdown-burgundy.gif) top repeat-x;
	height: 17px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.BCLink
{
	color: #E2B82A;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	font-weight: bold;
}

.SideBarLink
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	outline: none;
}

.treeViewBG
{
	height: 180px;
	vertical-align: top;
	background-color: #EAE9E9;
}
.ContentHeading
{
	color: #003f54;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
/* Start Site Map */
.containtContainer .title{ margin:0; padding:3px 0 5px 23px; }
.containtContainer .sitemapCol{ float: left; width:260px; margin:10px 30px 0 23px; _margin:10px 37px 0 12px; font:12px Arial, Helvetica, sans-serif; font-weight:bold;}
/*.containtContainer .sitemapCol a{ text-decoration:underline; color:#e87511; }
.containtContainer .sitemapCol a:hover{ text-decoration:none;}
*/
.containtContainer .mainContent .sitemapCol .clear{clear:both; height:25px; |height:24px;}
.containtContainer .sitemapCol ul {margin:0; padding:0; font-weight:normal;}
.containtContainer .sitemapCol ul li {margin:0; padding:4px 0 0 12px; list-style-type:none;}
/* End Site Map  */