/* 	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

*/


/* Redefine HTML tags 
--------------------------------------------------------------------------- */

/* Body
------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f2f6fb url('../Images/BackgroundPage.jpg') repeat-x 0 0;
	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;

}

/* Message
------------------------- */

.message {
	margin: 10px;
	color:#111151;
	font-size:12px;
}

/* 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: #f1f6fb url('../Images/BackgroundContainer.jpg') repeat-x 0 0;*/
	background: #f1f6fb;
	color: #111151;
	border-right: 1px solid #7187a8;
	border-bottom: 1px solid #7187a8;
	border-left: 1px solid #7187a8;
}

/* 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 {
	display: 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;
}

/* Main Navigation
--------------------------------------------------------------------------- */

.HomeNav {
	font-family: "Times New Roman", Times, serif;
	height: 30px;
	background: #c8d4e4;
	padding: 0 0 0 50px;
	margin: 0;
}

.HomeNav ul {
	margin: 0 0 0 -40px;
	*margin: 0;
	list-style: none;
}

.HomeNav ul li {
	float: left; /* You need this - Effects Horizontal Alignment */

}

.HomeNav ul li a:link,
.HomeNav ul li a:visited {
	display: block;
	width: auto;
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0 65px 0 0;
}

.HomeNav ul li a:hover {
	display: block;
	width: auto;
	color: #111151;
	text-decoration: none;
}

.HomeNav ul li a.Last:link,
.HomeNav ul li a.Last:visited {
	margin: 0;
}

.HomeNav ul li a.Last:hover {
	margin: 0;
}


/* Page Navigation
--------------------------------------------------------------------------- */

.HomeLink {
	display: block;
	position: absolute;
	width: 330px;
	height: 40px;
	margin: 27px 0 0 100px;
}

.PageNav {
	font-family: "Times New Roman", Times, serif;
	height: 30px;
	background: #c8d4e4 url('../Images/BackgroundTemplateHeader.jpg') no-repeat 0 0;
	padding: 70px 0 0 110px;
	margin: 0;
}

.PageNav ul {
	margin: 0 0 0 -40px;
	*margin: 0;
	list-style: none;
}

.PageNav ul li {
	float: left; /* You need this - Effects Horizontal Alignment */

}

.PageNav ul li a:link,
.PageNav ul li a:visited {
	display: block;
	width: auto;
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0 38px 0 0;
}

.PageNav ul li a:hover {
	display: block;
	width: auto;
	color: #111151;
	text-decoration: none;
}

.PageNav ul li a.Last:link,
.PageNav ul li a.Last:visited {
	margin: 0;
}

.PageNav ul li a.Last:hover {
	margin: 0;
}

.PageSubNav {
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 25px -40px;
	*margin: 0 0 25px 0;
	list-style: none;
}

.PageSubNav li {
	font-size: 16px;
	font-weight: bold;
}

.PageSubNav li a:link,
.PageSubNav li a:visited {
	display: block;
	width: auto;
	color: #111151;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.PageSubNav li a:hover {
	display: block;
	width: auto;
	color: #990000;
	text-decoration: none;
}

.PageSubNav ul {
	margin: 5px 0 0 -20px;
	*margin: 5px 0 0 20px;
	list-style: disc;
}

.PageSubNav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.PageSubNav ul li a:link,
.PageSubNav ul li a:visited {
	display: block;
	width: auto;
	color: #111151;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.PageSubNav ul li a:hover {
	display: block;
	width: auto;
	color: #990000;
	text-decoration: none;
}

/* Two Columns
--------------------------------------------------------------------------- */

.TwoCols {
	margin: 0 auto 15px auto; /* Will center the area and add bottom margin */
	width: 798px; /* Width of the area. */
}

.TwoColsLeft {
	float: left; /* Pushes area to the left of the area. */
	width: 203px; /* Width of area minus padding. If this is to be 280px wide, 20px must be subtracted for padding as defined in this class. */
	padding: 15px; /* Note the padding effects the width. */
}

.TwoColsRight {
	float: right; /* Pushes area to the right of the area. */
	width: 540px; /* Width of area minus padding. */
	padding: 15px 15px 15px 0; /* Note the padding effects the width. */
}

/* Home Callout
--------------------------------------------------------------------------- */

.HomeCallout {
	margin: 0 auto;
	width: 173px;
	padding: 15px;
	background: url('../Images/BackgroundCallout.jpg') no-repeat 0 0;
	color: #111151;
	min-height: 203px;
}

.HomeCallout h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 15px 0;
	text-decoration: none;
}

/* 
--------------------------------------------------------------------------- */

.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: 500px;
	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 {
	float: right;
	width: 253px;
	font-size: 10px;
	text-align: right;
	padding: 0 15px 15px 0;
}

.FooterRight a:link,
.FooterRight a:visited {
	color: #000000;
	text-decoration: none;
}

.FooterRight a:hover {
	color: #000000;
	text-decoration: none;
}

/* Hover Popup (used on store to show enlarged images)
--------------------------------------------------------------------------- */

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 th a:link {
	text-decoration: underline;
}

table.sortable td {
	background: #eaf1f8;
	padding: 2px 0 2px 5px;
}
   