
body {
	background-color: #858585;
	font-family: Arial, "Century Gothic", Helvetica, sans-serif;
	font-size: .7em;
	letter-spacing: .1em;
	line-height: 2em;
}
a {
	color: #990000;
	text-decoration: none
    font-weight: bold;
}
a:hover {
	color: #CC0000;
    /*background: #efefef;*/
}
h1 {
    padding-top: 15px;
    color: #990000;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
h2 {
 color: #777777;
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 1.3em;
 font-weight: normal;
padding-top: 10px;
padding-bottom: 10px;

 border-top: 1px #dddddd dotted;
 border-bottom: 1px #dddddd dotted;
}
h3 {
color: #555555;
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 1.2em;
 font-weight: bold;
/*padding-top: 5px;
padding-bottom: 5px;*/
padding-left: 5px;
border-left: 4px #660000 solid;
}
h4 {
color: #990000;
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 1em;
 font-weight: bold;
 font-style: italic;
 margin-bottom: 5px;
}
h5 {
color: #ffbbbb;
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 font-weight: bold;
 margin: 0px;
 margin-bottom: 6px;
}
td {
font-size: .9em;
}
ul {
  margin-top: 7px;
  margin-bottom: 7px
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 200px;
/*  max-width: 500px;
  width: 500px;*/
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
    color: #666666;
}
form fieldset legend a{
    color: #666666;
    text-decoration: none;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 0 0 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}

form input, form textarea, form select, form image {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin-left:0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
    margin-bottom: 2px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#header {
	height: 67px;
   	width: 805px;
	margin: 0px;
    padding: 10px;
	background-image: url(images/subpage_03.jpg);
	background-repeat: no-repeat;
	text-align: left;
    /*border: 1px #00ff00 dotted;*/

}
#headerlinks {
float: right;
position: relative;
	top: 30px;
	right: 30px;
}
#peelad {
background: url('/images/peel_bg.gif') no-repeat;
 position: absolute;
 right: 0px;
 top: 0px; 
 width: 107px; 
 height: 129px; 
 font-size: 11px; 
 text-align: right; 
 font-family: arial, sans; 
 font-weight: bold;
 color: white;
 line-height: 1.4em;
 padding: 4px;
 text-align: right;
 z-index: 55;
 
}
#peelad a {
color: #999999;
}
#eyehealth {
  margin-left: 9px;
  margin-right: 9px;
  background: #3C71AD;
  background-image: url(images/hi_eyehealth.jpg);
  background-position: bottom;
  background-repeat:  no-repeat;
  height: 94px;
}
#ourpeople {
  margin-left: 9px;
  margin-right: 9px;
  background: #3C71AD;
  background-image: url(images/hi_ourpeople.jpg);
  background-position: bottom;
  background-repeat:  no-repeat;
  height: 94px;
}
#coutureeyewear {
  margin-left: 9px;
  margin-right: 9px;
  background: #3C71AD;
  background-image: url(images/hi_coutureeyewear.jpg);
  background-position: bottom;
  background-repeat:  no-repeat;
  height: 94px;
}
#couture {
    float: left;
    margin-left: 25px;
    border: 1px #ffffff dotted;
}
#couturecontent {
	position: relative;
	width: 600px;
	padding-left: 0px;
    padding-right: 9px;
    padding-top: 0px;
    padding-bottom: 15px;
	text-align: left;
    float: right;
    margin-top: 1px;
    margin-bottom: 1px;
}
#couture:hover{
  border: 1px #666666 dotted;
}
#couturecontent h1 {
  font-size: 15px;
  background: #272727;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 1px;
}
#coutureselection {
  width: 340px;
  height: 186px;
  border: 1px #555555 solid;
  background: #666666 url('images/cou_selectionbg.jpg') repeat-x;
  padding: 5px;
  color: #ffffff;
  margin-top: 1px;
  margin-bottom: 1px;
  line-height: 2.0em;
}
#couturesale {
  float: right;
  width: 150px;
  height: 125px;
  background: #990000 url('images/cou_salebg_grn.jpg');
  color: #ffffff;
  padding: 15px;
  line-height: 1.2em;
  margin-top: 1px;
  margin-bottom: 1px;
}
#couturesalegrn {
  float: right;
  width: 196px;
  height: 330px;
  background: #429626 url('images/cou_salebg_grn.jpg') repeat-x;
  color: #ffffff;
  padding: 20px;
  line-height: 1.2em;
  margin-top: 1px;
  margin-bottom: 1px;
}
#couturesale2 {
  width: 333px;
  height: 340px;
  background: #d7d7d7;
  padding: 15px;
  color: #ffffff;
  margin-top: 1px;
  margin-bottom: 1px;
  line-height: 2.2em;
}


#contactlenses {
  margin-left: 9px;
  margin-right: 9px;
  background: #3C71AD;
  background-image: url(images/hi_contactlenses.jpg);
  background-position: bottom;
  background-repeat:  no-repeat;
  height: 94px;
}
#customlasik {
  margin-left: 9px;
  margin-right: 9px;
  background: #3C71AD;
  background-image: url(images/hi_customlasik.jpg);
  background-position: bottom;
  background-repeat:  no-repeat;
  height: 94px;
}
#medicalmissions {
  margin-left: 9px;
  margin-right: 9px;
  background: #1a7177;
  background-image: url(images/hi_medicalmissions.jpg);
  background-position: bottom;
  background-repeat:  no-repeat;
  height: 94px;
}
    #eyehealth #nav #naveyehealth,
    #ourpeople #nav #navourpeople,
    #coutureeyewear #nav #navcoutureeyewear,
    #contactlenses #nav #navcontactlenses,
    #customlasik #nav #navcustomlasik,
    #medicalmissions #nav #navmedicalmissions {
      background-color: transparent;
      border-right: 0px;
      /*font-weight: bold;*/

    }
    #eyehealth #nav #naveyehealth a,
    #ourpeople #nav #navourpeople a,
    #coutureeyewear #nav #navcoutureeyewear a,
    #contactlenses #nav #navcontactlenses a,
    #customlasik #nav #navcustomlasik a,
    #medicalmissions #nav #navmedicalmissions a {
        color: #ffffff;
    }
#generalheader {
  margin-left: 9px;
  margin-right: 9px;
  background: #3C71AD;
  background-image: url(images/hi_general.jpg);
  background-position: bottom;
  background-repeat:  no-repeat;
  height: 94px;
}
#homeheader {
  margin-left: 9px;
  margin-right: 9px;
  background: #333333;
  height: 27px;
}
#wrapper {
	width: 825px;
	background-image: url(images/subpage_14.jpg);
	background-position: center;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px #ff0000 dotted;*/
}
#nav {
	position: relative;
	/*background-color: #353535;*/
	height: 27px;
	width: 805px;
	color: #efefef;
	z-index: 1;
}
#leftnav {
    float: left;
    width: 185px;
    margin: 8px;


}
	#leftnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}


#pagetitle {
    border-left: 7px solid #000000;
    color: #9B0D0D;
    font-size: 17px;
    text-align: left;
    padding-left: 12px;
    font-weight: bold;
    height: 50px;
    vertical-align: middle;
}
#leftnavitem {
    margin-right: 5px;
    margin-left: 15px;
    padding: 2px;
    padding-left: 15px;
    border-bottom: 1px dotted #666666;
    text-align: left;
    font-size: 11px;
    background: #ffffff url('images/rightarrow.gif') no-repeat left 6px;
}

#ad {
width: 150px;
margin-right: 5px;
    margin-left: 15px;
    margin-top: 15px;
    background: #8a0102 url('images/cou_salebg.jpg') repeat-x;
    color: #ffffff;
  line-height: 1.2em;
  padding: 8px;
  text-align: left;
}

#package {
   letter-spacing: 0;
border-top: 1px #dddddd dotted;
 /*border-bottom: 1px #dddddd dotted;*/
 padding-top: 10px;
 padding-bottom: 10px;
 margin-bottom: 0px;
 font-weight: normal;
 font-size: 12px;
 font-family: Arial, sans;
}
#adprice {
float: right;
width: 130px;
    background: #8a0102 url('images/cou_salebg.jpg') repeat-x;
    color: #ffffff;
  line-height: 1.2em;
  padding: 8px;
  text-align: center;
	font-weight: bold;
	font-size: 14pt;

}
#adperbox {
    color: #fedbdb;
  line-height: 1.2em;
  text-align: left;
	font-weight: normal;
	font-size: 10pt;
	float: right;
	padding-top: 5px;

}
#adorder {
	color: #fea1a1;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0em
}

#lefnav #leftnavitem a {
  color: #000000;
  text-decoration: none;
}
#leftnav #leftnavitem a:hover {
  text-decoration: underline;
  color: #9B0D0D;
}
#content {
	position: relative;
	width: 580px;
	padding-left: 0px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 15px;
	text-align: left;
    float: right;
}

#nonavcontent {
	position: relative;
	width: 780px;
	padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
	text-align: left;
    /*float: right;*/
}
#contentgray {
	width: 560px;
    background: #efefef;
	padding: 20px;
	text-align: left;
    color: #777777;
    margin-bottom: 1px;
}

#footer {
	background-color: #353535;
	/*height: 50px;*/
	width: 807px;
    height: 100px;
	color: #efefef;
    margin-left: auto;
	margin-right: auto;
    /*padding: 8px;*/
	clear: both;
   line-height: 1.6em;
    /*text-align: right;*/
}
    #footer a {
      color: #999999;
    }
#footerlinks {
  /*float: left;*/
  position: relative;
  text-align: left;
  top: 15px;
  left: 15px;
}

#contact {
	position: relative;
	top: -20px;
	right: 15px;
    text-align: right;
    width: 300px;
    float: right;
}
#footertag{
  width:807px;
  color: #555555;
  background: #858585 url(images/subpage_16.jpg) no-repeat top;
  padding: 8px;
  }
  #footertag a {
    color: #555555;
    text-decoration: none;
  }
    #footertag a:hover {
    color: #444444;
    text-decoration: underline;
  }


#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li { /* all list items */
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative;
    height: 25px;
	/*width: 110px;*/
    border-right: 1px solid #494949;
    background: #353535;
}
#nav li a { /* all list items */
	color: #dddddd;
    text-decoration: none;
}
#nav li a:hover { /* all list items */
	color: #ffffff;
    text-decoration: none;
}
#nav li ul { /* second-level lists */
	display: none;
    float: left;
    position: static;
	top: 22px;
	left: 0;
	background-color: #CCCCCC;
	/*padding-left: 7px;*/
}
#nav li ul li {
	/*border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: efefef;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#lasikbox {
 width: 170px;
 /*height: 300px;*/
 float: left;
 padding-left: 10px;
 padding-right: 10px;
 margin: 0px;
 border-left: 1px dotted #cccccc;
}
#contactappt {
  /*float: right;
  width: 196px;*/
  height: 75px;
  background: #429626 url('images/cou_salebg_grn.jpg') repeat-x;
  color: #ffffff;
  padding: 15px;
  line-height: 1.2em;
  margin-top: 1px;
  margin-bottom: 10px;
}

dl.accordion-menu {
	margin: 0;
	padding: 0;
	width: 570px;
	background:white;
    border-bottom: dotted 1px #cccccc;
}

dl.accordion-menu dt.a-m-t {
  padding: 5px;
  margin-bottom: 3px;
  border-left: 4px #660000 solid;
	border-top: dotted 1px #cccccc;
    color: #555555;
   font-family: "Century Gothic", Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   font-weight: bold;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
}

dl.accordion-menu dt.a-m-t-hover{
	background:#efefef;
}


dl.accordion-menu dt.a-m-t-down{
	border: dotted 1px #222222;
}





html.accordion-menu-js dt.a-m-t{
	cursor:pointer;
	zoom:1;
}

dl.accordion-menu dd.a-m-d {
	margin: 0;
	padding: 0;
	padding:0;
}

html.accordion-menu-js dd.a-m-d{
	display:none;
}


html.accordion-menu-js dd.a-m-d-expand {
	display:block;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display:block;
	position:relative;
	z-index:-1;
	opacity:0;
	height:auto !important;
	visibility:hidden;
	overflow:visible;
}


html.accordion-menu-js dt.a-m-t-expand {
background: #efefef;
}

html.accordion-menu-js dd.a-m-d-anim {
	overflow:hidden;
	display:block;
}

dl.accordion-menu dd.a-m-d .bd{
	padding:0.5em;
}
.comment-container {
	border-bottom: 1px dotted #999;
	padding: 10px;
}