/* @override http://rmwebsite.com/dr-petti/css/layout.css */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* remove default link styles */

:link,:visited {
	text-decoration: none;
}

/* No list-markers by default - must redefine bullets w/ bg graphics */

ul,ol {
	list-style: none;
}

/* Avoid browser default inconsistent heading font-sizes and pre/code */

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

/* Remove inconsistent (among browsers) default padding or margin */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl {
	margin: 0;
	padding: 0;
}

/* prevent blue linked image borders */

a img,:link img,:visited img {
	border: none;
}

/* basic elements
 * ------------------------------------------------------------------------- */

body {
	background-color: #8A9983;
	text-align: left;
}

p, a:link, a:visited, li,h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #052905;
	text-decoration: none;
}

p, td, th, tbody, ul, li, dt, dd {
	line-height: 18px;
}

span {
	display: none;
}

p, pre, blockquote, h1, h2, h3, h4 {
	margin-bottom: 7px;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding: 0 80px 0 22px;
}

h1 {
	font-size: 16px;
	color: #CC3366;
}

h2 {
	font-size: 14px;
	color: #CC3366;
}

h3 {
	font-size: 13px;
	color: #052905;
}

h4 {
	font-size: 12px;
	color: #052905;
}

/* classes */

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

.thumb-left {
	padding: 0px 22px 0 22px;
}

.flower {
	margin-right: 70px;
}

.pad-right {
	padding-right: 5px;
}

/* contact forms
 * ------------------------------------------------------------------------- */

/* quick contact */

#contact_quick {
	width: 139px;
	top: auto;

}


label {
	font-family:Arial, Helvetica, sans-serif;
	color:#322a06;
	font-size: .7em;
	text-transform:uppercase;
	}

input{
	background-color: #FFFBE8 !important;
	border: 1px solid #8B9A83;
	width: 130px;
	height: 18px;
	margin-bottom: 4px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #052905;
}



.submit, .submit-big-contact {
	width: 52px;
	height: 15px;
	cursor: pointer;
	background: url("../images/sub/submit.gif") no-repeat;
	border: 0;
}

form#print {
	margin: 0px;
	padding: 0px
}

.print {
	width: 52px;
	height: 15px;
	cursor: pointer;
	background: url("../images/print-btn.jpg") no-repeat;
	border: 0;
}

/* main contact */

#contact_main {
	padding: 20px 0 10px 20px;
}

#contact_main form, #contact_main label, #contact_main input, #contact_main textarea, #contact_main select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#contact_main label {
	position: relative;
	display: block;
	text-align: right;
	color: #000;
	width: 200px;
}

#contact_main label input, #contact_main label textarea, #contact_main select {
	background-color: #fff;
	border: 1px solid #000;
	position: absolute;
	left: 110%;
	top: -2px;
}

#contact_main label input, #contact_main select {
	width: 200px;
}

#contact_main label textarea {
	top: 0;
	width: 200px;
	height: 100px;
}

.submit-big-contact {
	background-color: #B9A085;
	margin: 85px 0 0 220px;
}

/* skeleton
 * ------------------------------------------------------------------------- */

#wrap {
	background: url("../images/index/bg.jpg") repeat-y;
	width: 833px;
	margin: 0 auto;
}

#flower-bottom {
	background: url("../images/index/left-bottom.jpg") no-repeat bottom left;
	width: 833px;
	overflow: hidden;
	padding-bottom: 50px;
}

#header {
	background: url("../images/index/header.jpg") no-repeat;
	height: 356px;
}

#masthead a {
	display: block;
	background: url("../images/index/header.jpg") no-repeat;
	height: 103px;
}

#column-left {
	width: 236px;
	float: left;
	padding-bottom: 200px;
}

#left-top {
	background: url("../images/index/left-top.jpg") no-repeat;
	height: 292px;
	padding: 0px;
	margin: 0px;
}

#spabella {
	background: url("../images/index/spabella.gif") no-repeat;
	height: 191px;
}

#spabella a {
	display: block;
	width: 153px;
	height: 163px;
	margin-left: 60px;
}

/*#video {height:100px;}
				#video a { 
					display: block; 
					width:153px; 
					height:72px;
					}
				
				#spavideo { 
					background:url("../images/sub/spabellavideo.jpg") no-repeat;
					height:72px; 
					float:right; 
					padding: 0 0 0 0; 
					}
				#spavideo a { 
					display: block; 
					width:412px; 
					height:71px;
					}*/

#month_special {
	height: 131px;
}

#column-center {
	width: 361px;
	float: left;
}

#center-top {
	background: url("../images/index/top-bg.jpg") repeat-y;
	width: 361px;
}

#top-title {
	background: url("../images/index/title-top.jpg") no-repeat top;
	width: 361px;
	padding: 83px 0 15px 0;
}

#top-title p {
	padding: 0 10px 0 15px;
}

#top-title img {
	float: right;
	margin: 0;
	padding-right: 10px;
}

#center-middle {
	background: url("../images/index/title-plasticsurgery.jpg") no-repeat top;
	width: 361px;
	height: 91px;
}

#center-middle-bg {
	background: url("../images/index/middle-bg.jpg") repeat-y;
	width: 361px;
}

#center-middle-content {
	background: url(../images/index/middle-flower.jpg) no-repeat bottom;
	width: 361px;
	padding: 5px 0 15px;
}

#center-middle-content p {
	padding: 0 16px 0 16px;
}

#center-bottom {
	background: url("../images/index/title-societies.jpg") no-repeat top;
	padding: 66px 0 45px 0;
}

#center-bottom p {
	padding: 0 52px 0 45px;
}

#column-right {
	width: 236px;
	float: left;
}

#column-right p {
	padding: 0 66px 0 27px;
	line-height: 15px;
}


#smartlipo
{
	background: url("../images/Petti_Smartlipo.jpg") no-repeat;
	height: 612px;
	width:334px;
	margin: 8px 0 8px 10px;
	position: relative;
}

#smartlink{
	height: 290px;
	width:331px;
	position: absolute;
	top:0;
	left:0;
}

#smartlink a {
	position: absolute;
	left: 0px;
	width: 334px;
	top: 0px;
	height: 100px;
}


#doctors {
	position: absolute;
	left: 3px;
	width: 331px;
	top: 295px;
	height: 317px;
}
#doctors a {
	position: absolute;
	left: 0px;
	width: 334px;
	top: 0px;
	height: 312px;
}

#viewvideo {

height:20px;
left:231px;
position:absolute;
top:550px;
width:91px;
}

#viewvideo a{
z-index: 50px;
height:20px;
left:0px;
position:absolute;
top:0px;
width:91px;
}


#right-top {
	background: url("../images/index/title-contact.jpg") no-repeat top;
	width: 236px;
	padding-top: 129px;

}

#media-center {
	background: url("../images/index/mediacenterbg.jpg") repeat-y;
	width: 236px;
}

#media-top {
	background: url("../images/index/title-mediacenter.jpg") no-repeat top;
	width: 236px;
	height: 37px;
}

#media-content {
	background: url("../images/index/mediacenter-bottom.jpg") no-repeat bottom;
	width: 236px;
	padding-bottom: 30px;
}

#special {
	background: url("../images/index/title-special.jpg") no-repeat top;
	width: 236px;
	padding-top: 41px
}

#titan {
	background: url("../images/index/titan.jpg") no-repeat top;
	height: 48px;
	padding-top: 9px;
}

#titan a {
	display: block;
	width: 120px;
	height: 40px;
	margin-left: 38px;
}

#obagi {
	background: url("../images/index/obagi.jpg") no-repeat top;
	height: 120px;
	padding-top: 9px;
}

#obagi a {
	display: block;
	width: 236px;
	height: 120px;
	margin-left: 0px;
}

#contour {
	height: 100px;
}

#address {
	background: url("../images/index/title-address.jpg") no-repeat top;
	width: 236px;
	margin-left: 57px;
	padding: 57px 0 0 57px;
}

#bottom {
	background: url("../images/index/bottom.jpg") no-repeat;
	width: 833px;
	height: 29px;
	clear: both;
	overflow: hidden;
}

/* skeleton-sub
 * ------------------------------------------------------------------------- */

#wrap-sub {
	background: url("../images/sub/bg.jpg") repeat-y;
	width: 833px;
	margin: 0 auto;
}

body#video #wrap-sub {
	background: url("../images/sub/bg-video.jpg") repeat-y;
}

#flower-gradient {
	background: url("../images/sub/flowers-gradient.jpg") no-repeat bottom;
	width: 833px;
	float: left;
}

body#video #flower-gradient {
	background: none;
}

#sub-left {
	width: 237px;
	float: left;
	padding-bottom: 191px;
}

#sub-left p {
	padding: 0 28px 0 61px;
	font-size: 11px;
	line-height: 14px;
}

#address-sub {
	background: url("../images/sub/title-address.jpg") no-repeat top;
	width: 237px;
	padding: 49px 0 0 0;
}

#patient_financing {
	background: url("../images/sub/title-financing.jpg") no-repeat top;
	width: 237px;
	padding: 95px 0 0 0;
	margin-top:20px;
}
#patient_financing img {margin-left:46px;}
#video_website {
	width: 236px;
}

#sub-contact {
	background: url("../images/sub/sub-contact-top.jpg") no-repeat top;
	width: 237px;
	padding: 5px 0 25px 0;
}

#sub-contact a {
	width: 237px;
	height: 50px;
	display: block;
	margin: 75px 0 0 0;
}

#sub-locate {
	background: url("../images/sub/sub-locate-top.jpg") no-repeat top;
	width: 237px;
	padding: 5px 0 135px 0;
}

#sub-right {
	background: url("../images/sub/title.jpg") no-repeat top;
	width: 596px;
	float: left;
	padding: 85px 0 40px 0;
}

#sub-right p {
	padding: 0 80px 0 22px;
}

/* ---------------------------- Right Column Titles -------------------------------- */

#title {
	width: 596px;
	float: left;
	padding: 85px 0 40px 0;
	background-position: top;
	background-repeat: no-repeat;
}
body#testimonial_pg #title {
	min-height:1600px;
	*height:auto !important;
	*height:1600px;
	
}

#title p {
	padding: 0 80px 0 22px;
}

body#breast #title {
	background-image: url("../images/sub/title-breast.jpg");
}
body#breastaug_pg #title {
	background-image: url("../images/sub/title-breastaug.jpg");
}
body#breastlift_pg #title {
	background-image: url("../images/sub/title-breastlift.jpg");
}
body#breastreduc_pg #title {
	background-image: url("../images/sub/title-breastreduction.jpg");
}

body#contact #title {
	background-image: url("../images/sub/title-contact.jpg");
}

body#sitemap #title {
	background-image: url("../images/sub/title-sitemap.jpg");
}

body#threadlift #title {
	background-image: url("../images/sub/title-threadlift.jpg");
}

body#practice #title {
	background-image: url("../images/sub/title-practice.jpg");
}

body#thankyou #title {
	background-image: url("../images/sub/title-thankyou.jpg");
}

body#body #title {
	background-image: url("../images/sub/title-body.jpg");
}

body#smartLipo #title {
	background-image: url("../images/sub/title-smartLipo.jpg");
}
body#affirm #title {
	background-image: url("../images/subhead-affirm.jpg");
}

body#face #title {
	background-image: url("../images/sub/title-face.jpg");
}

body#portrait_pg #title {
	background-image: url("../images/sub/title-portrait.jpg");
}


body#skin #title {
	background-image: url("../images/sub/title-skin.jpg");
}

body#legvein #title {
	background-image: url("../images/sub/title-legvein.jpg");
}

body#blog #title {
	background-image: url("../images/sub/title-blog.jpg");
}

body#testimonial_pg #title {
	background-image: url("../images/sub/title-testimonial.jpg");
}

body#mommymakeover #title {
	background-image: url("../images/subhead-mommymakeover.jpg");
}

body#concierge #title {
	background-image: url("../images/title-psc.jpg");
}

body#mommymakeover #title ul, body#mommymakeover #title ul, body#mommymakeover #title ul {
	padding: 0 85px 10px 35px;
	list-style-type:square;
}


body#face #title ul, body#breastaug_pg #title ul, body#breastreduc_pg #title ul, body#breast #title ul {
	padding: 0 80px 0 22px;
}

body#face #title ul li, body#breastaug_pg #title ul li, body#breastreduc_pg #title ul li, body#breast #title ul li {
	list-style: square;
	margin: 0 0 3px 20px;
}

body#skin #title ul, body#smartLipo #title ul {
	padding: 0 160px 0 55px;
	list-style-type: square;
	margin-bottom: 7px;
}


/* ------------------------------------------------------------------------ */

#title-locate {
	background: url("../images/sub/title-locate.jpg") no-repeat top;
	float: left;
	width: 237px;
	padding: 145px 0 191px 0;
}

#title-locate p {
	padding: 0 28px 0 61px;
	font-size: 11px;
	line-height: 14px;
}

#title-locate a {
	font-size: 11px;
	line-height: 14px;
}

#media-stage {
	background: url("../images/sub/media-stage.jpg") no-repeat top;
	height: 173px;
	padding-top: 72px;
	position:relative;
	
}

#media-stage-media {
	display: block;
	width: 226px;
	height: 37px;
	top:-43px;
	left:230px;
	position:relative;


}

#media-stage-media a {
	display: block;
	width: 226px;
	height: 37px;
	top:-43px;
	left:230px;
	position:absolute;

}

#media-stage-dr  {
	display: block;
	width: 148px;
	height: 43px;
	top:-10px;
	left:35px;
	position:relative;


}
#media-stage-dr a {
	display: block;
	width: 145px;
	height: 43px;
	top:-10px;
	left:35px;
	position:absolute;


}



#legveintherapy, #contact-us-title {
	display: none;
}

.divider {
	background: url("../images/sub/divider.jpg") no-repeat top;
	width: 596px;
	height: 30px;
}

.clear {
	clear: both;
	overflow: hidden;
	height: .01em;
}

/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav {
	background: url("../images/index/nav.jpg") no-repeat;
	width: 833px;
	height: 19px;
	position: relative;
	z-index:9999;
}
#nav span {
display: none;
}

	#nav li, #nav a {
height: 19px;
display: block;
}
/* change height here also */

	#nav li {
float: left;
list-style: none;
display: inline;
position: relative;
}


#nav-01 {
	width: 69px;
	margin-left: 63px;
}

#nav-02 {
	width: 123px;
}

#nav-03 {
	width: 75px;
}

#nav-04 {
	width: 66px;
}

#nav-05 {
	width: 58px;
}

#nav-06 {
	width: 97px;
}

#nav-07 {
	width: 95px;
}

#nav-08 {
	width: 115px;
}

#nav-01 a:hover {
	background: transparent url(../images/index/nav.jpg) -63px -19px no-repeat;
}

#nav-02 a:hover {
	background: transparent url(../images/index/nav.jpg) -132px -19px no-repeat;
}

#nav-03 a:hover {
	background: transparent url(../images/index/nav.jpg) -255px -19px no-repeat;
}

#nav-04 a:hover {
	background: transparent url(../images/index/nav.jpg) -330px -19px no-repeat;
}

#nav-05 a:hover {
	background: transparent url(../images/index/nav.jpg) -396px -19px no-repeat;
}

#nav-06 a:hover {
	background: transparent url(../images/index/nav.jpg) -454px -19px no-repeat;
}

#nav-07 a:hover {
	background: transparent url(../images/index/nav.jpg) -551px -19px no-repeat;
}

#nav-08 a:hover {
	background: transparent url(../images/index/nav.jpg) -646px -19px no-repeat;
}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul {
	position: absolute;
	left: -9999px;
	padding-right: 1px;
	/* Fixes one px spacing for border-right in FF */
	background-color: #8DA686;
	z-index:9999;
}

#nav li ul li {
	height: 20px;
/* Height of each drop down nav item */
	border: 1px solid #CC3366;
	border-top: none;
	background-color: #8DA686;
}

#nav li ul li a {
	width: 100%;
	height: 20px;
	/* Height of each drop down nav item, should match above */
	line-height: 20px;
/* Height of each drop down nav item again, should match above */
}

#nav li ul li a span {
	display: block;
	padding-left: 5px;
}

/* Drop down link styles */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}

/* Hover styles for drop down items */

#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-02 ul a:hover,  #nav-05 ul a:hover {
	background-image: none;
	background-color: #CC3366;
	color: #FFFFFF;
	text-decoration: none;
}

/* width of drop down nav - choose width that allows items to display on one line */

#nav-03 ul, #nav-03 li {
	width: 160px;
}

#nav-04 ul, #nav-04 li {
	width: 145px;
}
#nav-02 ul, #nav-02 li {
	width: 150px;
}

#nav-05 ul, #nav-05 li {
width: 170px;
}
/* NAVIGATIONside ----------------------------------------------------------------------------- */

#homenav {
	width: 236px;
	height: 475px;
	background: url("../images/index/left-nav.jpg") no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

#homenav li {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
}

#homenav li, #homenav a {
	height: 76px;
	left: 60px;
	display: block;
}

#homenav1 {
	top: 1px;
	width: 153px;
}

#homenav2 {
	top: 77px;
	width: 153px;
}

#homenav3 {
	top: 153px;
	width: 153px;
}

#homenav4 {
	top: 229px;
	width: 153px;
}

#homenav5 {
	top: 305px;
	width: 153px;
}

#homenav6 {
	top: 381px;
	width: 153px;
}

#homenav1 a:hover {
	background: transparent url(../images/index/left-nav.jpg) -296px  -1px  no-repeat;
}

#homenav2 a:hover {
	background: transparent url(../images/index/left-nav.jpg) -296px  -77px  no-repeat;
}

#homenav3 a:hover {
	background: transparent url(../images/index/left-nav.jpg) -296px  -153px  no-repeat;
}

#homenav4 a:hover {
	background: transparent url(../images/index/left-nav.jpg) -296px  -229px  no-repeat;
}

#homenav5 a:hover {
	background: transparent url(../images/index/left-nav.jpg) -296px  -305px  no-repeat;
}

#homenav6 a:hover {
	background: transparent url(../images/index/left-nav.jpg) -296px  -381px  no-repeat;
}

/* footer
 * ------------------------------------------------------------------------- */
#footer a:hover {color:#C4DFC3;}
#footer {
	width: 770px;
	text-align: center;
	margin: 0 auto;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin-top: 0px;
}

#footer li {


/* if your li's float, you can adjust border height w/ line-height */
	padding: 0 3px 0 5px;
	display: inline;
	border-left: 1px solid #000;
}

#footer li.first {
	border: none;
}

.docshop-network a:link {
	text-decoration: underline;
}

/* bnas
 * ------------------------------------------------------------------------- */

#bna-body {
	background-image: none;
	background-color: #B9CAAA;
	width: 550px;
	height: 461px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #052905;
}

#bna-body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #052905;
}

#bna-top {
	background: url("../images/bna/bna-top.gif") no-repeat top;
	height: 97px;
}

#bna-top a {
	display: block;
	width: 550px;
	height: 97px;
	text-decoration: none;
}

#bna-image {
	height: 268px;
}

#bna-bottom {
	background: url("../images/bna/bna-bottom.gif") no-repeat top;
	height: 96px;
	width: 550px;
	padding-top: 10px;
	text-align: center;
}

#bna-bottom h1 {
	color: #1B3607;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 8px 0 0px 0;
	padding: 0;
}

#bna-bottom p {
	color: #1B3607;
	font-size: 12px;
	text-align: center;
	margin: 0px 0 8px 0;
	padding: 0;
}

/* featured product
 * ------------------------------------------------------------------------- */

body#featured-prod {
	background-color: #FFFBE7;
	background-image: url(../images/featured-prod/body-bg-featured-prod3.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #052905;
}

#featured-prod-body {
	margin: 0px auto;
	width: 470px;
}

#featured-prod-body p {
	margin: 0px 30px;
}

#featured-prod-header {
	background-image: url(../images/featured-prod/header.gif);
	width: 500px;
	height: 71px;
}

.header-font {
	font-size: 14px;
	color: #392B0E;
	font-weight: bold;
	font-style: italic;
}

.emphasize-font {
	color: #392B0E;
	font-weight: bold;
	font-style: italic;
}

#map {
	margin-left: 50px;
}

body#video {
	margin: 0;
}

body#popup_press {
	background-image: url(../images/sub/popup_press_bg.jpg);
	background-repeat: repeat-y;
	width: 637px;
}

body#popup_press h1 {
	margin: 20px 50px 10px 40px;
	font-size: 14px;
}

body#popup_press p {
	margin: 0px 50px 10px 60px;
}

map {
	margin-right: 21px;
}

#special-links {
	position: relative;
	background: url("../images/index/new-special.jpg");
	height: 160px;
}

#special-links a.pop1 {
	position: absolute;
	left: 30px;
	width: 206px;
	top: 0px;
	height: 80px;
}

#special-links a.pop2 {
	position: absolute;
	left: 30px;
	width: 206px;
	top: 80px;
	height: 80px;
}

#special-links2 {
	position: relative;
	background: url("../images/index/new-special2.jpg") no-repeat;
	height: 85px;
	width: 236px;
}

#special-links2 a.pop1 {
	position: absolute;
	left: 44px;
	width: 186px;
	top: 10px;
	height: 65px;
}

#contact-link {
	width: 170px;
	height: 50px;
	float: left;
	margin: -55px 0 0 12px;
}

#contact-link-inside {
	margin: 80px 0 0 50px;
	width: 170px;
	height: 50px;
	float: left;
}

#player {
	width: 700px;
	margin: 0 auto;
}

#prev-newsletter {
	margin: 0 0 0 45px;
}

#sidebar_div {
	width: 177px;
	margin-left: 47px;
	padding: 10px 0 0;
}

#inner_border h2 {
	margin: 0 0 0 10px;
	padding: 0px;
}

#inner_border ul {
	margin: 0 0 10px 20px;
}

#btn-blog {
	background: url("../images/btn_blog.jpg") top left no-repeat;
	height: 67px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 0 46px;
}

#btn_blog:hover {
	background: url("../images/btn_blog.jpg") bottom left no-repeat;
}

#btn-doctors {
background: url("../images/btn-doctors.jpg") no-repeat;
position:relative;
width:336px;
height:300px;
margin-left:10px;
}
#btn-doctors a {
background: url("../images/btn-doctors.jpg") no-repeat;
position:absolute;
width:336px;
height:300px;
}

/******************************************************
     testimonials page
*****************************************************/

body#testimonial_pg #scroll_pane {
	height:254px;
	background: url("../images/sub/testimonial_bg.jpg") bottom left no-repeat;
	margin-left:19px;
	padding-left:20px;
	padding-top:17px;
}
p#test_nav {
	float:left;
}
a.scroll_previous {
	background: url("../images/sub/btn_previous.jpg") bottom left no-repeat;
	display:block;
	float:left;
	width:152px;
	height:44px;
	text-indent:-9999px;
	outline-style:none;
}

a.scroll_next {
	background: url("../images/sub/btn_next.jpg") bottom left no-repeat;
	display:block;
	float:left;
	width:114px;
	height:41px;
	text-indent:-9999px;
	outline-style:none;
}
span.testimonial_title {
	float:right;
	width:230;
	display:inline;
	line-height:44px;
	height:44px;
	font-weight:bold;
	font-size:1.2em;
	padding-left:20px;
}
ul#elements {
	width:473px;
	height:186px;
	overflow:hidden;
	position:relative;
}
ul#elements li {
	width:469px;
	height:182px;
	margin:2px;
	margin-bottom:50px;
	background: url("../images/sub/testimonial_li_bg.jpg") bottom left no-repeat;
}
ul#elements li p {
	padding:10px 20px;
	color:#000000;
}
ul#elements li p span{
	display:block;
	text-align:right;
}

#specials {
	width: 236px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #322a06;
	text-align:center;
	background-image:url(../images/title_signup.jpg);
	background-repeat: no-repeat;
	min-height: 270px;
	}
	
#specials p {
	width: 165px;
	padding: 75px 5px 5px 10px;
}

.bloglist {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-left:35px;
padding:0px 80px 5px 20px;
text-decoration:none;
}

#spotlight{
width:330px;
height:64px;
margin-left:10px;
background: url("../images/spotlight.jpg");
}

#quotebox{
width:170px;
height:130px;
margin-left:50px;
margin-top:25px;
background: url("../images/quotebox.jpg") no-repeat;
}
#medical {text-align:center;}
#medical img {margin:10px;}

#youtube {
background:transparent url(../images/youtube.png) repeat scroll left top;
display:block;
float:left;
height:42px;
text-indent:-9999px;
width:42px;
margin-left:15px;
}
#youtube:hover {
background:transparent url(../images/youtube.png) repeat scroll left bottom;
}
#facebook {
background:transparent url(../images/facebook.png) repeat scroll left top;
display:block;
float:left;
height:42px;
margin-left:15px;
text-indent:-9999px;
width:42px;
}
#facebook:hover {
background:transparent url(../images/facebook.png) repeat scroll left bottom;
}

#ournetwork {padding-top:40px; background:url(../images/ournetwork.jpg) no-repeat; margin-left:46px; height:60px;}

#index #ournetwork {margin-left:0;}

