body {
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E0C652;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.skinMaster {
	width: 990px;
	margin: 0px auto;
}
.footerPane {
	clear:both;
	border-top: 2px solid #E0C652;
	text-align:center;
	margin: 0px 2px;
}
.leftPane {
	background-color: #EFEBC4;
	width: 220px;
	padding: 10px 10px;
}
.rightPane {
	width: 200px;
	padding: 10px 10px;
	background-color: #efefef;
}
.contentPane {
	padding: 5px;
	text-align: left;
}
.featuredImagePane {
}
.bottomPane {
	padding: 5px;
}
.middleLeftPane {
	padding: 3px 3px 0px 5px;
}
.middleCenterPane {
	padding: 3px 2px;
}
.middleRightPane {
	padding: 3px 5px 0px 3px;
}
.header {
	/**background-image: url(topheader.gif);**/
	background-image: url(biz_tech_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 108px;
}
.bannerPane {
	text-align: right;
	padding-right: 100px;
}
.topMenu {
	background-image: url(navbg.gif);
	background-repeat: repeat-x;
	background-color: #FFB434;
	height: 25px;
	margin-top: 1px;
}
/* Style for Drop Down Menu */
.MainMenu_MenuContainer {
	/*background-color: transparent; */
	background-color: #FFBB4F;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #FEFFB5 0px solid; 
	border-bottom: #FEFFB5 1px solid; 
	border-top: #FEFFB5 1px solid; 
	border-right: #FEFFB5 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #3f292c; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
}
.MainMenu_MenuIcon {
	background-color: #FEFFB5; 
	border-left: #FEFFB5 1px solid; 
	border-bottom: #FEFFB5 1px solid; 
	border-top: #FEFFB5 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #FEFFB5;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #FFBB4F; 
	cursor: pointer; 
	cursor: hand; 
	color: #3f292c; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #FEFFB5 1px solid; 
	border-bottom: #FEFFB5 1px solid; 
	border-top: #FEFFB5 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

#dnn_dnnLOGIN_hypLogin {
	display: block;
	margin-top: 1px;
}

.MainMenu {
	float: left;
	padding: 2px 5px 2px 5px;
	border-right: #3f292c 1px solid;
}

.MainMenu a:link, .MainMenu a:visited, .MainMenu a:active, .MainMenu a:hover {
    color: #3f292c; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Left Menu Styles */

.menu {
font-size:90%;
background-color: #F5E587; 
margin:0px 0px 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
width:230px;
background-color: #F5E587; 
font-weight: bold;
font-size: 10px;
cursor: hand;
color: #3f292c;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 25px;
}
.menu ul, .menu li 
{
	list-style-type: none;
}
.menu ul li ul 
{
	width: 380px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul li ul
{
	visibility:hidden;
	position:absolute;

	top:0;
	left:230px; 
	background-color: #EBE0B3;
	height: 25px;
}

/* width: auto;	white-space: nowrap;*/
.menu ul li ul li
{
	background-color: #EBE0B3;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; margin-left:0;}
/* position relative so that you can position the sub levels background:#d4d8bd;*/
.menu li {
position:relative;
background-color: #F5E587; 
height:26px;

}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:229px;
	color:#000;
	text-indent:5px;

	border:1px solid #fff;
	border-width:0 0 1px 0;


}
.menu ul li ul li a, .menu ul li ul li a:visited 
{
	width: 380px;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#F5E587; width:230px; width:229px;}
* html .submenu a, * html .submenu a:visited {background:#EBE0B3;}
/* style the link hover 
* html .menu a:hover {color:#fff; background:#949e7c;}
*/
.menu li:hover > a:link, .menu li:hover > a:visited {
	background-color: #E5B218;
	text-decoration: none;
    height: 25px;
    visibility: visible;
}

/* style the link hover */
* html .menu a:hover
{
	color:#fff; 
	background:#E5B218;
	text-decoration: none;
}

.menu a:hover {
	background-color: #E5B218;
	text-decoration: none;
    height: 25px;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul.submenu,
.menu ul a:hover ul.submenu,
.menu ul li:hover ul.submenu a:link,
.menu ul li:hover ul.submenu a:visited
{
	visibility:visible;
	text-decoration: none;
}


/* Stylesheet Definition for Beveled Container */
.ContainerBeveled {
	background-color: #F5E587;
	border: 1px solid #685a01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ContainerBeveled td {
	padding: 0px;
}
.ContainerBeveled td.content {
	padding: 15px;
}

.ContainerBeveled th {
	text-align:left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f292c;
	vertical-align: middle;
	background-image:url(headerbg.gif);
	background-repeat:repeat-x;
	height:42px;
	margin:0px;
	font-size: 16px;
}
.ContainerBeveled h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
}
.ContainerBeveled th .Head {
	display:block;
	padding: 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3f292c;	
	line-height: 14px;
}
