/*
Theme Name: WordPress Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme.
Author: Scott Botkins
Author URI: http://www.invisionblue.com/



*/




body {
margin: 0px;
background: url('images/bg.jpg') top center repeat-y #eeeeee;
font-size: 0.8em;
font-family: arial;
	}
	
	.container{
	margin: 0px auto;
	width: 990px;
	}
	
	.header{
	width: 965px;
	height: 113px;
	background: url('images/header.jpg') no-repeat;
	padding: 30px 0px 0px 25px;
	}
	
	.navigation{
		width: 990px;
	height: 50px;
	background: url('images/nbg.jpg') repeat-x;
	margin: 0px 0px 10px 0px;
	}
	
	.content{
	background: url('images/cbg.jpg') repeat-y;
	margin: 10px 0px;
	}
	
	.col1{
	float: left;
	width: 570px;
	min-height: 500px;
	margin: 10px 0px 0px 25px;
	}
	
	.col2{
	float: right;
	width: 340px;
	min-height: 500px;
	margin: 10px 34px 0px 0px;
	}
	
	.col2 h2{
	margin-top: 40px;
	}
	
	h1{
	color: #111111;
	font-size: 1.5em;
	margin: 0px 0px 0px 0px;
	}
	
	h2{
	margin: 10px 0px 0px 0px;
	font-size: 1.25em;
	color: #111111;
	}
	
	.form1{
	width: 450px;
	height: 323px;
	background: url('images/formbg.jpg') no-repeat;
	padding: 90px 0px 0px 120px;
	font-weight: bold;
	}
	
	.form2{
	width: 550px;
	height: 380px;
	background: url('images/form2bg.jpg') no-repeat;
	padding: 10px 20px 0px 0px;
	font-weight: bold;
	}
	
	.business{
	width: 550px;
	height: 100%;
	background: #eeeeee;
	padding: 3px 10px 3px 10px;
	}
	
	#nav{
	float: left;
	width: 650px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	#nav li{
	float: left;
	height: 31px;
	list-style-type: none;
	margin: 0px;
	padding: 15px 15px 0px 15px;
	border-right: 1px solid #bababa;
	}
	
	#nav li a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
	#listings{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	#listings li{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
	#footerlinks{
	float: right;
	list-style-type: none;
	margin: 0px 10px;
	padding: 0px;
	}
	
	#footerlinks li{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	border-left: 1px solid #ffffff;
	}
	
	#footerlinks .home{
	border: none;
	}

	
	.title a{
	color: #FFFFFF;
	font-size: 2.5em;
	font-weight: bold;
	text-decoration: none;
	}
	
	.desc{
	color: #0078e9;
	font-size: 1.0em;
	font-weight: bold;
	}
	
	.search{
	float: right;
	width: 250px;
	text-align: left;
	padding-top: 10px;
	}
	
	.searchbutton{
	height: 26px;
	background: url('images/sbg.jpg') repeat-x;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	margin-left: 5px;
	}
	
	.sbutton{
	display: block;
	height: 34px;
	background: url('images/sbutton.jpg') repeat-x;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	font-size: 1.0em;
	padding: 5px 10px 5px 35px;
	margin-top: 10px;
	cursor: pointer;
	}
	
	.sbutton:hover{
	color: #000000;
	}
	
	a{color: #0078e9}
	
	.footer{
	height: 53px;
	background: url('images/fbg.jpg') repeat-x;
	color: #FFFFFF;
	padding-top: 40px;
	}
	
	.copyright{
	float: left;
	width: 200px;
	padding: 0px 10px;
	}
