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

div#brochure_description {
	width: 450px;
}

div.brochure_image {
	width:210px;
	background-color: #efefef;
	float: left;
	margin: 0px 20px 0 0;
	text-align:center;
	padding: 10px;
}

div.brochure_image img{
	border:0;
}

div#other_brochures {
	width:270px;
	float: right;
	margin: 0 0 0 20px;
	text-align:left;
	border-left: 1px solid #bbb;
	padding: 5px;
}

div#other_brochures h2{
	color: #bbb;
	padding-left: 10px;
	line-height:1.5em;
}

div#other_brochures ul{
	color: #bed62f;
	list-style:none;
}

div#other_brochures li {
	color: #bed62f;
	padding: 5px 0;
	position: relative;
	left: -30px;
}

div#other_brochures a {
	color: #cf128b;
}

div.brochure_download {
	width: 390px;
	float:left;
}

div.brochure_download h1{
	line-height:1em;
}
	
	
	
	
div.get_a_quote {
	color: #aaa;
	font-size:2em;
	line-height:normal;
	margin-top:10px;
}


a.grey_button {
    background-color: #ccc;
	font-weight:bold;
	display: block;
	float: left;
	font-size:1.8em;
    padding: 5px; /* sliding doors padding */
    text-decoration: none;
	width: 200px;
	
}

a.grey_button span {
	color: #cf128b;
	display:block;
    padding: 5px;
	
} 

a.grey_button img {
	border:0; 
	float:right;
	margin-left: 10px;
}

a:hover.grey_button  {
    background-color: #aaa;
	color: #fff;
} 

a.blue_button {
    background-color: #cf128b;
	font-weight:bold;
	display: block;
	font-size:1.8em;
	float: left;
    padding: 5px; /* sliding doors padding */
    text-decoration: none;
	width: 200px;
	
}

a.blue_button span {
	color: #fff;
	display:block;
    padding: 5px;

} 

a.blue_button img {
	border:0; 
	float:right;
	margin-left: 10px;
}

a:hover.blue_button  {
    background-color: #ccc;
	color:#cf128b;
} 


div#requires_acrobat {
	 margin-top:5px;
}


div.specialist {
	font-size:2em;
	color:#cf128b;
	line-height:normal;

}

div.profile_pic {
	margin-top:10px;
	padding:10px;
	background-color:#ccc;
	width:190px;
}
