body{
	background-color: #000;
	background: #070603 url(../images/page-bg.jpg) no-repeat top center;
}


h3{
	color: #3590a6;
	font: bold 18px arial;
	padding-bottom: 10px;
}

h4{
	color: #3590a6;
	font: bold 12px arial;
	/*padding-bottom: 10px;*/
	padding-bottom: 0px;
}

h4.title{
	color: #3590a6;
	font: bold 12px arial;
	padding-top: 10px;
	padding-bottom: 0px;
}

ul.normal{
	margin-left: 20px;
}
ul.normal li{
	padding: 2px 0px;
}

table.form td{
	padding: 5px;
}
table.form td input.fld{
	font-size: 11px;
	width: 250px;
}
table.form td textarea{
	font-size: 11px;
	width: 250px;
	height: 50px;
}

input.button{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 20px;
	border: none;
	background-color: #5D3210;
	cursor: pointer;
}

fieldset{
	border: solid 1px #5D3210;
	padding: 20px;
}
legend{
	color: #5D3210;
	font: bold 18px arial;
	padding: 0px 10px;
	margin-left: -5px;
}


#hand-left{
	position: absolute;
	top: 400px;
	margin-left: 9px;
	background: url(../images/hand-left.png);
	width: 109px;
	height: 244px;
}
#hand-right{
	position: absolute;
	top: 140px;
	margin-left: 888px;
	background: url(../images/hand-right.png);
	width: 110px;
	height: 254px;
}

/*=================  HEADER STYLES  ================*/
#header{
	margin-top: 94px;
}

/*=================  MAIN NAV STYLES  ================*/
#main-nav{
	height: 41px;
	margin: 0px;
	margin-left: 59px;
	padding: 0px;
	list-style: none;
	clear: both;
}

#main-nav li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#main-nav li a{
	height: 41px;
	display: block;
	text-indent: -5000px;
	text-decoration: none;
}

#main-nav li.home, #main-nav li a.home{
	width: 108px;
	background: url(../images/nav-home0.jpg);
}
#main-nav li.panhandling, #main-nav li a.panhandling{
	width: 111px;
	background: url(../images/nav-panhandling0.jpg);
}
#main-nav li.laws, #main-nav li a.laws{
	width: 111px;
	background: url(../images/nav-laws0.jpg);
}
#main-nav li.say, #main-nav li a.say{
	width: 112px;
	background: url(../images/nav-say0.jpg);
}
#main-nav li.news, #main-nav li a.news{
	width: 112px;
	background: url(../images/nav-news0.jpg);
}
#main-nav li.solutions, #main-nav li a.solutions{
	width: 112px;
	background: url(../images/nav-solutions0.jpg);
}

body.home #main-nav li a.home, #main-nav li a.home:hover{
	background: url(../images/nav-home1.jpg);
}
body.panhandling #main-nav li a.panhandling, #main-nav li a.panhandling:hover{
	background: url(../images/nav-panhandling1.jpg);
}
body.laws #main-nav li a.laws, #main-nav li a.laws:hover{
	background: url(../images/nav-laws1.jpg);
}
body.say #main-nav li a.say, #main-nav li a.say:hover{
	background: url(../images/nav-say1.jpg);
}
body.news #main-nav li a.news, #main-nav li a.news:hover{
	background: url(../images/nav-news1.jpg);
}
body.solutions #main-nav li a.solutions, #main-nav li a.solutions:hover{
	background: url(../images/nav-solutions1.jpg);
}


/*=================  CONTAINER STYLES  ================*/
#outer-container{
	margin: 0px auto;
	width: 1000px;
	padding-bottom: 20px;
}

#main-container{
	margin: 0px auto;
	background: url(../images/cardboard-bg-2.jpg) no-repeat;
	width: 886px;
	min-height:533px;
}

#main-inner-container{
	padding: 35px;
}

#left-column{
	float: left;
	width: 558px;
	margin-left: 36px;
	margin-top: 39px;
}

#right-column{
	margin-top: 39px;
	margin-right: 22px;
	width: 255px;
	float: right;
}

#footer{
	margin: 0px auto;
	width: 860px;
	clear: both;
	height: 38px;
}
#footer a.left{
	float: left;
}
#footer a.right{
	float: right;
}


/*=================  ADMIN STYLES  ================*/
body.admin #right-column,
body.admin #main-nav li{
	display: none;
}
.adminAE{
	border: solid 1px #5D3210;
	padding: 5px;
	text-align: center;
}
.adminAE a{
	color: #5D3210;
	text-decoration: none;
	font-weight: bold;
}

body.feEditingWindow{
	background-image: none;
	background-color: #fff;
}

body.feEditingWindow input.fld{
	width: 200px;
}

body.feEditingWindow table td{
	padding: 10px;
}

#admin{
	background-color: #fff8c4;
	padding: 5px 10px;
}


/*=================  NEWS STYLES  ================*/
#news-container{
	padding-left: 30px; 
}

.news-container-item{
	width: 230px;
	padding-right: 25px;
	padding-bottom: 15px;
	float: left;
}


/*=================  HOME STYLES  ================*/
body.home #main-container{
	background: url(../images/cardboard-bg-1.jpg) no-repeat;
}

#bannerNav{
	background-color: #000;
	padding: 5px 10px;
	text-align: right;
}
#bannerNav a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding: 0px 0px 0px 2px;
}
#bannerNav a.active{
	color: #adadad;
}

#news{
	margin-top: 35px;
	margin-left: 25px;
}

#news a.view-all{
	padding-top: 6px;
	padding-left: 5px;
	float: left;
}

#news h2{
	float: left;
	width: 171px;
	height: 24px;
	background: url(../images/header-recent-news.gif) no-repeat;
	text-indent: -5000px;
}

#news .news-item{
	padding-top: 10px;
	width: 160px;
	margin-right: 15px;
	float: left;
}

#news .end{
	margin-right: 0px;
}


/*=================  RIGHT COLUMN STYLES  ================*/
#slc-services{
	width: 217px;
	padding-left: 20px;
}

#slc-services p{
	padding-right: 20px;
}

#slc-services h3{
	width: 217px;
	height: 30px;
	background: url(../images/header-money-well-spent.gif) no-repeat;
	text-indent: -5000px;
}

#slc-services ul{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	list-style: none;
	height: 110px;
}

#slc-services li{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#slc-services li a{
	height: 20px;
	display: inline;
	padding-right: 7px;
	text-decoration: none;
	background: url(../images/arrow1.gif) no-repeat right bottom;
	text-transform: uppercase;
}


table.copy{
	margin-top: 15px;
	margin-left: 40px;
}
table.copy td{
	padding-right: 20px;
}
table.copy td p{
	font-size: 11px;
	line-height: 14px;
}
table.copy td li{
	font-size: 10px;
}