@charset "utf-8";
/* CSS Document */

body  {
	background: #fff; padding: 0px;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #333;
	font-family: verdana, arial, helvetica, sans-serif;
}
.twocol #container { 
	padding: 0px!important;
	width: 850px;  /* 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; /* this overrides the text-align: center on the body element. */	
	background-image: url(../images/sitewide/main-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;  
} 

.twocol #container-smright {
	width: 850px;
	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. */
	background-image: url(../images/sitewide/main-bg-smright.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
} 
.twocol #container-homepage {
	width: 850px;
	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. */
	background-image: url(../images/sitewide/main-bg-homepage.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF; 
} 

.twocol #header {
	margin: 0px;
	background-color: #000000;  /* 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. */
	height: 175px;
} 
.twocol #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 */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}







.twocol #rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; 
}


.twocol #rightbar img{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
.rightbar-child {
	margin-top: 500px!important;

}

.twocol #smrightbar{
	background-color: #88A6FF;
	padding: 5px; margin: 0px;
	width: 42px; 
}


.twocol #maintext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 60px;


} 

.twocol #maintext-smright {
	 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 60px;


} 


.twocol #uifooter {
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #FFF;
} 

#uifooter {
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: x-small!important;
	background-image: url(../images/sitewide/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	width: 850px;
	margin: 0px;
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#uifooter img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	border: none;
}
#uifooter a {
	color: #003366;
	text-decoration: none;
}
#uifooter p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}






.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;
}


                                                                    /* NEW SECTION */



#logo-header {
	background-color: #FFF;
}

#logo-header img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topbar-menu {
	width: 100%; background: #000;
	margin: 0px; 
	padding: 0px;
}


.photo-noprint {
	margin: 5px 0px 5px 5px;
	padding: 0px;
	float: right;
}

.pgmenu-noprint {

}




#menu-topright {
	background-color: #FFF!important;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#menu-topright a {
	color: #039!important;
	text-decoration: none;
	font-size: 13px;
	float: right;
	padding-right: 5px;
	width: 150px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	margin-left: 10px;
}

#menu-topright a:hover {
	color: #333; 	
	text-decoration: underline;
}
.contact {	
background-image: url(../images/sitewide/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.donate {
	background-image: url(../images/sitewide/donate.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
#button {
	background-color: #88A6FF;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px; 
}
#button a {margin-bottom: 50px;
	background-color: #333;
	clear: both;
	width: 150px;
	margin-top: 20px; 
	font-weight: normal;
	color: #03C;
	text-align: center;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #FFF;
	font-size: 90%;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#button a:hover {
	background-color: #9cca34;
	color: #000;
	border: 1px solid #000;} */
	
	



h1 {
	font-size: 150%;
	font-weight: bolder;
	color: #3399CC;
}

h1 a {
	color:#333!important;
	text-decoration: none;
	font-size: 85%;
}
h2 {
	
	font-size: 120%;
	text-transform: uppercase;
	color: #89B700;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #999999;
	padding-top: 4px;
}
p {
	
	line-height: 16px;
	color: #000000;
}
a:link {
	 font-family: verdana, arial, helvetica, sans-serif;
	color: #0033CC;
	text-decoration: none;

}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: underline;
}
ol {
	 font-family: verdana, arial, helvetica, sans-serif;
	line-height: 15px;
	list-style-type: decimal;
	list-style-position: outside;
}
ul {
	 font-family: verdana, arial, helvetica, sans-serif;
	line-height: 15px;
	list-style-type: disc;
}






#states p {
	margin-top: 7px;
	
}

#link-special strong a {
	font-weight: bolder;
	color: #333; font-size: 100%;
	font-style: normal; 	text-decoration: none; 	margin-right: 0px;
	margin-left: 0px;
}#link-special a {
	font-weight: normal;
	text-decoration: underline;
	color: #00F;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 90%;	
}
#link-special a.link-not-small {

	font-size: 100%;	
}



.return {
	padding-left: 27px;
	float: right;
	background-image: url(../images/arrow-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px; 
	padding-right: 8px; 
	padding-bottom: 5px;
	background-color: #FFF;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.backmain {
	margin: 4px 2px 0px;
	padding-left: 18px;
	background-image: url(../images/arrow-main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	height: 18px;
}

#chart table {
	border-collapse: collapse;

	border: 1px groove #666666;
}
#chart tbody {
	 color: #333333;border: 1px groove #666666;
}

#chart tfoot {font-size: 98%!important;}

#chart th {
	border: 1px groove #666666;
	background-color: #eeeeee;
	vertical-align: bottom;
}
#chart td {border: 1px groove #666666; 	margin: 0px;
	padding: 5px;

}
#chart ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;

}

#chart blockquote {	margin-left: 15px; 	margin-right: 0px;}
#chart ul ul{
	list-style-type: square; margin-left: 15px;
}
#chart li{	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}

#chart p{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	margin-top: 5px;
}

#boxr {
	margin: 0px 2px 2px;
	padding: 0px;
	float: right;
	width: 50%;
	background-color: #EAF4D5;
	
}

#boxr p{
	margin: 0px;
	padding: 4px;
}
#boxr br{
	padding: 0px;
	margin-top: 4px;	
}

#boxr h1{
	padding: 4px;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px 0px 4px;
	font-size: 110%;
}
#print-locator {
	 display: none;
}

#chart a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: underline;
	
}

li{	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
	

#contact {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 600px;
	padding-top: 30px;
	padding-bottom: 0px;
	display: block;
	padding-right: 5px;
	padding-left: 11px;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}	


#contact-base {
	background-image: url(../images/contact-base.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	clear: both;
	height: 14px;
	width: 600px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 75px;
}	

td {font-size: 90%;
	
}
#maintext td {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}.caution {
	background-color: #EDEDDC;
	background-image: url(../images/listserv/caution.jpg);
	display: block;
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left top;
}


#extra{	float: right; 
	background-color: #ffffff;
	background-image: url(../images/extra-bg.gif);
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 200px; 	background-repeat: no-repeat;
	background-position: left top;
}
#extra-content{
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;

}

#extra-base{	background-color: #ffffff;
	background-image: url(../images/extra-base.gif);	width: 200px;
	height: 8px; background-repeat: no-repeat;
	background-position: left top;}
#secondcol {
	float: right;
	width: 45%;
	margin-left: 10px;
}


#paybycheck {	float: right;
	width: 55%;
	margin-left: 10px;

	border-left-width: 40px;
	border-left-style: solid;
	border-left-color: #FFF;
	background-color: #FFF;
}
.key {
		display: block;
	margin: 2px;
	padding: 0px;
	float: right!important; 

}

.closeup {
	background-image: url(../images/closeup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	height: 35px;
	padding-left: 35px;
}

.closeup a {
	color: #996600!important;
	text-decoration: underline!important;
}

.closeup a:hover {
	color: #0033FF!important;
	
}

.small a {
	font-size: 11px!important;
}

.underline {
	text-decoration: underline!important;
}
.breadcrumb-box {
	font-size: 70%;
	margin-right: 0px;
	
	display: block;

	margin-top: 15px;

	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 50px;

}

.breadcrumb-box a {
	color: #333;
}
.breadcrumbs a {
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	margin-left: 5px;
	padding-left: 5px;
	color: #333!important;
}

.box-green-right {
	padding: 8px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #98CB34;
	width: 200px;
}
#states-menu {
	background-color: #CEDBFF;
	padding: 8px;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px none #98CB34;
	margin-right: auto;
	margin-left: auto;
}

#states-menu a {
	font-size: 85%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	padding-right: 5px;

}

#states-menu a.menulast {
border-right-width: 0px;
}



#adbanner-vytop{
	color: #181818;
	background-color: #88A6FF;
	padding: 5px;
	width: 500px;
	position: absolute;
	top: 0px; left: 0px;
	display: block;
	font-size: 12px;

}
