/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: transparent;
	text-align:center;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	text-align:center;
}
.leftpane {
	width: 200px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 200px;
	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; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        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; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    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; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	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; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.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; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #000000;
}
/*========================================*/
/*Global Skin*/

.HeaderContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ea0202;
	padding-left:10px;
}
.HeaderContact span{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding-left:10px;
}
.VeryTopMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	white-space: nowrap;
	text-align:right;
}
.VeryTopMenu a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	white-space: nowrap;
	text-decoration:none;
}
.VeryTopMenu a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	white-space: nowrap;
	text-decoration:none;
}
.VeryTopMenu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	white-space: nowrap;
	text-decoration:none;
}
.VeryTopMenu a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	white-space: nowrap;
	text-decoration:none;
}
.MidMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1502a7;
}
.MidMenu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1502a7;
	text-decoration:none;
}
.MidMenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1502a7;
	text-decoration:none;
}
.MidMenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1502a7;
	text-decoration:none;
}
.MidMenu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1502a7;
	text-decoration:none;
}
.ContactTime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	white-space: nowrap;
	padding-left:10px;
}
.headerGrad {
	background-attachment: scroll;
	background-image: url(images/headerBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.bannerGrad {
	background-image: url(images/BannerGrad.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 100px;
}
.bannerContainer {
	background-image: url(images/BannerContainerGrad.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 115px;
	width: 100%;
	vertical-align: top;
	text-align:center;
}
.innerBanner{
    height:100px;
    width:936px;
    text-align:center;
}
.SearchText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	white-space:nowrap;
}

.menu{
width:92%;
margin:0 auto;
background:url(images/menu.gif) left top repeat-x;
height:40px;

}
.footerleft {
	background-image: url(images/FooterLeft.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 29px;
	width: 150px;
}
.footerright {
	height: 29px;
	width: 150px;
	background-image: url(images/FooterRight.jpg);
	background-position: left bottom;
}
.footermid {
	background-image: url(images/footermid.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align:center;
}
/*========================================================*/
/*  CSS Menu Style                                         */
/*========================================================*/






.CSSMENU{ white-space:nowrap; height:40px; font-family:Verdana, Arial, Helvetica, sans-serif;width:100%;background:url(images/menuright.gif) right top no-repeat;position:relative; float:left}
.CSSMENU span { padding:0 20px; white-space: nowrap; display:block;}
.CSSMENU ul{ margin:0px; padding:0px;display: block;float:left;background:url(images/menuleft.gif) left top no-repeat;}
.CSSMENU ul.Horizontal{ padding:0 0 0 15px}
.CSSMENU li { list-style: none none outside; float:left;position:relative;}
.CSSMENU ul li {  background:url(images/menu.gif) left -41px no-repeat; float:left}
.CSSMENU ul li a{ background:url(images/menu.gif) right -82px no-repeat;height:40px; display:block; float:left}
.CSSMENU ul .current 			{ background:url(images/menu.gif) left -123px no-repeat; margin:0px}
.CSSMENU ul .current a			{ background:url(images/menu.gif) right -164px no-repeat; color:#fff;}
.CSSMENU ul .current span		{ color:#fff}
.CSSMENU ul .current .slide span{ background:transparent;}
.CSSMENU ul a:link, 
.CSSMENU ul a:active, 
.CSSMENU ul a:visited			{ width:auto;color:#fff; text-decoration:none; line-height:38px;display: block; cursor:pointer; font-size:12px}
.CSSMENU ul a:hover 			{ color: #fff; background:url(images/menu.gif) left -123px no-repeat;float:left}
.CSSMENU ul a:hover span 		{ background:url(images/menu.gif) right -164px no-repeat; float:left}
.downarrow{position:absolute; right:7px; top:17px}
.rightarrow{position:absolute; right:5px; top:10px}
.CSSMENU .slide {display: none; float: left; overflow:hidden; position:absolute;}
.CSSMENU .slide .icon { position:absolute; left:2px; top:4px}
.CSSMENU .slide .Group { background:#fff; border:1px #ccc solid;display: none;left: 0px; float: left; position:relative}
.CSSMENU .slide ul li {clear: both;background:url(images/submenu.gif) top left repeat-x; display:block; border-bottom:1px #dbd8d8 solid; width:100%;text-align:left;}
.CSSMENU .slide ul li span { color:#666666; display:block;}
.CSSMENU .slide ul li a{ background:url(images/submenu.gif) top left repeat-x;height:24px; display:block;}
.CSSMENU .slide ul a:link, 
.CSSMENU .slide ul a:active, 
.CSSMENU .slide ul a:visited			{ width:auto;color:#333; text-decoration:none; line-height:24px;display: block; cursor:pointer}
.CSSMENU .slide ul a:hover 			{ background:url(images/submenu.gif) 0 -25px repeat-x;width:100%}
.CSSMENU .slide ul a:hover span 		{ background:url(images/submenu.gif) 0 -25px repeat-x;}


/*=================================================*/
/*          Exit DIV For Popup                    */
/*================================================*/

.ExitDiv{
    width:100%;
    height:2px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:100;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.ExitForm{
    width:400px;
    height:400px;
    visibility:hidden;
    position:absolute;
    top:300px;
    left:500px;
    z-index:101;
    /*background-color:#ffffff;*/
}
/*==============================================*/
/*              Silverlight Host Style          */
/*=============================================*/

    #silverlightControlHost {
	    height: 100%;
    }
