/*************************** General Style ***************************/
form {
   margin: 0px 0px 0px 0px;
}

.message {
   color: gray;
   font-weight: bold;
   text-align: center;
   padding-top: 3pt;
   padding-bottom: 3pt;
   font-size: 12pt;
   width: 100%;
}

div.menu_bar {
   width: 95%;
   color: black;
   background-color: white;
   border: 1px solid #6e94b7;
   text-align: right;
   padding: 2pt 5pt 2pt 5pt;
   font-size: 10pt;
}

tr.list_color1 {
   color: black;
   background-color: white;
}

tr.list_color1  td {
   padding: 2px 5px 2px 3px;
}

tr.list_color2 {
   color: black;
   background-color: #eeeeee;
}

tr.list_color2  td {
   padding: 2px 5px 2px 3px;
}

div.hr {
   height: 0px;
   font-size: 1px;
   margin: 2px 0pt 2px 0pt;
   border-bottom: 1px solid #6e94b7;
}

table.box, div.box {
   width: 100%;
   color: black;
   text-align: left;
   font-size: 10pt;
}

tr.box_top  td {
   color: white;
   background-color: #6e94b7;
   font-weight: bold;
   padding: 2px 5px 2px 3px;
}

tr.box_top  td  a:link, tr.box_top  td  a:visited, tr.box_top  td  a:active {
   color: white;
   text-decoration: underline;
   font-weight: normal;
}

tr.box_top  td  a:hover {
   color: #dddddd;
}

tr.box_top2  td {
   color: black;
   background-color: #afc6db;
   font-weight: bold;
   padding: 2px 5px 2px 3px;
}

tr.box_top2  td  a:link, tr.box_top2  td  a:visited, tr.box_top2  td  a:active {
   color: black;
   text-decoration: underline;
}

tr.box_contents  td {
   padding: 2pt 3pt 2pt 3pt;
}

tr.hr  td {
   padding: 0pt 0pt 4pt 0pt;
}

table.form {
   text-align: left;
   font-weight: bold;
}

table.form  blockquote {
   font-weight: normal;
   margin: 2pt 0pt 2pt 15pt;
}

table.form  .note {
   font-weight: normal;
}

table.form  select  {
   margin-top: 2px;
}

table.form  .sect_head {
   font-size: 12pt;
   font-weight: bold;
   font-style: italic;
}

table.form  .readonly {
   background: #DDDDDD;
}

div.box_notes {
   font-size: 8pt;
   text-align: right;
   padding-top: 2pt;
}

div.page_select {
   font-size: 10pt;
   text-align: center;
}


/*********************************************************************/
#staff_list  .row {
	padding-top: 5pt;
	padding-bottom: 5pt;
	font-size: 12pt;
}
#staff_list  .thumb {
	border: 1px solid black;
}
#staff_list  .name {
	font-weight: bold;
}
#staff_list  .title {

}
#staff_list  .phone {
	font-style: italic;
}
#staff_list  .email {

}

#staff_view  {
   font-size: 10pt;
}
#staff_view  .name {
	font-weight: bold;
	text-align: center;
}
#staff_view  .title {
	text-align: center;
}
#staff_view  .image {
	border: 1px solid black;
}
#staff_view  .bio {
	padding: 10pt 5pt 10pt 5pt;
	text-align: left;
}

/*********************************************************************/