/*
Theme Name: DCP 1
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #D5DFFD;
}
#wrapper {
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#logo {
	float: left;
	width: 135px;
}
#tel {
	float: right;
}
#nav {
	background-image: url(images/navback.jpg);
	background-repeat: repeat-x;
	height: 28px;
}
#nav ul {
	float: right;
}
#nav ul li {
	float: left;
	list-style-type: none;
	background-image: url(images/nav.jpg);
	height: 21px;
	width: 103px;
	padding-top: 5px;
	text-align: center;
	margin-right: 5px;
}
#nav ul li a {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li.current_page_item a{
	color:#00FF00
}
#main {
	margin-top:10px;
}
#sidenav {
	width: 220px;
	float: left;
	height: auto;
}
#sidenav ul li {
	list-style-type: none;
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 8px;
	color: #9D0200;
	text-decoration: none;
}
#sidenav ul li a {
	color: #9D0102;
	text-decoration: none;
	background-image: url(images/sidenav.jpg);
	height: 24px;
	width: 168px;
	display: block;
	float: left;
	padding-left: 40px;
	padding-top: 7px;
}

#sidenav ul li a:hover, #sidenav ul li.current_page_item a   {
	background-image: url(images/sidenav.jpg);
	background-position: 0px -33px;
	color: #FFFFFF;
}
#content {
	float: left;
	width: 565px;
	padding-left: 15px;
	line-height:20px;
}
#footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9C0100;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#content  h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #9D0102;
	font-weight: normal;
	margin-bottom: 10px;
}
#content h3 {
	color: #006600;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 8px;
}
#content h4 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #00CC66;
	margin-bottom: 5px;
}
#content ul {
	margin-bottom: 15px;
	margin-left: 25px;
	list-style-type: square;
}


#content p {
	margin-bottom: 15px;
	line-height:2.5ems;
}
.alignright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.alignleft {
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}