/* @override http://liposuction-houston-texas.com/style.css */

/* @override http://liposuction-houston-texas.com/style.css */

/* @override http://liposuction-houston-texas.com/style.css */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #185c89 url(images/bg.jpg) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
}
.layout #container {
	width: 806px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	border-right-style: solid;
	border-top-style: none;
	border-left-style: solid;
	vertical-align: top;
}
.layout #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	padding-top: 0;
	height: 100%;
}
.layout #mainContent {
	margin: 0 220px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	padding-top: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#links {
	height: 134px;
	padding-top: 10px;
	background: url(images/links_bg.jpg) no-repeat -3px 0;
	margin-left: 1px;
	color: #fff;
}
.link_text {
	line-height: 1.6em;
	margin-left: 15px;
	color: #fff;
	font-size: 10px;
}

.link_text p a {
	color: #fff;
}

.link_text p a b {
	color: #0ff;
}

.link_title {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.header {
}
.sidebar_content {
	margin-top: 0px;
}
#sidebar_content {
	background-color: #287da6;
	text-align: center;
	height: 100%;
}
.main_content {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 10px;
	width: 540px;
}
b {
	color: #31557A;
}
h1 {
	color: #660066;
}
blockquote {
	color: #660066;
}
#sidebar_content p {
	margin: 0;
	color: #000;
	font-size: 11px;
}
h4 {
	margin: 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
hr {
	color: #6eceff;
	margin: 0;
	border-style: dashed;
	border-width: 1px;
}
#sidebar_content img {
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border: 4px solid #6eceff;
}


.style1 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style3 {
	color: #FF0000;
	font-style: italic;
}

#testimonial {
	color: #fff;
	font-size: 12px;
	text-align: left;
	margin: 10px 20px;
}

#sig {
	color: #0b344a;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-top: 10px;
}

#sidebar_form {
	font-size: 11px;
	color: #003a5f;

	padding-top: 70px;
	border-style:solid;
	border-width:0px;
	background: #6fadbc url(images/form_header.jpg) no-repeat 0 top;
}

input.form1 {
	width: 200px;
	height: 21px;
	margin-bottom: 5px;
	color:#9f9f9f;
	font: 15px Arial, Helvetica, sans-serif;
	padding:4px 0 0 4px;

}

input.form2 {
	width: 400px;
	height: 21px;
	margin-bottom: 5px;
	color:#9f9f9f;
	font: 15px Arial, Helvetica, sans-serif;
	padding:4px 0 0 4px;

}
select {
	width: 46px;
	height: 29px;
	margin-bottom: 5px;
	margin-right:5px;
	color:#9f9f9f;
	font: 15px Arial, Helvetica, sans-serif;
	padding-top:4px;
	
}

.form_info {
	color:#11314a; 
	width:200px; 
	text-align:center; 
	font: 15px Arial, Helvetica, sans-serif; 
	padding: 7px 0 7px 0;

}

.form_choices {

	font:15px Arial, Helvetica, sans-serif; 
	color:#fff;

}

.form_choices2 {

	font:15px Arial, Helvetica, sans-serif; 
	color:#11314a;

}

.form_info2 {
	color:#11314a; 
	width:400px; 
	text-align:center; 
	font: 15px Arial, Helvetica, sans-serif; 
	padding: 7px 0 7px 0;

}