/*
Theme Name: Custom Theme
Author: Kussner IT
Description: Custom theme built just for this site.
Version: 1.0
Author URI: http://www.kussner.com/
*/
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
th { color: #003366;
	background-color: #CCC;
	padding: 2px 0px 2px 5px;}
	
td { padding: 5px; 
	border-bottom: 1px solid #CCC;}

q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
/* END RESET */

img#wpstats {
	display:none
}

a.bizdir_notes_grey {
	display:none!important;
}
body {
background-color: #3b5375;
background-image: url('images/bkgd.jpg');
background-repeat: repeat;
}
a {	text-decoration: none;
	color: #003366;
	}
#wrapper {
	width: 969px;
	background-color: #FFF;
	color: #555;
	margin: 0px auto;
	font-family: arial;
	font-size: 0.75em;
	line-height: 1.3em;
	border: 0px solid #AAA;
}
#logo {
	cursor:pointer;
	float:left;
	height:120px;    
	width:500px;
}
#logo span {
	display: none;
}
#header {
	height: 120px;   
	background: url("images/header.jpg");
	width: 969px;
}
#date { float: right;
		margin-right: 65px;
		margin-top: -5px;
		font-size: .9em;
		color: #003366;
}
#date1 { float: right;
		margin-right: 40px;
		margin-top: -10px;
		font-size: 1em;
		color: #003366;
		font-weight: bold;
}
#breadcrumb {
	background: url("images/bar-bkgd.jpg") repeat scroll 0 0 transparent;
	height: 30px;
	line-height: 30px;
	margin: 10px 30px 0px 30px;
	padding: 0px 0px 0px 27px;
	border: 0px solid #dedcdc;
	-moz-border-radius: 10px;
	color: #FFF;
	font-weight: normal;
	font-family: arial;
	text-transform: uppercase;
	font-size: .8em;
}
#breadcrumb a {
	color: #FFF;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

#topnav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#topnav li a{
	border-right: 1px solid #FFF;
	padding-right: 30px;
}

.screen-reader-text {
	display: none;
}
#searchform {
	float: right;
	display: block-inline;
	margin: -33px 10px 5px 0px;
	.margin: -34px 10px 5px 0px; /* ie is completely retarded */
}
#s {
	height: 20px;
	border: 1px solid #000;
	padding: 0px;
	margin: 7px 0px 0px 0px;
	-moz-border-radius: 0px;
}
#searchsubmit {
	background: url('images/search.gif');
	width: 22px;
	height: 18px;
	border: 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
#navigation {
	margin: 20px 0px 20px 20px;
	padding-left: 35px;
	background-color: #FFF;
	float: left;
	text-transform: uppercase;
}

#navigation ul {
	/*border-top: 1px dotted #949494;*/
	list-style-image: url('images/bullet.gif');
}

#navigation li {
	padding: 5px 0px;
	border-bottom: 1px solid #CCC;
	width: 175px;
	list-style-image: url('images/bullet.gif');
}
#navigation li a {
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#navigation li a:hover, #navigation .current_page_item a {
	color: #a73d04;
}

#sba { 	padding: 20px 0px 0px 55px;
		

}

#content {
	padding: 20px 30px 0px 0px;
	width: 690px;
	min-height: 500px;
	float: right;
}
#sidebar {
	border: 1px solid #CCC;
	float: right;
	width: 300px;
	min-height: 300px;
}
#sidebar, #content {
	margin-bottom:0px;
	margin-top:0px;
}
#sidebar > ul {
	list-style-type:none;
	padding:10px;
}
#sidebar ul li ul {
	list-style-position:inside;
}
#footbar {
	background: url('images/footer-bg-grad.gif');
	height: 36px;
	margin: 0px 10px 0px 10px;
	-moz-border-radius: 7px;
}
#footer {
	border-top: 1px solid #CCC;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: .85em;
	color: #003366;
}
#footer a {
	color: #003366;
	font-weight: bold;
}
#footer a:hover {
	color: #777777;
}
.disclaimer {
	float: right;
	margin-right: 30px;
	display: inline-block;
}
.credit {
	text-align: center;
	font-family: arial, sans-serif;
	padding-top: 20px;
	color: #AAAAAA;
}
.credit a {
	color: #AAAAAA!important;
}
.credit a:hover {
	color: #777777;
}
.copyright {
	float:left;
	margin-left: 30px;
	display: inline-block;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #a73d04;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2 a {
	color: #a73d04;
}
h3 {
	color: #003366;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

h4 {
	color: #333;
	margin-bottom: 10px;
}
p{
	padding-bottom: 1em;
}
#content ul,#content ol {
	left:2em;
	margin-bottom:1em;
	padding-right:2em;
	position:relative;
}
p  strong {
	padding-bottom: -1em;
}

a.post-edit-link {
	font-weight: bold;
}
a:hover.post-edit-link {
	background-color: #000;
	color: #FFF;
}

#subscribe {
	font-family: verdana;
	font-size: .9em;
	margin: 0px 20px 0px 40px;
	width: 190px;
}

#subscribe p {
	font-weight: bold;
	color: #003366;
	padding-bottom: 5px;
}
	
#constant-contact-signup label {
	display: none;
	}
	
#constant-contact-signup .input-text-wrap input {
		width: 160px;
		border: 1px solid #004466;
		margin: 0px 0px 0px 0px;
}

#constant-contact-signup div {
	display: inline;
	}

#constant-contact-signup .button {
	background-color: #3b5375;
	color: #FFF;
	border: 0px;
	width: 24px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px;
	display: inline;
	font-size: .8em;
	font-weight: bold;
}

#constant-contact-signup-errors {
	color: #ff0000;
	}

.navigation {
	margin-bottom: 20px;
	}
