
/**********************
 OVERALL LAYOUT
***********************/

body {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000 url(images/bodyback.jpg) repeat top center;
}

#skiptomain {
	display: none;
}

#wrapper {
	width: 899px;
	margin: 0 auto;
	font-size: 0.85em;
}

#pagecontainer {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 897px;
	border: 1px solid #666;
}

#header {
	width: 897px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#logo {
		width: 218px;
		height: 105px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: #c05;
	}

	#topnav {
		width: 678px;
		height: 105px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		border-left: 1px solid #666;
		background: #ba7;
	}


#maincontent {
	width: 897px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	}

	#maincontentleft {
		position: relative;
		width: 412px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: #fff;
		border-top: 1px solid #666;
		border-right: 1px solid #666;
	}

	div.tagline {
		position: absolute;
		width: 373px;
		height: 40px;
		bottom: 0px;
		left: 0px;
		padding: 20px 20px 0px 20px;
		background: #fff;
		opacity: .50;
		filter: alpha(opacity=50);
	}

	div.tagline h2 {
		color: #000;
		margin: 0;
	}

	#maincontentright {
		width: 444px;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 0px 20px;
		float: right;
		text-align: left;
		background: #fff;
		border-top: 1px solid #666;
		min-height: 540px;
		height: auto;
		}
		/* for Internet Explorer */
		/*\*/
		* html #maincontentright {
		height: 540px;
		}
		/**/


#footer {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	width: 897px;
	height: 20px;
	text-align: left;
}




/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

	* html body, * html table  { font-size: medium; }

/*****************
 FONTS
*****************/

#topnav { font-size: 0.95em; }
#maincontentleft { font-size: 0.9em; color: #333; line-height: 1.6em; }
#maincontentright { font-size: 0.9em; color: #333; line-height: 1.6em; }
#footer { font-size: 0.8em; color: #777;  }


/*****************
 HEADINGS
 *****************/

h1, h2, h3, h4, h5, h6 { margin: 0.5em 0 0.2em 0; }
h1 { font-size: 1.8em; color: #c05; font-weight: normal; font-family:  georgia, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;}
h2 { font-size: 1.4em; color: #c05; font-weight: normal; font-family:  georgia, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;}
h3 { font-size: 1.1em; color: #c05; font-weight: normal; font-family:  georgia, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;}

/*****************
 TOP OF PAGE NAV LIST
*****************/

ul#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 678px;
	height: 105px;
}


ul#nav li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 35px 0px;
	width: 96px;
	height: 40px;
	border-right: 1px solid #666;
	display: inline;
	text-align: center;
}


ul#nav li.contactlink {
	border: none;
}

ul#nav li a {
	color: #000;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #fff;
	text-decoration: none;

}


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }

/*****************
 PARAGRAPHS
 *****************/

p { margin: 0px 0px 10px 0px; }

/*****************
 LINKS
 *****************/

#maincontentleft a:link{ color: #c05; text-decoration: underline }
#maincontentleft a:visited{ color: #c05; text-decoration: underline }
#maincontentleft a:hover{ color: #ba7; text-decoration: underline }

#maincontentright a:link{ color: #c05; text-decoration: underline }
#maincontentright a:visited{ color: #c05; text-decoration: underline }
#maincontentright a:hover{ color: #ba7; text-decoration: underline }

#footer a:link{ color: #777; text-decoration: none }
#footer a:visited{ color: #777; text-decoration: none }
#footer a:hover{ color: #777; text-decoration: underline }

/*****************
 IMAGE BORDERS
 *****************/

img { border: none }


/****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}


/*****************
 FEATURES
 *****************/

div.pagefeature {
   	width: 138px;
  	margin: 0px 15px 10px 0px;
  	padding: 0px;
   	float: left;
   	text-align: left;
   }

div.pagefeatureend {
    	margin: 0px 0px 0px 0px;
   }

div.pagefeature p {
	margin: 0px;
	padding: 5px;
   }

/*****************
 BORDERED
 *****************/

span.bordered {
	display: block;
  	margin: 20px 0px;
  	padding: 10px;
	background: #fee;
	border: 1px solid #c05
   }


/*****************
 UL SUB NAV
 *****************/


ul.subnavlist{
	margin: 10px 0px 20px 5px;
	padding: 0px 0px 0px 20px;
	list-style: square;
	width: 130px;
}

ul.subnavlist li{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	line-height:1.5em;
}

ul.subnavlist a:link, ul.subnavlist a:visited{
	padding: 0px 0px 0px 0px;
	color: #333;
	text-decoration: none;
}

ul.subnavlist a:hover, ul.subnavlist a:active{
	color: #c93;
	text-decoration: none;
}



/*****************
 TABLE
*****************/

table.pricelist {
	width: 100%;
	margin: 0px 0px 20px 0px;
	font-size: 1.0em;
	border-collapse: collapse;
	border: 1px solid #ccc;
	}

table.pricelist th  {
	width: 288px;
	padding: 0.1em;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-weight: normal;
	padding-left: 3px;
	}

table.pricelist td  {
	width: 50px;
	padding: 0.1em;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: right;
	padding-right: 3px;
	}


 /*****************
 TRANSITIONS
*****************/

/* default opacity for IE */
img {
	filter: alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position: absolute;
	z-index: 30000;
	visibility: hidden;
	}

/**********************
 FLASH ANIMBLOCK
***********************/

#flashanim {
	position: relative;
}

#flashanim.firstimage {
	background: transparent;
	width: 412px;
	height: 550px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#flashanim img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/**********************
 GOOGLE MAPS
***********************/
#mapaf, #maprc {
	width: 345px;
	height: 220px;
	border: 1px solid #000000;
}

