#content-wrapper {
  /*width: 100%;*/
  /*background-color:#999;*/
  margin-left:180px;
  padding-left:10px;
  padding-right:50px;
  }

#sidebar-wrapper {
  float: left; 
  width: 170px;  
  padding-left:0px;
  padding-right:0px;
  padding-top: 12px;
  /*_padding-top: 17px;*/
}

#header {

      width:90%;
      background: #FFF url("/images/medical.jpg") no-repeat top right;
      font-size:12px;
      line-height:normal;


      }
/* section specific top banner */

.inner { 
   background: url("/images/logo1.jpg") no-repeat top left; 
   padding-top:130px;
} 

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/

  /* End IE5-Mac hack */

    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
     background:url("/images/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #069;
      line-height: 125%;
      }
    #header a {
      float:left;
      display:block;
      background:url("/images/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#FFF;
      }
    #header #current {
      background-position:0 -150px;
      border-width:0;
      }
    #header #current a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#069;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#069;
      }
    #header li:hover a {
      background-position:100% -150px;
      }

#jump{
    display:block;
    position:absolute;
    left:-1000px;
    font-size:0;
    padding:0;
    margin:0;
    height:0;
}

/* styles */

a {
  color: #009;
 text-decoration: underline;
}
a:visited {
  color: #009;
 text-decoration: underline;
}
a:hover, a:visited:hover {
  color: #C00;
  text-decoration: underline;
}
body {
background-color: #FFF;
background-repeat: no-repeat;
background-attachment: fixed;
display:block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
  margin: 0px;
}

h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 200%;
  font-weight: bold;
  line-height: 100%;
  margin: 0px;
}

h3 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 155%;
  font-weight: bold;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}

li{
line-height: 150%;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
}

#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}

#main {
  background-color: white;
  float: left;
  width: 100%;
}

#breadcrumbs {
	text-decoration: none;
	padding-left: 5px;
}
#breadcrumbs a {
	text-decoration: underline;
	color: #000;
}

#content {
  padding-left: 0px;
  padding-right:0px;
  padding-top: 12px;
}

#content h1 {
  margin-top: 0;
}

#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #F5F5F5;
  margin-top: 5px;
  margin-left: -5px;
  margin-bottom: 0;
  padding: 0px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}

#sidebar {
  font-size: 90%;
  padding: 5px;
  padding-top: 0px;
  padding-right: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #000;
  float: left;
  font-size: 90%;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 20px;
  background-color: #fff;
}
/* ad banner */

table.adbanner {
	/*padding:3px 6px;*/
	width:170px;
        border:0px;
	background-color:#069;
	margin: 0.3em;
	padding-left:0em;	
}
table.adbanner th{
	background:#069;
        text-align:left;
	color:#FFF;
	padding: 0.2em;
	margin: 0em;
        vertical-align:top;
	font-size: .4em;

}
table.adbanner td{
	padding-right: 1.2em;
	padding-left: 0.4em;
}

/* action snippet - sub menu content snippet */

table.actionmenu {
	/*padding:3px 6px;*/
	width:80%;
        border:2px solid #aaa;
	background-color:#eee;
	margin: 0.3em;
	padding-left:0em;	
}
table.actionmenu th{
	background:#eee;
        text-align:left;
	color:#000;
	padding: 0.2em;
	margin: 0em;
        vertical-align:top;
	font-size:1em;
	/*border-bottom:2px solid #aca;
	border-right:2px solid #aca;*/
	/*border-top:2px solid #aca;*/
}
table.actionmenu td{
	padding-right: 1.2em;
	padding-left: 0.4em;
}

/* action snippet classes */

.action {
	background: #eee;
	padding: 10px;
	margin: 20px 0 20px 0;
	border-left: 4px solid #800000;
	font-size: 0.9em;
	width: 50%;
}
.action h2 {
	font-weight: bold;
	border: none;
	letter-spacing: normal;
	font-size: 1.5em;
	text-align: left;
}
.action a {
	color: #000;
	text-decoration: underline;
}


/*Homepage Tables*/
/*Homepage Get Help*/

table.whats-new {
	/*padding:3px 6px;*/
	background-color:#fff;
	border: 0;
	margin: 0.3em;
	padding-left:0em;	
	/* width: 100%; */
}
table.whats-new th{
	background:#F0FFF0;
        text-align:left;
	color:#000;
	padding: 0.5em;
	margin: 0em;
        vertical-align:top;
	font-size:1.1em;
	border-left: 10px solid #060;
	
}
table.whats-new td{
	padding-right: 1.2em;
	padding-left: 0.4em;
}

.img {
    position:relative;
    float:right;
    clear:none;
    padding:0 0 0 0;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:0;
}


/*home page vision health*/

table.vision-health {
	/*padding:3px 6px;*/
	
        background-color:#fff;
	border: 0;
	margin: 0.3em;
	padding-left:0em;
	/*width: 100%;*/
}
table.vision-health th{
	background:#FFF8DC;
        text-align:left;
	color:#000;
	padding: 0.5em;
	margin: 0em;
        vertical-align:top;
	font-size:1.1em;
	border-left: 10px solid #f30;
	
}
table.vision-health td{
	padding-right: 1.2em;
	padding-left: 0.4em;
}
.img {
    position:relative;
    float:right;
    clear:none;
    padding:0 0 0 0;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:0;
}

/*home page get-help*/

table.get-help {
	/*padding:3px 6px;*/
	
        background-color:#fff;
	border: 0;
	margin: 0.3em;
	padding-left:0em;
	/*width: 100%;*/
}
table.get-help th{
	background:#FFF0F5;
        text-align:left;
	color:#000;
	padding: 0.5em;
	margin: 0em;
        vertical-align:top;
	font-size:1.1em;
	border-left: 10px solid #60C;
}
table.get-help td{
	padding-right: 1.2em;
	padding-left: 0.4em;
}

.img {
    position:relative;
    /*float:right;*/
    clear:none;
    padding:0 0 0 0;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:0;
}

/*home page get-involved*/

table.get-involved {
	/*padding:3px 6px;*/	
	background-color:#fff;
	border: 0;
	margin: 0.3em;
	padding-left:0em;
	/*width: 100%;*/
	
}
table.get-involved th{
	background:#E0FFFF;
	text-align:left;
	color:#000;
	padding: 0.5em;
	margin: 0em;
	vertical-align:top;
	font-size:1.1em;
	border-left: 10px solid #06c;
	
}
table.get-involved td{
	padding-right: 1.2em;
	padding-left: 0.4em;
}

.img {
    position:relative;
    float:right;
    clear:none;
    padding:0 0 0 0;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:0;
}




/* highlight box */

.musicbox{
	display:block;
	background-color:#FFE;
	border:1px solid #006;
	padding:10px 10px 10px 10px;
	margin:1em 0;   
}

/* General Menu Snippet */

table.menu p {
	color:#FFF
}


table.menu {
	/*padding:3px 6px;*/
	/*width:150px;*/
	border:2px solid #069;
	background-color:#069;
	padding-left:0px;	
	padding-right:0px;
	margin-bottom:3px;
}
table.menu th{
	background:#069;
	text-align:left;
	color:#FFF;
	padding: 0.2em;
	padding-right: 0em;
	margin: 0em;
	vertical-align:top;
	font-size:14px;
	/*border-bottom:2px solid #aca;
	border-right:2px solid #aca;*/
	/*border-top:2px solid #aca;*/
}

table.menu td{
	/*padding-right: 1.2em;*/
	padding-left: 4px;	
	padding-right: 2px;		
}

table.menu a{
	color: #FFF;
	text-decoration: none;
}
table.menu a:visited{
	color: #FFF;
	text-decoration: none;
}
table.menu a:hover{
	color: #FFF;
	text-decoration: underline;
}

table.menu li {
list-style-type: square;
line-height: 100%;
}

table.menu ul {
color: #FFF;
}

.img {
    align=center;
    padding:0 0 0 0;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:0;
}

/* Search Snippet */

table.menu {
	/*padding:3px 6px;*/
	border:2px solid #069;
	background-color:#069;
	padding-left:0px;	
	padding-right:0px;
}

table.search input {
	width:75%;
}

table.search #submit {
	width:40%;
}

table.search input submit {
	width:20%;
}

table.search{
	width:165px;
	border:2px solid #069;
	background-color:#069;
	padding-left:0em;
	padding-right:0px;
	margin-bottom:3px;
}

table.search th{
	background:#069;
	text-align:left;
	color:#FFF;
	padding: 0.2em;
	vertical-align:top;
	font-size:14px;	
}

table.search td{
	padding-right: 1.2em;
	padding-left: 0.4em;

}

#invisible {

	backgroud-color:#0ff;
	/* forces IE to have a min-width */
	width:1em;	
	position:relative;
	height:0px;
	_margin:-0.16em;
	font-size:1em;  /* scales incorrectly is not set */

}

#### error styles ###

#errors, #notices {

	display: block;	

	padding: 0.75em 2.5em;

}





#errors h3 
{

margin-top: 0.5em;

margin-right: 0.5em;

margin-bottom: 0.5em;

margin-left: 0.5em;

}


#notices h3{

	margin:0;

}



#errors h2{

}


#errorExplanation {

  width:30em;

  padding: 7px;

  padding-bottom: 12px;

  margin-bottom: 0.2em;

}



#errorExplanation h2 {

  padding: 5px 5px 5px 15px;

  margin: -7px;

}



#errorExplanation p {

  margin-bottom: 0;

  padding: 0px;

}



#errorExplanation ul li {

  list-style: square;

}

.fieldWithErrors {

	background-color:#FCC;

	border: 2px solid #C77;

}

#errors, #notices {

	font-size: 1.0em;

}



#errors{

	color: #000;

	border: 2px solid #C77;	

    background: #FCC;	 

}



#errors h3{

	color:#500;

}



#errors h2{	

	color:#333;

	font-size:1em;

}



#notices{

	background: url(/images/success-checkmark.png) no-repeat 0.4em 1.0em #EEF;	

	color: #11A;

	border-top: 2px solid #77C;

	border-bottom: 1px solid #AAC;

}



#notices h3{

	color:#22B;

}



#errors h2{	

	color:#333;

	font-size:1em;

}
#errorExplanation {

  border: 2px solid  #C77;

  padding-bottom: 12px;

  background-color: #fff;

}



#errorExplanation h2 {

  text-align: left;

  font-weight: bold;

  background-color: #c00;

  color: #fff;

}



#errorExplanation p {

  font-size: 12px;

  color: #333;

  padding: 0px;

}



#errorExplanation ul li {

  font-size: 12px;

  list-style: square;

}

### odd and even table results styles ##

tr.odd td, tr.even td{

    border-right:1px solid #ccc;

    border-top:1px solid #CCC;

}



tr.odd{

    background-color:#f4f4ff;	

}



tr.even{

    background-color:#fff;

	/*border-bottom:1px solid #CCC;*/

}

.required{

    font-family:monospace;

    font-size:1.2em;

    font-weight:bold;

     color:red;

}


/* Font Resize Snippet Styles */

table.fontsize p {
	color:#FFF
}


table.fontsize {
	border:2px solid #069;
	background-color:#FFF;
	padding-left:0px;	
	padding-right:0px;
	margin-bottom:3px;
        width:165px;
}
table.fontsize th{
	background:#069;
	text-align:left;
	color:#FFF;
	padding: 0.2em;
	padding-right: 0em;
	margin: 0em;
	vertical-align:top;
	font-size:12px;
	
}

table.fontsize td{
	background:#FFF;
	text-align:left;
	color:#069;
	padding-left: 4px;	
	padding-right: 2px;		
}

table.fontsize a{
	color: #069;
	text-decoration: none;
}
table.fontsize a:visited{
	color: #069;
	text-decoration: none;
}
table.fontsize a:hover{
	color: #069;
	text-decoration: underline;
}

table.fontsize a{
	color: #FFF;
	text-decoration: none;
}
table.fontsize a:visited{
	color: #FFF;
	text-decoration: none;
}
table.fontsize a:hover{
	color: #FFF;
	text-decoration: underline;
}

### HNY table ###

table.hny {

	padding-left:0px;
	padding-right:0px;
        text-align:left;
}

table.hny th{
        padding-left:0px;
	padding-right:0px;
	text-align:left;
}

table.hny td{

	padding-left:0px;
	padding-right:0px;
        align:left;

}


#adbox {
width: 230px;
border: 2;
border-color: #000000;
background-color: #FFF;
padding: 5px;
position: relative;
float: right;
}

#adbox2 {
width: 400px;
border: 2;
border-color: #000000;
background-color: #FFF;
padding: 5px;
position: relative;

}


