/* CSS Document */


/*HTML elements*/
body {
	  background: #EBE9D8 url(images/jmBG.jpg) repeat top left;
	  margin: 0px;
	  font: 8pt/16pt Verdana, Helvetica, sans-serif;
	  color: #333;}

p { 
	padding-left: 42px; padding-right: 0px; }

p.mock {
	padding-left: 42px; margin-top: 5px;}
	
#svcs {margin-left: 50px;}

a {text-decoration:none; color: #290917;}
a:hover {color: #b30033;}

a.reg {
	color: #290917;
	text-decoration: none;}

a.reg:hover {
	color: #b30033;}

img.thumbs {
	border: 1px #290917 solid;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 3px;}


/* centers page */
#contentMain {
	top: 45px;
	left: 50%;
	margin-left: -455px;
	width: 910px;
	height: 811px;
	position: absolute;
	border: 1px #6F5761 solid;}



/* holder for NAV */
#topBanner {
	width: 910px;
	height: 60px;
	background: #E4A1A1 url(images/topBG.jpg) repeat-x top left;}

/* NAVIGATION */
.solidblockmenu{
	position: absolute; top: 0px; left: 0px;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 10px Helvetica, Arial;
	width: 100%;
	height: 60px;
	background: transparent;
	text-transform: uppercase;}

.solidblockmenu li{
	display: inline;}

.solidblockmenu li a{
	float: left;
	color: #290917;
	padding: 21px 22px;
	text-decoration: none;}

.solidblockmenu li a:visited{
	color: #290917;}

.solidblockmenu li a:hover{
	color: white;
	background: #E4A1A1 url(images/topBG_over.jpg) repeat-x top left;}

/* NAVIGATION - possible hilite for current page */
a.currentPage {
	background: #E4A1A1 url(images/topBG_over.jpg) repeat-x top left;}

/* nav bar CONTACT INFO */
#contactInfo {
	position: absolute;
	top: 21px;
	left: 610px;
	text-transform: uppercase;
	font-weight: bold;
	font: bold 11px Helvetica, Arial;
	color: #290917;}
	
a.contact {
	text-transform: uppercase;
	font-weight: bold;
	color: #290917;
	text-decoration: none;
	font: bold 10px Helvetica, Arial;}
	
a.contact:hover {
	color: #b30033;}
	
	
/* clickable area for LOGO */
#hotspot1 a { position: absolute; width: 367px; height: 75px; left: 430px; top: 54px; text-decoration: none;}
#hotspot1 a i { visibility: hidden; }
	
/* holder for IC AREA */	
#siteInfo {
	background: #FFF url(images/contentBG.png) no-repeat top left;
	width: 910px;
	height: 750px;
	overflow: auto;
	position: absolute;
	top: 60px;
	border-top: 1px #ED9898 solid;}

/* IC AREA */
div#wn	{ 
	position:relative; 
	left:315px; top:150px;
	width:535px; height:470px; 
	clip:rect(0px, 535px, 470px, 0px); 
	overflow:hidden;	
	z-index:1; 
	float: left;}
	
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1;}

/* SCROLLING AAROWS */
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position: relative;left:0px; top:190px;
  width:20px; height:222px; 
  font-size:1px; z-index:1;
  float: right;
  margin-right: 10px;}
  
div#track { 
  position:absolute; left:0px; top:17px;
  width:15px; height:188px;
  background: url("images/track.gif") #290917 repeat;
  z-index:1;}
  
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:13px; height:40px;
  background-color: #f2aebb;
  z-index:1;}
    
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }


/* individual page HEADERS */
#header {
	margin-left: 40px;
	margin-bottom: 10px;}

span.subHeader {
	margin-left: 42px;
	color: #b30033;
	font-weight: bold;}


/* page FOOTER */
#bottomBanner {
	left: 50%;
	margin-left: -455px;
	width: 910px;
	height: 30px;
	background: transparent;
	position: absolute;
	top: 860px;
	padding-top: 20px;
	text-align: center;
	font: bold 10px Helvetica, Arial;}
