/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 	
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer;	
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 	
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Arial, Helvetica, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 	
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Arial, Helvetica, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer;	
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height:1px;
	font-size:1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 	
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 	
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family:Arial, Helvetica, sans-serif;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/* New Css added from 3 different files by rignesh */

.arrowlistmenu{
	width: 214px; /*width of accordion menu*/
	height:270px;
	overflow:auto;
	margin:12px 0 0 8px;
	border:solid 1px #b7b7b7;
	background:url(images/menubg.jpg) repeat-x top left;
}
.arrowlistmenu h3 {
	height:90px;
	margin:0;
	padding:0;
	background:url(images/menuh3_bg.jpg) repeat-x left top;
}
.h3_i {
	height:90px;
	margin:0;
	padding:0;
	background:url(images/menuh3_bg.jpg) repeat-x left top;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background-color:transparent;
text-transform: uppercase;
padding:0; /*header text is indented 10px*/
margin:0px 0px 2px 0px;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image:none;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li a{
color: #000;
background: url(images/bgjpg.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
line-height:20px;
height:20px;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 10px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background: url(images/bgjpg2.jpg) no-repeat center left; 
color: #fff;
}

/* ------  CSS File Main.css  ------ */
html, body {
	padding: 0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	text-align:left;
	background:#333333;
}
div, ul, li{
list-style:none;
list-style-type:none;
}
*{ margin:0; padding:0;}
img{ border:0; outline:0;}

#outer {
	margin:0 auto;
	width:100%;
}
.inn_main_dv{
width:950px; margin:0 auto; padding:0; background-color:#ffffff;} 
#main_dv {
	width:950px;
	height:auto !important;
	min-height:920px;
	background:#fff;
	text-align:left;
	margin:auto;
}
#header {
	width:950px;
	background-image: url(images/banner_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:104px;
	
}
.header {
	width:950px;
	background-image: url(images/banner_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:104px;
}


#main_menu {
	width:950px;
	height:32px;
	padding:0;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*#menu_main ul {
	display:block;
}*/
.menu_list2 {
	padding-left:5px;
	display:inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	height:25px;
}
.menu_list {
	padding-left:3px;
	display:inline;
	float:left;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	
}
.left_home {
	background:url(images/menu_left.jpg) left top no-repeat;
	/*margin-left:3px;*/
	width:8px;
	height:32px;
	float:left;	
}
.right_home	{
	background:url(images/menu_right.jpg) right top no-repeat;
	text-align:center;
	margin:0 0 0 -2px;
	padding:0;
	line-height:28px;
	width:109px;
	height:32px;
	float:left;
	display:inline;
}
.pad_left {
	margin-left: 8px;
	padding-top: 0px;
}
.copy_right p {
	margin: 0px;
	padding: 0px;
}


.right_home2	{
	 
	background:url(images/menu_right.jpg) right top no-repeat;
	text-align:center;
	margin:0 0 0 -2px;
	padding:0;
	line-height:28px;
	width:121px;
	height:32px;
	float:left;
	display:inline;
}
.right_home3	{
	 
	background:url(images/menu_right.jpg) right top no-repeat;
	text-align:center;
	margin:0 0 0 -2px;
	padding:0;
	line-height:28px;
	width:121px;
	height:32px;
	float:left;
	display:inline;
}
.right_home4	{
	 
	background:url(images/menu_right.jpg) right top no-repeat;
	text-align:center;
	margin:0 0 0 -2px;
	padding:0;
	line-height:28px;
	width:114px;
	height:32px;
	float:left;
	display:inline;
}
.right_home4	{
	 
	background:url(images/menu_right.jpg) right top no-repeat;
	text-align:center;
	margin:0 0 0 -2px;
	padding:0;
	line-height:28px;
	width:114px;
	height:32px;
	float:left;
	display:inline;
}
.right_home5	{
	 
	background:url(images/menu_right.jpg) right top no-repeat;
	text-align:center;
	margin:0 0 0 -2px;
	padding:0;
	line-height:28px;
	width:114px;
	height:32px;
	float:left;
	display:inline;
}
.right_home6	{
	 
	background:url(images/menu_right.jpg) right top no-repeat;
	text-align:center;
	margin:0 0 0 -2px;
	padding:0;
	line-height:28px;
	width:114px;
	height:32px;
	float:left;
	display:inline;
}
.right_home7	{
	 
	background:url(images/menu_right.jpg) right top no-repeat;
	text-align:center;
	margin:0 0 0 -2px;
	padding:0;
	line-height:28px;
	width:181px;
	height:32px;
	float:left;
	display:inline;
}
.leftflash {
	display:inline;
	float:left;
}
.rightflash {
	display:inline;
	float:left;
}
.flash_bann	{
	height:285px;
	width:713px;
	background-repeat: no-repeat;
	background-position: left top;
}
.flash_menu	{
	height:285px;
	width:236px;
	background:url(images/menu_img.jpg) left top no-repeat;
}
.mid_cont {
	width:704px;
	margin: 12px 0 0 10px;
}
.text_cont {	
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	min-height:39px;
	height: auto !important;
	height:39px;
	margin:0pt;
	text-align:justify;
	width:694px;	
}
.right_side  {
	float:left;
	display:inline;
	margin:13px 5px 0 8px;
	background:url(images/right_img.jpg) left top no-repeat;
	width:219px;
	height:316px;
	}
.WhiteLargeTxt{
font:bold 27px "Times New Roman", Times, serif;
color:#fff;
padding:100px 0px 0px 76px;
}
.WhiteMediumTxt{
font:bold 22px  Arial, Helvetica, sans-serif;
color:#fff;
padding:0;
line-height:19px;
text-align:center;
}
.blck_dis {
	display:block;
	float:left;
	vertical-align:middle;
}
#foot {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:950px;
	height:45px;
	padding-top:10px;
	background-color:#000000;
	text-align:center;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #db9103;
	float:left;
	clear:both;
}
.copy_right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:30px;
	width:280px;
	padding:0px 10px 0px 10px;
	margin:0px;
	line-height:30px;
	float:left;
	background-color:#FFFFFF;
	display:inline;
}
.padd_top {
	background-color:#fff;
	display:inline;
	float:left;
	width:650px;
	height:30px;
	margin:0;
	padding:0;
}
.padd_top img {margin-top:5px;}
.al_right {
	text-align:right;
	padding:0px 15px 0px 0px;
}
.padd_top div {
	text-align:right;
	
}
.logo {		
	width:194px;
	height:92px;
	margin:5px 0 0 7px;
}
.top_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:5px 7px 10px 5px;
	text-align:center;
	float:right;
	
}
.top_link li{
float:left;
list-style:none;
display:inline;
}
.top_link li a{text-decoration:none; color:#000;
}
.top_link li a:hover {text-decoration:underline; color:#000;}

#header li { float:left;}
#header a {text-decoration:none; color:#000;}
#header a:hover {text-decoration:underline; color:#000;}
.header li { float:left;}
.header a {text-decoration:none; color:#000;}
.header a:hover {text-decoration:underline; color:#000;}
#menu_main{
height:35px;
width:950px;
clear:both;
display:block;

}

#menu_main a {text-decoration:none; color:#FFF;}
#menu_main a:hover {
	text-decoration:none;
	color:#F4C402;
}
#inn_menu_main{
height:35px;
width:950px;
clear:both;
display:block;

}

#inn_menu_main a {text-decoration:none; color:#FFF;}
#inn_menu_main a:hover {
	text-decoration:none;
	color:#F4C402;
}
#foot a {text-decoration:none; color:#fff;}
#foot a:hover {text-decoration:underline; color:#fff;}
#top_l {
	width:750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:15px 5px 0px 0px;
	text-align:right;

}

#pop {
	background-color:transparent;
	visibility:hidden;
	position:absolute;
	margin-top:75px;
	margin-left:465px;
	z-index:10;
}
#pop2 {
	background-color:transparent;
	line-height:8px;
	height:8px;
	position:absolute;
	margin-top:100px;
	margin-left:430px;
	padding:0;
	z-index:5;
}
.right_panel{
	width:214px; padding:0 0 0 6px; float:left;
}

.left_panel{width:714px; float:left; clear:both; padding-left:6px;}

h1 {color:#0180C7;
	font-size:16px; font-weight:bold;	
	text-align:left;
	width:100%;
	padding:15px 0px 0px 0px;}
	
.content_mid{ font-family: Arial, Helvetica, sans-serif; 
			font-size:12px; color:#333333; width:694px; clear:both; padding:10px;}
.midpart{
width:950px;
clear:both;
background-color:#fff;
height:auto;
float:left;
}

h2 {color:#C13B08;
	font-size:14px; font-weight:bold;	
	text-align:left;
	width:100%;
	padding:15px 0px 0px 0px;}		
	
	
.list{ list-style:url(images/icon2.jpg); color:#309EB1;
	 font-weight:Bold; font-size:15px; margin:10px 0px 0px 30px; 
	
		} 
		
.input-box{font-size:11px; font-family:Arial, Helvetica, sans-serif; border:1px solid #666666;}		
.promo-box{color:#FFFFFF; font-size:18px;}
.finance{width:250px; float:left;}
.finance2{width:330px; float:left; margin-bottom:20px;}
.validation_icons{width:950px; clear:both; background:#fff; height:35px;}
.icon{ width:88px; padding-left:350px; float:left;}
.icon1{ width:88px; padding-left:10px; float:left;}
.back-text {font-size:11px; color:#666666; text-decoration:none; text-align:right; }
.back-text a{font-size:11px; color:#666666; text-decoration:underline; text-align:right;}
.back-text a:hover{font-size:11px; color:#333333; text-decoration:underline;text-align:right; }
#back{float:right; width:200px;}


/* Left Menu.css */

.suckerdiv {
	float:left;
	display:inline;
	height:280px;
	width:228px;
	background:url(images/menu_img.jpg) left top no-repeat;
}
.suckerdiv ul{
	padding: 0;
	margin:36px 0 0 8px;
	list-style-type: none;
	width: 220px;
	font-family:tahoma;
	font-size:13px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	background-color: #a2a0a0;
}

.suckerdiv ul li{
	position: relative;
	width:219px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #838383;
	padding:0;
	float:left;
	background-image: url(images/manu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.suckerdiv ul li a{
	display: block;
	/*overflow: inherit; force hasLayout in IE7 */
	color:#333333;
	text-decoration: none;
	line-height:19px;
	padding:0px 0px 0px 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*border: 1px solid #ccc;
	border-bottom: 0;*/
	font-weight: normal;
}
.suckerdiv ul li a:hover{
	background:url(images/menu_bg2.jpg) left top no-repeat;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 245px; /*sub menu width*/
	margin-left:-475px;
	top: 0;
	visibility: hidden;
	background:none;
	border:none;
/*background:url(images/link-bg.jpg) left top repeat-y;*/
}

/* Sub level menu links style */
.suckerdiv ul li ul li{
	background:none;
	padding:0;
	margin:0;
	border:none;
}
.suckerdiv ul li ul{
background:none;
}
.suckerdiv ul li ul li a
{
margin:0;
padding:0;
}
.suckerdiv ul li ul li a:hover{
	color:#bd4700;
	text-decoration: none;
	background-color: #f0db9c;

}
.suckerdiv .subfolderstyle{
/*background:url(images/link-menu-bottom--normal-1.gif) left top no-repeat;*/
}
.bgcolor{ background:#FFFFFF;}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; /*height: 1%;*/ }
* html .suckerdiv ul li a { line-height:19px;/*height: 1%;*/ }
/* End */
/* 05032008*/

.time{ color:#C13B08; line-height:18px; font-size:13px; font-weight:bold;}
.business{padding-bottom:5px; display:block; letter-spacing:1px;}
.ser{ color:#C13B08; font-size:13px}
.staff-title{font-size: 14px; color:#FFFFFF; font-weight: bold; background-color: #000000; padding-left:5px;}
.all-im{ margin-left:10px; margin-top:5px; border:solid 1px #000000;}
.all-td{ padding-left:5px; padding-top:5px;}
.all-td a{ text-decoration:none; color:#000000;}
.all-td a:hover{ text-decoration:none; color:#C13B08;}
/*.sitemap{ margin-left:15px; margin-top:10px;}
.sitemap a{ text-decoration:none; color:#000000;}
.sitemap a:hover{ text-decoration:underline; color:#000000;}*/
#sit dt{ background:url(images/li-img.jpg) ;background-repeat:no-repeat;background-position:left center; padding-left:15px; margin-bottom:5px;}
.invol{list-style-type:square;}
.invol li{margin-left:25px; list-style-type:disc; margin-bottom:5px;}
.keywords{float:left;width:950px;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:11px;background-color:#FFFFFF;}

.prefered a{ text-decoration:none; color:#C72D39;}
.prefered a:hover{ text-decoration:underline; color:#C72D39;}

.sitemap 
{
	display:block; border:#000000 0px solid; float:left; width:638px; height:auto; padding:0 15px;

}
.sitemap h1
{
	font-size:20px; color:#525252; border-bottom:#000000 1px dotted; line-height:30px;
}
.sitemap dd
{
	font-size:11px; font-weight:bold;
}
.custom img
{
	display:none;
}
.nodestyle a
{
	background-image: url(images/aero.gif);
	background-repeat: no-repeat;
	background-position:left; 
	padding-left:30px;
	color:#333333;
	font-size:11px; font-weight:bold;
}
.nodestyle a:hover
{
	text-decoration:underline;
	color:#336600;
}
.logincss{color:White; font-weight:bold;}