/* 
================================
Skin styles for DotNetNuke
================================
*/   
html body {
	padding:0;
	margin:0;
	background-color:#fff;
	background-image:url(screenflexbg.jpg);
	background-repeat:repeat-x;
	height:100%;
	text-align: center;
}

.background{
	padding:0px;
	margin:0px auto;
	display:block;
	height:auto;
	min-height:100%;
	text-align: left;
	width:100%;
	text-align:center;
}
.rightbg
{
	padding:0px;
	margin:0px;
	background-image:url(screenflexbg_right.jpg);
	background-repeat:no-repeat;	
	float:right;
	width:15px;
	height:750px;

}
.leftbg
{
	padding:0px;
	margin:0px;
	background-image:url(screenflexbg_left.jpg);
	background-repeat:no-repeat;
	float:left;
	width:15px;
	height:750px;
}
.header {
	background-color:transparent;
	height:130px;  /* 161px */
	padding:0px;
	margin:0px auto;
	width:1000px;

}
.headerbg {
	background-image:url(header_02.jpg);
	height:130px;  /*161px */
	background-repeat:repeat-x;
	
	}
.headertext {
	width:320px;
	text-align:left;
	margin:5px;
	padding:5px 0px;
	float:left;

}
ul, li {
	font:12px Arial, Helvetica, sans-serif;
}
p {
	font:12px Arial, Helvetica, sans-serif;
	line-height:180%;
}
li
{	list-style-image: url(../../../../images/node.gif) }
h1 {
	
	font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0f769d;
	text-align:left;
	margin-top:10px;
}
h2 {
	
	font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:10px;
	text-align:left;
}
h3{
	color:#ffe400;
	font:bold 18px Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px;
	padding:0px;
}
hr
{

	color:#d85732;
	background-position:center;
}
.searcharea {
	float:right; 
	margin:40px 10px 0px 0px;
	clear:right;
	height:60px;
	}
.skinmaster {
	width:940px;
	margin:0px auto;
	
}
.content {
	/*background-image:url(screenfleX-BGCONTNET.jpg);
	background-repeat:repeat-x;*/
	padding:5px 0px;
	background-color:#FFFFFF;
	margin:0px auto;
	height:100%;
	width:1000px


}
.skinheader {
}
a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active  {
	color:#0F769D;
	/*color:#003366;
	text-decoration:underline;
	color:#fff;*/
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
	margin:0px;
	/*border:1px solid #00aeef;
	background-color:#0c6d93; */
}
a.SkinObject:hover  {
	/*color:#003366;color:#fff;*/
	text-decoration:underline;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*padding:2px;
	margin:0px;
	border:1px solid #0c6d93;
	background-color:#00aeef; */
}
.SkinObject {
	color:#003366;
	font-family:Tahoma,Arial,Helvetica;
	font-size:8.5pt;
	text-decoration:none;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.topleftpane {

	background-color: transparent;
	padding:0px;
	margin: 0px;
	width:390px;
	overflow:hidden;
	height:130px; /* 161px */
	float:left;
	background-repeat:no-repeat;
	background-image:url(header_01.jpg);
}
.toprightpane {

	background-color: transparent;
	padding:0px;
	margin: 0px;
	width:610px;
	float:right;
	background-position:right;
	text-align:right;
	background-image:url(header_04.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	height:130px; /* 161px */
	overflow:hidden;
}
.botrightpane {
	padding:5px;
	vertical-align:top;
	}
.contentpane {
	padding:0px 0px 0px 15px;
	margin:0px;
	width:740px;
	float:left;
	z-index:0;
	height:100%;
	height:auto;
}
.rightpane
{
	padding:0px;
	margin:0px 5px;
	width:217px;
	float:right;
	overflow:visible;
	background-image:url(rightnav.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:100%;
	text-align:left;

}
.footerpane
{
	width:990px;
	padding:0px;
	margin:10px auto;
	background-position:center;
	text-align:center;
	clear:both;
}
.search {
	background-color:#41245a;
	color:#FFFFFF;
	padding:5px;
	height:60px;
}
.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:"Trebuchet MS", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    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:"Trebuchet MS", Arial, Helvetica, sans-serif;; 
    white-space: nowrap;    
    padding: 0px 12px 0px 5px;
}

.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;  
}
.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: #000;
  	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  	font-weight: normal;
}
span.Head {
 	font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0f769d;
	text-align:left;
	margin-top:10px;
}
html>body #PortalBorder {height:auto}/*for mozilla */


	
a.footer_text:active, a.footer_text:link, a.footer_text:visited 
{
	color:#0f769d;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
a.footer_text:hover
{
	color:#0f769d;
	text-decoration:underline;
}

a.order:active, a.order:link, a.order:visited 
{
	color:#fff;
	font:20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	margin:0px;
	border:1px solid #00aeef;
	background-color:#0c6d93;
}
a.order:hover
{
	color:#fff;
	padding:10px 20px 10px 20px;
	border:1px solid #0c6d93;
	text-decoration:none;
	background-color:#00aeef;
}
.ordernow {
	color:#000000;
	font-family:'Palatino Linotype', Palatino, Times, serif;
	font-weight:bold;
	text-align:center; 
	padding:5px;
	height:60px;
	margin:10px 0px 0px 0px;
	vertical-align:top;


}
.copyright
{
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.footer
{
	width:990px;
	height:30px;
	background-image:url(bottom_bg.jpg);
	background-repeat:repeat-y;
}
a.product:active, a.product:link, a.product:visited
{
	color:#0f769d;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-decoration:underline;
}
a.product:hover
{
	color:#000;
	text-decoration:none;
}
a:active, a:link, a:visited
{
	color:#0f769d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
h3 a.headlink:active, h3 a.headlink:link, h3 a.headlink:visited
{
	color:#ffe400;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
a:hover
{
	color:#0f769d;
	text-decoration:underline;
}
h3 a.headlink:hover
{
	color:#ffe400;
	text-decoration:underline;
}
a.ancilary:active, a.ancilary:link, a.ancilary:visited
{
	color:#fff;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
a.ancilary:hover
{
	color: #FFCC00;
	text-decoration:underline;
}
.address
{
	font:12px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}


/*****************nav styles*********************/


.TabList {
    font-size:75%;
	z-index:1000;

}
#nav ul {
    padding:0;
    margin:0px 0px 20px 0px;
    list-style:none;
    float:left;
    width:195px;

}
#nav li {
  position: relative;
  float:left;
  padding:0px;
  margin:0px;
  width: 195px;
  list-style: none;
  color:#0f769d;

}
#nav li li {
  position: relative;
  float:left;
  padding:0px;
  margin:0px;
  width: 210px;
  list-style: none;
  color:#0f769d;

}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#f2ecb6;
  	margin:-35px 0px 0px -215px;
	z-index:1000;
	border:1px solid #0f769d;
	width:217px;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
    background-color:#d8edfb;
  	border:1px solid #333;
}

#nav a {
	font:bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:block;
    text-decoration:none;
    margin:5px 5px;
    padding:5px 5px;
    color:#0f769d;
}
#nav li a:hover {
  background-color: #0f769d;
  color:#fff;
}
#nav li a.SelectedTab {
    font-weight:bold;
    background-color: #FFF;
    color:#000;
}
#nav .DisabledTab {
    color:#ccc;
}
/*no need to change these hover classes unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.iehover ul, 
#nav li li.iehover ul, 
#nav li li li.iehover ul {
	left: auto;
}


#navContainerBorder {
    background-color:white;
    padding:2px;
    border:1px solid #333;
    height:30em;
}
#navContainer {
   border:1px solid #333;
   background-color: #d8edfb;
   height:30em;
   width:215px;
   vertical-align:top;
   padding:10px 5px 10px 5px;
   z-index:9999;
}


 .clearfix:after {
    : ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.navmenu {
	margin:20px 10px 10px 10px;
	width:217px;
	background-color:transparent;


	}	
/* ==========================
CSS STYLES FOR HouseMenu
==========================
*/
/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuB, #houseMenuB ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
	background-color:#f8f4d1;
		
}

#houseMenuB li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 50px 0px 0px 0px;
	border: 0;
	padding: 0;
}

#houseMenuB li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuB a { /* all links within the menu wrapper */
	display: block;
	margin:0px 0px 25px 0px; 
	border: 0;
	padding: 0;
}

#houseMenuB li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;

}

#houseMenuB li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuB li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuB li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuB li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuB li:hover ul ul, 
#houseMenuB li:hover ul ul ul, 
#houseMenuB li.sfhover ul ul, 
#houseMenuB li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuB li:hover ul, 
#houseMenuB li li:hover ul, 
#houseMenuB li li li:hover ul, 
#houseMenuB li.sfhover ul, 
#houseMenuB li li.sfhover ul, 
#houseMenuB li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuB iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************/
 Presentation CSS that typically needs to be customized

#houseMenuB, #houseMenuB ul { /* all submenu lists */
	height: 18px;
	_height: 18px;
	line-height: 12px;
	background-color: #fff;
	background-position:right;
	text-align:right;
	position: relative;
}

#houseMenuB li { /* all list items */
	width: 144px;
	height: 18px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 18px;
	_height: 18px;
	/* end hack */
}

#houseMenuB li li { /* all items under the top level */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuB a { /* all links within the menu wrapper */
	font:12px Arial, Helvetica, sans-serif;	
	border-right:1px solid #0f769d;
	text-decoration: none;
	color: #0f769d;
	padding: 5px 15px 0px 15px;
	margin:0px 0px 25px 0px;
	width: auto;
	height: auto;
	background-position:right;
	text-align:right;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 18px;
	/* end hack */
}

#houseMenuB li li a { /* all item links under the top level */
	padding: 5px;
	width: 148px;
	height: 18px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 18px;
	/* end hack */
}

#houseMenuB li a:hover {
	padding: 5px 15px 0px 15px;
	color: #0f769d;
	border-right:1px solid #0f769d;
	background-color: #fff; 
	height: auto;
	text-decoration:underline;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 18px;
	/* end hack */
}

#houseMenuB li li a:hover {
	color: #666;
	background-color: #ccc; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 18px;
	/* end hack */
}

#houseMenuB li li li a:hover {
	color: #666;
	background-color: #eee; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 18px;
	/* end hack */
}

#houseMenuB li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #333;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #999;
	height: auto;
}

#houseMenuB li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #666;
	line-height: 12px;
	background-color: #ccc;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuB #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuB a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
	background-position:right;
	text-align:right;
}

#houseMenuB a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #333; 
	background-color: #eee; 
	text-decoration: none;
}
.clear_float{clear:both;}











