@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000099;
	background-image: url(../images/bkgnd_gradient_hor.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-attachment: scroll;
	background-image: url(../images/bearaffair10_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 175px; /* 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 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.55em;
	font-weight: bold;
	color: #6699CC;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #663399;
} 
.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.5em;
	color: #666666;
	text-align: justify;
}
.twoColFixLtHdr #mainContent a {
	color: #663399;
	text-decoration: none;
	font-weight: bold;
} 
.twoColFixLtHdr #mainContent a:hover {
	color: #6699CC;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent ul {
	list-style-type: none;
}
.twoColFixLtHdr #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1em;
	color: #666666;
	text-align: justify;
	padding-top: 7px;
}
.twoColFixLtHdr #mainContent blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.15em;
	color: #6699CC;
	text-align: justify;
}
.twoColFixLtHdr #mainContent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: inline;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	border-top-width: 7px;
	border-top-style: double;
	border-top-color: #6699CC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.25em;
	color: #663399;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
}
.twoColFixLtHdr #footer img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: left;
	float: left;
	padding-top: 10px;
} 
.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;
}

.arrowlistmenu{
	width: 150px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Century Gothic;
	color: #006bb1;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.arrowlistmenu .menuheader a { /*CSS class for menu headers in general (expanding or not!)*/
	color: #006bb1;
	text-decoration: none;
}
.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	background-color: #CCCCCC;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #FFFFFF;
	background-color: #6699CC;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
	color: #666666;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.arrowlistmenu ul li a:visited{
	color: #666666;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #666666;
	background-color: #FFFFFF;
}