/*
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;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
/* END RESET */

img#wpstats {
	display:none
}
body {
	background-color: #FFF;
	background-image:url("images/body-bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
}
a {	text-decoration: none;
	color: #003366;
	}
#wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	border: 0px solid #333;
}
.bodywrapper {
	width: 775px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3em;
}
#bar {
	background-color: #E3E3E3;
	height: 20px;
}
#logo {
	background-image:url("images/logo2.png");
	background-repeat:no-repeat;
	cursor:pointer;
	height:67px;    
	margin: 15px 0px 14px 10px;
	width:308px;
}
#logo span {
	display: none;
}
#header {
	height: 134px;   
}
#searchbox {
	float: right;
	display: inline-block;
	width: 200px;
	position: relative;
	font-size: .8em;
	color: #666;
	margin: 15px 10px 0px 0px;
	line-height: 25px;
}
#searchsubmit {
	background-color: #BC0101;
	text-transform: uppercase;
	color: #FFF;
	font-size: .8em;
	display: inline;
	line-height: 10px;
	margin: 0px 20px 0px 5px;
	padding: 3px;
	font-family: 'Trebuchet MS';
	font-weight: normal;
	border: 0px;
	width: 45px;
}
#s {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
	width: 150px;
	}
#searchform	{
	width: 230px;
	display: block;
	margin-right: 50px;
	}
#navigation {
	margin: 0px auto 0px auto;
	height: 53px;
	background-image:url('images/navbg.jpg');
	background-repeat: repeat-x;
	font-size: .85em;
}
#navigation li {
	margin: 0px auto 0px auto;
	display:inline;
	line-height:53px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation li:hover {
	color: #0565ee;
	font-weight: bold;
}
#navigation li a {
	font-family: 'Trebuchet MS';
	font-size: .9em;
	letter-spacing: 2pt;
	text-transform: uppercase;
	color: #FFF;
	.height: 53px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
	display: inline-block;
	.display: inline;
}
#navigation li a:hover, #navigation .current_page_item a {
	color: #0565ee;
	font-weight: bold;
}

#banner {
	height: 171px;
	background-color: #949494;
	margin: 0px;
	padding: 0px;
}
#banner a {
	margin: 0px auto;
}

.page-id-9 #content, .page-id-11 #content {
font-size: .8em;
}

#content {
	padding: 30px 10px 0px 10px;
	width: 755px;
	min-height: 400px;
	float: left;
	border-left: 1px dotted #949494;
	border-right: 1px dotted #949494;
	font-size: .8em;
}
#sidebar {
	border: 1px solid #CCC;
	float: right;
	width: 300px;
	min-height: 300px;
}
#sidebar, #content {
	margin-bottom:0px;
	margin-top:0px;
}
#footer {
	height: 20px;
	background-color: #182a63;
	clear: both;
	width: 777px;
	margin: 20px 0px 10px 0px;
}
.copyright {
	float: left;
	font-family:  'Tahoma';
	font-size: .8em;
	color: #949494;
	margin: 0px 40px 0px 5px;
	line-height: 1.2em;
}
.copyright a {
	color: #BC0101;
	}
.copyright a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.phone {
	float: left;
	font-family:  'Tahoma';
	font-size: .8em;
	color: #949494;
	margin: 0px 0px 0px 50px;
	line-height: 1.7em;
}
.phone .number  {
	font-size: 1.5em;
	font-weight: bold;
}
#leftbar {
	float: left;
	border-right: 1px dashed #666;
	width: 200px;
	padding-right: 20px;

}


#sidebar > ul {
	list-style-type:none;
	padding:10px;
}
#sidebar ul li ul {
	list-style-position:inside;
}

h2 {
	font-family: 'Trebuchet MS';
	font-size: 2em;
	font-weight: bold;
	color: #666644;
	margin-bottom: 20px;
}
p{
	padding-bottom: 1em;
}
#content ul,#content ol {
	left:2em;
	margin-bottom:1em;
	padding-right:2em;
	position:relative;
}
p  strong {
	padding-bottom: -1em;
}

ul  li{
	list-style-type: square;
}

strong { 
	color: #003366;
	}
	
.screen-reader-text {
	display: none;
	}
