html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #7c8f7d;
	font-family: Arial;
	font-size: 14px;
	color: #6d6d6d;
}

img { display: block; } /* necessary with strict doctype to avoid a little extra space below imgs in Firefox */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	color: #232755;
}
h1 { font-size: 20px; } 
h2 { font-size: 16px; } 

a {
	color: #4C441D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: none;
}

.anchor {
	position: relative;
}

/*** forms ***/
.jtForm input {
	width: 280px;
	background-color: #898989;
	border: 1px solid #898989;
}

.jtForm select {
	width: 280px;
	border: 1px solid #C0D3D9;
}

.jtForm textarea {
	width: 280px;
	height: 120px;
	background-color: #898989;
	border: 1px solid #898989;
}

.error {
	color: red;
}
/*** end forms ***/

/** main table **/
.mainTable {
	width: 973px;
}
.mainLeft {
	width: 9px;
	background: url(../images/table/l.gif) top left repeat-y;
}
.mainLeft div {
	width: 9px;
	height: 26px;
	background: url(../images/table/bl.gif) top left no-repeat;
}
.mainMiddle {
	background-color: white;
}
.mainRight {
	width: 9px;
	background: url(../images/table/r.gif) top left repeat-y;
}
.mainRight div {
	width: 9px;
	height: 26px;
	background: url(../images/table/br.gif) top left no-repeat;
}

.mainFooter {
	background-color: #242755;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #898989;
	font-size: 11px;
}
.mainFooter a {
	color: white;
}

.mainMenu {
	width: 100%;
	height: 48px;
}
.mainMenu a {
	display: block;
	color: white;
	width: 156px;
	height: 35px;
	padding-top: 3px;
	text-align: center;
	font-size: 14px;
}
.mainMenu a:hover {
	text-decoration: none;
	background: url(../images/menu/swoosh.gif) bottom center no-repeat;
}
.mainMenu .swooshOn {
	font-weight: bold;
	background: url(../images/menu/swoosh.gif) bottom center no-repeat;
}
.mainMenu td {
	background: url(../images/menu/back.gif) top left repeat-x;
}

.lakeCopyright, .lakeCopyrightOn {
	position: absolute;
	z-index: 1;
	width: 955px;
	height: 265px;
	background: url(../images/pixel.gif);
}
.lakeCopyrightOn {
	background: url(../images/table/lake_copyright.gif) bottom right no-repeat;
}
/** end main table **/

/** frame **/
.frame {
	position: absolute;
}
.frameTL {
	width: 24px;
	height: 24px;
	background: url(../images/frame/tl.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/frame/tl.png',sizingMethod='crop');
}
.frameT {
	border-top: 5px solid #242755;
}
.frameTR {
	width: 24px;
	height: 24px;
	background: url(../images/frame/tr.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/frame/tr.png',sizingMethod='crop');
}
.frameL {
	border-left: 5px solid #242755;
}
.frameR {
	border-right: 5px solid #242755;
}
.frameBL {
	width: 24px;
	height: 24px;
	background: url(../images/frame/bl.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/frame/bl.png',sizingMethod='crop');
}
.frameB {
	border-bottom: 5px solid #242755;
}
.frameBR {
	width: 24px;
	height: 24px;
	background: url(../images/frame/br.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/frame/br.png',sizingMethod='crop');
}
/** end frame **/

/** lists **/
.listSwoosh {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	color: black;
	font-size: 11px;
	text-align: left;
}
.listSwoosh li {
	background: url(../images/bullet.gif) 0px 5px no-repeat;
	padding-bottom: 12px;
	padding-left: 40px;
}
/** end lists **/

/*** slips ***/
.modalShade { 
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/slip/modal_back.png) repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/modal_back.png',sizingMethod='scale');
	_background-repeat: none;
}
.modalShade iframe {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}
#detailModalShade { z-index: 40; }
#detailSlipContainer { z-index: 41; }
.slipTable { position: relative; }
.slipClose, .slipCloseHover {
	position: absolute;
	z-index: 10; /* just need some z-indexing to make sure it will ride above the slip's contents */
	width: 20px; height: 20px;
	cursor: pointer;
	margin-left: 4px;
	margin-top: 10px;
}
.slipClose {
	background: url(../images/slip/close.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipCloseHover {
	background: url(../images/slip/close_on.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipContainer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.slipScrollContainer {
	overflow: hidden;
	position: relative;
}
.slipScroll {
	position: relative;
}
/*** peekaboo bug fix for ie6 (float evilness in ie's lameness) ***/
.slipContent {
	position: absolute;
	_zoom: 1;
	padding: 8px;
}
.slipContainer .topScale {
	font-size: 7pt;
	color: white;
}
.slipContainer .topLeft {
	background: url(../images/slip/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .topRight {
	background: url(../images/slip/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tr.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomLeft {
	background: url(../images/slip/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/bl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomRight {
	background: url(../images/slip/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/br.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .top{
	background: url(../images/slip/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/t.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .bottom{
	background: url(../images/slip/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/b.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .left {
	background: url(../images/slip/l.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/l.png',sizingMethod='scale');
	width: 21px;
}
.slipContainer .middle {
	background: white;
}
.slipContainer .right {
	background: url(../images/slip/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/r.png',sizingMethod='scale');
	width: 21px;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}
/*** end slips ***/

/**************** J-Tech Footer *********************/
.jtechFooter {
	width: 900px; 
	padding-top: 5px;
	margin-left: auto; margin-right: auto;
	font-size: 11px;
	position: relative;
	padding-bottom: 5px;
	color: #242755;
}
.jtechFooter .jtechLinkWrapper {
	position: absolute; right: 0px; top: 5px;	/* top: should match .jtechFooter's padding-top */
}
.jtechFooter a:link, .jtechFooter a:visited {
	color: #41506f;
	text-decoration: none;
}
.jtechFooter a:hover, .jtechFooter a:active {
	color: #41506f;
	text-decoration: underline;
}
.jtechCommentsContainer {
	display: none;
	position: absolute; top: -90px; right: 0px; 
}
.jtechComments {	
	width: 300px; 
	background-color: white; 
	padding: 5px; 
	text-align: justify;
	color: #2c2104;
}
.jtechComments .closeButton {
	float: right; 
	position: relative; top: -8px; left: 6px;
}
.jtechCommentsContainer .topLeft {
	background: url(../images/jtech_footer/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .topRight {
	background: url(../images/jtech_footer/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tr.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomLeft {
	background: url(../images/jtech_footer/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/bl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomRight {
	background: url(../images/jtech_footer/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/br.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .top {
	background: url(../images/jtech_footer/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/t.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .bottom {
	background: url(../images/jtech_footer/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/b.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .left {
	background: url(../images/jtech_footer/l.png) top right repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/l.png',sizingMethod='scale');
	width: 17px;
}
.jtechCommentsContainer .right {
	background: url(../images/jtech_footer/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/r.png',sizingMethod='scale');
	width: 17px;
}
