*{
	margin: 0;
	padding: 0;
}


body{
	background: #ccc;
	font-family: "Century Gothic","URW Gothic L",Helvetica, Granada, Arial, sans-serif;
	color: #5a5b5a;
}

h1 a{
	display: block;
	width: 300px;
	height: 65px;
	text-indent: -9999px;
	font-size: 0;
	background: url(/img/pope_logo.jpg) no-repeat;
	position: relative;
	top: 10px;
	left: 20px;
}

h2{
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	font-weight:normal;
	line-height:1.25em;
}

h3{
	font-size: 15px;
	margin-bottom: 5px;
}

th{
	text-align: left;
	font-size: 12px;
	color: #004cb3;
	font-weight: normal;
	padding: 0 10px 0 27px;
}


#site{
	width: 954px;
	margin: auto;
	background: url(../img/funding_content.jpg) center center repeat-y;
	overflow: auto;
	min-height: 800px;
}


#header{
	width: 944px;
	height: 107px;
	margin: auto;
	background: url(/img/cityscape.jpg) no-repeat top right #fff;
	border-bottom: 1px solid #20304e;
}

#business_broker_content{
	width: 944px;
	margin: auto;
}


#nav{
	width: 155px;
	margin-right: 2px;
	padding-bottom:358px;
	float: left;
	background: url(/img/nav_gradient.jpg) no-repeat bottom center #fff;
}

#nav a{
	color: #5a5b5a;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	padding-right: 10px;
}

#nav li{
	list-style: none;
	text-align: right;
}

#nav li a.primary{
	display: block;
	width: 145px;
	padding-right: 10px;
	line-height: 35px;
	background: url(../img/nav.jpg) no-repeat top;
	font-size: 14px;
	font-weight: bold;
}

#nav li a.primary:hover{
	background-position: 0 -35px;
}

#nav ul{
	padding: 5px 0 10px 0;
	background: #fff;
}


#main_merger_acquisition_content{
	width: 433px;
	padding: 15px 15px 15px 30px;
	float: left;
	font-size: 13px;
	line-height: 1.4em;
}

#footer{
	display:block;
	margin:0px auto;
	padding:5px 0;
	width:946px;
	border-top:solid 1px #000;
	text-align: center;
	font-family:Arial,helvetica,sans-serif;
	font-size:11px;
}

#main_merger_acquisition_content p, #main_merger_acquisition_content ol, #main_merger_acquisition_content ul{
	padding-bottom: 15px;
}

#main_merger_acquisition_content ol, #main_merger_acquisition_content ul{
	margin-left: 12px;
}

#home #main_merger_acquisition_content { padding-top: 250px; background: url(../img/connecticut_business_broker.jpg) no-repeat top;}
}

#e4_logo{
	display:block;
	float:left;
	width:100px;
	height:100px;
	background: url(/img/e4_logo.gif) center center no-repeat;
}

#extra_content{
	width: 308px;
	float: left;
}

#contact{
	width: 308px;
	float: left;
	background: url(../img/contact_gradient.jpg) repeat-x bottom #fff;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 228px;
	position: relative;
	z-index:100;
}

#contact h2{
	color: #000;
	padding: 15px 0 5px 27px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height:1em;
}

#contact_us input,
#contact_us textarea{
	font-family:Arial,helvetica,sans-serif;
	font-size:11px;
	padding:2px;
}

#contact_us-comments{
	margin:5px 0;
	width:25em;
	height:5em;
}

#business_broker_testimonials{
	position: relative;
	z-index: 10;
	top: 40px;
	color: #999;
	padding: 0 0px;
}

#business_broker_testimonials h2{
	font-size: 18px;
	padding-bottom: 10px;
	width: 290px;
	font-weight: normal;
	color: #999;
	text-align: left;
}

#business_broker_testimonials .body{
	font-size: 14px;
	padding-bottom: 20px;
	width: 290px;
}


#apply{
	text-transform: uppercase;
	text-indent: -9999px;
	height: 22px;
	width: 84px;
	background: url(/img/contact_business_broker.png) no-repeat;
	*background-image: url(/img/contact_business_broker.gif);
	border: 0;
	cursor: pointer;
	position: relative;
	left: 25px;
	top: 5px;
}


.success, .error{
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	bottom: 3px;
	right: 35px;
	}

.success{
	color: green;
}

.error{
	color: red;
}

