/*CSS*/
body {
	margin:0;
	padding:0;
	text-align:left;
	font-family:verdana;
	font-size:11px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #E6E7C8;
	color: #6C6C66;
	}

div#wrapper {
	margin:0 auto;
	width: 992px;
	padding:0;
	background-image:url(images/upper_content_bg.jpg);
	}
div#wrapper2 {
	margin:0 auto;
	width: 992px;
	padding:0;
	}

div#banner {
	width: 992px;
	height: 127px;
	background-image:url(images/banner_5.jpg);
	background-position:right;
	}
	div#banner img {
		float: left;
		margin: 0;
		padding: 0;
		}
	div#banner p {
		float: right;
		text-align:center;
		line-height: 20px;
		margin: 25px 40px 0px 0px;
		color: #619ba5;
		}
	div#banner a, a:visited {
		color: #619ba5;
		text-decoration:none;
		}

div#nav {
	width: 242px;
	clear: left;
	float: left;
	background-image:url(images/nav_bg.jpg);
	text-transform:uppercase;
	}
	div#nav #firstpane {
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 40px;
		padding-bottom: 6px;
		background-image:url(images/side_nav.jpg);
		list-style: none;
		line-height: 26px;
		}
	div#nav a, a:visited {
		color: #6C6C66;
		text-decoration:none;
		}
	div#nav a:hover {
		color: #94b5ba;
		text-decoration:underline;
		}
	
div#center_img {
	float: left;
	/*background-image:url(images/center_img.jpg);*/
	width: 555px;
	height: 293px;
	}

div#right_nav {
	float: right;
	width: 195px;
	background-image:url(images/r_bg.jpg);
	}

/* ********************** MY BLOG STYLES ******************** */
div#blogSideBar	{
	padding:20px 0 0 15px;
	}
	div#blogSideBar H2	{
		font-weight:bold;
		color:#FFF;
		padding:20px 0 0 0;
		}
	div#blogSideBar p	{
		color:#E6E7C8;
		margin-right:25px;
		}		
	div#blogSideBar a	{
		color:#E6E7C8;
		}	
	div#blogSideBar a:hover	{
		color:#FFF;
		}
	div#blogSideBar ul li	{
		color:#E6E7C8;
		}	

div#content {
	width: 555px;
	float: left;
	background-image:url(images/content.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	}
	#content p {
		line-height:20px;
		text-align:justify;
		margin: 0px 40px 15px 20px;
		}
		#content p.noTopPadding {
			margin-top:0px;
			padding-top:0px;
		}
		#content p.noBottomPadding {
			margin-bottom:0px;
			padding-bottom:0px;
		}				
	#content ul {
		line-height: 20px;
		text-align:justify;
		margin-left:40px;
		color: #6C6C66;
		}
		#content ul li a, a:visited {
			color: #6C6C66;
			text-decoration: underline;
			}
		#content ul li a:hover {
			text-decoration: underline;
			color:#619BA5;
			}

	#content ol {
		line-height: 20px;
		text-align:justify;
		margin-left:40px;
		color: #6C6C66;
		}
		#content ol li a, a:visited {
			color: #6C6C66;
			text-decoration: underline;
			}
		#content ol li a:hover {
			text-decoration: underline;
			color:#619BA5;
			}			
			
		#content a, a:visited {
			color: #6C6C66;
			text-decoration: underline;
			}
	 	#content a:hover {
			color: #619BA5;
			text-decoration: underline;
			}	
			
div#content-gallery {
	width: 750px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 0;
	}

div#lower_bar {
	clear: both;
	width: 992px;
	height: 18px;
	background-image:url(images/lower_bar.jpg);
	}

div#bottom {
	background-image: url(images/bottom_bg.jpg);
	height: 150px;
	}
	div#bottom img {
		float: left;
		margin: 0;
		padding: 0;
		}
	div#b_face {
		float: left;
		width: 186px;
		height: 135px;
		background-image:url(images/b_face.jpg);
		}
		div#b_face:hover{
			background-image:url(images/b_face_r.jpg);
			}
	div#b_breast {
		float: left;
		width: 178px;
		height: 135px;
		background-image:url(images/b_breast.jpg);
		}
		div#b_breast:hover{
			background-image:url(images/b_breast_r.jpg);
			}
	div#b_body {
		float: left;
		width: 182px;
		height: 135px;
		background-image:url(images/b_body.jpg);
		}
		div#b_body:hover{
			background-image:url(images/b_body_r.jpg);
			}
	div#b_inj {
		float: left;
		width: 204px;
		height: 135px;
		background-image:url(images/b_inj.jpg);
		}
		div#b_inj:hover{
			background-image:url(images/b_inj_r.jpg);
			}
		
div#footer {
	text-align: center;
	width: 100%;
	clear: both;
	padding: 10px 0px;
	margin: 0 auto;
	}
	#footer ul {
		padding-top: 0px;
		margin-top: 0px;
		line-height: 20px;
		}
	#footer li {
		list-style-type: none;
		display: inline;
		padding-right: 20px;
		}

/*  *********************************************   CONTENT   *********************************************** */


.contact_form td{
	color: #846E3F;
	font-size: 11px;
	}
	
img {
	border: none;
	}	

/*Link Text*/
H1 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	padding:5px 50px 5px 20px;
	color: #94b5ba;
	}
	
	H1 a {
	font-size:18px;
	}

H2 {
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 14px; 
	color: #94b5ba;
	line-height: 17px;
	font-weight:normal;
	padding:0px 50px 10px 22px;
	}

H3 {
	text-transform: uppercase;
	margin-bottom:5px;
	font-size: 12px; 
	color: #CEAD46;
	line-height: 17px;
	font-weight:normal;
	padding:0px 50px 0px 20px;
}
	H3.homepage	{
		color:#619BA5;
		}

H4 {
	text-transform: uppercase;
	font-size: 12px; 
	color: #94b5ba;
	line-height: 17px;
	font-weight:bold;
	text-decoration:underline;
	padding:0px 50px 0 22px;
	}
H5 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px; 
	color: #6C6C66;
	font-weight:normal;
	padding:0px 50px 10px 22px;
	}
	
/*  *********************************************   PHOTOS   *********************************************** */
.picborder {
	border: 1px solid; 
	border-color:#CEAD46;
}

.picRight {
	border: 1px solid; 
	border-color:#CEAD46; 
	float:right; 
	margin: 4px 0 0 15px;
}

.FlashRight {
	border: 1px solid; 
	border-color:#CEAD46; 
	float:right; 
	margin: 4px 15px 0 15px;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picLeft {
	border: 1px solid #CEAD46;
	float:left;
	margin-right:10px;
    margin-top:5px;
}

.picLeftnoborder {
	border: 0;
	float:left;
	margin-right:10px;
    margin-top:5px;
}

.picRightnoborderLogo {
	float:right; 
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.videoBorder	{
	border:2px solid #000000;
	width:528px;
	height:360px;
	}

/*  *********************************************   FORMS   *********************************************** */
.inputSelect {
	font-family:arial;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: 1px solid #CEAD46;
	color: #000000;
	width:200px;
	background-color: #FFFFFF;
}
.inputComment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: 1px solid #CEAD46;
	color: #555555;
	width:200px;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #51838C;
	width:80px;
	border: 1px solid #CEAD46;
}
.inputButton2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #255392;
	width:37px;
	border: 1px solid #CEAD46;
}

.no-rep-x {
	background-repeat: repeat-x;
}
.no-rep-y {
	background-repeat: repeat-y;
}


/*  *********************************************   LINKS   *********************************************** */




	
#footer a {
	color:#6C6C66;
	text-decoration: none;
	}
#footer a:hover {
	color:#6C6C66;
	text-decoration: underline;
	}	


/* Link Styles Ends */

.button-text {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #214285;
	text-decoration: none;
}

div#copyright {
	margin:30px auto 0;
	padding:0;
	width:684px;
	text-align:left;
	color:#3D4063;
}

div#copyright img {
	float:left;
	margin-right:10px;
}

.right	{
	margin-right: 40px;
	margin-bottom: 20px;
	text-align:right;
	color:#6C6C66;
}

div#forceleft	{
	text-align:left;
	margin: 0 0 0 0;
	}

/************ bottom of procedure pages - breaast augmentation ******************/

div#previous_next_backtotop	{
	margin: 0 0 0 15px;
	color:#6C6C66;
	width: 505px;
	}

	
div#left	{
	width: 140px;
	float:left;
	text-align:left;
	margin-left: 20px;
	}
	
	#left p	{
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		color:#6C6C66;
		}
	
	#left a p	{
		text-decoration:none;
		}
	#left a:hover p	{
		text-decoration:underline;
		color:#619ba5;
		}

	#left a 	{
		text-decoration:none;
		}
	#left a:hover 	{
		text-decoration:underline;
		color:#619ba5;
		}	

	.arrowleft {
		border: 0;
		float:left;
		margin-right:2px;
		margin-top:5px;
		}

div#center	{
	width: 140px;
	margin: 0 0 0 40px;
	text-align:center;
	float:left;
	}


div#right	{
	width: 143px;
	margin: 0 0 0 370px;
	text-align:right;
	}
	
	.arrowcenter	{
		border:0;
		}

	#right p	{
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		color:#6C6C66;
		text-align:right;
		}


	#right a p	{
		text-decoration:none;
		}
	#right a:hover p	{
		text-decoration:underline;
		color:#619ba5;
		}

	#right a 	{
		text-decoration:none;
		}
	#right a:hover 	{
		text-decoration:underline;
		color:#619ba5;
		}		

	.arrowright {
		float:right; 
		margin-left: 2px;
		margin-top:3px;
	}

/****************************************/

div#separator	{
	border-top:1px solid #C4D5DD;
	width:80%;
	margin-left:25px;
	margin-top:10px;
	}



hr	{
	width: 80%;
	text-align:center;
}

.list	{
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	text-align:	left;
}

.list2	{
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
	text-align:	left;
}

.list3	{
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	text-align:	left;
}

.list4	{
	margin: 0 40px 0 20px;
	padding: 0 40px 0 20px; 
	text-align:justify;
	}

.pdflist {
	list-style-image: url(images/p-acrobat_file_small.gif);
	margin: 5px 0 10px 20px;
	padding: 5px 0 10px 20px;
}

.spryheader	{
	color: #FFFFFF;
	text-decoration:bold;
}

div#services	{
	margin: 0 20px 0 5px;
	padding: 0 0 0 0;

	}

	#services ul {
		line-height: 20px;
		text-align:left;
		margin: 0 0 0 20px;
		padding: 0 0 0 20px;
		}
		#services ul a, a:visited {
			color: #6C6C66;
			}
		#services ul a:hover {
			text-decoration: underline;
			}
			
/********** LISTS with imamges *********/


div#pdflist	ul {
		font-family:verdana;
		font-style:normal;
		font-size:11px;
		list-style:none;
		margin: 0 0 0 20px;
		padding: 0 0 0 20px;
		}
		
		#pdflist ul li	{
				background-image:url(images/p-acrobat_file_small.gif);
				background-repeat:no-repeat;
				padding: 0 0 0 20px;
				list-style:none;
		}
		
		#pdflist ul li a	{
				color: #6C6C66;
				text-decoration:underline;
				}
	
		#pdflist ul li a:hover {
				color: #619ba5;
				text-decoration:underline;
				}
				
div#pdflist2	ul {
		font-family:verdana;
		font-style:normal;
		font-size:11px;
		list-style:none;
		margin: 0 0 0 10px;
		padding:0 0 0 10px;
		}
		
		#pdflist2 ul li	{
				background-image:url(images/p-acrobat_file_small.gif);
				background-repeat:no-repeat;
				padding: 0 0 0 20px;
				list-style:none;
		}
		
		#pdflist2 ul li a	{
				color: #6C6C66;
				text-decoration:underline;
				}
	
		#pdflist2 ul li a:hover {
				color: #619ba5;
				text-decoration:underline;
				}				
				

div#bulletlist	ul {
		font-family:verdana;
		font-style:normal;
		font-size:11px;
		list-style:none;
		margin: 5px 0 10px 12px;
		padding:5px 0 10px 12px;
		}
		
		#bulletlist ul li	{
				background-image:url(images/p-bullet.gif);
				background-repeat:no-repeat;
				padding: 0 0 0 15px;
				list-style:none;
		}
		
		#bulletlist ul li a	{
				color: #6C6C66;
				text-decoration:underline;
				}
	
		#bulletlist ul li a:hover {
				color: #619ba5;
				text-decoration:underline;
				}	
				
.testimonials	{
	}
	
	div#content.testimonials p	{
		line-height:20px;
		text-align:justify;
		margin: 0px 30px 0 20px;
		}	
		
	div#content .testimonials p.initials	{
		text-align:right;
		margin-top: 0;
		margin-bottom: 10px;
		}	
		
div#monthlyupdate	{
	border:1px solid #CEAD46;
	background-color:#F7F9E4;
	width:528px;
	}
	
	#monthlyupdate p	{
		line-height:20px;
		text-align:justify;
		margin: 0px 10px 0 20px;
		}	
		
	#monthlyupdate p.initials	{
		text-align:right;
		margin-top: 0;
		margin-bottom: 10px;
		}			
		

.faq	{
	margin-top: 0;
	paddint-top:0;
	}
div#specialPricing	{
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	}
	
div#finanacialcontacts	{
	margin: 0 0 10px 5px;
	padding: 0 0 10px 5px;
	}
	#financialcontacts dl	{
		margin: 0;
		padding:0;
		}
	#financialcontacts dt,dd	{
		line-height:20px;
		}	
		
div#credit	{
	margin: 10px 0px 10px 45px;
	font-size:10px;
	color:;
	}
	div#credit 	a	{
	text-decoration:underline;
	color:#6C6C66;
	}
	div#credit a:hover	{
	text-decoration:underline;
	color:#619BA5;
	}
	
div#backtotop	{
	margin: 0px 40px 10px 0;
	text-align:right;
	}
	@media print { div#backtotop { display: none; } } 

div#backtotop2	{
	margin: 20px 25px 10px 0;
	text-align:right;
	}
	@media print { div#backtotop2 { display: none; } }
	
div#backtotop3	{
	margin: 0px 60px 10px 0;
	text-align:right;
	}
	@media print { div#backtotop3 { display: none; } }	

/**************JQUERY***************/
.menu_list {
	width: 200px;
}
.menu_head {
	padding:0;
	cursor: pointer;
	position: relative;
	margin:0;
	font-size:13px;
    font-weight:normal;
}
.menu_head a	{
	color:#003399;
	font-size:13px;
	text-decoration:underline;
	}
.menu_body {
	display:none;
}
.menu_body a {
  display:block;
  color:#6C6C66;
  padding-left:10px;
  font-weight:normal;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}

/******** photo gallery ******/

.indent	{
	padding: 5px 0 0 20px;
	}
div#next	{
		margin: 0 20px 0 0;
	}
	#next p	{
		margin: 0;
		padding: 0;
		text-align:right;
		}
	#next .arrow	{
		float:right;
		}
		
/* ******************************************* MASTOPEXY PAGE ************************************************ */
.mastopexyLists	 ul{
	margin:0 0 10px 10px;
	padding:0 0 10px 10px;
	}
	.mastopexyLists	 ul li{
	margin-top:0px;
	padding-top:0px;
	}
	
/*  *********************** my BLOG styles ***********************  */

.subFooter	{
	margin-left: 10px;
	width:300px;
	}