/* @override http://smartlipo-liposuction-smart-lipo-houston.com/new/style.css */

/* @override http://smartlipo-vaser-houston.com/new/style.css */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4d6b6b 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: 0px;
}
.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 {
	background-image: url(images/links_bg.jpg);
	height: 154px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.link_text {
	margin-left: 285px;
	color: #000;
	font-size: 10px;
}

.link_title {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.header {
}
.sidebar_content {
	margin-top: 0px;
}
#sidebar_content {
	background-color: #c4c0b5;
	text-align: center;
}
.main_content {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 10px;
	width: 540px;
}
b {
	color: #000000;
}
h1 {
	color: #8d8868;
}
blockquote {
	color: #660066;
}
#sidebar_content p {
	margin: 0;
	color: #FFFFFF;
	font-size: 14px;
}
h4 {
	margin: 0;
	color: #4d6b6b;
	text-decoration: none;
	text-transform: uppercase;
}
hr {
	color: #c6d4d5;
	margin: 0;
	border: 1px dashed #9a8d6d;
}
#sidebar_content img {
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border: 4px solid #fff;
}
.color {
	color: #339999;
	font-weight: bold;
}

input.form1 {
	width: 200px;
	height: 21px;
	margin-bottom: 5px;
	color:#9f9f9f;
	font: 15px Arial, Helvetica, sans-serif;
	padding:4px 0 0 4px;

}

.form_choices {
	font:15px Arial, Helvetica, sans-serif; 
	color:#000;
	float:left;
	width:50%;
	text-align:left;

}

.form_info {
	color:#11314a;  
	text-align:center; 
	font: 15px Arial, Helvetica, sans-serif; 
	padding: 7px 0 7px 0;

}

select {
	height: 29px;
	margin-bottom: 5px;
	color:#9f9f9f;
	font: 15px Arial, Helvetica, sans-serif;
	padding-top:4px;
	
}
