/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	background-color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	}

#content_area p, ul, hr, h1, h2, h3, h4, h5, h6	{
	margin-left: 36px;
	margin-right: 24px;
	}

#content_area hr	{
	height: 1px;
	border: 1px solid #febe10;
	}

h3	{
	font-size: 18px;
	font-weight: bold;
	}	

h4	{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	}	
	
.date	{
	margin-top: 3px;
	padding-left: 12px;
	margin-bottom: -6px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #555;
	}	

.bottom_goldbord	{
	border-bottom: 1px solid #febe10;
	}
	
.temp_nav	{
	margin-left: 36px;
	}

.imgfloatleft	{
	float: left;
	clear: both;
	margin-right: 12px;
	margin-bottom: 7px;
	}

.intable	{
	list-style-type: disc;
	padding-left: 0px;

	}


/*	Begin Navigation 	*/


.hide	{
	visibility: hidden;
	}



#nav	{
	position: relative;
	top: -0px;
	left: 36px;
	height: 28px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#nav a	{
	text-decoration: none;
	}

/* HOME */
	

#home	{	position: absolute; display: block;
	top: 0px;
	left: 0px;
	height: 28px;	
	width: 70px;	}

#home a{	display: block; background-image:url(./images/nav.gif);	background-repeat: no-repeat;
	height: 28px;
	width: 70px;
	background-position: -0px 0px;	}

#home a:hover {	background-image: url(./images/nav.gif);	background-repeat: no-repeat;
	background-position: -0px -28px;	}
	
#home .current	{
	background-position: -0px -56px;	}
	

	
/* Services */
	

#services	{	position: absolute; display: block;
	top: 0px;
	left: 70px;
	height: 28px;	
	width: 97px;	}

#services a{	display: block; background-image:url(./images/nav.gif);	background-repeat: no-repeat;
	height: 28px;
	width: 97px;
	background-position: -70px 0px;	}

#services a:hover {	background-image: url(./images/nav.gif);	background-repeat: no-repeat;
	background-position: -70px -28px;	}
	
#services .current	{
	background-position: -70px -56px;	}
	


	
/* equipment */
	

#equipment	{	position: absolute; display: block;
	top: 0px;
	left: 167px;
	height: 28px;	
	width: 118px;	}

#equipment a{	display: block; background-image:url(./images/nav.gif);	background-repeat: no-repeat;
	height: 28px;
	width: 118px;
	background-position: -167px 0px;	}

#equipment a:hover {	background-image: url(./images/nav.gif);	background-repeat: no-repeat;
	background-position: -167px -28px;	}
	
#equipment .current	{
	background-position: -167px -56px;	}
	

	
	
/* PAGE1 */
	

#page1	{	position: absolute; display: block;
	top: 0px;
	left: 100px;
	height: 28px;	
	width: 120px;	}

#page1 a{	display: block; background-image:url(./images/nav.gif);	background-repeat: no-repeat;
	height: 28px;
	width: 120px;
	background-position: -100px 0px;	}

#page1 a:hover {	background-image: url(./images/nav.gif);	background-repeat: no-repeat;
	background-position: -100px -28px;	}
	
#page1 .current	{
	background-position: -100px -56px;	}
	
	
/* contact */
	

#contact	{	position: absolute; display: block;
	top: 0px;
	left: 285px;
	height: 28px;	
	width: 115px;	}

#contact a{	display: block; background-image:url(./images/nav.gif);	background-repeat: no-repeat;
	height: 28px;
	width: 115px;
	background-position: -285px 0px;	}

#contact a:hover {	background-image: url(./images/nav.gif);	background-repeat: no-repeat;
	background-position: -285px -28px;	}
	
#contact .current	{
	background-position: -285px -56px;	}
	
	

	
