/* CSS Document */


/* If you want a background image, here's the code: html body {
    background-image: url(images/yellow-faded-background.gif);
    background-repeat: repeat-x;
    background-color: #fff;
    margin: 10px;
    padding: 0px;
    }*/


html body {
   
    background-color:#CCC;
    margin: 10px;
    padding: 0px;
    }
   
    body, p, div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    }
   

   
#wrapper {
    background-color:#FFF;
    margin: 0px;
    padding: 0px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
	border: thin; 
	border-width: 2px;
	border-style: solid;
	border-color:#999;

}

#wrapper #header {
    background-image: url(images/banner3.jpg);
    background-repeat: no-repeat;
    height: 220px;
}


#wrapper #header_link {
height: 189px;
width: 100%;
margin: 0;
padding: 0;
background-color: transparent;
}



#wrapper #topnav {
    height: 18px;
    padding: 3px;
    background-color:#999;
    text-align: center;
}

#wrapper #topnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


#wrapper #topnav  ul li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d4d4d4;
}
#wrapper #topnav  ul li a {
    text-decoration: none;
    color: #000;
}
#wrapper #topnav  ul li a: visited {
    color: #000;
    text-decoration: none;
}
#wrapper #topnav ul li a:hover {
    color: #000;
    text-decoration: underline;
}
#wrapper #topnav ul li.last {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#wrapper #topaboutnav {
    height: 18px;
    padding: 3px;
    background-color:#fff;
    text-align: center;
}

#wrapper #topaboutnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


#wrapper #topaboutnav  ul li {
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
   
}
#wrapper #topaboutnav  ul li a {
    text-decoration: none;
    color: #000;
}
#wrapper #topaboutnav  ul li a:visited {
    color: #000;
    text-decoration: none;
}
#wrapper #topaboutnav ul li a:hover {
    color: #000;
    text-decoration: underline;
}
#wrapper #topaboutnav ul li.last {
	border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#wrapper #centercol li{
     margin: .4em 0;}

#wrapper #centercol {
    width: 450px;
    float: none;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 175px;
    padding-bottom: 5px;
    padding-left: 175px;
	border-left-color:#000
}

#wrapper #centercol p.tagline {
    font-size: 14px;
    font-style: italic;
    line-height: normal;
    font-weight: 600;
    color: #003;
    text-align: center;
}

#wrapper #centercol p.quote {
    font-size: 11px;
    font-style: italic;
    line-height: normal;
    text-align: center;
}

#wrapper #centercol .sectiontitle {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    color: #006;
    font-variant: normal;
    text-align: left;
}
#wrapper #centercol img.plainborder {
    background-color: #FFF;
    width: 200px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #000000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

#wrapper #centercol img.homepageimage {
    background-color: #FFF;
    width: 250px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #000000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    float: middle;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
	align-center;
}

.box5 {
width: 250px;
background-color:#FFF;
border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color:#999;
    border-right-color:#999;
    border-bottom-color:#999;
    border-left-color:#999;
    margin-right: 8px;
	margin-left: 85px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
	float: middle;
}
}
.large-text {
padding-left: 3px;
font-size: 18px;
font-weight: bold;
color: #552B00;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.small-text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #090400;
display: block;
padding: 0px 5px 5px 5px;
}
.smallphotoby-text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #090400;
display: block;
padding: 0px 5px 5px 5px;
}



#wrapper #centercol img.directorylist {
    background-color: #FFF;
    width: 150px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #000000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    float: left;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

#wrapper #centercol img.directorylist2 {
    background-color: #FFF;
    width: 100px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #000000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    float: left;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

#wrapper #centercol p img.directorylist {
    border-top-style: solid;
}
#wrapper #centercol table tr td.smalltype {
    font-size: 9px;
    vertical-align: top;
   
}

#wrapper #disabilitiestopnav {

    text-align: left;
}

#wrapper #disabilitiestopnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


#wrapper #disabilitiestopnav  ul li {
    display: inline;
    padding-right: 1px;
    padding-left: 1px;
    border-right-width: 1px;
    border-right-style: none;
    border-right-color: none;
}
#wrapper #disabilitiestopnav  ul li a {
    text-decoration: none;
    color: #000;
}
#wrapper #disabilitiestopnav  ul li a: visited {
    color: #000;
    text-decoration: none;
}
#wrapper #disabilitiestopnav ul li a:hover {
    color: #000;
    text-decoration: underline;
}
#wrapper #disabilitiestopnav ul li.last {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}



#wrapper #rightcol {
    width: 190px;
    float: left;
    background-color: #FFFFAA;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
}

#wrapper #rightcol ul {
   
    margin: 15px;
    padding: 0px;
}

#wrapper #rightcol  ul li {
    display: list-item;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    list-style-type: disc;
    font-size: 9px;
}


#wrapper #footer {
    clear: both;
    padding: 5px;
    background-color:#CCC;
}

#wrapper #footer table {
    width: 800px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
   
}
#wrapper #footer table tr td {
    vertical-align: top;
    text-align: left;
    font-size: 10px;
}

#wrapper #footer  tr td a {
    text-decoration: none;
    color:#000;
}
#wrapper #footer  tr td a: visited {
    color: #000;
    text-decoration: none;
}
#wrapper #footer tr td a:hover {
    color: #000;
    text-decoration: underline;
}
#wrapper #rightcol p.smalltyperightcol {
    font-size: 9px;
}

