body {
	width: 100%;
	height: 100%;
	background-color: #0b5aa5;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
}

p {
	color: #0b5aa5;
	font: 11px/17px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: justify;
	margin: 0 0 0 5px;
}

h1 {
	color: #808c0a;
	font: bold 15px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: -7px;
}

h2 {
	color: #808c0a;
	font: bold 12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: -7px;
}

ol {
	color: #808c0a;
	font: 11px/17px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0px;
}

ul {
	color: #808c0a;
	font: 11px/20px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0px;
}

.centeredtext {
	color: #0b5aa5;
	font: normal 11px/12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: center;
}

a:link { color: #808c0a; text-decoration: underline }
a:visited { color: #808c0a; text-decoration: underline }
a:hover { color: #808c0a; text-decoration: none }
a:active { color: #808c0a; text-decoration: none }

#wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/middle-bkgd-rep.jpg) repeat-y;
}

#header {
	background: url(images/header-temp.jpg) no-repeat;
	width: 100%;
	height: 210px;
}

#middle {
	width: 950px;
	height: 354px;
	background: url(images/middle-bkgd-top.jpg) no-repeat;
}

#content {
	width: 609px;
	margin-left: 50px;
	float: left;
	margin-right: 37px;
	display: inline;
	margin-bottom: 25px;
}

.pg-title {
	behavior: url(iepngfix.htc);
	width: 609px;
	height: 65px;
	margin-left: 50px;
	float: left;
}

#welcome {
	background: url(images/pg-title-welcome.png) no-repeat;
}

#about-us {
	background: url(images/pg-title-about-us.png) no-repeat;
}

#scientific {
	background: url(images/pg-title-scientific-wloss.png) no-repeat;
}

#appointment{
	background: url(images/pg-title-schedule-appment.png) no-repeat;
}

#contact-us {
	background: url(images/pg-title-contact-us.png) no-repeat;
}

#client-resources {
	background: url(images/pg-title-client-resources.png) no-repeat;
}

#sidebar {
	width: 251px;
	float: left;
	display: inline;
	margin-bottom: 25px;
}

#video-presentation {
	background: url(images/VideoPresIcon.jpg) no-repeat;
	width: 100%;
	height: 246px;
	margin-bottom: 20px;
}

#products-link {
	width: 100%;
	height: 115px;
	background: url(images/sidebar-products.jpg) no-repeat;
	margin-bottom: 20px;
}

#sidebar-top {
	background: url(images/sidebar-top-testimonials.jpg) no-repeat;
	width: 100%;
	height: 37px;
}

#sidebar-middle {
	background: url(images/sidebar-bkgd-rep.jpg) repeat-y;
}

#sidebar-text {
	padding-left: 17px;
	padding-right: 30px;
	padding-top: 10px;
	font: 11px/17px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	color: #0b5aa5;
	text-align: justify;
}

#sidebar-bottom {
	background: url(images/sidebar-bottom.jpg) no-repeat ;
	width: 100%;
	height: 15px;
}


#footer {
	width: 950px;
	height: 95px;
	clear: left;
	background: url(images/footer-bkgd.jpg) no-repeat;
	margin-top: 15px;
}

.footerlinks {
	color: #0b5aa5;
	font: normal 11px/18px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: center;
}

.footerlinks a:link { color: #0b5aa5; text-decoration: none }
.footerlinks a:visited { color: #0b5aa5; text-decoration: none }
.footerlinks a:hover { color: #808c0a; text-decoration: underline }
.footerlinks a:active { color: #808c0a; text-decoration: underline }

#copyright {
	float: left;
	text-align: left;
	margin-left: 33px;
	margin-bottom: 10px;
}

#lionheart-link {
	text-align: right;
	margin-right: 33px;
	margin-bottom: 10px;
}

form { margin: 0 }

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0b5aa5;
	font-weight: normal;
	text-align: left 
}
	
input, textarea, select, .form-input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #273c57;
	background: #bccce0;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #3b5d89 1px solid;
	border-top: #3b5d89 1px solid;	border-right: #3b5d89 1px solid;
	border-bottom: #3b5d89 1px solid
}

.form-radio, .form-ckbox {
	background: none;
	padding-left: 0;
	padding-right: 0;
	border: none 
}
	
.form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0b5aa5;
	border-left: #808c0a 2px solid;
	border-top: #808c0a 2px solid;
	border-right: #808c0a 2px solid;
	border-bottom: #808c0a 2px solid;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

