﻿
/* 
================================
Skin Styles for Fisk
================================
*/   
html, body { background:#ffffff; }
.myPageTable{height:100%; width:100%; background:#ffffff; text-align:center; padding-bottom:30px;}
.topbar {width:100%; height:24px; background-position:top 0; background-color:#82acd0; margin:0px; padding:0px;}
.topcontainer {margin:0 auto; background-position:top 0; width:960px;}
.logregsearch {height: 22px; float:right; line-height:24px;}
.dnnLogin, .dnnUser {color:#000; font-size:9pt; }
.dnnLogin {background:transparent url(images/login-icon.jpg) no-repeat scroll left; padding:2px 0px 2px 20px;}
.dnnUser { background:transparent url(images/user-icon.jpg) no-repeat scroll left; padding:2px 0px 2px 20px;}
#dnn_SEARCH_ClassicSearch {background-color:#c0c0c0; padding-left:46px; 
                            padding-right:6px; padding-top:2px; padding-bottom:4px; border-right:#fff 6px solid; border-left:#fff 6px solid;}
.dnn_srchbox {font-size:9pt;}
a.dnn_srchbox {color:#fff;}
a.dnn_srchbox:hover {text-decoration:none; color:#3f9c31;} 
#dnn_SEARCH_txtSearch {border:1px solid #000; width:150px; margin-bottom:3px; padding-top:2px;}
#bdy{ width:960px; margin:0 auto; background-color:#fff; text-align:left;}

#logo { float:left; margin:7px 0px 7px 0px; }
#hdrpic { margin:7px 0px 7px 0; float:right; }
#mnu{width:100%; float:left; border-bottom:5px solid #82ACD0;}
#ftr{ background-color:#fff; padding:10px; color:#000; text-align:center; }
#ftr_links {text-align:center; padding-top:13px; color:#000; font-size:9pt; font-weight:700; border-top:solid #ccc 1px;}
#ftr_links a {color:#000; text-decoration:none; padding:0 15px; }
#ftr_links a:hover {color:#3f9c31; text-decoration:underline; }

#cpyWrt{float:left;}
#logn {float: right;}
.SkinObject, a.SkinObject:link, a.SkinObject:active, a.SkinObject:hover, a.SkinObject:visited
    {color:#000; font-weight:normal;}

.dvclr{ line-height:.01; clear:both; }
#flashpane{padding:0; margin:5px 0 0 0; width:960px;}
.toppane {padding:0; margin:0;}
.leftpane {width:200px;}
.rightpane {width:210px; border-left:1px dotted #ccc; padding-left: 6px;}
.contentpane {padding-left:10px;}
.bottompane {width:100%;}

.DNNEmptyPane { margin:0; padding:0;display:none; height:0; font-size:1px; }
.Normal, .NormalRed, html, body{font-size:11pt; font-weight:normal; font-family:Tahoma;}
h1 { color:#339933; font-size:28; font-weight:bold; }

h2 { color:#887f6f; font-size:18px;}

h3, h4, h5, h6{color:#887f6f;}

.TabList {
    margin:0;
    padding:0;
}


/*  NavMenu styles start here */

/*top level links */
#nav ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    background-color:#fff;
	position:relative;
	z-index:69;
}
/* Menu Items ---- Settings here cascade down */
#nav li {
  position:relative;
  float:left;
  /*line-height : 1.25em;*/
  width: auto;
  list-style: none;
  margin-right:2px;
  background:url(images/gray-btn-background.jpg) repeat-x top left;
  height:22px;
  
}

#nav li ul { /* second-level lists --  width of dropdowns must be set here for IE6  */
	position : absolute;
	left: -999em;
	background:transparent;
	width:140px;
}


#nav a { 
    font-size:10pt;
	display:block;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    padding :2px 10px;
    color:#000;
    border:1px solid #fff;
    border-bottom:none;


}
#nav li li a { /*2nd Level Links --- width needs to be set in order for the drop downs to be vertical */
    width:140px;
    padding:0;
    margin:0;
    height:22px;
	border:1px solid #82ACD0;
}

#nav li a:hover {
  background-color: #fff;

  /*border-top:none;*/
}
#nav li.SelectedTab a,
#nav li a.SelectedTab {
   color: #fff;
   background:url(images/selected-btn-background.jpg) repeat-x;
}

#nav li.SelectedTab a:hover,
#nav li a.SelectedTab:hover {
   color: #000;
   background:url(images/gray-btn-background.jpg) repeat-x;

}
#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.iehover ul { /* Adjust top to move vertical postion of drop down menus */
	top: 21px;
	left:0;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,  
#nav li li li.iehover ul { /*Adjust left to change spacing of 2nd level and 3rd level menus */
	top: 0;
	left:140px;
}
.features {
	height:120px;
	border:solid thin #000000;
	margin:10px;
}
/*
================
Box Styles
================
*/

.features, .features2, .features3 {overflow:hidden; border:1px solid #006CB7; color:#000; margin:0 0 30px 0; padding:5px; clear:both; font-size:10pt; 
		   -moz-border-radius:15px; -webkit-border-radius: 10px; background:#fff;}
.features a:hover img {opacity:.9; filter:alpha(opacity=90;);}
.features { min-height:100px; }
.features2 { min-height:285px; }
.features ul li, .features2 ul li, .features3 ul li { width:75%; margin-left:90px; }
.features h2, .features2 h2, .features3 h2 { margin:0 0 10px 0; color:#006CB7; font-size:12pt; }
.features img, .features2 img, .features3 img { margin-right:20px; float:left; }
.features a, .features2 a, .features3 a { font-size:10pt; font-weight:bold; }