/*
Theme Name: WordPress Default
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

*/



/* Begin Typography & Colors */
body,
	html { font-family:Geneva, Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		color:#000;
		background:#f6f9f0;
		color:#333333;
	}
	#wrap {
		width:952px;
		margin:0 auto;
		background:url(img/bground.jpg) repeat;
		
	}
	#header {
background:url(img/head.jpg) no-repeat; height:119px; width:952px;
	
    
		
	}
	h1 {
	    margin:0;
		color:#34679c;
    }
	
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		float:left;
		width:700px;
	
	
	}
	
	h2 {
	color:#333333; 
	font-size:15px;
	}
	h3{font-size:13px; color:#333333;}
	#sidebar {
		float:right;
		width:252px;
		
		
	}
	#sidebar ul{ list-style:none;}
	#sidebar ul li a{text-decoration:none; color:#333333;	}
	#main h1,p,h2,h3,h4,h5{margin:10px 0 0 10px;}
	#main p{margin:10px 8px 0 10px; font-size:13px;}
	#footer {
		clear:both;
		background:url(img/footer.jpg) no-repeat; height:66px; width:952px;
	
	
	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}
	
	#main li{font-size:13px; padding:10px 0 0 0;}
	
	
	#phone{ float:right; font-size:34px; color:#29509b; padding:15px 15px 0 0;}
	#nav{ float:left; padding:18px 0 0 285px; }
	#nav ul li a{ text-decoration:none; color:#2b2b2b; padding-right:25px; }
	#rightcall{background:url(img/rightcall.jpg) no-repeat; height:568px; width:394px;}
	#badges{background:url(img/badges.jpg) no-repeat; height:105px; width:558px;}
	#form1{padding:115px 0 0 23px; color:#FFFFFF;}
	#form1 #field{height:18px; width:200px;}
	#debt{padding:0 13px 0 0;}
	#state{ padding:0 67px 0 0;}
	#fname{padding:0 28px 0 0;}
	#lname{padding:0 32px 0 0;} 
	#phone1{padding:0 60px 0 0;}
	#mail{padding:0 60px 0 0;}
	#footernav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#footernav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#footernav{ float:left; padding:30px 0 0 10px; }
	#footernav ul li a{ text-decoration:none; color:#2b2b2b; padding-right:25px; }
	#main h1 a{ color:#34679c; text-decoration:none;}
	#main p a{color:#34679c; text-decoration:none;}