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

@charset "utf-8";
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}


.wrapper {
	width: 925px;
	margin: auto;
	
}

.header {
	width: 925px;
	margin-bottom: 11px;
	margin-right: auto;
	margin-left: auto;
}

img {
	border:0px;
}

.logo {
	width:300px;
	float:left;
}

.orange {
	color:#F90;
}


.logo h1 {
	color:#666;
	font-size:24px;
	padding:0px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.bgimage {
	width:905px;
	height:335px;
	background-image:url(images/insurance.jpg);
	
}

.bgimageleft {
	float:left;
	width:600px;
	
}

.bgimagelefttext {
	padding-top: 307px;
	
	padding-left: 490px;
}

.bgimagelefttext a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.bgimagelefttext a:hover {
	text-decoration:underline;
}




.bgimageright {
	float:left;
	width:300px;
}

.bgimagerighttext {
	padding-top:66px;
	padding-left: 22px;	
}

.bgimagerighttext h1 {
	color:#FFF;
}



.menu {
	padding:13px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 11px;
	background-color: #E8F3FF;
}

#menu li{
	display:inline;
	margin:2px;
	padding:11px;
}

#menu li:hover {
	background-color: #2ec7e3;
}
	

#menu ul{
	display:inline;
	
	padding:0px;
}



#menu a {
	color:#666;
	text-decoration:none;
	font-weight: bold;
}

#menu a:hover {
	color:#FFF;
}




.content {
	padding:4px;
}

.contenttext {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 11px;
}

.contenttext a {
	color:#06C;
}

.content h2 {
	color:#F90;
	padding:0px;
	margin:0px;
	font-size:18px;
}


.contentleft {
	float:left;
	width:48%;
	
}

.contentleft h2 {
	color:#09F;
	padding:0px;
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}


#contentright {
	float:left;
	width:48%;
	margin-left:36px;
	
}

#contentright ul {
	
	margin:0px;
}

#contentright li {
	margin:0px;
}



.clear {
	clear:both;
}


.footer {
	width: 925px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
}

.footer a {
	color: #333;
	text-decoration:none;
	font-weight: bold;
}

.footer a:hover {
	text-decoration:underline;
}


