/*
Theme Name: 4th Sector Solutions
Description: A custom WordPress theme built by Gatorworks Web Design for 4th Sector Solutions.
Author: Gatorworks Web Design
Author URI: http://gatorworks.net
Tags: blue, custom header, fixed width, two columns, widgets

*/


* { margin: 0; padding: 0; }
body {
	background: #000;
}

a, a:link, a:visited {color:#000000; text-decoration: underline;}

a:hover {
	color:#000000;
	text-decoration: none;
}

#main { 
	width: 972px;
	margin: 0 auto;
	background: #f1f0f0;
}
.column {
  	float: left;
  	width: 324px;
}
.column ul {
  	width: 289px;
        padding-left:20px;
}
.column li {
        padding-bottom:10px;
}
#left_inside {
  	float: left;
  	width: 628px;
	margin-right:20px;
}
#right_inside {
	float: right;
  	width: 324px;
}
.column p {
}
.column h3 {
    background: #900;
    color: white;
    padding: 5px;
    font-weight: normal;
}
.flash {
	background: #ffffff;
}
.line {
    background:transparent url('images/topline.gif') no-repeat scroll 0 0;
    height:14px;
}
.line img {
	border: 0;
}
#center {
  	
}
#left {

}

#left h3, #center h3 {
    width: 300px;
}

#right {

}

#footer {
	height:100px;
  	clear: both;
  	color: white;
  	background: #000;
	position: relative;
}

#footer1 {
	position:absolute;
	left:28px;
	top:50px;
}
#footer2 {
	position:absolute;
	left:198px;
	top:30px;
}
#footer3 {
	position:absolute;
	left:416px;
	top:30px;
}
#footer4 {
	position:absolute;
	left:590px;
	top:30px;
}
.footerlg {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-size: 18px;
}
.footersmheader {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-size: 14px;
}
.footertext {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
}
.liheading {
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 15px;
}
#header {
	width: 972px;
	height: 111px;
	clear: both;
	position: relative;
	background: #DAD8D8 url(images/headBckgnd.jpg);
}
#headernav {
	position:absolute;
 	right:0px;
	top:32px;
}
#headernav img {
	padding-left: 2px;
	border: 0px;
}
/*** IE6 Fix ***/
* html #left {
  left: 324px;           /* RC width */
}
ul {
	padding: 10px;
	list-style-type: round;
	list-style-position: inside;
}
li {
        list-style-position: outside;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	margin: .5em 0;
}
.insidepagetext{
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	margin: .5em 0;
}
.insidepagetext p{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

.insidepagetext ul{
	padding-left:40px;
}

p {
	padding-bottom: 10px;
	padding-left: 10px;
}
.center {
	text-align: center;
}
