/* SITE COLORS 

	Dark Brown: #451a0a -- used for page background color, bullets, mainContent headings
	Med Brown: #663300 hyperlinks
	Light Brown: #996633 for hyperlink hover
	Tan: #e2dfd2 -- used for background of mainContent, text and headings in leftSidebar

*/
	


/* ====================================== */
/* BASIC CLASSES AND LAYOUT  */	
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #361408;
	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;
}
/* 2-column pages */
.twoColFixLt #container { 	
	background: #ffe7ce url(/images/layout/burlap_side4.jpg) repeat-y left top;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #leftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: 15px 10px 15px 20px;
	color: #ffe7ce;
	text-align: center;

}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/* 3-column pages */
.thrColFixHdr #container { 
	background: #ffe7ce url(/images/layout/burlap_side4.jpg) repeat-y left top;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #leftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	color: #ffe7ce;
	text-align: center;
}
.thrColFixHdr #rightSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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: 15px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 180px 0 260px; 
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px dotted #996633;
} 

/* other */
.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;
}
#header { 
	margin: 10px 0 0 0;  
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #996633;
} 
#breadcrumbs { font-size: 11px; margin-top: 12px; }

.tagline { font-size: 0.9em; margin-bottom: 0; margin-top:0; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; }


/* ====================================== */
/* LINKS  */	
a, a:link, a:visited, a:active { color:#663300; text-decoration: none; font-weight: bold; }
/* a:link, a:visited; a:active { color: #663300; text-decoration: none; font-weight: normal; } */
a:hover { color: #996633; /* text-decoration: underline; */ }



/* ====================================== */
/* Header styles
   h2, h3, h4, h5, h6 are replaced by cufon */

h1 { font-size: 50px; font-weight: bold; margin-bottom: 10px; line-height: 90px; }

h2 { font-size: 40px; font-weight: bold; margin-bottom: 10px; line-height: 80px; }
h3 { color: #000000; font-size: 2.0em; font-weight: bold; margin-bottom: 0; margin-top:0; }

h4 { font-size: 1.3em; font-weight: bold; margin-bottom: 10px; }
h5 { font-size: 0.9em; margin-bottom: 10px; margin-top:0; letter-spacing: 1px; text-transform: uppercase; }

h6 { font-size: 0.9em; margin-top: 10px; margin-bottom:0; letter-spacing: 1px; text-transform: none; }

#leftSidebar h1, #leftSidebar h2, #leftSidebar h3, #leftSidebar h4, #leftSidebar h5, #leftSidebar h6 { color: #ffe7ce; }

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 { color: #000000; }


/* ====================================== */
/* IMAGES  */	
#leftSidebar img { border: 1px solid #ffe7ce; padding: 6px; }
.noborder { border: none !important; padding: none !important; }



/* ====================================== */
/* SPAN CLASSES  */	
.backtotop { font-size: 10px; }

span.printpage { font-family:Arial, Helvetica, sans-serif; font-size:11px; float:left; }
	.printpage { background:url(/images/layout/print_icon.gif) no-repeat center left; padding-left: 20px !important; margin: 0 5px !important; border-bottom: none !important; display: inline-block; color: #036; font-size: 11px; text-decoration: none; font-weight:bold; float:left;}
	a.printpage:hover { background:url(/images/layout/print_icon_on.gif) no-repeat center left;color: #ff9100; }

span.closewindow {font-family:Arial, Helvetica, sans-serif; font-size:11px; float:right; }
	.closewindow { background:url(/images/layout/closex.gif) no-repeat center right; padding-right: 16px !important; margin: 0 5px !important; border-bottom: none !important; display: inline-block; color: #036; font-size: 11px; text-decoration: none; font-weight:bold; float:right; }
	a.closewindow:hover { background:url(/images/layout/closex_on.gif) no-repeat center right;color: #ff9100; }
.pdf { background:url(/images/layout/pdf_icon.gif) no-repeat center left; padding-left: 18px !important; margin: 0 5px !important; display: inline-block; color: #666; font-size: 11px; }





/* ====================================== */
/* TOP NAVIGATION  */	
/*
	#topnav { width: 100%; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; font-size: 11px; }
   #nav { margin: 0 0 3em 0; padding: 0 !important; list-style: none !important; background: none; }
   #nav li { float: left; background: none; margin: 0 !important; padding: 0 !important; }
   #nav li a { display: block; padding: 6px 6px; text-decoration: none; font-weight: bold; color: #361408; border-right: 1px solid #ccc; }
   #nav li a.last { border-right: none; }
   #nav li a:hover { color: #ffe7ce; background-color: #361408; }
   */



/* ====================================== */
/* BULLETED AND NUMBERED LISTS  */	
div.list ul { margin: .5em 0 !important; }
div.list ul li { list-style: none; background: transparent url(/images/layout/bullet.gif) no-repeat left 0.6em; padding-left: 8px; margin-top: 0.8em; }
div.list ul li { margin-left: 0 !important; }
div.list ul ul { margin: .6em 0 0 1em; }
div.list ol li { margin: .6em 0 0 1.5em; *margin: .6em 0 0 26px; }



/*-------------------------------------------
    NAVBAR
-------------------------------------------*/

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.8em;
background:url(/images/layout/bg3.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
letter-spacing: 1px;
border:1px solid #000;
border-right: none;
border-left: none;
margin:0;
padding:0;
text-transform: uppercase;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#e2dfd2;
text-decoration:none;
height:24px;
padding:9px 12px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(/images/layout/bg3.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#e2dfd2;
font-weight:700;
}


/*ORANGE*/
ul.menu.orange{
background-color:#DC4900;
}
ul.menu.orange li a:hover, .menu.orange li.current {
background-color:#F46D00;
}

