/* */

/*=========================== CSS RESET ===========================*/
/* .twoColFixRtHdr */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th { 
	margin:0;
	padding:0;
}

img {display:block;}

fieldset {
	border:0;
	padding: 0;
	margin: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	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;
}

#wrapper { 
	width: 100%;  
	background-color:#FFF;
	background-image:url(images/topblend_bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

#topbg { 
	width: 100%;
	background-image:url(images/topheader_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	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. */
}

#container { 
	width: 780px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#topbar {
	width: 100%; 
	background-image:url(images/topbar_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;;
}

#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 */
}


#topimage {
	padding: 10px 10px 0 20px;
}

#sidebar1 {
	float: right; /* 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: 30px 10px 15px 10px;
}
.mainpageContent {
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right 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. */
}

#mainContent { 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer { 
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

#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:80%;
}

.fltright { /* 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;
}

.fltleft { /* 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;
}

/* ==================== FONTS ==================== */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong, em {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
margin:0;
padding:0;
line-height:1.3em;
}

h1 {
	font-size:155%;
	font-weight: bold;
	margin: 5px 0 8px 0;
}
h2 {
	font-size:135%;
	font-weight: bold;
	margin: 18px 0 8px 0;
	border-bottom: 1px solid #DDD;
}
h3 {
	font-size:120%;
	font-weight: bold;
	margin: 10px 0 8px 0;
	color:#FF6600
}

h4 {
font-size:100%;
font-weight:bold;
margin: 6px 0;
color:#546a83;
}

h6 {
font-weight:bold;
margin: 15px 0;
}


a, a:visited {
color:#06C;
}

a:hover {
color:#FFCC00;
text-decoration:underline;
}

.fadeline {
width:180px;
height:1px;
background-image:url(images/fadeline.gif);
background-repeat:no-repeat;
background-position:center;
margin:20px 0;
}


#nav {
	padding: 10px 0 20px 20px;
}

#nav ul {
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}

ul {
line-height:1.5em
}

#list {
list-style-type: none;
margin: 0;
padding: 0;
}

a[id ="pdf"] {
padding: 0 0 3px 20px;
background: url(images/icon_pdf.gif) no-repeat left;
}


/* ========== NAV ========== */

/* HOME TAB  */
    #nav .home a {
	float:left;
	background:url("images/home-btn.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav .home a span {
	float:left;
	display:block;
	width:87px;
	height:20px;
	margin-right:2px;
	background:url("images/home-btn.gif") no-repeat left top;
	padding:0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav .home a span {
	float:none;
}
/* End IE5-Mac hack */
    #nav .home a:hover span {
	color:#FF9834;
}
#nav .home a:hover {
	background-position:0% -20px;
}
#nav .home a:hover span {
	background-position:100% -20px;
}


/* PROGRAMS TAB  */
    #nav .programs a {
	float:left;
	background:url("images/programs-btn.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav .programs a span {
	float:left;
	display:block;
	width:137px;
	height:20px;
	margin-right:2px;
	background:url("images/programs-btn.gif") no-repeat left top;
	padding:0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav .programs a span {
	float:none;
}
/* End IE5-Mac hack */
    #nav .programs a:hover span {
	color:#FF9834;
}
#nav .programs a:hover {
	background-position:0% -20px;
}
#nav .programs a:hover span {
	background-position:100% -20px;
}

/* EVENTS TAB  */
    #nav .events a {
	float:left;
	background:url("images/events-btn.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav .events a span {
	float:left;
	display:block;
	width:87px;
	height:20px;
	margin-right:2px;
	background:url("images/events-btn.gif") no-repeat left top;
	padding:0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav .events a span {
	float:none;
}
/* End IE5-Mac hack */
    #nav .events a:hover span {
	color:#FF9834;
}
#nav .events a:hover {
	background-position:0% -20px;
}
#nav .events a:hover span {
	background-position:100% -20px;
}


/* RESOURCES TAB  */
    #nav .resources a {
	float:left;
	background:url("images/resources-btn.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav .resources a span {
	float:left;
	display:block;
	width:77px;
	height:20px;
	margin-right:2px;
	background:url("images/resources-btn.gif") no-repeat left top;
	padding:0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav .resources a span {
	float:none;
}
/* End IE5-Mac hack */
    #nav .resources a:hover span {
	color:#FF9834;
}
#nav .resources a:hover {
	background-position:0% -20px;
}
#nav .resources a:hover span {
	background-position:100% -20px;
}

/* ABOUT TAB  */
    #nav .about a {
	float:left;
	background:url("images/about-btn.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav .about a span {
	float:left;
	display:block;
	width:107px;
	height:20px;
	margin-right:2px;
	background:url("images/about-btn.gif") no-repeat left top;
	padding:0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav .about a span {
	float:none;
}
/* End IE5-Mac hack */
    #nav .about a:hover span {
	color:#FF9834;
}
#nav .about a:hover {
	background-position:0% -20px;
}
#nav .about a:hover span {
	background-position:100% -20px;
}

/* SUPPORTERS TAB  */
    #nav .supporters a {
	float:left;
	background:url("images/supporters-btn.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav .supporters a span {
	float:left;
	display:block;
	width:87px;
	height:20px;
	margin-right:2px;
	background:url("images/supporters-btn.gif") no-repeat left top;
	padding:0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav .supporters a span {
	float:none;
}
/* End IE5-Mac hack */
    #nav .supporters a:hover span {
	color:#FF9834;
}
#nav .supporters a:hover {
	background-position:0% -20px;
}
#nav .supporters a:hover span {
	background-position:100% -20px;
}

/* CONTACT TAB  */
    #nav .contact a {
	float:left;
	background:url("images/contact-btn.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav .contact a span {
	float:left;
	display:block;
	width:87px;
	height:20px;
	margin-right:2px;
	background:url("images/contact-btn.gif") no-repeat left top;
	padding:0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav .contact a span {
	float:none;
}
/* End IE5-Mac hack */
    #nav .contact a:hover span {
	color:#FF9834;
}
#nav .contact a:hover {
	background-position:0% -20px;
}
#nav .contact a:hover span {
	background-position:100% -20px;
}


/* STAFF TAB  */
    #nav .staff a {
	float:left;
	background:url("images/staff-btn.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav .staff a span {
	float:left;
	display:block;
	width:97px;
	height:20px;
	margin-right:2px;
	background:url("images/staff-btn.gif") no-repeat left top;
	padding:0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav .staff a span {
	float:none;
}
/* End IE5-Mac hack */
    #nav .staff a:hover span {
	color:#FF9834;
}
#nav .staff a:hover {
	background-position:0% -20px;
}
#nav .staff a:hover span {
	background-position:100% -20px;
}


/* edit new */
#nav li.on a span {background-position: bottom left !important;}/* on nav menu page */
#nav li a span {cursor: pointer;}/* for IE */

#mainContent p {
	margin-bottom: 10px; /* set line height <p></p> in content */
}
#mainContent p.text-center {
	text-align: center;
}
#mainContent p.img-center {
	width: 55%;
	text-align: center !important;
	margin: 0 auto;
}
#mainContent ul  {
	list-style: inherit;
	padding: 0 0 10px 20px;
}
#mainContent ol {
	list-style: decimal;
	padding: 0 0 10px 20px;
}
#mainContent ol.comment {border-top: 1px dashed  black;}
#mainContent ol.comment li {
	font-size: 80%;
	line-height: 25px;
}
#mainContent h4 {
	color: #a1ab00; /* font color h4 in content */
}
#mainContent em {font-style: italic;}

/* end edit new */


/*ON-STATE FOR TABS*/

body#home #nav li#tab_0 a {
 background-position: bottom left !important;
 cursor:default;
}

body#home #nav li#tab_0 a span{
 background-position: bottom left !important;
 cursor:default;
}


body#programs #nav li#tab_1 a {
 background-position: bottom left !important;
 cursor:default;
}

body#programs #nav li#tab_1 a span{
 background-position: bottom left !important;
 cursor:default;
}

body#events #nav li#tab_2 a {
 background-position: bottom left !important;
 cursor:default;
}

body#events #nav li#tab_2 a span{
 background-position: bottom left !important;
 cursor:default;
}

body#resources #nav li#tab_3 a {
 background-position: bottom left !important;
 cursor:default;
}

body#resources #nav li#tab_3 a span{
 background-position: bottom left !important;
 cursor:default;
}

body#about #nav li#tab_4 a {
 background-position: bottom left !important;
 cursor:default;
}

body#about #nav li#tab_4 a span{
 background-position: bottom left !important;
 cursor:default;
}

body#supporters #nav li#tab_5 a {
 background-position: bottom left !important;
 cursor:default;
}

body#supporters #nav li#tab_5 a span{
 background-position: bottom left !important;
 cursor:default;
}

body#contact #nav li#tab_6 a {
 background-position: bottom left !important;
 cursor:default;
}

body#contact #nav li#tab_6 a span{
 background-position: bottom left !important;
 cursor:default;
}
