body {
	background-image: url(../images/home/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #2C5472;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
}
#main-container {
	width: 780px;
	
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/home/home_15.jpg);
	background-repeat: repeat-y;
}
#footer {
	width: 780px;
	
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #ffffff;
}
#footer p {
	text-align: center;
	padding: 1px 10px 5px 10px;
}
.call-to-action{
	font-size:16px;
	}
/* Text Nav */
	
		#text-nav{
			margin: 10px auto 15px auto;
			text-align: center;
		}	

		#text-nav ul{
			margin: 0 0 10px 0;
		}
			
		#text-nav li{
			padding: 0 7px 0 10px;
			display: inline;
			border-left: 1px solid #ffffff;
			background: none;
			font-size: 11px;
			line-height: 14px;
		}
		
		#text-nav li.first{border: none;}
		#text-nav a:link, #text-nav a:visited{color: #ffffff; text-decoration: underline;}
		#text-nav a:hover, #text-nav a:active{color: #ffffff; text-decoration: none;}


/* ----------------------------------------------------------------------------  */

/*sprite nav*/
#homenav { background: url(../images/home/full_nav.jpg) no-repeat top left; width: 760px; height: 62px; float:left; list-style:none; _display:inline; position:relative; }
#homenav li { list-style: none; padding: 0px; margin: 0px; position: absolute; top: 0px;}
#homenav li, #homenav a { height: 62px; display: block; }
#homenav span { display: none;}
#homenav1 { width: 47px; left: 0px;}
#homenav2 { width: 79px; left: 67px;}
#homenav3 { width: 109px; left: 146px;}
#homenav4 { width: 71px; left: 255px;}
#homenav5 { width: 71px; left: 327px;}
#homenav6 { width: 87px; left: 398px;}
#homenav7 { width: 97px; left: 486px;}
#homenav8 { width: 103px; left: 584px;}

#homenav2 a:hover { background: transparent url(../images/home/full_nav.jpg) -67px -62px no-repeat;}
#homenav3 a:hover { background: transparent url(../images/home/full_nav.jpg) -146px -62px no-repeat;}
#homenav4 a:hover { background: transparent url(../images/home/full_nav.jpg) -255px -62px no-repeat;}
#homenav5 a:hover { background: transparent url(../images/home/full_nav.jpg) -327px -62px no-repeat;}
#homenav6 a:hover { background: transparent url(../images/home/full_nav.jpg) -398px -62px no-repeat;}
#homenav7 a:hover { background: transparent url(../images/home/full_nav.jpg) -486px -62px no-repeat;}
#homenav8 a:hover { background: transparent url(../images/home/full_nav.jpg) -584px -62px no-repeat;}
/*sprite nav*/

/*vert sprite*/
#vertnav { background: url(../images/home/procedures.jpg) no-repeat top left; width: 202px; height: 304px; margin: 0px; padding: 0px; float: left; }
#vertnav li { list-style: none; padding: 0px; margin: 0px; }
#vertnav li, #vertnav a { display: block; width: 202px; margin: 0px; padding: 0px;}
#vertnav span { display: none;}

#vertnav2 a { width: 202px; height: 76px; }
#vertnav3 a { width: 202px; height: 72px; }
#vertnav4 a { width: 202px; height: 73px; }
#vertnav5 a { width: 202px; height: 83px; }

#vertnav2 a:hover { background: transparent url(../images/home/procedures.jpg) -202px -0px no-repeat;}
#vertnav3 a:hover { background: transparent url(../images/home/procedures.jpg) -202px -76px no-repeat;}
#vertnav4 a:hover { background: transparent url(../images/home/procedures.jpg) -202px -148px no-repeat;}
#vertnav5 a:hover { background: transparent url(../images/home/procedures.jpg) -202px -221px no-repeat;}
/*vert sprite*/

/* SPRITE NAVIGATION */
#menu {
	background: url(../images/home/full_nav.jpg) top left no-repeat;					
	width: 760px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 62px;		/* Height of entire image */
	}

#menu span { display: none; }

#menu li, #menu a { 
	height: 62px;			/* Each button must have the same height, define it here */
	display: block;
	}

#menu li {
	float: left;
	list-style: none;
	_display: inline;	/* fixes IE/Win double margin float bug (safe) */
	position: relative;
	}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */
/* width - width of each button, they will each most likely be unique */
#menu-01 { width: 79px; margin-left: 49px;}
#menu-02 { width: 104px;}
#menu-03 { width: 67px;}
#menu-04 { width: 72px;}
#menu-05 { width: 83px;}
#menu-06 { width: 93px;}
#menu-07 { width: 62px;}
#menu-08 { width: 98px;}

/* Changed values should match "width" numbers specified above */
#menu-01 a:hover { background: transparent url(../images/home/full_nav.jpg) -49px -62px no-repeat;}
#menu-02 a:hover { background: transparent url(../images/home/full_nav.jpg) -128px -62px no-repeat;}
#menu-03 a:hover { background: transparent url(../images/home/full_nav.jpg) -232px -62px no-repeat;}
#menu-04 a:hover { background: transparent url(../images/home/full_nav.jpg) -299px -62px no-repeat;}
#menu-05 a:hover { background: transparent url(../images/home/full_nav.jpg) -371px -62px no-repeat;}
#menu-06 a:hover { background: transparent url(../images/home/full_nav.jpg) -454px -62px no-repeat;}
#menu-07 a:hover { background: transparent url(../images/home/full_nav.jpg) -547px -62px no-repeat;}
#menu-08 a:hover { background: transparent url(../images/home/full_nav.jpg) -609px -62px no-repeat;}

/* SON OF SUCKERFISH */

#menu li ul {
	position: absolute;
	left: -9999px;
	background-color: #2C5472;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	}

#menu li ul li { height: 20px; }	/* Height of each drop down menu item */

#menu li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	}

#menu li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}

#menu li:hover ul, #menu li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#menu-02 ul a:hover, #menu-03 ul a:hover, #menu-04 ul a:hover, #menu-05 ul a:hover { 
	background-image: none;
	background-color: #000033; 
	}

/* width of drop down menu - choose width that allows items to display on one line */
#menu-02 ul, #menu-02 li { width: 110px; }		
#menu-03 ul, #menu-03 li { width: 170px; }		
#menu-04 ul, #menu-04 li { width: 80px; }
#menu-05 ul, #menu-05 li { width: 120px; }




/* ----------------------------------------------------------------------------  */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B7295;
	background-color: #ffffff;
	border: 1px solid #839EB5;
	padding-left: 5px;
	width: 140px;
}
.formmessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B7295;
	background-color: #ffffff;
	border: 1px solid #839EB5;
	padding-left: 5px;
	overflow: auto;
	height: 50px;
	width: 140px;
}

.submit-main-contact { margin: 85px 0 0 235px; }

/* main contact - dental.medical */
#main-contact { padding:20px 0 10px 0; }
#main-contact label, #main-contact select { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size:11px; color:#3B7295; }
#main-contact label { width:125px; position:relative; display:block; text-align:right; color:#3B7295; }
#main-contact label input, #main-contact label textarea, #main-contact select { background-color:#fff; border:1px solid #839EB5; position:absolute; width:150px; left:110%; top:-2px; }
#main-contact label textarea { width:150px; height:100px; top:0; }

/* ----------------------------------------------------------------------------  */

/*	undo common browser defaults  */

	hr,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset
	{ margin:0; padding:0; }
	
	input
	{margin: 0 0 1px 0;}

	/* whoever thought blue linked image borders were a good idea?               */
	a img,:link img,:visited img { border:none; }

	/* more varnish stripping as necessary...                                    */
	h1 span, h2 span, h3 span, h4 span {display:none;}
	
/* ----------------------------------------------------------------------------  */

A:link {text-decoration: underline; color: #3B7295;}
A:visited {text-decoration: underline; color: #3B7295;}
A:hover {text-decoration: none; color: #3B7295;}
A:active {text-decoration: underline; color: #3B7295;}

.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.img-icon { 
	margin:0px 5px 0px 0px;
	}


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-size:12px;
}
#left {
	background-image: url(../images/home/home_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
}
#right {
	background-image: url(../images/home/home_04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 780px;
}
#middle-container {
	width: 760px;
	
	margin-left: 10px;
}
#logo {
	background-image: url(../images/home/home_02.jpg);
	float: left;
	height: 237px;
	width: 337px;
}

#logo span { display: none; }

#logo a {
	height: 237px;
	width: 337px;
	display:block;
}
#flash {
	background-image: url(../images/home/home_03.jpg);
	height: 237px;
	float: right;
	width: 423px;
}
#nav {
	background-image: url(../images/home/full_nav.jpg);
	float: left;
	height: 62px;
	width: 760px;
	position: relative;
}
#bottom {
	background-image: url(../images/home/home_16.jpg);
	height: 29px;
	width: 780px;
	clear: both;
}
#left-column {
	float: left;
	
	width: 202px;
	font-size:11px;
	color: #3B7295;
}
#left-column p, #left-column form {
	margin: 0 25px 10px 28px;
}

#procedures {
	background-image: url(../images/home/home_06.jpg);
	height: 47px;
	width: 202px;
}

#procedures span { display: none; }

#procedures-nav {
	background-image: url(../images/home/home_08.jpg);
	height: 304px;
	width: 202px;
}

#upcomingseminar {
	background-image: url(../images/home/upcoming-seminar.jpg);
	height:44px;
	}
	
#contact {
	background-image: url(../images/home/home_12.jpg);
	height: 40px;
	width: 202px;
}

#contact span { display: none; }

#seminar-hdr {
	background-image: url(../images/home/seminar-hdr.jpg);
	height: 40px;
	width: 202px;	
}
#seminar-content{
	overflow:auto;
	width: 202px;	
}

#right-column {
	float: left;
	width: 558px;
}
#right-column p, #right-column form, #right-column h1, #right-column h2, #right-column h3 {
	margin: 0 50px 10px 210px;
	color: #154366;
}



#right-column ul { margin-bottom: 12px; }

#right-column li {
	margin: 0 40px 2px 225px;
	color: #154366;
}
#right-column li li{
	margin: 2px 0px 2px 10px;
	list-style-type: disc;
}

#right-column-01-body {
	background-image: url(../images/home/home_07_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
	float:left;
}

#right-column-01-body #schedule{
	float:left;
	margin:90px 0 0 38px; 
	padding:0px;
	width:155px;
	display:inline;
	}

span.schedule_margin{
	margin:0 0 0 55px;
}
#right-column-01-body p{
	float:left;
	margin:0 0 0 15px;
	padding:0px;
	width: 300px;
}

#right-column-about-thepractice {
	background-image: url(../images/sub/about-thepractice_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
	list-style-type: disc;
}

#subhead-blog {
	background-image: url(../images/subhead-blog.jpg);
	background-repeat: no-repeat;
	width: 558px;
	padding: 60px 0 0 0;
	list-style-type: disc;
}

#right-column-about-finkler {
	background-image: url(../images/sub/about-jonfinkler_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}

#right-column-face {
	background-image: url(../images/sub/face_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}
#right-column-face-non-invasive {
	background-image: url(../images/sub/face-non-invasive_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}

#right-column-body {
	background-image: url(../images/sub/body_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}

#seminars {
	background-image: url(../images/home/home_seminar.jpg);
    width: 558px;
	}
#seminars p{
	padding-top:50px;
	}
#right-column-body-lipo {
	background-image: url(../images/sub/body-liposuction_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}

#right-column-body-tummy {
	background-image: url(../images/sub/body-tummytuck_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}

#right-column-breast {
	background-image: url(../images/sub/breast_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}

#right-column-breast-aug {
	background-image: url(../images/sub/breast-aug_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 558px;
	padding: 60px 0 0 0;
}

#right-column-breast-lift {
	background-image: url(../images/sub/breast-liftreduction_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}

#right-column-medispa {
	background-image: url(../images/sub/medispa_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}

#right-column-contact {
	background-image: url(../images/sub/contact_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}
#right-column-thankyou {
	background-image: url(../images/sub/thankyou.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding: 60px 0 0 0;
}

#right-column-02-body {
	background-image: url(../images/home/home_09_09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding-top: 81px;
}
#right-column-07-body {
	background-image: url(../images/home/home_07_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 558px;
	padding-top: 81px;
}
#right-column-site-map {
	background-image: url(../images/sub/site-map_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 558px;
	padding: 60px 0 0 0;
}



#logos {
	background-image: url(../images/home/home_14.jpg);
	height: 152px;
	position:relative;
	width: 558px;
}
#logos a.asps{
	position:absolute;
	left: 45px;
	top: 15px;
	width: 102px;
	height: 75px;
}
#logos a.asas{
	position:absolute;
	left: 155px;
	top: 15px;
	width: 127px;
	height: 78px;
}
#logos a.abps{
	position:absolute;
	left: 294px;
	top: 15px;
	width: 91px;
	height: 77px;
}
#logos a.csps{
	position:absolute;
	left: 398px;
	top: 9px;
	width: 104px;
	height: 84px;
}
#logos a.cma{
	position:absolute;
	left: 106px;
	top: 100px;
	width: 102px;
	height: 53px;
}
#logos a.aslms{
	position:absolute;
	left: 289px;
	top: 98px;
	width: 129px;
	height: 55px;
}
.clear-left {
	clear: right;
	float: left;
	margin: 0 0 0 28px;
}
#spacer{
	height:300px;}
	
/* --------------------------- Blog ---------------------------------  */


#blog #right-column p, #blog #right-column form, #blog #right-column h1, #blog #right-column h2, #blog #right-column h3 {
	margin-left:48px;
	width:350px;}

#blog #wp_sidebar {padding-left:40px;}

#blog fieldset{margin-left:-27px; border:none;}

#blog #right-column ul li {margin-left:80px;}


#blog #s {width:100px;}

#blog-left-column { 	
background-image: url(../images/blog-left-column.jpg);
height:40px;
}
#log-in-info{
	list-style:none;
}
.feed-icon{
	height:12px;
	padding-left:15px;
	background:url("../images/feed-icon.png") no-repeat;
}

#wp_commentform{
	width:400px;
	padding-left:60px;
	}


body#blog #comment {
	width:400px;
	}
	

body#blog ol.wp_commentlist li {padding-left:0px; margin-left:0px;}

body#blog ol.wp_commentlist {padding-left:60px; width:300px;}

body#blog ol.wp_commentlist p{width:100px;}

body#blog #wp_submit {margin-left:30px;}


	
