/* THE BASIC STUFF */

/* STANDARD FONT FAMILIES */

/* verdana, geneva, helvetica, arial, sans-serif */
/* georgia, times, new century schoolbook, times new roman, serif */

body {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    background-color: white;
    font-size: 11px;
    }
  
h1 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 150%;
    color: #800000;
    text-align: left;
    }

h2 {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 120%;
    color: #4e4e4e;
    text-align: left;
    }

h3 {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 100%;
    color: #000000;
    text-align: left;
    }

h4 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 90%;
    color: #000000;
    text-align: left;
    }

h5 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 70%;
    color: #000000;
    text-align: left;
    }
    
p  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

ul, ol, li {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    list-style-image: url(images/icons/bullet.gif);
    font-size: 11px;
    }

table, td, tr  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

a { font-family: verdana, geneva, helvetica, arial, sans-serif; text-decoration: underline;}
a:link { color:#b30101; text-decoration: underline; }
a:visited { color:#434343; text-decoration: underline; }
a:active { color:#000000; text-decoration: none; }
a:hover { color:#000000; text-decoration: none; }

.baseNav a { font-family: verdana, geneva, helvetica, arial, sans-serif; text-decoration: underline; font-size: 10px;}
.baseNav a:link { color:#fff; text-decoration: none; }
.baseNav a:visited { color:#fff; text-decoration: none; }
.baseNav a:active { color:#c3c3c3; text-decoration: none; }
.baseNav a:hover { color:#c3c3c3; text-decoration: none; }

.mainNav a { font-family: verdana, geneva, helvetica, arial, sans-serif; text-decoration: underline;     font-size: 10px;}
.mainNav a:link { color:#ffffff; text-decoration: none; }
.mainNav a:visited { color:#ffffff; text-decoration: none; }
.mainNav a:active { color:#000000; text-decoration: none; }
.mainNav a:hover { color:#000000; text-decoration: none; }

.boxes a { font-family: verdana, geneva, helvetica, arial, sans-serif; text-decoration: underline;}
.boxes a:link { color:#434343; text-decoration: none; }
.boxes a:visited { color:#434343; text-decoration: none; }
.boxes a:active { color:#b30101; text-decoration: none; }
.boxes a:hover { color:#b30101; text-decoration: none; }

/* PADDING */

div.contentPad {
    padding-top: 5px;
    }

/* BACKGROUNDS */

td.baseNav {
    background: url(http://www.centerforsiouxland.org//images/main/address_top_back.gif);
    padding: 10px 0 10px 0;
    color: #ffffff;
    }

td.mainNav {
    background: url(http://www.centerforsiouxland.org//images/menu/main_menu_back.gif) no-repeat top;
    height: 27px;
    color: #ffffff;
    }

td.contentGrey {
    background: url(http://www.centerforsiouxland.org//images/main/content_back_grey.gif) no-repeat top;
    width: 414px;
    padding: 20px 20px 20px 20px;
    }

td.contentRed {
    background: url(http://www.centerforsiouxland.org//images/main/content_back_red.gif) no-repeat top;
    width: 414px;
    padding: 20px 20px 20px 20px;
    }

td.mainPress {
    padding: 0 10px 0 0;
    }

td.mainEvents {
    padding: 0 0 0 10px;
    }

div.servicesRight {
    background: url(http://www.centerforsiouxland.org/images/main/right_services_back.gif) no-repeat top;
    margin: 0 0 0 5px;
    padding: 37px 0 15px 20px;
    }

div.servicesSub {
    background: url(http://www.centerforsiouxland.org/images/main/right_subnav_back.gif) no-repeat top;
    margin: 0 0 0 5px;
    padding: 15px 15px 15px 25px;
    }

div.creditRight {
    background: url(http://www.centerforsiouxland.org/images/main/right_credit_back.gif) no-repeat top;
    margin: 0 0 0 5px;
    padding: 75px 15px 25px 135px;
    }

div.afghanRight {
    background: url(http://www.centerforsiouxland.org/images/main/right_afghan_back.jpg) no-repeat top;
    margin: 0 0 0 5px;
    padding: 50px 15px 25px 120px;
    }

div.lacasaRight {
    background: url(http://www.centerforsiouxland.org/images/main/right_lacasa_back.gif) no-repeat top;
    margin: 0 0 0 5px;
    padding: 60px 115px 15px 15px;
    }

div.twooneoneRight {
    background-image:url(http://www.centerforsiouxland.org/images/main/right_211_back.gif);
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
    padding: 125px 15px 15px 25px;
    }


div.board {
    background: url(http://www.centerforsiouxland.org/images/main/right_board_back.gif) no-repeat top;
    margin: 0 0 0 5px;
    padding: 55px 0 15px 20px;
    }

div.annualRight {
    background: url(http://www.centerforsiouxland.org/images/main/right_annual_back.gif) no-repeat top;
    margin: 0 0 0 5px;
    padding: 60px 100px 15px 15px;
    }

.counter {
    font-weight: bold;
}

div.subSubNav {
    padding: 0 15px 15px 15px;
    font-style: italic;
    }

div.divider {
    text-align: center;
    padding: 10px 0 10px 0;
    }

td.directoryHeader {
    font-weight: bold;
    font-size: 120%;
    color: #4e4e4e;
    padding: 10px 0 5px 0;
    }

td.directoryAddress {
    font-weight: bold;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #6f6f6f;
    }

td.directoryName {
    background: #fdf9c8;
    padding: 5px 0 5px 5px;
    border-bottom: 1px solid #6f6f6f;
    border-left: 1px solid #6f6f6f;
    }

td.directoryTitle {
    background: #fdf9c8;
    padding: 5px 0 5px 5px;
    border-bottom: 1px solid #6f6f6f;
    border-left: 1px solid #6f6f6f;
    }

td.directoryPhone {
    background: #fdf9c8;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #6f6f6f;
    border-right: 1px solid #6f6f6f;
    text-align: center;
    }

div.knockout {
    float: right;
    padding: 10px;
    margin: 5px 5px 5px 15px;
    width: 120px;
    border: 1px solid #000;
    background: #eeeeee;
    }

div.events {
    padding: 20px;
    background: #eeeeee;
    border: 1px solid #800000;
    }

div.newsimage {
    float: right;
    padding-left: 10px;
    }

.newsPhoto {
     margin-right: 10px;
     border: 1px solid #000;
     }

img.woman {
    border: 1px solid #000;
    padding: 2px;
    margin: 0 0 10px 10px;
    }