/*
Theme Name: Beaupre Theme
Theme URI: http://beaupreinsurance.com
Description: BeaupreInsurance For 2009
Version: 1.0
*/


/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}

#container {
	background: #fff url('images/container_bg.png') no-repeat 0 0;
	width: 911px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/* @group Header */

#header {
	width: 911px;
	height: 103px;
	margin: 10px auto 15px;
}
#header h1 a {
	background: #fff url('images/logo.png') no-repeat 0 0;
	display: block;
	width: 342px;
	height: 103px;
	text-indent: -9999px;
}

/* @end */

/* @group Content */

#frontPic {
	width: 396px;
	height: 297px;
	margin: 20px 0 0 35px;
	float: left;
	display: inline;
}

#intro {
	background: transparent url('images/about_bg.png') no-repeat 0 0;
	width: 406px;
	height: 305px;
	margin: 20px 0 0 45px;
	float: left;
	display: inline;
}
#intro h2 {
	color: #2b3894;
	padding: 6px 5px 0 11px;
}
#intro p {
	padding: 0px 18px 4px;
	line-height: 1.6;
}

#services {
	float: left;
	width: 350px;
	border-right: 1px solid #dfdfdf;
	padding: 0 10px 0 0;
}
#services h3 {
	color: #e6222c;
	margin: 0 0 8px 35px;
}
#services ul {
	margin: 0 0 0 20px;
}
#services ul li {
	margin: 0 0 5px;
}

#contact {
	float: left;
}

#contactInfo {
	float: left;
	width: 185px;
	margin: 0 0 0 30px;
}
#contactInfo h3 {
	color: #e6222c;
	margin: 0 0 8px 0;
}

#contactForm {
	float: left;
	width: 290px;
	margin: 25px 0 0 10px;
}
#contactForm form {
	
}
#contactForm form label {
	margin: 0 5px 0 0;
	width: 65px;
	display: inline;
	float: left;
	clear: left;
}
#contactForm form input {
}

#contactForm form input.button {
	margin: 8px 5px 0 0;
	float: right;
}

/* @end */

/* @group Footer */

#footer {
	margin: 20px 0 0 10px;
	bottom: 0;
	display: block;
	clear: both;
}

/* @end */
