html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #003300;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #bdbdbd;
}

img { display: block; } /* necessary with strict doctype to avoid a little extra space below imgs in Firefox */

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	border-bottom: 2px solid #bdbdbd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #bdbdbd;
	text-decoration: underline;
}
a:visited {
	dcolor: #993300;
}
a:hover {
	text-decoration: none;
}

.anchor {
	position: relative;
}

#pageLoad {
}

/* main */
.overallDiv {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.logoLeft {
	background-color: #bdbdbd;
	padding-left: 65px;
	width: 56px;
}
.logoMid {
	background-color: #bdbdbd;
	color: #003300;
	font-size: 28px;
	font-weight: bold;
}
.logoRight {
	background-color: #bdbdbd;
	padding-right: 65px;
	width: 56px;
}

.menu {
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
}
.menu a:visited {
	color: #bdbdbd;
}
.menu a:hover {
	text-decoration: underline;
}

.contentContainer {
	padding: 10px;
}

.footer {
	padding-top: 20px;
	padding-left: 27px;
	padding-bottom: 5px;
	font-size: 12px;
}
/* end main */

/* services */
.serviceItem {
	text-align: center;
}
.tBar {
	*height: 0px;
	*overflow: hidden;
	padding-top: 10px;
	width: 45px;
	border-bottom: 2px solid #bdbdbd;
}
.mBar {
	border-top: 1px solid #bdbdbd;
}
.bBar {
	*height: 0px;
	*overflow: hidden;
	padding-bottom: 10px;
	width: 45px;
	border-top: 1px solid #bdbdbd;
}
/* end services */

/*** forms ***/
.jtForm input {
	width: 100%;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #9d967f;
	border-left: 1px solid #9d967f;
	border-bottom: 1px solid #efebdb;
	border-right: 1px solid #e6dfc6;
	background-color: #ded5b4;
}
.jtForm select {
	width: 100%;
	border: 1px solid #C0D3D9;
}
.jtForm textarea {
	width: 100%;
	height: 120px;
	border-top: 1px solid #9d967f;
	border-left: 1px solid #9d967f;
	border-bottom: 1px solid #efebdb;
	border-right: 1px solid #e6dfc6;
	background-color: #ded5b4;
}

.jtForm2 input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-family: Verdana;
	border-top: 1px solid #9d967f;
	border-left: 1px solid #9d967f;
	border-bottom: 1px solid #efebdb;
	border-right: 1px solid #e6dfc6;
	background-color: white;
}
.jtForm2 select {
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-family: Verdana;
	border: 1px solid #C0D3D9;
}
.jtForm2 textarea {
	width: 100%;
	height: 120px;
	font-size: 12px;
	font-family: Verdana;
	border-top: 1px solid #9d967f;
	border-left: 1px solid #9d967f;
	border-bottom: 1px solid #efebdb;
	border-right: 1px solid #e6dfc6;
	background-color: white;
}

.monthYearDisplay {
	dcolor: #35435c;
}
.daysHeaderDisplay {
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

.dateCell, .dateCellHover {
	cursor: pointer;
	font-size: 11px;
	padding: 3px;
}
.dateCellHover {
	color: white;
	background-color: #7d3f16;
}

.prettyCheckbox {
	float: left;
	width: 16px;
	height: 19px;
	margin-right: 3px;
	background: url(../images/buttons/check.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/check.png',sizingMethod='crop');
}
.SelprettyCheckbox {
	float: left;
	width: 16px;
	height: 19px;
	margin-right: 3px;
	background: url(../images/buttons/check_on.png) left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/check_on.png',sizingMethod='crop');
}

.error {
	color: red;
}
/*** end forms ***/

/*** 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; }
#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: -6px;
}
.slipClose {
	background: url(../images/slip/close.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close.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;
}
.slipContainer .topScale {
	position: absolute;
	margin-top: -10px;
	*margin-top: 0px;
	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: 17px;
	height: 17px;
}
.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: 17px;
	height: 17px;
}
.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: 17px;
	height: 17px;
}
.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: 17px;
	height: 17px;
}
.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: 17px;
}
.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: 17px;
}
.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: 17px;
}
.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: 17px;
}

.slipScroller {
	overflow: hidden;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}
/*** end slips ***/

/* load status */
.loadStatus {
	position: fixed;
	_position: absolute;
	display: none;
	z-index: 100;
	width: 156px;
	height: 33px;
	padding-left: 26px;
	padding-top: 18px;
	padding-bottom: 17px;
	background: url(../images/status/back.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/status/back.png',sizingMethod='crop');
}
/* end load status */
