/* Page Layout Style Common to all Web Pages */
/* Version V1.0.0, 12/05/2008 WBM. */
/* Copyright 2007 property of PNSA */
/* Designed by Design Atom - www.designatom.com */


/* ------------------------------------------------------------ */

/* Main Body Style */
body {
	width: 804px;
	height: 100%;
	/* background-color: #FFFFFF; */
	background-color: #B1B0AD;
	background-image: url(../_images/bground.gif);
	background-repeat: repeat-x;
	text-align: center;
	align: center;
	margin: 0px auto; 
	border: 0px; 
	padding: 15px; 
}

/* Page Wrapper */
div.wrapper {
	width: 800px; 
	background-color: #FFFFFF;
	z-index: 1;
}

/* Page Header */
div.header {
	width: 100%; 
	background-color: #FFFFFF;
	z-index: 1;
}

/* Left Menu Area */
div.contentleft {
	width: 200px; 
	background-color: #FFFFFF;
	float: left;
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 5px; 
	padding-right: 5px; 
	z-index: 1;
}

/* Main Content Area */
div.maincontent {
	width: 588px;
	background-color: #B0220A;
	float: left;
	margin-top: 0px; 
	margin-bottom: 0px; 
	marginl-left: 0px; 
	margin-right: 0px; 
	z-index: 1;
}

/* Page Footer */
div.footer {
	width: 100%; 
	background-color: #FFFFFF;
	clear: both;
	padding-top: 0px; 
	padding-bottom: 10px; 
	padding-left: 0px; 
	padding-right: 0px; 
	z-index: 1;
}

/* Page Credits */
div.designby {
	width: 100%; 
	/* background-color: #FFFFFF; */
	background-color: #B1AFAD;
	clear: both;
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 0px; 
	padding-right: 0px; 
	z-index: 1;
}

/* Map Wrapper */
div.map {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px; 
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #C8C8C8;
	background-image: url(../_images/mapbanner.gif);
	background-repeat: repeat-x;
	border: 0px;
	padding: 0px;
	z-index: 10;
	visibility: visible;
}

/* Directions Wrapper */
div.directions {
	position: relative;
	top: 0px;
	left: 0px;
	width: 480px; 
	height: 1px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 0px;
	z-index: 11;
	visibility: hidden;
}

/* Inline Frame Wrapper */
iframe.locationmap {
	position: absolute; 
	top: 50px; 
	left: 25%; 
	height: 450px;
	width: 500px;
	background-color: #C8C8C8;
	border: 1px solid #222222;
	visibility: hidden; 
	z-index: 12;
}