@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-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/bkgnd_stripe_1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
} 
.twoColFixLtHdr #header {
	background-color: #000000;
	height: 180px;
	width: 800px;
	padding: 0;
	background-position: center;
}
.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 #topnav {
	background-color: #000000;
	height: 45px;
	width: 800px;
	padding: 0;
	background-image: url(../images/header_css_web_jos_v1_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #topnav p {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	margin: 0;
	padding-top: 3px;
}
.twoColFixLtHdr #topnav a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #topnav a:hover {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(../images/header_css_web_jos_v1_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr .donate {
	margin-top:25px;
}
.twoColFixLtHdr #search {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	visibility: visible;
} 
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent p {
	font-size: .75em;
	color: #333333;
	text-align: justify;
	line-height: 1.25em;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 1.25em;
	color: #333333;
} 
.twoColFixLtHdr #mainContent h2 {
	font-size: 1em;
	color: #666666;
	font-weight: bold;
} 
.twoColFixLtHdr #mainContent h3 {
	font-size: 0.85em;
	color: #666666;
}
.twoColFixLtHdr #mainContent blockquote {
	font-size: 0.75em;
	color: #003366;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1em;
} 
.twoColFixLtHdr #mainContent a {
	color: #006bb1;
	text-decoration: none;
	font-weight: bold;
} 
.twoColFixLtHdr #mainContent a:hover {
	color: #666666;
} 
.twoColFixLtHdr #mainContent li {
	font-size: 0.75em;
	color: #0066b1;
	text-align: left;
	line-height: 1.25em;
	margin-top: 12px;
} 
.twoColFixLtHdr #footer {
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
} 
.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-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align: right;
}
.twoColFixLtHdr #search {
	margin-right: 0px;
	padding-right: 0px;
}
.twoColFixLtHdr #search input {
	margin-bottom: 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;
}

/*Left Navigation Items*/

.arrowlistmenu{
	width: 170px; /*width of accordion menu*/
	padding-top: 15px;
}
.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 .closedheader{ /*CSS class to apply to expandable header when it's collapsed*/
	color: #006BB1;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #006BB1;
	color: #FFFFFF;
}
.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
	color: #FFFFFF;
}
.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: 19px; /*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;
}
