/*-----------------------------------------------------------------------------
Long Island Eye Website Style Sheet

version:   1.0
author:    Chris Monnat
email:     cmonnat@practisinc.com
website:   http://www.li-lasik.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

@media screen {

body {
  padding: 0;
  margin: 0;
  font: 14px Arial, Helvetica, sans-serif;
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 800px; /* Centered design work around for Netscape 6. */
}

body#three_column { background: url(/images/bg.gif) repeat-x; }
body#two_column {background: url(/images/bg2.gif) repeat-x; }

/* Class for clearing floats */
.clear {clear:both;}

/* Remove border around linked images */
img { border: 0; }

p { margin: 10px 0; }

h1, h2, h3, h4, h5 { margin: 5px 0; }
h1 { font-size: 20px; color: #2d548c; }
h2 { font-size: 17px; color: #dcad67; }
h3 { font-size: 15px; }
h4 { /* different color */ }
h5 { /* different color */ }


/* =Links
-----------------------------------------------------------------------------*/
a:link { color: #3D5772; text-decoration: none; }
a:visited { color: #3D5772;text-decoration: none; }
a:hover { text-decoration: underline; }


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
}

#three_column #wrapper_content { background: #FFFFFF url(/images/bg_wrapper_content.gif) no-repeat; }
#two_column #wrapper_content { background: #FFFFFF url(/images/bg_wrapper_content2.gif) no-repeat; }

/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main { height: 46px; }
#nav_main img { float: left; }


#nav_utility { height: 20px; font-size: 11px; }
#nav_utility, #nav_utility a { color: #; }

#nav_utility p { margin: 2px 0; }
#nav_utility p.font { float: left; }
#nav_utility p.email { float: right; }

#nav_utility a.link { text-decoration: underline; }
#nav_utility a.small { font-size: 11px; }
#nav_utility a.mid { font-size: 12px; }
#nav_utility a.large { font-size: 13px; }


#nav_bottom { text-align: center; border-top: 2px solid #d4d7da; font-size: 13px; }
#nav_bottom, #nav_bottom a { color: #; }


/* =Header
-----------------------------------------------------------------------------*/
#header { }


/* =Sub Header
-----------------------------------------------------------------------------*/
#three_column #sub_header { height: 37px; background:url(/images/bg_sub_header.gif) no-repeat; }
#two_column #sub_header { height: 43px; background:url(/images/bg_sub_header2.gif) no-repeat; }


/* =Three Column
-----------------------------------------------------------------------------*/
#primary_content a, #three_column #secondary_content a, #side_content a { text-decoration: underline; }

#three_column #primary_content { display: inline; width: 300px; float: left; margin:0 10px; }

#three_column #secondary_content { display: inline; width: 250px; float: left; margin: 0 10px; }

#three_column #side_content { display: inline; width: 190px; float: left; margin: 0 5px; font-size: 13px; }
#three_column #side_content ul { padding: 0; padding-left: 10px; margin: 0; list-style-type: none; }
#three_column #side_content li b { color: #565758; }
#three_column #side_content li p {margin:0;}


/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content { display: inline; width: 580px; margin-right: 10px; float: right; }

#two_column #secondary_content { display: inline; width: 200px; float: left; background:url(/images/bg_in_this_section.gif) repeat-y; }
#two_column #secondary_content  ul { list-style-type: none; padding: 0; margin: 0; padding-top: 5px; padding-left: 13px; padding-bottom: 10px; }
#two_column #secondary_content  ul ul { padding: 0; padding-left: 2px; }
#two_column #secondary_content  ul li { padding-left: 15px; background:url(/images/bullet.gif) no-repeat 0 5px; line-height: 18px; }
#two_column #secondary_content  ul li a { color: #565758; }


/* =Footer
-----------------------------------------------------------------------------*/
#footer { text-align: center; font-size: 13px; }
#footer, #footer a { }


/* =Forms
-----------------------------------------------------------------------------*/
form {
  /*width: 98%;*/
  padding: 5px;
  margin: 0;
}

form em {
  color: #FF0000;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 35%;
}

fieldset {
  padding: 7px;
  padding-left: 8px;
  margin-bottom: 30px;
}

fieldset legend {
  padding: 0;
  margin-bottom: 2px;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}

input.txt {
  width: 200px;
}

/*textarea {
  width: 300px;
  height: 100px;
}
*/
.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
  margin-bottom: 5px;
}

.formerror ul {
  padding-left: 20px;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}


/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
}

@media print {

html {
margin: 0;
}

body {
margin: 0;
font: 12px Arial, Helvetica, sans-serif;
}

h1 { font-size: 18px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }

#header, #sub_header,#nav_bottom {
  display: none;
}
  
#primary_content, #secondary_content, #side_content {
  float: none;
}

}
