/* Stylesheet designed by Richard Barnet, Q1 and Q2 of 2004 */
/* should conform to CSS 1.0 and CSS-P 2.0 specifications */

/*  color scheme:  */
/*  #2a628c = darker blue  */
/*  #aad3f2 = lighter blue  */
/*  #c0b400 = official olive color  */

html {
	background-color: #2a628c;  /*  R192, G180, B0  is the official "olive" color */
	margin: 0em 0em 0em 0em;
	padding: 0px 0px 0px 0px;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #2a628c;
	scrollbar-face-color: #c0b400;
	scrollbar-highlight-color: #c0b400;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #2a628c;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 76%;
}
	
div#main {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: relative; 
	width: 770px;
/*	height: 580px;  */
	height: auto;
	border: thin solid #000000;
/*	vertical-align: top;   */
/*	left: 50%;    left over from when site was in quirks mode */
	top: 15px;  /* was 20px  */
/*	max-width: 800px;   */
/*	margin: 0px 0px 0px -387px;     left over from when site was in quirks mode */
	margin: auto;  
/*	text-align: center;    */
	padding: 0px 0px 33px 0px;
	min-height: 485px;
}


div#logo, div#logo_sm {
/*	text-align: center;
	border: 1px solid #000000;
	background: #ff4500;
	font: normal normal bold 1em/1.5em Arial, Helvetica, sans-serif;
	color: #ffffff;
	word-wrap: break-word; */
	background-color: transparent;
}

div#logo {
	position: absolute;
	top: 10px;
	right: 163px;
	border: 1px solid #000000;
}

div#logo_sm {
	position: absolute;
	top: 10px;
	right: 11px;
}

div#desc {
/*	border: 1px solid #000000;
	background-color: #000000;
	padding: 0px 0px 0px 0px;  
	color: #ffffff;   */
	font-weight: bold;
	border: 0px solid #330100;
	background-color: transparent;
	position: absolute;
	top: 227px;
	right: 163px;
	padding: 0px 0px 0px 0px;  
	width: 276px;
	height: auto;
	overflow: auto;
	clip: auto;
	margin: auto;  
	text-align: center;
}

div#photo1, div#photo2 {
/*	text-align: left;
	border: 1px solid #ffd700;
	background-color: #ffd700;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	height: auto; */
	border: 1px solid #000000;
	background-color: transparent;
}

div#photo1 {
	position: absolute;
	top: 323px;
	right: 163px;
}

div#photo2 {
	position: absolute;
	top: 547px;   /*  was 436px, then 470px  */
	right: 10px;
/*	display: none;  */
}

div#alert_title {
	position: relative;
	top: 10px;
	left: 10px;
	width: 299px;  /* was 302px */
	height: 1.35em;   /* was 10px  */
	border: thin;
	border-color: #000000;
	padding: 2px 0px 0px 8px;
	background-color: #c0b400;
	color: #000000;  /* was FFFFFF  */
	font: normal normal bold 1.6em sans-serif;
}

div#alerts {
/*	background-color: #ffffff;
	padding: 10px 0px 2px 0px;
	margin: auto auto 20px auto;
	text-align: center;
	display: inherit;
	color: #000000;
	font-weight: normal; */
	border: 1px solid #000000;
	background-color: transparent;
	position: relative;
	top: 22px;
	left: 10px;
	width: 285px;  /* was 285px */
	height: 437px;   /*  was 450px  */
/*	height: auto;  */
	min-height: 437px;  /* was 450px  */
/*	height:expression(this.scrollHeight < 450? "450px" : "450px" );    */
	z-index: 23;
	overflow: auto;
	clip: auto;
	padding: 10px;
}

div#alert_title2 {
	position: relative;
	top: 10px;
	left: 10px;
	width: 584px;  /* was 502, then 587 */
	height: 1.35em;  /* was 10px  */
	border: thin;
	border-color: #000000;
	padding: 2px 0px 0px 8px;  /* was 0 0 0 5  */
	background-color: #c0b400;
	color: #000000;  /* was FFFFFF  */
	font: normal normal bold 1.6em sans-serif;
}

div#alerts2 {
/*	background-color: #ffffff;
	padding: 10px 0px 2px 0px;
	margin: auto auto 20px auto;
	text-align: center;
	display: inherit;
	color: #000000;
	font-weight: normal; */
	border: 1px solid #000000;
	background-color: transparent;
	position: relative;
	top: 22px;   /*  was 22px  */
	left: 10px;
	width: 570px;  /* was 573 */
/*	height: 475px;   */
/*	height: auto;  */
	min-height: 577px;   /*   was 479px, then 510px   */
	height:expression(this.scrollHeight < 577? "577px" : "auto" ); 
	z-index: 23;
	overflow: visible;
	clip: auto;
	padding: 10px;
}

div#footer {
/*	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	height: 100%; */
	border: 1px solid #aad3f2;
	color: #ffffff;
	background-color: transparent;
	position: relative;
/*	top: 50px;   */
/*	left: 50%;  */
	width: 500px;
	height: auto;
	z-index: 10000;
/*	margin-left: -250px;   */
	margin: auto;
	margin-bottom: 50px;
	margin-top: 50px;
	background-color: transparent;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-top: 3px;
	clip: auto;
	overflow: auto;
}

img.stock {
	border: none;
/*	padding: 15px 0px 25px 0px; */
}

img.link {
	border: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
	display: block;
}

img.button {
	border: none;
	margin: 0px 0px 3px 0px;
	text-align: center;
	padding: 0px;
	display: block;
}

p.center {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px;
}

div#nav, div#nav2 {
	border: 1px solid #000000;
	background-color: transparent;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	z-index: 200;
	width: 130px;
	height: auto;
	position: absolute;
	right: 10px;
}

div#nav {
	top: 10px;
}

div#nav2 {
	top: 113px;
}

div#extras {
	text-align: center;
	border: 1px solid #000000;
	background-color: transparent;
	position: absolute;
	top: 443px;   /*  was 355px, then 370  */
	right: 10px;
	width: 140px;
	height: auto;
	padding: 3px 0px 0px 0px;
/*	display: none;   */
}

h1 {
	font: italic normal bolder 1.5em/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: .8em;
	background-color: transparent;
}

h2 {
	padding: 0px 10px 0px 5px;
	font-weight: bold;
	display: inline;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	line-height: 1em;
	background-color: transparent;
}

h3 {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	display: block;
	margin: 10px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1em;
	color: #2a628c;
	background-color: transparent;
}

a {
	color: #ff0000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	background-color: transparent;
}

a:active, a:hover, a:visited {
	color: #800080;
	background-color: transparent;
}

ul li {
/*	list-style: disc inside url(../images/arrow_right.gif);  */
/*	line-height: 1.5em;
	background-color: transparent;  */
}

ol li {
/*	list-style: decimal inside none;
	line-height: 1.5em;
	background-color: transparent;  */
}

ul, div.blogpost ul, ol, div.blogpost ol {
/*	padding: 0em 0em 0em 0em;
	margin-left: .5em; 
	text-indent: .5em;
	background-color: transparent;  */
}

input, select, p, .blogpost, pre {
	background-color: transparent;
}

.byline {
	background-color: transparent;
	font-size: smaller;
	margin-bottom: 10px;
}

div#nav ul, div#nav2 ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	border-bottom: 0px solid #ffd700;   */
}

div#nav li, div#nav2 li {
	border-bottom: 0px solid #ffd700;
	border-top: 0px solid #ffd700;
	border-left: 0px solid #ffd700;
	border-right: 0px solid #ffd700;
	background: #FFFFFF;
	font: normal normal bold 1em/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 0px;
	text-align: left;
	list-style: none outside none;
}

div#nav li a, div#nav2 li a {
	color: #000000;
	font: normal normal bold 1em/1.25em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: transparent;
	padding-left: 0px;
	display: inline;
}

div#footer a, div#footer a:active, div#footer a:hover, div#footer a:visited {
	color: #c0b400;
}

div#nav li a span, div#nav2 li a span {
	display: none;
}

div#nav li a:hover span, div#nav2 li a:hover span {
	display: block;  /* was inline */
	position: absolute;
	top: 363px;  /*  was 256px, then 287px  */
	left: 0;
	width: 130px;
	padding: 5px;
	margin: 0px;
	z-index: 100;
	color: #000000;
	background: #aad3f2;
	font: 11px Verdana, sans-serif; 
	text-align: center;
	min-height: 52px;
	height:expression(this.scrollHeight < 52? "52px" : "auto" );
	vertical-align: middle;
}

div#nav li a:visited, div#nav2 li a:visited {
	color: #000000;
}

div#nav li a:hover, div#nav li a:active, div#nav2 li a:hover, div#nav2 li a:active {
	color: #c0b400;
	padding-left: 5px;
	text-decoration: none;
/*	background: #ffffff repeat-x -5px;   */
	display: inline;  /* breaks if changed to block */
}

.name {
	text-decoration: none;
	color: #000000;
}

div#alerts2 h1 {
	display: none;
}