/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

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-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0; text-decoration:none;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#613A16 url("../images/wrap-bg-top.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Arial", Trebuchet MS, Helvetica, sans-serif; 
	color:#66422C;
	
	
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#613A16; }
	h1.first-index	{ font-size:1.2em; color:#613A16; padding-top:80px; }
	h1.center	{ font-size:1.3em; color:#613A16; text-align:center }
	h1.first-inside	{ font-size:1.2em; color:#613A16; padding-top:100px; }
h2	{ font-size:1.1em; color:#613A16; padding-top:20px; }
h3	{ font-size:1.0em; color:#613A16; padding-top:20px; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#A96601; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#66422C; text-decoration:none; outline:none; }


/* ------------------------ classes ------------------------ */
div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	float:right;
	background:url("../images/back-to-top.jpg") no-repeat;
	position:relative;
	height:19px;
	width:78px;
	}
	
	p.back-to-top a{position: absolute; height:19px; width:78px;}
	p.back-to-top a span {display:none;}

p.read-more {
	text-align:right;
	display:block;
	padding-right:15px;
	}

.read-more-img {
	display:block;
	margin:20px 0 20px 150px;
	}
	
img.img-left { 
	float:left; 
	margin:79px 10px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
.number {
	padding-left:38px;
	display:block;
	}
.references p {
	font-size:11px
	}
.bold {
	font-weight:bold;
	}
p.float-right {
	float:right;
	font-weight:bold;
	}
.map {
	margin:10px 0 5px 7px;
	}
.map-text {
	margin:0px 0 20px 10px;
	display:block;
	}
.bna-thumb {
	margin:0 0 0 105px;
	}
.bna-thumb-restylane {
	margin:0 0 0 95px;
	}

.quote{
	float:left;
	}
.quote2{
	float:right;
	}
/* ------------------------ form elements ------------------------ */
#fromSmall form {
	width:170px;
	margin:5px 0 15px 0; /* set margin left and right below */
	}

#fromSmall form label	{ font-size:.9em; } 

#fromSmall form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

#fromSmall input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C8B289;
	color:#7E553C;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}	

#contact-quick form {
	width:170px;
	margin:5px 0 15px 0; /* set margin left and right below */
	}

#contact-quick form label	{ font-size:.9em; } 

#contact-quick form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

#contact-quick input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C8B289;
	color:#7E553C;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}	

select { width:170px; padding:0; } /* same width as form - !important */

textarea { height:58px; overflow:auto; }

.labelContact 
{
	font-size:12px;
}
#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:50px 0 10px 120px; }



#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}


#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
 #contact-main label input.radio {
	width:20px;
	height:20px;
	border:none;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	#contact-main label input.radio-first {
		width:20px;
		height:20px;
		border:none;
		left:110%; 
		top:-2px;
		}
		#contact-main label.first {
		margin-top:90px;
		}
		
#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ Custom ------------------------ */

#ContactUs { margin:50px 0 10px 120px;   }
#ContactUs label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#ContactUs label input, #ContactUs label textarea, #ContactUs label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	color: #66422C;
	font-size:1.0em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	}
 #ContactUs label input.radio {
	width:20px;
	height:20px;
	border:none;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	#ContactUs label input.radio-first {
		width:20px;
		height:20px;
		border:none;
		left:110%; 
		top:-2px;
		}
		#ContactUs label.first {
		margin-top:90px;
		}
		
#ContactUs label select { width:175px;height:20px; } /* fixes display issue - 5px larger than input field */

#ContactUs label textarea { height:100px; overflow:auto; }


input.submit, input.submit-ContactUs {
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-ContactUs { margin:10px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-ContactUs { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:56px;
	height:19px;
	border:none;
	cursor:pointer;
	}


/*END CUSTOM--*/

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:10px 0 0 243px; } /* defines placement of contact-main submit button */

#contact-quick  input.submit-image{ /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:56px;
	height:19px;
	border:none;
	cursor:pointer;
	margin-left:10px
	}
	
#fromSmall  input.submit-image{ /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:56px;
	height:19px;
	border:none;
	cursor:pointer;
	margin-left:10px
	}
	
	input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:56px;
	height:19px;
	border:none;
	cursor:pointer;	
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap-inside-pages {
	background:url("../images/wrap-inside-new.jpg") repeat-x;
	background-color:#663300;
	width:897px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-inside-pages2 {
	background:url("../images/wrap-bottom-inside-page2.gif") repeat-y;
	width:897px;
	margin:0 auto;
	text-align:left;
	}
#bottom-bg {
	background:url("../images/wrap-inside-new.jpg") bottom repeat-x;
	margin:0 auto;
	text-align:left;
	}


#wrap {
	background:url("../images/wrap.jpg") repeat-y;
	width:897px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:114px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:282px;
		width:363px;
		top:30px;
		height:81px; 
		}
	#masthead a span {
		display:none;
		}



/* ------------------------ column-left framework ------------------------ */
#column-left {
	background:url("../images/left-subhead-procedure.jpg") no-repeat;
	width:249px;
	float:left;
	}
	
	#column-left #articles img {
		margin:0px;
		}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:0px 10px 10px 99px;
		}
	
	#column-left p.first {
		margin:109px 10px 10px 99px;
	}
	
	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			padding-left:0px; /* pushes text to the right to display bg img */
			}
			
/* ------------------------ articles thumbnails --------------------------- */

#article {
	width:249px;
	
	}
	#article a {
		text-decoration:none;
		}
	#article img {
		margin-left:95px;
		}
		#article p {
			
			margin-left:98px;
			}


/* ------------------------ column-left-inside-pages framework ------------------------ */

#column-left-inside {
	width:629px;
	float:left;
	}

	#column-left-inside p, #column-left-inside h1, #column-left-inside h2, #column-left-inside h3, #column-left-inside dl {
		margin:0px 30px 10px 50px;
		}
	
	#column-left-inside p.first {
		padding:90px 20px 10px 0px;
	}
	
	#column-left-inside p.thankyou {
		padding:90px 20px 80px 0px;
	}
	#column-left-inside img.doctorP {
		float:left;
		margin:0px 0 0 95px;
		}
	
	/* single column list */
	#column-left-inside ul { padding-left:120px; padding-top:5px; }
	#column-left-inside img.image-right {
		float:right;
		margin: 2px 30px 5px 10px;
		}
/* ------------------------ column-left framework ------------------------ */
#column-middle {
	width:380px;
	}
	#column-middle .bna-thumb {
		margin:60px 15px 25px 30px;
	}
	#column-middle .bna-thumb-img {
		margin:5px 15px 25px 30px;
	}
	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0px 21px 10px 24px;
		}
	#column-middle p.first{
		padding:83px 5px 10px 0px;
		}

	#column-middle form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li { 
			padding-left:10px; /* pushes text to the right to display bg img */
			}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	overflow:hidden;
	width:268px;
	float:left;
	font:11px/16px "Arial", Trebuchet MS, Helvetica, sans-serif;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 92px 10px 13px;
		}
	
#column-right p.patient  {
	margin-left:30px;
	font-size:12px;
	}
	#column-right form { margin-left:11px;}

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			/* background:transparent url("../images/bullet.jpg") 0px 27px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			padding-top:25px;
			}

/* ------------------------ pop-up framework ------------------------ */
#masthead-pop-up {
	position:relative;
	}
	/* index page link within #masthead */		
	#masthead-pop-up a {	
		position:absolute;
		left:0px;
		width:500px;
		top:0px;
		height:80px; 
		}
	#masthead-pop-up a span {
		display:none;
		}
#masthead-pop-up{height:83px;}
body#new #masthead-pop-up {background:url("../images/header-new.jpg") no-repeat;	}
body#special #masthead-pop-up {background:url("../images/header-special.jpg") no-repeat;}
body#mothers #masthead-pop-up {background:url("../images/header-mothers.jpg") no-repeat;}
body#restylane #masthead-pop-up {background:url("../images/header-restylane.jpg") no-repeat;}
body#testimonial #masthead-pop-up {background:url("../images/header-testimonials.jpg") no-repeat;}
body#terms #masthead-pop-up {background:url("../images/header-terms.jpg") no-repeat;}
body#perlane #masthead-pop-up {background:url("../images/perlane_header.jpg") no-repeat;}
#wrap-pop-up {
	background:url("../images/wrap-pop-up.jpg") repeat-y;
	width:500px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-bottom-pop-up {
	background:url("../images/wrap-bottom-pop-up.jpg");
	height:87px;
	}
body#new p, body#special p, body#mothers p, body#restylane p, body#testimonial, body#perlane  p {
	margin:5px 30px 0 30px;
	}
	
#pop-up-bg-top {
	background:url("../images/pop-up-bg-top.jpg") no-repeat;
	}	
	

body#new h1, body#special h1, body#testimonial h1, body#terms, body#perlane h1  { 
	font-size:1.2em; 
	color:#613A16; 
	margin-left:30px; 
	}
body#new h2, body#special h2, body#testimonial h2, body#terms h1  { 
	font-size:1.0em; 
	color:#613A16; 
	margin-left:30px; 
	}
body#new h3, body#special h3, body#testimonial h3, body#terms h1  { 
	font-size:.9em; 
	color:#613A16; 
	margin-left:30px; 
	}


	/* single column list */
	body#special ul { padding-left:0px; }
		body#special ul li { 
			/* background:transparent url("../images/bullet.jpg") 40px 11px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:55px;  /* pushes text to the right to display bg img */
			padding-top:10px;
			}
	/* single column list */
	body#terms ul { padding-left:0px; }
		body#terms ul li { 
			 /* background:transparent url("../images/bullet.jpg") 40px 11px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:55px;  /* pushes text to the right to display bg img */
			padding-top:10px;
			width:400px;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { 
	height:316px;
	background:url("../images/header-flash-bg.jpg") no-repeat;
	 } 
	 #header-flash .java-required {
	 	margin-left:350px;
		}
	 	#noflash { 
		text-align:center;
		color:#000;
			}

#header-graphic { height:316px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-about.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#laser #header-graphic { background:url("../images/header-laser.jpg"); }
	body#blog #header-graphic { background:url("../images/header-index.jpg"); }
	body#rhinoplasty-inside #header-graphic { background:url("../images/header-rhinoplasty.jpg"); }
	body#face #header-graphic { background:url("../images/header-face.jpg"); }
	body#non-surgical #header-graphic { background:url("../images/header-non-surgical.jpg"); }
	body#


	#header-graphic { background:url("../images/header-laser.jpg"); }
	body#login#header-graphic { background:url("../images/header-login.jpg"); }
	body#skin-care #header-graphic { background:url("../images/header-skin.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }
	body#special #header-graphic { background:url("../images/header-index.jpg"); }
	body#whatsnew #header-graphic { background:url("../images/header-about.jpg"); }
	


/* ------------------------ subhead framework ------------------------ */
	#subhead-left, #subhead-middle, #subhead-middle2, #subhead-middle3, #subhead-right {}
	
	#meet-dr-porter { background:url("../images/middle-subhead-porter.jpg") top no-repeat;}
	#featured-patients{ background:url("../images/middle-patients.jpg") top no-repeat; }
	#rhinoplasty { background:url("../images/middle-rhinoplasty-top.jpg") no-repeat; height:132px; }
	#rhinoplasty-bottom { background:url("../images/middle-rhinoplasty-bottom.jpg") bottom no-repeat; float:left; }
	#subhead-right { background:url("../images/right-subhead-chevy-blank.jpg"); height:236px; }
	#subhead-right-locations { background:url("../images/right-locations.jpg") no-repeat; height:42px; }
	#subhead-right-patient { background:url("../images/subhead-patient.jpg") no-repeat; height:65px; }

	body#about #subhead-left-inside { background:url("../images/left-subhead-about-us.jpg") no-repeat; }	
	body#about #subhead-left-insideblog { background:url("../images/left-subhead-blog.jpg") no-repeat; }
	body#rhinoplasty-inside #subhead-left-inside { background:url("../images/left-subhead-rhinoplasty.jpg") no-repeat; }
	body#face #subhead-left-inside { background:url("../images/left-subhead-face.jpg") no-repeat; }
	body#non-surgical #subhead-left-inside { background:url("../images/left-subhead-surgical.jpg") no-repeat; }
	body#laser #subhead-left-inside { background:url("../images/left-subhead-laser.jpg") no-repeat; }
	body#skin-care #subhead-left-inside { background:url("../images/left-subhead-skin.jpg") no-repeat; }
	body#contact #subhead-left-inside { background:url("../images/left-subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead-left-inside { background:url("../images/left-subhead-thankyou.jpg") no-repeat; }
	body#sitemap #subhead-left-inside { background:url("../images/left-subhead-sitemap.jpg") no-repeat; }
	body#special #subhead-left-inside { background:url("../images/left-subhead-special.jpg") no-repeat; }
	body#whatsnew #subhead-left-inside { background:url("../images/left-subhead-whats-new.jpg") no-repeat; }
	
	body#report#subhead-left-inside { background:url("../images/left-subhead-report.jpg") no-repeat; }
	body#login #subhead-left-inside { background:url("../images/left-subhead-login.jpg") no-repeat; }



/* ------------------------ subhead framework with varying heights ------------------------ */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:897px; 
	height:37px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 79px; margin-left: 79px;}
#nav-02 { width: 94px;}
#nav-03 { width: 115px;}
#nav-04 { width: 65px;}
#nav-05 { width: 121px;}
#nav-06 { width: 72px;}
#nav-07 { width: 94px;}
#nav-08 { width: 113px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -79px -37px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -158px -37px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -252px -37px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -367px -37px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -432px -37px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -553px -37px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -625px -37px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -719px -37px 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:#D89913;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

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

#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-02 ul a:hover { 
	background-image:none;
	background-color:#D6811F;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:120px; }		


/* ------------------------ vertical sprite nav ------------------------ */
#procedures {
	background:url("../images/left-other-procedures.jpg") top left no-repeat;					
	width:174px;	/* Width of buttons, not entite image (or half of entire image) */
	height:252px;	 /* Height of entire image */
	margin-left:75px;
	padding:0;
	}

#procedures li span { display: none; }

#procedures li {
	float:left;
	list-style:none;
	}

#procedures li, #procedures a { 
	height:20px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#procedures-01 { margin-top:98px; width:166px; }

/* margin-top if there is a spacing between each nav button */
#procedures-02, #procedures-03, #procedures-04  { margin-top:15px; width:166px; }

#procedures-01 a:hover { background:url("../images/left-other-procedures.jpg") -174px  -98px no-repeat; }
#procedures-02 a:hover { background:url("../images/left-other-procedures.jpg") -174px  -133px no-repeat; }
#procedures-03 a:hover { background:url("../images/left-other-procedures.jpg") -174px  -168px no-repeat; }
#procedures-04 a:hover { background:url("../images/left-other-procedures.jpg") -174px  -203px no-repeat; }

#memberships {
	background:url("../images/left-memberships.jpg") bottom no-repeat;					
	width:174px;	/* Width of buttons, not entite image (or half of entire image) */
	height:366px;	 /* Height of entire image */
	margin-left:75px;
	padding:0;
	}

#memberships li span { display: none; }

#memberships li {
	float:left;
	list-style:none;
	}

#memberships li, #memberships a { 
	height:50px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#memberships-01 { margin-top:63px; padding-left:13px; width:174px; }

/* margin-top if there is a spacing between each nav button */
#memberships-02, #memberships-03  { margin-top:44px; padding-left:13px; width:174px; }

#memberships-01 a:hover { background:url("../images/left-memberships.jpg") -189px  -100px no-repeat; }
#memberships-02 a:hover { background:url("../images/left-memberships.jpg") -189px  -135px no-repeat; }
#memberships-03 a:hover { background:url("../images/left-memberships.jpg") -189px  -170px no-repeat; }



/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */

	
#wrap-bottom{
	width:897px;
	height:52px;
	clear:both; /* important - do not remove */
	background:url("../images/wrap-bottom.gif") no-repeat;
	}
#wrap-bottom-inside-page{
	width:897px;
	height:52px;
	clear:both; /* important - do not remove */
	}
	
#bottom-lilie {
	background:url("../images/right-lilie-bottom.jpg") bottom right no-repeat;
	}
	
#php {
	width:205px;
	}
/* ------------------------Blog ------------------------ */
#blogsList_p p, #addCommentBlog_lbContent p, #blogEntry_lbContent p, #confirmBlogPosting_blogContentLbl p{
		text-align:justify;
		margin-left:0px;
		}

input.cancel-image{ /* REMOVE IF NOT USED */
	background:url("../images/cancel.gif");
	width:56px;
	height:19px;
	border:none;
	cursor:pointer;
	margin-left:10px
	}
		
input.edit-image{ /* REMOVE IF NOT USED */
	background:url("../images/btn-Edit.jpg");
	width:78px;
	height:19px;
	border:none;
	cursor:pointer;
	margin-left:10px
	}

input.remove-image{ /* REMOVE IF NOT USED */
background:url("../images/btn-remove.jpg");
width:92px;
height:19px;
border:none;
cursor:pointer;
margin-left:10px
}

input.reject-image{ /* REMOVE IF NOT USED */
background:url("../images/btn-reject.jpg");
width:80px;
height:19px;
border:none;
cursor:pointer;
margin-left:10px
}

input.publish-image{ /* REMOVE IF NOT USED */
background:url("../images/btn-publish.jpg");
width:80px;
height:19px;
border:none;
cursor:pointer;
margin-left:10px
}

input.preview-image{ /* REMOVE IF NOT USED */
background:url("../images/btn-preview.jpg");
width:121px;
height:19px;
border:none;
cursor:pointer;
margin-left:10px
}	

input.postblog-image{ /* REMOVE IF NOT USED */
background:url("../images/btn-postblog.jpg");
width:87px;
height:19px;
border:none;
cursor:pointer;
margin-left:10px
}

input.post-image{ /* REMOVE IF NOT USED */
background:url("../images/btn-post.jpg");
width:56px;
height:19px;
border:none;
cursor:pointer;
margin-left:10px
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:897px;
	text-align:center;
	margin:0 auto;
	background:url("../images/footer-text-wrap.jpg") 75px 0 repeat-y;
	}
	#footer-header { background:url("../images/footer-nav.gif") 75px 0 no-repeat; }

	#footer p {
		color:#613A16;
		margin:10px 90px 0px 90px;
		}
	
	/*#footer a:link, #footer a:visited { color:#613A16; text-decoration:none; }
	#footer a:hover, #footer a:active { color:#613A16; text-decoration:none; }*/

	#footer a:link, #footer a:visited { color:#613A16;}
	#footer a:hover, #footer a:active { color:#613A16;}
	
	#footer p a:link, #footer p a:visited { color:#613A16; text-decoration:underline; }
	#footer p a:hover, #footer p a:active { color:#613A16; text-decoration:none; }
	
	#footer ul {margin-bottom:10px; padding-top:20px;}
		#footer li { /* if your li's float, you can adjust border height w/ line-height */
			padding:0px 5px 0 5px; /* adjusts the spacing between each li display and border-left */
			display: inline;
			border-left: 1px solid #613A16;
			}
		#footer li.first { border: none; }
	

#footer-cap {
	background:url("../images/footer-cap.jpg") 0 0 no-repeat;
	width:897px;
	margin:0 auto;
	height:75px;
	}

