	
/* Main overall placement 

	#content {
	
This box is horizontally centered using a technique created 
by Simon Coggins. First, the box's left edge is positioned at 
the horizontal center of the page using "position:absolute; 
left:50%;". Then, the box's left margin is set to the opposite 
of half the box's width using "margin-left:-600px;".


*/

#content {


	position: absolute;
	left: 50%;
	width: 763px;
	margin-top: -25px;
	margin-left: -381px;
	padding: 10px;

}



a:link {

	color: #b4eeed;
	text-decoration: underline;

}

a:visited {
	color: #e5dfc7; 
	text-decoration: underline;


}
	
	
	
a:active {

	color: #b4eeed; 
	text-decoration: underline;
	
}

a:hover {

	color: #a5e1e8; 
	text-decoration: underline;
	
}


body  {
	
	background-color: #557f75;
	font-size: 85%;
	font-family: Times New Roman;
	z-index: 2;
	font-weight: normal;
	background-image: url(images/trmap.jpg);
	scrollbar-base-color: #a7beb4;
    scrollbar-arrow-color: #be3104;
    scrollbar-DarkShadow-Color: #2f3438; 
    scrollbar-track-color: #46655e;
    overflow-x: hidden; 
	overflow-y: scroll


	
	
}

img.right {

	float: right;
	z-index: 2;
	position: absolute;

}  


.bodytxtindent

{
	font-family: Times New Roman;
	color: #d2eec4;
	font-size: 85%;
	margin: 15px 340px 15px 0px;
	
}


.bodytxt

{
	font-family: Times New Roman;
	color: #d2eec4;
	font-size: 85%;
	margin: 15px 50px 15px 0px;
	
}


.purchasebkgd {

	background-image: url(images/purchasebkgd.jpg); background-repeat: no-repeat; 



}

.areamapbkgd {

		background-image: url(images/areamapbkgd.jpg); background-repeat: no-repeat; 



}

.authorbkgd {

	background-image: url(images/authorbkgd.jpg); background-repeat: no-repeat; 



}




.background  {

	background-image: url(images/backgroundmap.jpg); background-repeat: no-repeat; 



}


p.txtmargin 

{
	font-family: Times New Roman;
	color: #d2eec4;
	font-size: 85%;
	margin: 15px 0px 15px 0px;
	
}



leftsidebar {

	background-image: url(images/sideLefttop.jpg); background-repeat: repeat-y;
	

}

.pagetitle {

	margin-top: 10px;
	color: #72cbd5;
	font-weight: normal;   /* 100  200 300 400 500 600 700 800 900 */
	letter-spacing: .5px;
	font-size: 250%;
	font-family: "Times New Roman", Times, serif;

}

.dots1  {

	background-image: url(images/borderDots.jpg); background-repeat: repeat; 
}

.dots2  {

	background-image: url(images/borderDots2.jpg); background-repeat: repeat; 
}


.header  {
	
	margin-top: -2px;
	background-color: transparent;
	z-index: 2;
	font-weight: normal;   /* 100  200 300 400 500 600 700 800 900 */
	letter-spacing: -.5px;
	font-size: 200%;


}


/* copyright */
.right { 
	position: absolute;
	/* left is in relation to edge already set by content */
	left: 488px; 
	top: 870;
	z-index: 2;
	width: 240px;
	margin-top: -8px;
	margin-left: 0px;
	padding: 3px;
	
	} 

/* terms of use */
.right2 { 
	position: absolute;
	/* left is in relation to edge already set by content */
	left: 280px; 
	top: 870;
	z-index: 2;
	width: 108px;
	margin-top: -8px;
	margin-left: 0px;
	padding: 3px;
	
	} 
	
/* big engine studios */
.left { 

	position: absolute;
	/* left is in relation to edge already set by content */
	left: 30px; 
	top: 870;
	z-index: 2;
	width: 250px;
	margin-top: -8px;
	margin-left: 0px;
	padding: 3px;
	
 } 


.highlightred {color: 9b1e09;}

.calltoday {font-family: arial, helvetica; font-weight: bold; color: #109910; letter-spacing: .5px;}
.phone {margin: 6px 0px 4px 0px; font-size: 90%;}




.serving {margin: 20px 0px 4px 0px; font-size: 90%; font-style: italic;}



.leftp  {

	width: 285px;
	position: absolute; 
	left: 85px; 
	top: 350px;   /* Position is declared "relative" to gain control of stacking order (z-index). */
	/*border: 1px solid black;*/
	background: none;
	background-color: transparent;
	line-height: 1.0;



}


.rightp  {

	width: 280px;
	position: absolute; left: 415px; top: 350px;
	/*border: 1px solid black;*/
	background: none;
	background-color: transparent;
	margin-top: 4px;
	line-height: 1.0;

}



/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}




