/* Ithaca Dermatology


colors

border #ecd1d0 
top li 99623d
body #d9d8d8
nav li a #fff1e8
nav ul li a,nav a:hover #
link #
h1,h2 #922359
h3 #
text #898e8f
img border #
footer text #efcfb2
footer a #987762
form input text #af97a9
form text 8f2257


*/

*,ul, li, p, h1, h2, h3, h4, ol, form, input, button,
img, dl, dt, dd, a, select {
  margin:0px;
  padding:0px;
  vertical-align:baseline;
  font-size:100%;
  border:0 none;
}

html {
  font-size:16px;
}

body, p {
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.5em;
  color:#7a7e7f;
}

body {
  background:#d9d8d8;
  margin:0px auto;
  padding:0px;
  text-align:left;
  }

h1,h2,h3 {
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  line-height:1.3em;
  color:#922359;
  }

h1 {
  padding-bottom:0px;
  }

h2 {
  font-size:87.5%;
  font-weight:bold;
  }
h2 a {
  color:#922359;
}

h3	{
	font-size:75%;
	}


h4 {
	font-weight:bold;
	font-size:14px;
	}

body.services h4 {
  font-size:12px;
}

ul, li, ol {
	list-style-type:none;
    }

a {
  text-decoration:none;
  color:#8F2257;
  }

a:hover {
	text-decoration:underline;
	color:#dc3e88;
  }
    
#content a.more {
  display:inline-block;
  height:21px;
  padding:0 15px 0 0;
  background:url(../images/arrow.png) no-repeat right top;
  font-size:12px;
  text-decoration:none;
}

#content a.more:hover {
  background-position:right bottom;
}

strong {
  font-weight:bold;
  }

.clear {
  clear:both;
  }

.float-left {
  float:left;
  }

.float-right {
  float:right;
  }

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

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

.bold {
  font-weight:bold;
  }

span.sup {
	font-size:75%;
	vertical-align:super;
	}

span.raquo {
  font-size:115%;
}

.top-border {
  border-top:solid 1px #ECD1D0;
  padding-top:1em;
}

div#content p.mediumtext {
  font-size:100%;
}

em {
  font-style:italic;
}

#container {
  width:988px;
  margin:0px auto 24px auto;
  background:url(../images/page-bg.png) repeat-y left top;
  position:relative;
}

#header {
	width:960px;
	height:232px;
	background:url(../images/banner.jpg) no-repeat left top;
	padding:0px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

a.logo {
  float:left;
  padding-top:12px;
}

#header h1 {
  width:160px;
  height:110px;
  font-size:14px;
  margin-top:22px;
  margin-left:22px;
}

#header h1 a {
	display:block;
	
	width:160px;
	height:110px;
	}

#header h1 a:hover {
	}

#header h1 span {
  display:block;
  position:absolute;
  left:-3000px;
}


ul#top {
  width:380px;
  position:absolute;
  top:0px;
  right:0px;
  padding-top:6px;
}

ul#top li {
  display:inline;
  font-size:75%;
  color:#99623d;
  padding:0px 3px;
}

/* menu */


ul.nav {
  height:36px;
  width:960px;
  margin:0px 0px 0px 0px;
  padding:0 0 0 18px;
  position:absolute;
  top:156px;
  left:14px;
  }

ul.nav li {
	height:36px;
	float:left;
	text-align:left;
	margin:0px 32px 0 0;
	width:auto;
	position:relative;
  }

ul.nav li#last {
  margin-right:0px;
}

ul.nav li.hover,ul.nav li.current {
	position:relative;
	}

ul.nav li a {
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:100%;
  padding:6px 15px 0 15px;
  display:block;
  float:left;
  height:30px;
  color:#fff1e8;
	}

ul.nav li a:hover,
ul.nav li a.current {
	text-decoration:none;
	background:#fff;
	color:#b1316e;
	}

ul.nav li.hover, ul.nav li.over {
  z-index:100;
  }

ul.nav li.current a:hover {
  cursor:default;
}

ul.nav li > ul {
	top: auto;
	left: auto;
	}

ul.nav li .subnav {
  background:transparent url(../images/submenu-bg.png) no-repeat left bottom;
  padding-bottom:12px;
  position: absolute;
  top: 50px;
  left:-16px;
  z-index:100;
  display: none;
  width:150px;
}

ul.nav li ul {
  display: none;
  width:150px;
  padding-bottom:0px;
  clear:both;
	background:transparent url(../images/submenu-bg.png) no-repeat left top;
	margin-top:-6px;
  }

ul.nav li:hover .subnav,
ul.nav li.over .subnav,
ul.nav li.current:hover .subnav,
ul.nav li.current.over .subnav,
ul.nav li:hover ul,
ul.nav li.over ul,
ul.nav li.current:hover ul,
ul.nav li.current.over ul {
	display:block;
	z-index:100;
  }

ul.nav li.current ul,
ul.nav li.current .subnav  {
  display:none;
  }

ul.nav li ul li {
  text-align:left;
  width:150px;
  height:auto;
  padding:0px;
  line-height:1em;
  margin:0px;
  float:none;
  background:none;
  }

ul.nav li ul li a {
  padding:12px 18px 0px 18px;
  font-size:11px;
  line-height:1.4em;
  background:none;
  background-image:none;
  height:auto;
  width:114px;
  display:block;
  float:none;
  }

ul.nav li ul li a:hover {
  color:#FCC417;
  background:none;
  background-image:none;
  }

ul.nav li.hover li, ul.nav li.current li, ul.nav li.hover li a, ul.nav li li a.current {
  background:none;
  background-image:none;
  }

ul.nav li ul li a.currentsubpage, ul.nav li ul li a:hover {
	color:#FCC417;
	}

ul.nav li a.current,
ul.nav li ul li a.currentsubpage:hover {
  cursor:default;
}

/* end menu */


div#content {
  clear:both;
  width:912px;
  padding:0px 24px 36px 24px;
  min-height:350px;
  margin:0px auto;
  background:#FFF url(../images/content-bg.png) repeat-x left top;
  overflow:hidden;
  position:relative;
}


div#content h1 {
  margin-bottom:18px;
  font-size:160%;
  font-weight:normal;
}

.intro {
  border-bottom:solid 1px #ecd1d0;
  margin-bottom:12px;
}

h2 {
  padding:0 0 .5em 0;
  /*text-transform:uppercase;*/
  font-size:110%;
  font-weight:normal;
  line-height:1.5em;
}

h3 span.title{
  display:block;
  font-style:italic;
}

h3 {
  padding:.5em 0 1em 0;
}

div#content p {
  padding-bottom:1em;
  font-size:75%;
}

div#content ul {
  padding-bottom:.5em;
}

#content a {
  text-decoration:underline;
}

#content li {
  font-size:75%;
  background:url(../images/bullet.png) no-repeat 0px 9px;
  padding:0 0 1em 1.5em;
}

#content img {
  border:solid 1px #ccc;
}

#content input,
#content textarea,
select {
  border:solid 1px #ccc;
  color:#666;
}

body.home #main_content {
  /*background:url(../images/home-main-bg.gif) repeat-y left top;*/
  width:660px;
  border:none;
  margin:0px;
}

div.bio {
  clear:both;
  margin-bottom:24px;
  overflow:hidden;
}

div.bio img {
  float:left;
  margin:0 12px 0 0;
}

#main_content {
	width:563px;
	margin-right:18px;
	padding:0 18px 0 0;
	float:left;
}

body.contact #main_content {
  border-right:solid 1px #ecd1d0;
}

div#left {
  float_left;
  width:312px;
}

#right_col {
  float:right;
  width:312px;
}

body.home #right_col {
  width:234px;
}

#right_col img {
  margin-bottom:24px;
}

#right_col h3 span {
  display:block;
  text-transform:uppercase;
}

div#middle_col {
  width:329px;
  padding:0 0px 0 18px;
  float:right;
  border-right:solid 1px #ecd1d0;
}

div#middle_col div {
  padding-right:18px;
}

#right_col div.product img {
  float:left;
  margin:0 6px 0 0;
}

div.block {
	float:left;
	width:210px;
	padding-right:10px;
	}

div.row {
  clear:both;
  padding-bottom:1em;
  overflow:hidden;
  width:100%;
  }

#content #home-image {
  background:#fff;
  padding-bottom:12px;
  width:312px;
  height:468px;
  border:none;
}

span.more {
  color:#922359;
  font-size:90%;
}

#content span.more a {
  text-decoration:none;
  color:#922359;
}

span.raquo {
  font-size:115%;
}

div.product {
  /*border-top:solid 1px #ECD1D0;*/
  margin-bottom:1em;
}

dl {
  font-size:75%;
}

#content dl {
  padding-bottom:1.5em;
}

#content dl dt {
  font-weight:bold;
  display:block;
}

/* forms */

form#contact {
  width:500px;
}

address {
  font-style:normal;
  font-size:14px;
  line-height:1.5em;
  padding-bottom:1em;
  }

#contact input {
	width:300px;
	height:18px;
	padding-left:4px;
	}

#content p.email-confirmation {
  position:absolute;
  left:-9999em;
}

#contact a.fancybox {
  padding-right:20px;
  /*background:url(/images/information.png) no-repeat center right;*/
  color:#4b1313;
}

#contact a.fancybox:hover {
  color:#F00000;
}

#contact input#send {
	border:0 none;
	color:#fff;
	font-weight:bold;
	line-height:22px;
	vertical-align:middle;
	width:70px;
	height:32px;
	padding:6px 0 0;
	cursor:pointer;
	font-family:"Palatino Linotype",times, times new roman, serif;
	font-size:15px;
	display:block;
	} 

#contact textarea {
	width:500px;
	height:120px;
	font-size:12px;
	padding:4px;
	}

#contact label {
	display:block;
	font-size:12px;
	font-weight:bold;
	}

#contact ul, #contact li {
	background:none;
	padding:0px;
	}

#contact dl {
  clear:both;
  margin-bottom:12px;
  padding-bottom:6px;
  float:left;
  border-bottom:solid 1px #ccc;
  font-size:85%;
  width:100%;
}

#contact dt {
  padding-bottom:6px;
  float:left;
  width:600px;
  margin-right:40px;
}

#contact dt span {
  font-weight:bold;
  padding-right:6px;
}

#contact dd {
  float:left;
  width:100px;
  clear:none;
}

#contact dd label {
  vertical-align:bottom;
  display:inline;
}

#contact dd input {
  width:auto;
  vertical-align:middle;
  border:none;	
}

select {
  width:140px;
}

#footer {
  background:url(../images/bottom-bg.png) no-repeat left bottom;
  height:;
  width:960px;
  padding:0px 14px 25px 14px;
  margin:0px auto;
  overflow:hidden;
  }

#footer-inner {
  background:url(../images/footer-bg.png) repeat-x left top;
  padding:0px 24px;
  height:182px;
}


#footer ul.nav a {
  color:#987762;
  font-size:85%;
}

#footer ul.nav {
  margin:0 auto;
  width:900px;
  height:50px;
  overflow:hidden;
  position:static;
}

#footer ul li {
  float:left;
  margin-right:24px;
  padding:12px 6px 0 6px;
}

#footer-middle {
  overflow:hidden;
  margin-top:24px;
}

#footer-middle div {
  float:left;
  width:40%;
  height:48px;
  padding-left:18px;
  background:url(../images/bar.png) left top no-repeat;
}

#footer-middle p {
  color:#8f2257;
  font-size:75%;
  padding-bottom:6px;
}

#directions span {
  font-weight:bold;
  font-size:125%;
}

#directions input {
  color:#af97a9;
  font-size:70%;	
  width:126px;
  height:15px;
  padding:3px 3px 0 3px;
  background:url(../images/input-bg.png) left top no-repeat;
  vertical-align:top;
  overflow:hidden;
}

#directions input#go {
  width:23px;
  height:18px;
  background:url(../images/go-bg.png) left top no-repeat;
  cursor:pointer;
}


#subfooter {
  width:912px;
  margin-top:36px;
}

#subfooter span {
  font-size:70%;
  color:#efcfb2;
}

span.gorges {
  float:right;
}

span.gorges a {
  color:#efcfb2;
}
