/***********************************************/
/* onpoint.css                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
    font-family: Humanist, Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 1.166; 
    margin: 0px;
    padding: 0px;
}

a, a:link, a:visited, a[href]:link, a[href]:visited {
    color: #0000FF;
    text-decoration: none;
}
a[href]:hover {
    color: #006699;
    text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Times, serif;
    margin: 0px;
    padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
                
/***********************************************/
/* My IDs                                      */
/***********************************************/ 

#wrapper {
    position: relative;
    text-align: left;
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    background-image: url(images/sidebar.gif);
    background-repeat:repeat-y;  
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}

#header {
    background-image:url(images/header.gif);
    background-repeat:no-repeat;
    position:relative;
    width:1024px;
    height:176px;
    left: 0px;
    top: 0px;
    padding: 0px 0px;
}

#footer{
    clear:both;
    border-top: 1px dotted #808080;
    font-size: 75%;
    color: #404040;
    padding: 10px 10px 10px 10px;
    margin-left: 0;
    text-align:center;
}

/***********************************************/
/* Left-margin navigation menu                 */
/***********************************************/

#nav {
    float: left;
    margin-left: 26px;
    width: 180px;
    background-color:#000000;
    color: #FFFFFF;
}
/* #nav ul a:link, #nav ul a:visited {display: block;} */
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav li {
    border-bottom: 10px solid #800000;
}

/* fix for browsers that don't need the hack */
html>body #nav li {
    border-bottom: none;
}

#nav a{
    background-image: none;
    display:block;
    font-family: Humanist, Arial, Helvetica, sans-serif;
    font-size:90%;
    height: 23px;
    margin: 0;
    text-align:center;
    text-decoration: none;
}
#nav a:link{
    background-color:#000000;
    color: #FFFFFF;
    font-weight:bold;
    padding: 12px 0 12px 0;
/*
    voice-family: "\"}\""; 
    voice-family:inherit;
*/
    width: 180px;
}
#nav a:visited{
    background-color: #000000;
    color: #CCCCCC;
    font-weight:normal;
    padding: 12px 0 12px 0;
    width: 180px;
}
#nav a:hover{
	background-color: #333333;
	border-top: inset 3px #000000;
	border-right: inset 3px #C0C0C0;
	border-bottom: inset 3px #C0C0C0;
	border-left: inset 3px #000000;
	color: #FFFFFF;
	font-weight:bolder;
	padding: 11px 0 7px 0;
	width:174px;
}

/* In nav area but not a menu link             */

#nav a.navtail:hover{
    background-color:#000000;
	border:0;
    color: #FFFFFF;
    font-weight:bold;
    padding: 12px 0 12px 0;
    width: 180px;
}

/***********************************************/
/* Content (main client area)                  */
/***********************************************/
/*
#content_TEST{
    float:right;
    font-size: 12px;
    width:760px;
    padding: 0 10px 0 0;
}
*/
#content{
    font-family: Humanist, Arial, Helvetica, sans-serif;
    color: #000000;
/*  line-height: 1.166;     */
    margin-top: 20px;
    margin-left: 231px;
    background-color:transparent;
    background-image: none;
    border: none;
    padding: 0 10px 0 0;
}
/*
#content * {
    background-color:transparent;
    background-image: none;
    border: 0;
    padding: 0;
}
*/
#content h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
/*  margin: 0px;
    padding: 0px; */
}

#content h1{
    font-size: 200%;
    color: #334d55;
}

#content h2{
    letter-spacing: -1px;
/*  border: solid 1px blue; */
    margin: 0 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 114%;
    color: #474a91;
}

#content h3{
    font-size: 100%;
    color: #334d55;
}

#content h4{
    font-size: 120%;
    font-style: italic;
    font-weight: bolder;
    color: #474a91;
}

#content h5{
    font-size: 100%;
    color: #334d55;
}

#content>p{
    margin-top: 0;
    line-height: 110%;
}

#content>ul{
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 2px;
    padding-left: 35px;
}

#content>a[href]:link, #content>a[href]:visited {
    color: #0000FF;
    text-decoration: underline;
/*
    background-color:transparent;
    background-image: none;
    border: 0;
    padding: 0;
*/
}
#content>a[href]:hover {
    color: #006699;
    text-decoration: underline;
/*
    background-color:transparent;
    background-image: none;
    border: 0;
    padding: 0;
*/
}

/***********************************************/
/* #content .stafflist                         */
/* photo and label info for people             */
/***********************************************/

.stafflist {
    margin:0;
    padding:0;
}
.stafflist ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
.stafflist li {
    float:left;
    height:90px;
    width:240px;
    margin:0 0 15px 75px;
}
.stafflist li img {
/*    border:1px solid #333300; */
	border: none;
    height:90px;
    width:60px;
    margin-left:-75px;
    position:absolute;
}

/***********************************************/
/* Cursive quotation                           */
/***********************************************/

.quotation{
    color: #606060;
    font-family: "AR BLANCA", "Bradley Hand ITC", "Tempus Sans ITC", "Segoe Script", "Lucida Handwriting", "Segoe Print", "Monotype Corsiva", Pristina;
    font-size: 24px;
    padding: 0 20px 0 0;
}

/***********************************************/
/* Picture captions: main and subordinate      */
/***********************************************/

.piccaption1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 90%;
    color: #474a91;
}

.piccaption2{
    font-size: 90%;
    color: #606060;
}

/***********************************************/
/* Right-margin list of thumbnails             */
/***********************************************/

#thumbnails {
    float: right;
    margin-left: 0px;
    width: 129px;
    background-color: #FFFFFF;
}

#thumbnails ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
}
#thumbnails ul a[href]:link, #thumbnails ul a[href]:visited, #thumbnails ul a[href]:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#thumbnails ul a:link{
    background-color:#FFFFFF;
    display:block;
    font-size: 90%;
    padding: 0;
    width: 127px;

    border: 2px white;
    color: #FFFFFF;
    font-weight:bold;
    text-align: left;
/*
    voice-family: "\"}\""; 
    voice-family:inherit;
*/
}

#thumbnails ul a:visited{
    background-color: #FFFFFF;
    display:block;
    font-size:90%;
    padding: 0;
    width: 127px;

    border: 2px white;
    color: #CCCCCC;
    font-weight:normal;
    text-align:left;
}

#thumbnails ul a:hover{
    display:block;
    background-color: #FFFFFF;
    padding: 0;
    text-decoration: none;
    width:127px;
/*
    border-top: 0;
    border-right: outset 2px #C0C0C0;
    border-bottom: 0;
    border-left: outset 2px #FFFFFF;
*/
    border: 2px white;
    color: #FFFFFF;
    font-weight:bolder;
    font-size:90%;
    text-align:center;
}

#thumbnails img, #thumbnails li{
    border: 2px white;
}

/* #thumbnails ul a:link, #thumbnails ul a:visited {display: block;} */

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#thumbnails li {
/*  border: 0; */
    margin-left: 0;
}

/* fix for browsers that don't need the hack */
/*
html>body #thumbnails li {
    border-bottom: none;
}
*/

.thumbname{
    margin-top: -20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 5px;
    padding-bottom: 4px;
    font-size: 120%;
    font-weight: 600;
}

/***********************************************/
/* PDF and similar links                       */
/***********************************************/

ul.iconlinks{
    list-style-type: none;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    display: block;
}

ul.iconlinks li{
    position: relative;
    margin-bottom: 4px;
    display: block;
}

ul.iconlinks li a{
/*
    left: 35px;
    text-align: 35px;
*/
}

ul.iconlinks li img{
    clear: both;
    background-repeat: no-repeat;
    top: 3px;
    margin-left: -40px;
    border: none;
    height: 36px;
    width: 32px;
    position: absolute;
/*
    background-position: 18px left;
    margin: 0 8px 0 -40px;
    left: 0;
*/
}

ul.iconlinks li img.PDFicon{
    background-image: url(images/PDFiconSmall.gif);
}

ul.iconlinks li img.OPFCicon{
    background-image: url(images/OPFJicon32x32bord.gif);
}

/***********************************************/
/* Round pressable button with overlayable text*/
/***********************************************/

.RoundButton{
/*
    background-image: url(images/ButtonRoundShadowed100.png);
    background-repeat: no-repeat;
*/
    border: none;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    height: 132px;
    line-height: .80;
    margin-top: 0px;
    position: relative;
    text-align: center;

    top: 0;
    vertical-align: middle;
    width: 132px;
}
/*
#Content .RoundButton a[href]:link{
    border: 0;
    text-decoration: none;
}
*/
.RoundButton *{
    border: none;
/*  text-decoration: none; */
}

.RoundButton a:link, .RoundButton a:visited, .RoundButton a:hover{
    background-image: url(images/ButtonRoundShadowed100.png);
    background-repeat: no-repeat;
    border: solid transparent;
    color: #FF0000;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    height: 132px; width: 132px;
    line-height: .80;
    margin-top: 0px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    vertical-align: middle;
}

.RoundButton a:hover{
	border: solid #474A91;
}

.RoundButton a:active{
    background-image: url(images/ButtonRoundShadowed100Depressed.png);
    font-size: 19px;
	border: solid #FF0000;
}

/* overrides decoration from previous rule for hovered links */
/*
#content a.RoundButton[href]:link, #content a.RoundButton[href]:visited {
    color: #CCCCCC;
    text-decoration: none;
}
#content a.RoundButton[href]:hover {
    color: #FFFFFF;
    text-decoration: none;
}
*/
/* overrides decoration from previous rule for hovered links */

.RoundButton a p{
    color: #FFFFFF;
    position: relative;
    top: 32px;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
/*  text-decoration: none; */
    vertical-align: middle;
}

/*********************************************/

.RectangularButton{
    border: none;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 20px;
    font-weight: bolder;
    height: 46px;
    line-height: .80;
    margin-top: 0px;
	margin-bottom: 20px;
    position: relative;
    text-align: center;

    top: 0;
    vertical-align: middle;
    width: 166px;
}
/*
#Content .RectangularButton a[href]:link{
    border: 0;
    text-decoration: none;
}
*/
.RectangularButton *{
    border: none;
/*  text-decoration: none; */
}

.RectangularButton a:link, .RectangularButton a:visited, .RectangularButton a:hover{
    background-image: url(images/DonateNowRectangularButtonWithShadow.png);
    background-repeat: no-repeat;
    border: none;
    color: #FF0000;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    height: 46px; width: 166px;
    line-height: .80;
    margin-top: 0px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    vertical-align: middle;
}

.RectangularButton a:hover{
	border: none;
}

.RectangularButton a:active{
    background-image: url(images/DonateNowRectangularButtonDepressed.png);
    font-size: 19px;
	border: none;
}

/* There is currently no overlaid text on this button,
	as on the RoundButton.  If there is later, expose this. */
/*
.RectangularButton a p{
    color: #FFFFFF;
    position: relative;
    top: 32px;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
/*  text-decoration: none; * /
    vertical-align: middle;
}
*/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


/*************** #pageName styles **************/

#pageName{
    padding: 20px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
    font-size: 90%;
    padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
    font-size: 80%;
    padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
    padding: 0px 0px 10px 10px;
    font-size: 80%;
}

.feature h3{
    padding: 30px 0px 5px 0px;
    text-align: center;
}

.feature img{
    float: left;
    padding: 0px 10px 0px 0px;
    margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
    padding: 10px 0px 0px 10px;
    font-size: 80%;
}

.story p{
    padding: 0px 0px 10px 0px;
}


/************* #search styles ***************/

#search{
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
}

#search form{
    margin: 0px;
    padding: 0px;
}

#search label{
    display: block;
    margin: 0px;
    padding: 0px;
}


/************** #advert styles **************/

#advert{
    padding: 10px 0px 0px 10px;
    font-size: 80%;
    border-top: 1px solid #cccccc;
}

#advert img{
    display: block;
}


/************** #headlines styles **************/

#headlines{
    margin: 0px;
    padding: 10px 0px 20px 10px;
    font-size: 80%;
}

#headlines p{
    padding: 5px 0px 5px 0px;
}

