/* 	CSS created by Kenn Lucas, creative director, Byte Technology
			
		Copyright 2008 Byte Technology  
		
		http://www.byte-technology.com
		
		Byte Technology
		20 Ragsdale Drive, Suite 220
		Monterey, CA  93940
		
		Phone:	831.656.9178
		Fax:		831.855.0291

		Modified 08/19/08
		Created 07/07/08

*/


/* Redefine HTML tags 
--------------------------------------------------------------------------- */

/* Body
------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
}

p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

/* Links
------------------------- */

a:link,
a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

/* Tables
------------------------- */

table {
	margin: 0 0 15px 0;
}

td {
	vertical-align: top;
}

td p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

th {
	text-align: left;
}

/* Lists
------------------------- */

ul,
ol {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 20px; /* for IE7 */
}

ul li,
ol li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

/* Horizontal Rule
------------------------- */

.HorizontalRule {
	height: 1px;
	width: 100%;
	background: #cc0000;

}

/* Image
------------------------- */

img {
	border: none;
	padding: 0;
	margin: 0;
}

/* Image Floats
------------------------- */

.PushLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.PushRight {
	float: right;
	margin: 0 0 10px 10px;
}

/* Special
------------------------- */

.Clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

/* Container
--------------------------------------------------------------------------- */

#Container {	margin: 0 auto;
	width: 798px;
	background: #ffffff;
	color: #000000;
}

/* Headers
--------------------------------------------------------------------------- */

h1,
h1 a:link,
h1 a:visited  {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #111151;
	margin: 5px 0 15px 0;
	*margin: 20px 0 15px 0;
	text-decoration: none;
}

h1 a:hover  {
	color: #111151;
	text-decoration: none;
}

h1.HomePageHeader,
h1 a.HomePageHeader:link,
h1 a.HomePageHeader:visited  {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #111151;
	margin: 15px 0 15px 0;
	*margin: 30px 0 15px 0;
	text-decoration: none;
}

h1 a.HomePageHeader:hover  {
	color: #111151;
	text-decoration: none;
}

h2,
h2 a:link,
h2 a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #111151;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h2 a:hover  {
	font-size: 16px;
	font-weight: bold;
	color: #111151;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h3,
h3 a:link,
h3 a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h3 a:hover  {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h4,
h4 a:link,
h4 a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h4 a:hover  {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h5,
h5 a:link,
h5 a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h5 a:hover  {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h6,
h6 a:link,
h6 a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h6 a:hover  {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}

.LCD_PrintHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #111151;
	margin: 5px 0 15px 0;
	*margin: 20px 0 15px 0;
	text-decoration: none;
}

/* Hide Content
--------------------------------------------------------------------------- */

.HideMe { /* Paste the "display: none;" in classes that are to be hidden. Used in conjunction with the print style sheet. */
	display: none;
}

/* Header
--------------------------------------------------------------------------- */

.Header {
	margin: 0 auto;
	padding: 0;
	width: 900px;
/*	height: 60px;*/
	font-size: 10px;
}

.HeaderLeft {
	width: 500px;
}

.HeaderLeft a:link,
.HeaderLeft a:visited {
	color: #000000;
	text-decoration: none;
}

.HeaderLeft a:hover {
	color: #000000;
	text-decoration: none;
}

.HeaderRight {
	float: right;
	width: 600px;
	text-align: right;
}

.HeaderRight a:link,
.HeaderRight a:visited {
	color: #000000;
	text-decoration: none;
}

.HeaderRight a:hover {
	color: #000000;
	text-decoration: none;
}

.HomeFlash {
	display: none;
}

/* Main Navigation
--------------------------------------------------------------------------- */

.HomeNav {
	display: none;
/*
	font-family: "Times New Roman", Times, serif;
	height: 30px;
	background: #c8d4e4;
	padding: 0 0 0 50px;
	margin: 0;*/
}

.HomeNav ul {
	display: none;
}

.HomeNav ul li {
	display: none;

}

.HomeNav ul li a:link,
.HomeNav ul li a:visited {
	display: none;
}

.HomeNav ul li a:hover {
	display: none;
}

.HomeNav ul li a.Last:link,
.HomeNav ul li a.Last:visited {
	display: none;
}

.HomeNav ul li a.Last:hover {
	display: none;
}

/* Page Navigation
--------------------------------------------------------------------------- */

.HomeLink {
	display: none;
}

.PageNav {
	display: none;
}

.PageNav ul {
	display: none;
}

.PageNav ul li {
	display: none;

}

.PageNav ul li a:link,
.PageNav ul li a:visited {
	display: none;
}

.PageNav ul li a:hover {
	display: none;
}

.PageNav ul li a.Last:link,
.PageNav ul li a.Last:visited {
	display: none;
}

.PageNav ul li a.Last:hover {
	display: none;
}

.PageSubNav {
	display: none;
}

.PageSubNav li {
	display: none;
}

.PageSubNav li a:link,
.PageSubNav li a:visited {
	display: none;
}

.PageSubNav li a:hover {
	display: none;
}

.PageSubNav li a.hot:link,
.PageSubNav li a.hot:visited {
	display: none;
}

.PageSubNav li a.hot:hover {
	display: none;
}

.PageSubNav ul {
	display: none;
}

.PageSubNav ul li {
	display: none;
}

.PageSubNav ul li a:link,
.PageSubNav ul li a:visited {
	display: none;
}

.PageSubNav ul li a:hover {
	display: none;
}

.PageSubNav ul li a.hot:link,
.PageSubNav ul li a.hot:visited {
	display: none;
}

.PageSubNav ul li a.hot:hover {
	display: none;
}

/* Two Columns
--------------------------------------------------------------------------- */

.TwoCols {
	margin: 0 auto 15px auto; /* Will center the area and add bottom margin */
	width: 798px; /* Width of the area. */
}

.TwoColsLeft {
	display: none;
}

.TwoColsRight {
	float: left;
	width: 100%; /* Width of area minus padding. */
	padding: 15px 15px 15px 0; /* Note the padding effects the width. */
}

/* 
--------------------------------------------------------------------------- */

.BioTable td {
	padding: 10px 0 0 0;
}

/* Footer
--------------------------------------------------------------------------- */

.Footer {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 798px;
	font-size: 10px;
}

.FooterLeft {
	float: left;
	width: 550px;
	font-size: 10px;
	padding: 0 0 15px 15px;
}

.FooterLeft a:link,
.FooterLeft a:visited {
	color: #000000;
	text-decoration: none;
}

.FooterLeft a:hover {
	color: #000000;
	text-decoration: none;
}

.FooterRight {
	display: none;
}

.FooterRight a:link,
.FooterRight a:visited {
	display: none;
}

.FooterRight a:hover {
	display: none;
}



/* Photo Gallery
--------------------------------------------------------------------------- */

/*
#staff-list {
	background: #ccff00; MIN-HEIGHT: 1%; margin: 0; PADDING-TOP: 0 ; POSITION: relative; WIDTH: 500px;
}
*/

.GalleryBox {
	height: 850px;
}

#staff {
	PADDING: 0 0 8px 0;
	MARGIN: 0;
	LIST-STYLE-TYPE: none;
	height: 150px;
	overflow: auto;
}

#staff li {
	FLOAT: left;
	MARGIN: 0 8px 0 0
}

#staff li img {
	PADDING-BOTTOM: 5px
}

.bio {
	DISPLAY: none;
	POSITION: absolute;
	top: 375px;
	LEFT: 50%;
	margin: 0 0 0 -157px;
}
.selected {
	DISPLAY: block;
	POSITION: absolute;
	top: 375px;
	LEFT: 50%;
	margin: 0 0 0 -157px;
}

/* Hover Popup
--------------------------------------------------------------------------- */

a.HoverPopup {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    text-decoration: none;
}

a.HoverPopup:hover {
	z-index: 2000;
	background: #000000
}

a.HoverPopup span {	display: none;
}

a.HoverPopup:hover span {
    display: block;
    position: absolute;
    top: -89px;
    *top: 0;
    left: 3px;
}

a.HoverPopupFlip353 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    text-decoration: none;
}

a.HoverPopupFlip353:hover {
	z-index: 2000;
	background: #000000
}

a.HoverPopupFlip353 span {	display: none;
}

a.HoverPopupFlip353:hover span {
    display: block;
    position: absolute;
    top: -89px;
    *top: 0;
    left: -353px;
}

/* Sortable Table
--------------------------------------------------------------------------- */

table.sortable thead {
}

table.sortable th {
	background: #c8d8e7;
	padding: 5px 0 5px 5px;
	font-weight: bold;
}

table.sortable td {
	background: #eaf1f8;
	padding: 2px 0 2px 5px;
}

.HomeCallout {
	display: none;
}
   