﻿@charset "utf-8";
/* Theme Name: scpdc.org
Theme URI: http://www.scpdc.org/
Description: Custom WordPress theme for South Central Planning & Development Commission
Version: 2.01
Author: SCPDC IT Staff
 */

body {
position:relative;
background:#e6e6e6 url(./Images/body_bg.jpg) repeat-x;
color:#000;
font:62.5% Arial, Arial, Helvetica, sans-serif;
}

#wrapper {
width:944px;
padding:0px;
margin:0 auto;
}

#header {
width:944px;
height: 38px;
font-size:12px;
padding: 13px 0px 0px 22px;
}

#header p{
	float: left;
	color: #ffffff;
	}

#header span{
	color: #ffffff;
	}

#header ul{
	float:right;
	margin:0px 15px 0px 0px;
	}

#header ul li{
	float:left;
	margin:0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: #1e2329;
	border-left: 1px #525961 solid;
	}

#header ul li.no_bg{
	border:0px !important;
	}
	
#header img{
	margin:0px;
	padding:0px;
	border:0px;
	}

#header ul li a{
	color:#ffffff;
	}

#banner {
	width:944px;
	height: 277px;
	background:url(./Images/header.jpg);
	}
#banner.wlf {
	width:944px;
	height: 277px;
	background:url(./Images/header_wlf.jpg);
}


#banner form{
	float:right;
	margin-top:10px;
	}

#banner input{
	width:200px;
	height:25px;
	float:left;
	padding: 5px 0px;
	border: none;
	}	
#banner input#search{
	width:150px;
	height:15px;
	margin:10px 0px 5px 0px;
	padding:2px;
	color:#000;
	}

#banner input#submit{
	display:inline;
	width:94px;
	height:44px;
	float:left;
	background:url(./Images/form_button.png)
	}

#bannder img{
	float:left;
	}
	#navigation{
	width:929px;
	height:58px;
	float:left;
	padding: 12px 0px 0px 15px;
	background:#525961;
	border-bottom:1px #1e2329;
	border-left:1px #1e2329;
	border-right:1px #1e2329;
	}
	
#navigation ul li{
	display:block;
	float:left;
	width:144px;
	height:53px;
	text-align:center;
	}

#navigation ul li a{
	display: inline-block;
	}

#navigation ul li img{
	border:0px;
	}

#navigation ul li a:hover{
	background:url(./Images/navigation_button.png);
	text-decoration:underline;
	}

#navigation ul li.active a{
	background:url(./Images/navigation_button.png);
	}

	
#content{
	width:944px;
	float:left;
	background:#525961;
	}
	
#left_column{
	width:701px;
	float:left;
	}

#sidebar{
	width:243px;
	float:left;
	padding:18px 18px 0 px 17px;
	background:#525961;
	height:100%;
	}
	
.text{
	font-family:Arial, Helvetica, sans-serif;
	width:632px;
	float:left;
	padding:32px 38px 22px 30px;
	background:#cccccc;
	border-left: 1px solid #525961;
	}
.text a {
	text-decoration:none;
	color:#193a59;
	}
.text a:hover {
	text-decoration:underline;
	}
.text a:visited {
	text-decoration:none;
	color:#295e90;
	}
.text a:visited:hover {
	text-decoration:underline;
	color:#295e90;
	}
.text h2{
	font-size:24px;
	margin:0px 0px 12px 0px;
	color:#000;
	}
.text h3 {
        margin:10px 0px 5px 0px;
        }
.text p{
	color:#000;
	font-size:12px;
        margin: 0px 0px 6px 0px;
	}
.text table p{
	color:#000;
	font-size:12px;
        margin: 0px 0px 6px 0px;
	}
.text ul{
        margin:5px 0px 5px 20px;
        }
.text ul li {
        list-style:circle;
        margin-bottom:2px;
        }

.text table {
        border:#000 1px;
        font-size:12px;
        }
.text img {
        border:0px;
        }
.text a {
        border:0px;
        }
.alternate{
	background:#e6e6e6;
	border-top: 1px solid #525961;
	border-bottom: 1px solid #525961;
	border-left: 1px solid #525961;
	}
	
.continue{
	width:200px;
	color:#193a59;
	font-size:14px;
	float:left;
	clear:left;
	}
	
.news{
	width:238px;
	height:53px;
	float:left;
	padding:0px;
	margin:0px 0px 18px 2px;
	background:url(./Images/recent_news.png);
	}
.importantprojects{
	width:238px;
	height:53px;
	float:left;
	padding:0px;
	margin:0px 0px 18px 2px;
	background:url(./Images/important_project.png);
	}
.docs{
	width:238px;
	height:53px;
	float:left;
	padding:0px;
	margin:0px 0px 18px 2px;
	background:url(./Images/recent_docs.png);
	}

#sidebar ul li a{
	font-size:14px;
	color:#ffffff;
	margin: 0px 0px 17px 15px;
	
	}

#sidebar span{
	color:#193a59;
	}
	
#footer{
	width:100%;
	float:left;
	clear:both;
	height:120px;
	border-top: 1px #525961 solid;
	background:#1e2329;
	}
	
#footer_content{
	margin:auto;
	width:944px;
	padding:20px 0px 0px 0px;
	}
	
#footer_content ul{
	float:right;
	margin:0px 0px 10px 0px;
	}
	
#footer_content ul li{
	float:left;
	margin:0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 1px #525961 solid;
	}
	
#footer_content ul li.no_bg{
	border:0px;
	}

#footer img{
	border:0px;
	}

#footer_content p{
	float:right;
	clear:both;
	margin:0px 12px 0px 0px;
	font-size:12px;
	color:#525961;
	}

#menu-container { float:left;  position:absolute; width:944px; height:100px; margin:0px auto 0px; }
#drop_down_menu { display:block; position:absolute; width:944px;  }
#drop_down_menu li {float:left; padding:0px; cursor:progress; background:#525961; width:144px; height:53px;}
#drop_down_menu li img { text-decoration:underline; color:#CCCCCC; margin:0px; padding:0px; }
#drop_down_menu li img:hover { text-decoration:underline; color:#CCCCCC; background:url(./Images/navigation_button.png);margin:0px; padding:0px; }
#drop_down_menu li ul { margin:0px; padding:0px; padding-top:0px; padding-bottom:0px; background:#525961; }
#drop_down_menu li ul li { display:inline ; float:none;  width:144px; height:53px; background:#525961;}
#drop_down_menu li ul li a { color:#FFFFFF; font-weight:normal; text-decoration:none; display:block; margin:0px; padding:0px; background:#525961; }
#drop_down_menu li ul li a:hover{ background:url(./Images/navigation_button.png); text-decoration:underline; margin:0px; padding:0px; }



.whiteOutPanel_Hidden
{
    position: absolute;
    height: 1px;
}
.whiteOutPanel_Visible
{
    background-image: url(../images/icon_overlay.png);
    position: absolute;
    z-index: 2;
    height: 1px;
}

