html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #8C5000;
	font: 1em/1.8em "Adobe Jensen", georgia, "Times New Roman", Times, serif;
	color: #061844;
}

img { display: block; } /* necessary with strict doctype to avoid a little extra space below imgs in Firefox */

h1 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #8c5000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #8c5000;
}

h3 {
	margin: 0px;
	padding: 10px 0px;
	text-transform: uppercase;
	color: #8c5000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #8c5000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #061844;
	text-decoration: none;
}
a:hover {
	color: #061844;
	text-decoration: underline;
}

.anchor {
	position: relative;
}

p, ul {
	margin: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
}

/*** forms ***/
.jtForm input {
	width: 100%;
	border: 1px solid #C0D3D9;
}

.jtForm select {
	width: 100%;
	border: 1px solid #C0D3D9;
}

.jtForm textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #C0D3D9;
}

.error {
	color: red;
}
/*** end forms ***/

/** main **/
.header {
	padding-bottom: 10px;
}
.overall {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	color: #cbb791;
	text-align: center;
	font-size: 11px;
}
.copyright a:link, .copyright a:visited {
	color: #cbb791;
}
/** end main **/

/** menu **/
.menu {
	height: 30px;
	padding-bottom: 10px;
	background: url(../images/menu/back.jpg) top left no-repeat;
}

.menu a {
	display: block;
	text-align: center;
	text-decoration: none;
	height: 30px;
	color: #061844;
	font-size: 11px;
	font-weight: bold;
}

.menu a:hover {
	color: #cbb791;
}
/** end menu **/

/** content **/
.contentTop {
	height: 33px;
	background: url(../images/content/top_back.jpg) top left no-repeat;
}
.contentMiddle {
	background: #cbb791 url(../images/content/logo.gif) top left no-repeat;
	padding-left: 180px;
	padding-right: 15px;
}
.contentBottom {
	height: 33px;
	background: url(../images/content/bottom_back.jpg) top left no-repeat;
	padding-bottom: 10px;
}
/** end content **/

/** events **/
.eventHeader {
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
}
.eventBody {
	width: 100%;
	padding-bottom: 5px;
	font-size: 12px;
}
.eventBody a {
	text-decoration: underline;
}
/** end events **/

/** members **/
.memberHeader {
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}
.memberBody {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}
.memberBody a {
	text-decoration: underline;
}
/** end members **/

/*** gallery ***/
.galleryContainer {
	position: relative;
	width: 723px;
	height: 300px;
	z-index: 20;
	overflow: hidden;
}
.galleryItem {
	position: absolute;
	width: 0px;
	height: 0px;
	display: none;
}
.galleryItem a:link img, .galleryItem a:visited img {
	border: 2px solid #988d78;
}
.galleryItem a:hover img {
	border: 2px solid #84672f;
}
.galleryItemText {
	position: absolute;
	width: 100%;
	padding-top: 10px;
	opacity: 0;
	filter:alpha(opacity=0);
	text-align: center;
}
/*** end gallery ***/

/*** slips ***/
.loadStatus {
	position: fixed;
	_position: absolute;
	display: none;
	z-index: 100;
	width: 58px;
	height: 58px;
	padding-left: 25px;
	padding-top: 25px;
	background: url(../images/status/back.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/status/back.png',sizingMethod='crop');
}

.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; }
#mediaModalShade { z-index: 50; }
#mediaSlipContainer { z-index: 51; }
.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: 30px; height: 30px;
	cursor: pointer;
	margin-left: -5px;
	margin-top: -2px;
}
.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;
	dpadding: 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;
}
.jtechFooter .jtechLinkWrapper {
	position: absolute; right: 0px; top: 5px;	/* top: should match .jtechFooter's padding-top */
}
.jtechFooter a:link, .jtechFooter a:visited {
	color: #b5a473;
	text-decoration: none;
}
.jtechFooter a:hover, .jtechFooter a:active {
	color: #b5a473;
	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;
}
