@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #34404d;
	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: #000000;
	background-image: url(../images/page_bg2.gif);
	background-repeat: repeat-x;
}
h1 {
	color: #ffb504;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #ffb504;
	font-weight: bold;
	font-size: 14px;
}
h3 {
	color: #013569;
	font-weight: bolder;
	font-style: italic;
	font-size: 14px;
}
h4 {
	color: #013569;
	}
h5 {
	color: #013569;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	}
#accContent p strong {
	color: #013569;
}
.twoColFixLtHdr #left
{
	/*background-image: url(../images/left_shadow.png);*/
	background-repeat: no-repeat;
	width: 24px;
}
.twoColFixLtHdr #center
{
	width: 850px;

}
.twoColFixLtHdr #right
{
	/*background-image: url(../images/right_shadow.png);*/
	background-repeat: no-repeat;
	width: 24px;

}
.twoColFixLtHdr
{
	width: 898px;
	margin-left: auto;
	margin-right: auto;
}
.twoColFixLtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-color: #013b75; 
	background-image: url(../images/banner_bg.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #search {
	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 */
	height: 65px;
	padding-top: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.twoColFixLtHdr #topNav {
	height: 27px;
	overflow: hidden;
}
.twoColFixLtHdr #sbNav {
	padding-top: 8px;
}
.twoColFixLtHdr #topNavBtn {
	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 */
	background-image: url(../images/nav_off_bg.gif);
	height: 27px;
	width:170px;
	float: left;
	text-align: right;
	font-size: 10px;
	color: #013569;
	font-weight: bold;
	vertical-align: text-bottom;
	
}
.twoColFixLtHdr #topNav-Padding {
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
.twoColFixLtHdr #topNavBtn:hover {
	background-image: url(../images/nav_hover_bg-oldyellow.gif);
}
.twoColFixLtHdr #topNavLink {
	text-decoration: none;
	color: #013569;
}
.twoColFixLtHdr #topNavLink:hover {
	color: #013569;
}
.twoColFixLtHdr #topNavLink:visited {
	color: #013569;
}
.twoColFixLtHdr #topNavBtn.current {
	background-image: url(../images/nav-current-gold.gif);
}
.twoColFixLtHdr #topNavBtn.current a:link {
	
}
.twoColFixLtHdr #topNavBtn.current a:hover {
	
}
.twoColFixLtHdr #topNavBtn.current a:visited {
	
}
.twoColFixLtHdr #topNavBtn.one-line {
	padding-top: 5px;
}
.twoColFixLtHdr #spacer {
	height: 10px;
	width: 850px;
	background-image: url(../images/banner_spacer_bg.gif);

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #mainContent { 
	float: right;
	width: 680px;

}
.twoColFixLtHdr #accContent {
	margin: 14px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 100px; 
	color: #FFFFFF;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
} 
.twoColFixLtHdr #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sbNavBtn:hover {
	background-image: url(../images/sbNav_hover.gif);
	background-position: bottom;
}
.twoColFixLtHdr #sbNavBtn {
	background-image: url(../images/sbNav_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 24px;
	width: 170px;
	font-size: 10px;
	padding-bottom: 4px;	
}
.twoColFixLtHdr #sbNavBtn.current {
	background-image: url(../images/sbNav_current.gif);
	background-position: bottom;
}
.twoColFixLtHdr #sbNavBtn a {
	padding-left: 9px;
	color: #013569;
	font-weight: bold;	
}
.twoColFixLtHdr #sbNavBtn-Padding {
	
	
}
.twoColFixLtHdr #cook {
	margin-top: 20px;
}
.twoColFixLtHdr #work {
	margin-top: 20px;
}
.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;
}

#rContent
{
	float:right; 
	text-align:center; 
	width: 180px;	
}
#rContent a:link {
	border: none;
	text-decoration: none;
	color: #102F78;
	font-weight: bold;
}

#rContent a:hover {
	color: #89A8DA;
}

#rContent a:visited {
	border: none;
	text-decoration: none;
	color: #102F78;
	font-weight: bold;
}

#rContent a:visited hover {
	color: #89A8DA;
}

#leftContent {
	float:left; 
	width: 420px; 
	padding-right: 14px; 
	border-right: solid 1px #DADADA;
}

#rightContent {
	float:right; 
	width: 200px;
}

#rightContent img.brdrImg {
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 8px;
	border-top: solid 1px #E3E3E3;
}


#leftTwoColContent {
	float:left; 
	width: 310px; 
	padding-right: 12px; 
	border-right: solid 1px #DADADA;
}

#rightTwoColContent {
	float:right; 
	width: 310px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px; /* Main Menu Item widths */
	z-index: 10;
	position: relative;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
 /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{

}

.sidebarmenu ul li a:hover{

}

/*Sub level menu items */
.sidebarmenu ul li ul{


top: 0;
background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y; 
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(../../sheriff/styles/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

#CChap {
	background-color: #E5E5E5;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #BDBDBD;
	font-size: 11px;
}

