body {
    font: 12px Helvetica, arial;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #707070;
    background: #efefeb;
}

a {
    color: #707070;
    text-decoration: none;
    font-weight: bold;
}
a:hover {text-decoration: underline;}

h1, h2 ,h3 {
    color: #363636;
}
.homeHeading {margin: 5px 0;}
p {line-height: 20px;}

#blackBar {
    height: 10px;
    width: 100%;
    background: #1f1e1e;
}
#tanBar {
    height: 10px;
    width: 100%;
    background: #d9d8cb;
}

.center {
    width: 900px;
    margin: 0px auto;
    text-align: left;
    position: relative;
}

#header {
    height: 109px;
    width: 100%;
    background: #ebebdd;
}
#header img {
    border: none;
}

#navigation {
    padding: 0px;
    background: url("images/pngs/nav_background.png") top center;
	width: 100%;
	height: 40px;
}

#navigation ul, .navdrop {
	height: 40px;
    float: left;
    display: inline;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#navigation ul li, .navdrop li {
	padding: 0px;
	margin: 0px;
    float: left;
    display: inline;
    position: relative;
}

#navigation ul li a, .navdrop li a {
	font-size: 12px;
	height: 40px;
    line-height: 40px;
    float: left;
    display: inline;
    color: #ffffff;
    text-decoration: none;
    padding: 0 10px;
    outline: none;
}

#navigation ul li a:hover {text-decoration: underline;}

#navigation ul li ul, .navdrop {
    position: absolute;
    top: 40px;
    left: 0px;
    background: #ebebdd;
    border: 2px solid #700516;
    border-top: none;
    display: none;
    width: 150px;
    height: auto;
    z-index: 10;
    overflow: hidden;
}

.navdrop ul {
	padding-left: 5px;
	margin: 0px;
}

#navigation ul li ul li, .navdrop li {
    width: 140px;
}
#navigation ul li ul li a, .navdrop li a {
    height: 20px;
    line-height: 20px;
    width: 140px;
    float: left;
    display: inline;
    color: #700516;
    text-align: left;
}

#banner {
    height: 259px;
    width: 100%;
    background: #1f1e1e url(images/pngs/banner_bg.png) repeat-x;
}
#banner2 {
    height: 259px;
    width: 100%;
    background: url(images/pngs/banner.png) center no-repeat;
}

#banner_text {
    position: absolute;
    top: -30px;
    left: 180px;
}

#gradient {
    /*background: url(images/pngs/contentPane_bg.png) top repeat-x;*/
    width: 100%;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#contentPane {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#sidebar {
    width: 240px;
    margin-top: 25px;
    padding: 0 5px;
    float: left;
    display: inline;
    background: transparent url(images/pngs/sidebar.png) repeat-y;
}

#content {
    width: 630px;
    padding: 30px 10px 0 10px;
    float: left;
    display: inline;
    background: #f4f4f4;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#internal {
    width: 880px;
    padding: 30px 10px 0 10px;
    float: left;
    display: inline;
    background: #f4f4f4;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

.bottom {
    background: url(images/pngs/bottom.png) repeat-x top;
    height: 5px;
}

#footer {
    color: #fff;
    text-align: right;
    height: 25px;
    padding-top: 10px;
}
#footer p {
    margin: 0;
    padding: 0;
}


.clearer {
    clear: both;
}
.left {
    float: left;
    display: inline;
}
.right {
    float: right;
    display: inline;
}

.poverty_table {
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}
.poverty_table td {
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	text-align: center;
}

.sshowimg {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#topnews h1, #topnews h2, #topnews h3 {
	color: white;
}
