@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F4F4F4;
	background-image: url(../images/bkgnd_stripe_1.jpg);
	background-repeat: repeat-y;
	background-position: center;
	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;
}
.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; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 

/*CSS for Banner*/

.twoColFixLtHdr #banner {
	height:110px;
	padding: 0px;
	clear: both;
	float: none;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 

.twoColFixLtHdr #header {
	height: 175px;
	background-attachment: scroll;
	background-image: url(../images/chcs_header_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float: none;
	background-color: #990000;
} 
.twoColFixLtHdr #topnav {
	padding-right: 20px;
	height: 20px;
	background-color: #cc9933;
} 
.twoColFixLtHdr #topnav p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #topnav a {
	font-size: 11px;
	text-decoration: none;
}
.twoColFixLtHdr #topnav a:hover {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}
.twoColFixLtHdr #leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(../images/leftnav_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #mainContent {
	clear: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	text-align: justify;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #882222;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.twoColFixLtHdr #mainContent a:link {
	text-decoration: none;
	color: #882222;
}
.twoColFixLtHdr #mainContent a:visited {
	text-decoration: none;
	color: #882222;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: none;
	color: #999999;
}
.twoColFixLtHdr #mainContent a:active {
	text-decoration: none;
	color: #882222;
}
.twoColFixLtHdr #mainContent blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666666;
}
.twoColFixLtHdr #mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	text-align: justify;
}
.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #882222;
	clear: both;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #999999;
}
.twoColFixLtHdr #footer a {
	color: #999999;
}
.twoColFixLtHdr #footer a:hover {
	color: #333333;
}
.twoColFixLtHdr #form {
	padding-left: 25px;
	background-color: #F7F7F7;
	padding-top: 20px;
	padding-bottom: 5px;
} 
.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;
}

/*Left Navigation Items*/

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Century Gothic;
	color: #660000;
	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;
}
.arrowlistmenu .menuheader a { /*CSS class for menu headers in general (expanding or not!)*/
	color: #660000;
	text-decoration: none;
}
.arrowlistmenu .menuheader:hover { /*CSS class for menu headers in general (expanding or not!)*/
	border-bottom: 1px solid #660000;
	border-top: 1px solid #660000;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	border-bottom: 1px solid #660000;
	border-top: 1px solid #660000;
}
.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: #333333;
	background: url(../images/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 14px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: .62em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.arrowlistmenu ul li a:visited{
	color: #333333;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #cc9933;
}