html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* This property is allowing IE to choose whatever row it wants to be the expansion row */
	/* height: 100%; */	
	background-color: #A9B1B4;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

/*---------------- General styles ----------------------- 6F767C*/
h1 { font-weight: normal; font-family: Lucida Sans Unicode, Verdana; font-size: 24px; color: #6F767C; margin: 0px; text-transform: uppercase;}
h2 { font-family: Lucida Sans Unicode, Verdana; font-size: 13px; color: red; margin: 0px; text-transform: uppercase;}
h3 { font-family: Verdana; font-size: 13px; color: red; margin: 0px;}
h4 { font-family: Verdana; font-size: 11px; color: red; margin: 0px;}

a:link { color: #9B8412; text-decoration: none; }
a:visited { color: #95A2AA; text-decoration: none; }
a:hover, a:active { color: #9B8412; text-decoration: underline; }

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { 
	color: #9B8412; text-decoration: underline; 
} 
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active { 
	color: #9B8412; text-decoration: none; 
} 

img { display: block; } /* necessary with strict doctype */

.anchor { position: relative; }

/*---------------- Header styles -----------------------*/
#headerCell { 
	border-left: 1px solid #0B0065; border-right: 1px solid #0B0065;	
}
#headerNavBlock {
	width: 100%; 
	height: 29px;
	background-image: url(../images/nav_bg.jpg);
	background-color: #FFFFFF;
	color: #3D3D3D;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
}
#headerNavBlock td { height: 29px; }
.headerNav, .headerNavOn { 
	vertical-align: middle;
	margin: 0px 10px;
	height: 30px;
}
.headerNav a:link, .headerNav a:visited {	
	color: #3D3D3D;
	text-decoration: none;
}
.headerNav a:hover, .headerNav a:active {
	color: #9B8412;
	text-decoration: none;
}
.headerNavOn { color: #9B8412;	text-decoration: none; }
.headerNavOn a:link, .headerNavOn a:visited, .headerNavOn a:hover, .headerNavOn a:active { color: #9B8412;	text-decoration: none; }
.headerNavDivider { height: 28px; width: 1px; background-color: #3D3D3D; }
#headerPageTitle {
	position: absolute; top: 25px; left: 47px;
}
#headerImageSet {
	position: absolute; top: 0px; left: 289px;
}
#headerImageSet img {
	display: inline;
	margin: 0px 5px;
}

#homeHeaderPageTitle {
	position: absolute; top: 107px; left: 47px;
}
#homeButtonSet {
	position: absolute; top: 0px; left: 0px;
}
#homeButtonSet img { float: left; }
#homeHandshakeMiddle { position: absolute; top: 131px; left: 296px; }
#homeHandshakeBottom { position: absolute; top: 197px; left: 493px; }
#homeImageBuffer { float: right; width: 482px; height: 50px; /*background-color: red;*/ }
#homeImageBuffer_2ndColumn  { width: 100%; height: 26px; /*background-color: orange;*/ }
#homeColumn2Text { background: url(../images/punctuation.gif) bottom right no-repeat;}
/*---------------- Content styles -----------------------*/
#skeletonTable { 
	width: 800px; height: 100%;	
}

#contentCellHome { 	
	height: 300px;	/* just attempting a 'min-height' sort of thing */
	border-left: 1px solid #0B0065; border-right: 1px solid #0B0065; 
	background-color: #DFE7EA;		
	padding: 18px 30px 15px 25px;
}
#contentCell { 	
	height: 300px;	/* just attempting a 'min-height' sort of thing */
	border-left: 1px solid #0B0065; border-right: 1px solid #0B0065; 
	background-color: #DFE7EA;		
	padding: 30px 30px 15px 50px;
}

#contactTable td { padding-bottom: 10px; }
#contactTable input, #contactTable select { font-size: 10px; }
#contactTable textarea { font-size: 12px; }
.contentPara { margin-top: 0px; margin-bottom: 25px; padding-top: 0px; }

.imageSidebar img { margin-bottom: 15px; }

#sidebarContainer {
	position: absolute;
	overflow: hidden;
	background-color: #000033;
	height: 450px;
	width: 200px;
	color: white;
}
#sidebarContentSmall {
	position: absolute;
	width: 200px;
	left: 0px;
	z-index: 2;
}
#sidebarContentLarge {
	position: absolute;
	width: 650px;
	left: 0px;
	z-index: 1;
	display: none;
}
/*---------------- Footer styles -----------------------*/
#footerCell { 
	height: 14px; 
	border: 1px solid #0B0065;
	background: #ABABAD url(../images/footer_bg_off.gif) bottom center repeat-x;
	margin-bottom: 10px;
	font-size: 10px;
	color: #FFFFFF;
}
.footerNav, .footerNavOn { 
	padding: 0px 10px;
}
a:link .footerNav, a:visited .footerNav {
	background: #ABABAD url(../images/footer_bg_off.gif) bottom center repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover .footerNav, a:active .footerNav, .footerNavOn {
	background: #AEA989 url(../images/footer_bg_on.gif) bottom center repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}

/*** 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: 60; }
#mediaSlipContainer { z-index: 61; }
.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: -2px;
	margin-top: -5px;
}
.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;
}
#mediaSlipContent {
	padding: 0px;
}
.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 ***/

#sidebarClose {
	margin-left: -465px;
	margin-top: -15px;
	display: none;
}