/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
    text-align: center;
    vertical-align:top;
    margin:0;
    padding:0;
    color:#333333;        	
    background-color: #d8e8f2;    
}

h2
{
	color:#990000;
	font-size: large;
	font-weight:bold;
}

h3
{
     color:#333399;
     font-weight:bold;
}

h4
{
     font-weight:bold;
}

ol, ul
{
    padding-bottom:0px;    
}

ol li, ul li
{
	vertical-align:baseline;
    padding-bottom:2px;    
}

ol li a, ul li a
{
	
    padding:2px 0px;
}



.outerContainer {
    text-align: left;
    vertical-align: top;
    width: 938px; 	    	
    margin: 0 auto;
	padding: 0;
	   
}



.toppane {
    height: 93px;
    padding: 0 0 0 0px;
    background: #000 url(ImagesJohnWilson/banner.png) no-repeat top left;
}
.toppane img { vertical-align: bottom; } 


.loginDetails {
    float: right; 
    color: #fff;
    font: normal xx-small arial;
    text-align: right;	
    width: 100%;
    height: 21px;
    padding: 4px 10px;	        
}

html>body .loginDetails { padding: 0; }
.loginDetails a, .loginDetails a:link, .loginDetails a:visited {
	color: #fff; 
	text-decoration: none; 
	font: bold x-small verdana;
}
.loginDetails a:hover {
	color: #7fa9c6; 
	text-decoration: underline; 
	font: bold x-small verdana;	
}


.innerContainer {
    float: left; 
    width: 938px;                
    margin: 0; 
    padding: 0; 
	background: transparent url(ImagesJohnWilson/bg2.png) repeat-y top left; 
	clear: both;
}

.leftpane {
    float: left;
	width: 167px;
	background: #DEEAF3 url(ImagesJohnWilson/left-top.png) no-repeat top left;
	margin: 0px;
	
	padding-top:62px;
	height:100px;
	
}

.rightpane {
    float: right;
	width: 198px;
	background: transparent url(ImagesJohnWilson/right-top2.png) no-repeat top left;
	margin: 0px;
	padding-top:66px;
	height:100px;
}

.contentpane 
{
	min-height:400px;
    float: left;	    
	margin: 0px;
	padding: 5px 5px 5px 5px;	
}
html>body .contentpane {
    width: 535px; 
    padding: 5px;
    
}

.floatRight
{
     float:right;
    
}

.topfooter 
{
	clear:both;
    float:left;
    color: #fff;
    font: normal x-small arial;  
    text-align: left;
    width: 100%;     
    padding: 0px 0 0 0;    
    margin: 0 0 0 0;
    background: #75AAC6 url(ImagesJohnWilson/top-bottom.png) no-repeat top left; 
    height:75px;
    
}
.topfooter dl
{
	margin:0 0 0 -1000px;	
}
.topfooter span, .topfooter dl dd
{    
	
    font: normal xx-small verdana;    
    text-decoration: none;
    text-align: left;    
    font-weight:bolder;
}

.topfooter a:hover { 
	color: #7fa9c6; 
	text-decoration: underline;
	font: normal xx-small verdana;
}

.footer {
    float:left;
    color: #fff;
    font: normal x-small arial;      
    width: 100%; 
    height: 30px; 
    padding: 7px 0 0 0;
    text-align: center;        
    background-color: #333333;
    
}
.footer span, .footer a:link, .footer a:visited {
    color: #fff;
    font: normal xx-small verdana;
    text-decoration: none;
    text-align: center;
}
.footer a:hover { 
	color: #7fa9c6; 
	text-decoration: underline;
	font: normal xx-small verdana;	
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 	
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 	
	color: #333333; 
	font-family: Arial, Helvetica; 
	font-size: 8pt;
	font-weight: bold; 
	font-style: normal; 
	border-left: #006186 0px solid; 
	border-bottom: #006186 0px solid; 
	border-top: #006186 0px solid; 
	border-right: #006186 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuItem td { /* this is to adjust the spacing of the menu*/
padding-left:15px;
padding-right:5px;	 
padding-bottom:13px;
}
.MainMenu_MenuItemSel td { /* this is to adjust the spacing of the menu*/
padding-left:15px;
padding-right:5px; 
padding-bottom:13px;
}
.MainMenu_MenuIcon {
display:none
}
.MainMenu_SubMenu {
	cursor: pointer; 	
	background-color: transparent; 
	padding: 3px 8px 3px 0px;
	line-height:16px;
}
.MainMenu_MenuBreak {
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 	
	color: blue; 
	font-family: Arial, Helvetica; 
	font-size: 8pt;
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
}
.MainMenu_MenuArrow {
	
	display: none!important;
	
}

.MainMenu_RootMenuArrow {
	display:none!important;
}
