@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #605e43;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
a:link {
	color: #c73f44;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c73f44;
}
a:hover {
	text-decoration: none;
	color: #c73f44;
}
a:active {
	text-decoration: none;
	color: #c73f44;
}
h1, h2, h3 { font-weight:normal;margin-top:0px;padding-top:0px; }
.thrColFixHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(slices/pagebk.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
} 
.thrColFixHdr #containeradmin {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;

} 
.thrColFixHdr #header {
	background-image: url(slices/headerbk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 179px;
	padding:0px;
	background-color:#ffffff;
} 

.thrColFixHdr #header1 {
	background-image: url(slices/headerbk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	background-color:#ffffff;
	height: 179px;
	margin:0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 144px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
.thrColFixHdr #sidebar1 a {
	color:#635a26;
}
.thrColFixHdr #sidebar1 a:link {
	color:#635a26;
}
.thrColFixHdr #sidebar1 a:visited {
	color:#635a26;
}
.thrColFixHdr #sidebar1 a:hover {
	color:#c73f44;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 233px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 17px;
	margin-top:0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	
} 
.thrColFixHdr #mainContentadmin {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	border-left:1px solid #eeeeee;
} 
.thrColFixHdr #footer {
	background-color: #ffffff;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftwidget {

width:142px;
overflow:hidden;
font-size:10px;
margin:0px 0px 10px 0px;
padding:0px;
text-align:left;
}
#topnavlist { margin:0px 0px 0px 206px;padding:0px 0px 0px 0px; list-style:none;width:540px;height:24px;float:left; }
#topnavlist li {margin:0px;padding:0px;float:left;list-style:none;}
.thrColFixHdr #container #mainContent #topheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.thrColFixHdr #container #topheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#bottomnav {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7a7968;
	text-align: center;
	font-weight: bold;
}
#bottomnav a:link {
	color: #ffffff;
	text-decoration: none;
	margin-right:20px;
}
#bottomnav a:visited {
	text-decoration: none;
	color: #ffffff;
	margin-right:20px;
}
#bottomnav a:hover {
	text-decoration: none;
	color: #ffffff;
	margin-right:20px;
}
#bottomnav a:active {
	text-decoration: none;
	color: #ffffff;
	margin-right:20px;
}
.adwidget {
	width: 234px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.resourcenav  {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	
	text-align: center;
	float: left;
	height: 28px;
	width: 115px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style:none;
	overflow: hidden;
	vertical-align:middle;
}
.resourcenav a {
color:#ffffff;


}
.resourcenav a:link {
color:#ffffff;


}
.resourcenav a:active {
color:#ffffff;


}
.resourcenav a:visited {
color:#ffffff;


}
.resourcenav a:hover {
color:#ffffff;


}
ul#spotlightnav {
margin:0px;
padding:0px;
list-style:none;
}

#spotlightnav li {
list-style:none;
}

#spotlightnav li a {
	font-size: 14px;
	font-weight: bold;
	color: #bb4826;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-decoration:none;
}
#suckerfishnav {
    background:#7a7967 repeat-x;
    font-size:12px;
    font-family:verdana,sans-serif;
	font-weight:bold;
    
    width:100%;
	
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:22px;
    padding:0;
    border-left:1px solid #ffffff;
    margin:0;
    width:100%;
	margin:2px 0px 0px 206px;padding:0px 0px 0px 0px; list-style:none;width:540px;height:22px;float:left;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 8px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
	border-right:1px solid #ffffff;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    -moz-opacity:0.85;
    opacity:0.85;
    khtml-opacity:0.85;
    border:0;
    border-top:1px solid #ffffff;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    font-weight:normal;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#ffffff;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#e73034;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ffffff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#ffffff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#7a7967;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#e73034;
    }
#suckerfishnav .current_page_parent {
    background:#e73034;
    }
#suckerfishnav .current_page_item {
    background:#e73034;
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav .current_page_parent li a:after, #suckerfishnav .current_page_parent li li a:after, #suckerfishnav .current_page_parent li li li a:after, #suckerfishnav .current_page_parent li li li li a:after {
    content:"";
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav li .current_page_parent a:after, #suckerfishnav li li .current_page_parent a:after, #suckerfishnav li li li .current_page_parent a:after {
    color:#000000;
    content:"";
    }
#suckerfishnav .current_page_item a:after, #suckerfishnav li .current_page_item a:after, #suckerfishnav li li .current_page_item a:after, #suckerfishnav li li li .current_page_item a:after, #suckerfishnav li li li li .current_page_item a:after {
    color:#000000;
    content:"";
    }
	
	#breadcrumbdiv{
	padding-left:160px;font-size:9px;height:20px;margin-top:-30px;
}
	
	@media screen and (-webkit-min-device-pixel-ratio:0){

.thrColFixHdr #sidebar1 {
	margin-top: -15px;
	padding-top: 0px;
}
.thrColFixHdr #sidebar2 {
	margin-top: -15px;
	padding-top: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: -15px;
	padding-top: 0px;
}
.thrColFixHdr  #breadcrumbdiv {
	z-index:200;
	margin-top:-30px;
	}
}
