/* @override 
	http://www.empowermd.com/style.css
	http://www.empowermd.com/wp-content/themes/empowermd/style.css
	http://www.empowermd.com/wp-content/themes/empowermd/style.css
*/

/*------------------------------------------------------------------------------------
  Copyright Rosemont Media 2009. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-spacing:5;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ type selectors ------------------------ */
body { 
	background:#bdab8e url("images/bgBody.png") top repeat-x;
	text-align:center; 
	font:13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	color:#4b4233;
}

#inside {
	background: #7b979e url("images/bgBodyInside.png") top repeat-x;
	color: #000;
}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

a { color:#627d81; text-decoration:underline; outline:none; }
a:hover	{ text-decoration:none; }

#inside a { color: #004A59; }
#inside a:hover { color: #fff; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("images/bullet-back-to-top.jpg") right no-repeat;
}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

#everything {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#inside #everything {
	width: 1000px;
}

/* ------------------------ horizontal sprite nav ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("images/nav.jpg") no-repeat; 
	width:793px; 
	height:41px; 
	margin:1px auto 0;
	padding:0; 
}

#nav li, #nav a { height:41px; display:block; text-indent: -9999px;} /* change height here also */

#nav li { float:left; list-style:none; position:relative; z-index: 399;}

#nav-01 { width: 68px;}
#nav-02 { width: 114px;}
#nav-03 { width: 74px;}
#nav-04 { width: 65px;}
#nav-05 { width: 62px;}
#nav-06 { width: 137px;}
#nav-07 { width: 67px;}
#nav-08 { width: 94px;}
#nav-09 { width: 112px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav.jpg")  0px -41px no-repeat; }
#nav-02 a:hover { background:url("images/nav.jpg") -68px -41px no-repeat; }
#nav-03 a:hover { background:url("images/nav.jpg") -182px -41px no-repeat; }
#nav-04 a:hover { background:url("images/nav.jpg") -256px -41px no-repeat; }
#nav-05 a:hover { background:url("images/nav.jpg") -321px -41px no-repeat; }
#nav-06 a:hover { background:url("images/nav.jpg") -383px -41px no-repeat; }
#nav-07 a:hover { background:url("images/nav.jpg") -520px -41px no-repeat; }
#nav-08 a:hover { background:url("images/nav.jpg") -587px -41px no-repeat; }
#nav-09 a:hover { background:url("images/nav.jpg") -681px -41px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite #nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;
	background-color:#756b5d;
	z-index: 399;
}

#nav li ul li { 
	height:30px; /* Height of each drop down #nav item */
	border:1px solid #53452f;
	border-top:none;
	background-image: none;
	padding: 0px;
	text-indent: 10px;
}	

#nav li ul li a {
	width:100%;
	height:30px;
	text-indent: 10px!important;
	line-height:30px;
	background-image: none;
	padding: 0px;
}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#fff;
	text-decoration:none;
}

#nav li:hover ul, #nav li.sfHover ul { left: 0px; }

/* Hover styles for drop down items */
#nav li ul li a:hover { 
	background-image:none;
	background-color:#53452f;
	color:#fff;
	text-decoration:none;
}

#nav li ul, #nav li ul li { width:250px; }

#nav li#nav-05 ul, #nav li#nav-05 ul li { width: 310px; }
#nav li#nav-07 ul, #nav li#nav-07 ul li { width: 310px; }

/* ------------------------ header framework ------------------------ */
header {
	background:url("images/bkgdMasthead.jpg");
	height:436px;
	display: block;
	margin: 1px 0 0;
	position: relative;
}

#inside header {
	height: 327px;
}

header #logo {	
	position: absolute;
	top: 29px;
	left: 34px;
	float: left;
}

header #phoneNumber {
	float: right;
	position: absolute;
	top: 30px;
	right: 25px;
}

header h1 {
	background: url("images/titleEmpowerment.jpg") no-repeat;
	text-indent: -9999px;
	position: relative;
	width: 226px;
	height: 37px;
	top: 160px;
	left: 34px;
}

header p {
	width: 480px;
	position: absolute;
	top: 217px;
	left: 33px;
	clear: left;
}

header div#video {
	height:253px;
	float: right;
	position: absolute;
	right: 52px;
	top: 73px;
	display: block;
	width: 327px!important;
}

header p#sidePlayer {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 327px;
}

header #video-title {
	color:#FFFFFF;
	font-size:13px;
	height:28px;
	line-height:28px;
	position: absolute;
	top: 223px;
	margin: 0px;
}

#btnGallery {
	background: url("images/btnGallery.png") no-repeat;
	height: 94px;
	width: 200px;
	display: block;
	text-indent: -9999px;
	float: right;
	position: absolute;
	top: 332px;
	right: 220px;
}

#btnContact {
	background: url("images/btnContact.png") no-repeat;
	height: 94px;
	width: 198px;
	display: block;
	text-indent: -9999px;
	float: right;
	position: absolute;
	top: 332px;
	right: 20px;
}

header p.inline-image {
	margin-top: 0px;
	position: absolute;
	top: 380px;
}

.inline-image img {
	position: relative;
	top: 15px;
}

#procedures {
	background: url("images/bkgdProcedures.jpg") no-repeat;
	float: left;
	width: 100%;
}

#procedures article {
	float: left;
	height: 76px;
	width: 176px;
	padding-top: 126px;
	margin-right: 5px!important;
}

#procedures article:first-child {
	margin-left: 34px;
	display: inline;
}

#procedures article ul {
	margin: 0 0 0 10px;
}

#bigBox {
	background: url("images/bigBoxWrap.png") repeat-y;
	width: 444px;
	clear: both;
	float: left;
	margin: 15px 15px 0 35px;
}

#bigBox article {
	background: url("images/bigBoxTop.png") no-repeat;
	padding-top: 22px;
	display: block;
}

#bigBox article h2 {
	background: url("images/titleMeetDitesheim.png") no-repeat;
	height: 35px;
	width: 105px;
	text-indent: -9999px;
	margin: 0 0 25px 15px;
}

#bigBox article img {
	float: right;
	margin: 27px 6px 0 0;
}

#bigBox article p {
	margin: 0 0 0 15px;
}

#bigBox cite {
	margin-top: 20px;
	display: block;
}

#bigBoxBtm {
	clear: both;
	background: url("images/bigBoxBtm.png") no-repeat;
	height: 13px;
}

#smallBox {
	background: url("images/smallBoxWrap.png") repeat-y;
	width: 444px;
	float: left;
	margin: 15px 0 0;
	overflow: hidden;
	/*height: 190px;*/
	position: relative;
	display: block;
}

#smallBox article {
	background: url("images/smallBoxTop.png") no-repeat;
	padding-top: 24px;
	display: block;
	/*height: 166px;*/
}

#smallBox h2 {
	background: url("images/titlePatientStories.png") no-repeat;
	height: 33px;
	width: 231px;
	text-indent: -9999px;
	margin: 0 0 0 25px!important;
	display: block;
}

#smallBox h3 {
	font-size: 15px;
	color: #4b4233;
	font-weight: normal;
	margin: 10px 0 10px 25px;
}

#smallBox h3 span {
	font-size: 10px;
}

#smallBox p {
	margin: 0 25px 0;
	font-size: 11px;
}

#smallBoxBtm {
	clear: both;
	background: url("images/smallBoxBtm.png") no-repeat;
	height: 18px;
}

#btnSpecial {
	display: block;
	height: 68px;
	width: 444px;
	float: left;
	text-indent: -9999px;
	margin: 5px 0 0 0;
	background: url("images/btnSpecial.jpg") no-repeat;
}

#procedureInfo {
	margin: 20px 26px 0 34px;
	float: left;
	display: inline;
}

#procedureInfo article {
	float: left;
	width: 216px;
	margin-right: 9px;
}

#procedureInfo h3 {
	text-indent: -9999px;
	margin-top: 17px;
}

#titleMommyMakeover { background: url("images/titleMommyMakeover.png") no-repeat; }
#procedureInfo h3#titleBreastReconstruction { background: url("images/titleBreastReconstruction.png") no-repeat; margin-top: 0px;}
#titleEthnicSurgery { background: url("images/titleEthnicSurgery.png") no-repeat; }
#titleComputerImaging { background: url("images/titleComputerImaging.png") no-repeat; }

#logoMirror { margin: 10px 0 0 0; }

/* ------------------------ content framework ------------------------ */
#content {
	width:540px;
	float:left;
	padding-right: 20px;
	margin-top: 1px;
	background: url("images/bkgdMastheadInside.jpg") no-repeat;
}

.gallery #content {
	background: url("images/bkgdMastheadGallery.jpg") no-repeat;
	width: 706px;
	padding: 0 20px 0 10px;
}

#content p, #content h1, #content h2, #content h3, #content ul, #content dl {
	margin:0px 0px 10px 0px;
}

#content h1 {
	font-size:24px;
	font-weight:normal;
	line-height:26px;
}

#content h2 {
	border-bottom:1px solid #2D4449;
	clear:both;
	font-size:16px;
	font-weight:normal;
	padding-bottom:4px;
}

#content ul {
	list-style: disc;
	margin: 0 0 20px 40px;
}

#content #logo {
	display: block;
	margin-top: 30px;
	margin-left: 54px;
	margin: 30px 0 0 54px;
}

#content article {
	clear: both;
	display: block;
	float: left;
	margin-top: 100px;
	margin-left: 60px;
}

#breadcrumb {
	margin-bottom: 10px;
	color:#6E8B92;
	font-size: 11px;
}

#breadcrumb a {
	color:#6E8B92;
}

#gallery {
	width: 660px;
}

.case {
	float: left;
	margin: 10px 10px 0 0;
}

.case img {
	border: 1px solid #33636d;
}

.case img.before {
	margin-left: 8px;
}

a.moreInfoLink {
	display: block;
	background: url("images/btnGalleryInfo.png") no-repeat;
	height: 33px;
	width: 208px;
	line-height: 33px;
	font-size: 11px;
	text-indent: 8px;
	color: #000!important;
	text-decoration: none;
}

h2.galleryh2 {
	margin: 10px 0 10px 10px!important;
}

.nextPrev {
	clear: both;
	height: 18px;
}

#prevPat {
	float: left;
}

#nextPat {
	float: right;
}

p.caseParagraph {
	margin: 0 0 0 10px!important;
}

/* ------------------------ aside framework ------------------------ */
aside {
	width:440px;
	background: url("images/bkgdMastheadInside.jpg") right 1px no-repeat;
	z-index: 0;
	position: relative;
	float: right;
}

.gallery aside {
	background: url("images/bkgdMastheadGallery.jpg") right 1px no-repeat;
	width: 264px;
	z-index: 0;
	position: relative;
	float: right;
}

aside p, aside h1, aside h2, aside h3, aside ul, aside dl {
	margin:0px 0px 10px 0px;
}

aside #phoneNumber {
	right: 45px;
	float: right;
	position: relative;
	top: 30px;
	display: table;
	z-index: 10;
}

.gallery #phoneNumber {
	margin-bottom: 240px;
	right: 8px;
}

aside #video {
	height:253px;
	margin:74px 74px 25px 23px;
	overflow:hidden;
}

aside #video-embed {
	height:204px;
	width:326px;
	margin: 0 0 0 17px;
	padding: 0px!important;
}

#video-title {
	color:#FFFFFF;
	font-size:13px;
	height:28px;
	line-height:28px;
	margin: 20px 0 0 10px;
}

aside #child-pages {
	margin:0 60px 25px 0px;
}

aside #child-pages li {
	border-bottom:1px solid #6E8B92;
	font-size:13px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:4px 5px;
}

aside #child-pages li a {
	text-decoration:none;
}

#titleFinance {
	background: url("images/titleFinancing.png") no-repeat;
	height: 29px;
	text-indent: -9999px;
	margin-top: 30px;
}

aside address {
	margin: 20px 0 0;
}

/* ------------------------footer framework ------------------------ */
footer {
	width: 100%;
	background: url("images/bkgdFooterWrap.png") 0px 23px repeat-x;
	clear: both;
	display: block;
	padding: 20px 0px;
}

#inside footer {
	background: #ab9679 url("images/footer.gif") repeat-x;
	margin-top: 20px;
	color: #4C4130;
}

#inside footer a {
	color: #4C4130;
}

#footerWrap {
	width: 973px;
	margin:0 auto;
	clear: both;
	background: url("images/bkgdFooterInside.jpg") no-repeat;
	display: block;
}

#footerWrap article {
	width: 430px;
	float: left;
}

#titleJoinNetwork {
	background: url("images/titleJoinNetwork.png") no-repeat;
	text-indent: -9999px;
	margin: 24px 0 37px 20px;
}

#titleMemberships {
	background: url("images/titleMemberships.png") no-repeat;
	text-indent: -9999px;
	margin: 23px 0 10px 20px;
}

#logoMemberships {
	margin: 0 0 0 20px;
}

#footerWrap section {
	clear: both;
	display: block;
	padding: 60px 0 0 0;
}

#footerWrap a, #footerWrap p {
	color: #47423a;
}

#footerWrap address {
	margin: 0 0 10px 0;
}

#footerWrap p {
	margin: 10px 0 0 0;
}

footer ul {
	margin: 0px 10px 10px;
}

footer li {
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid;
}

footer li:first-child { border: none; }

/* ------------------------blog framework ------------------------ */

/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */

#commentsDiv {
	clear: both;
	margin: 30px 20px 30px 35px;
	padding-top: 20px;
}

#commentsDiv h3, #commentsDiv p {
	margin: 0px;
}

#commentsDiv input, #commentsDiv textarea {
	border: 1px solid #6779C3;
	font-size: 12px;
	color: #6779C3;
	height: 25px;
	line-height: 25px;
}

#commentsDiv textarea {
	width: 500px;
	height: 150px;
}

input#submit {
	height: 25px;
	line-height: 20px;
	width: 150px;
	color: #042b5e;
	background-color: #fff;
}

#comments {
	margin-bottom: 20px!important;
}

#respond {
	margin-top: 20px!important;	
}

.commentlist {
	border-bottom: 1px solid #fff;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	padding: 20px;
	border-top: 1px solid #fff;
}
	
.commentlist li p {
	margin-top: 10px!important;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	color: #fff;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}
	
.alt {
	background-color: #042b5e!important;
}

#commentform p {
	margin-bottom: 10px!important;
}

h3#respond {
	margin-bottom: 20px;
}