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

* {
	margin: 0;
	padding: 0;
}

h1 {
	color: #07575b;
	margin: 10px 0;
}

h2 {
	color: #07575b;
	margin: 5px 0 10px 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #07575b;
	padding: 5px 0;
}

a {
	color: #07575b;
	text-decoration: none;
}

.body_content p {
	margin: 10px 0;
	line-height: 23px;
}

html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
}

div, img {
	behavior: url(http://www.aqldecorating.com/iepngfix.htc);	
}

body.aql {
	text-align: center;	
}

body.aql #body_container {
	display: block;
	width: 970px;
	background: url(../images/body_container_back.jpg) 0 0 no-repeat #ffffff;
	margin: 0 auto;
	padding: 0;
}

body.aql #content_container {
	display: blcok;
	width: 900px;
	min-height: 500px;
	background: url(../images/content_container_back.jpg) 0 0 no-repeat #ffffff;
	margin: 5px auto;
	padding: 0;
}

body.aql #header {
	display: block;
	float: left;
	width: 900px;
	text-align: left;
}

body.aql #header_img {
	display: inline;
	float: left;
	width: 640px;
	background: url(../images/contact_box.png) top right no-repeat;
	padding: 0 0 8px 0;
}

body.aql #contact_box {
	display: inline;
	float: right;
	width: 230px;
	height: 84px;
	margin: 12px 10px 0 0;
	padding: 5px 0 0 0;
}

body.aql #newsletter {
	float: right;
	display: inline;
	width: 222px;
	margin: 0 15px 10px 0;
	padding: 0 0 0 5px;
	line-height: 30px;
	background: url(../images/newsletter_signup_back.gif) 0 0 repeat-x;
	border: 1px solid #ccc;
	font-size: 11px;
}

body.aql #newsletter span#text {
	display: inline-block;
	float: left;
	width: 142px;
}

body.aql #newsletter a {
	display: inline-block;
	float: right;
	width: 45px;
	padding: 0 0 0 30px;
	line-height: 30px;
	background: url(../images/signup_button.gif) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
}

body.aql #footer {
	display: inline;
	float: left;
	width: 860px;
	margin: 10px 15px 0 25px;
	font-style: italic;
	text-align: left;
	font-size: 11px;
}

body.aql #footer #bar {
	display: inline;
	float: left;
	width: 860px;
	height: 31px;
	margin: 3px 0 0 0;
	color: #ffffff;
	background: url(../images/footer_back.jpg) 0 0 repeat-x;
}

body.aql #footer #bar #text {
	display: inline;
	margin: 5px 0 4px 0;
	padding: 0;
	background: url(../images/footer_text_back.jpg) 0 0 repeat-x;
	line-height: 22px;
	font-style: normal;
	font-size: 10px;
}

body.aql #footer #bar #text p {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}


body.aql .body_content {
	float: left;
	width: 900px;
	margin-top: 10px;
}

body.aql .body_content_text {
	display: inline;
	float: left;
	margin: 10px 0 10px 28px;
	text-align: left;
	border-right: 1px dotted #cccccc;
	width: 590px;
	padding: 20px 20px 20px 0;
}

body.aql .body_content_right {
	display: inline;
	float: right;
	width: 255px;
	margin: 80px 0 0 0;
	text-align: left;
}

body.aql .body_content_text, body.aql .body_content_right {
	/* height: 500px;	*/
	min-height:500px;
}