@charset "utf-8";
/* CSS Document */


/* Top Elements */
	* { margin: 0; padding: 0; }

	a img {border: 0;}
	a { color: #666600; text-decoration:none;}
	a:hover {text-decoration:underline}
/*	a:visited {color: #999966}   */

    body {
	background: #000 url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
    text-align:center;
    margin:0;
	font: 72%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
    }

/********************************************
  LAYOUT
********************************************/ 



	#logo {
	background-image:url(images/logo-large.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	border:px solid #ff0000;
	margin:0 auto;
	padding:0;
	text-align:center;
	margin-bottom:-38px;
	width:853px;
	height:124px;	
	}
	#frame {
	width:750px;
	border:1px solid #ffffff;	
	text-align:center;
	margin:0 auto;
	padding:0;
	}
	#wrapper {
    width:716px;
    text-align:left;
    margin:0 auto;
	padding:0;
	border:1px solid #000000;
	background:url(images/content-bg.jpg) repeat-y center top;
	}
	#nav {
	float:left;	
	width:22%;
	background-image:url(images/column.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:950px;
	border:px solid #000000;
	}
	#content {
	float:right;
	width:76%;
	border:px solid #0000CC;
	}
	#footer {
	clear:both;
	text-align:center;
	height:30px;
	width:100%;
	background-color:#000000;
	font-size:11px;
	}


/********************************************
  HEADERS and FONT Styles
********************************************/ 
    h1 {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin:0px 0 0px 18px;
	padding: 8px 0 8px 0;
	}
	
	h2 {
	margin:5px 20px 5px 20px;
	}
	p {
	padding:10px 20px;
	text-align:justify;
	}

	#nav p {
	font-size:11px;
	color:#FFFFCC;
	width:100px;
	padding-left:60px;
	text-align:left;
	line-height:1.0em;	
	padding-top:5px;
	padding-bottom:20px;
	}

	#nav a {
	color: #FFFFCC;
	text-decoration:underline;
		}

	#nav a:hover {
	color: #000000;

		}
	.data {
		text-align:center;
		font-size:11px;
		font-weight:bold;
		}
		.data a {
		color:#000000;
		}
		.data a:hover {
		text-decoration:underline;
		}
		.data-B {
		text-align:center;
		font-size:16px;
		font-weight:bold;
		}
		.data-C {
		text-align:center;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		}
		.data-D {
		text-align:left;
		font-size:10px;
		color:#333333;
		line-height:0.9em;
		}

		
	span {
	font-size:11px;
	color:#777777;
	
	}

	#footer ul {
	list-style-type: none;	
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
	#footer ul li {
	display:inline;
	margin:0;
	padding:0;
	color:#cccccc;
	margin:0 18px;
	} 


/********************************************
  IMAGES
********************************************/ 
	.smallLogo {
	padding:10px 0 0 64px;
	margin-bottom:40px;	
	}

	.mainPic {
	padding-top:px;
	padding-right:px;	
	padding: 10px 10px 10px 8px;
	border:px solid #000000;
		}
	
	.location {
	 padding-left:60px;
	}
	.phone {
	 padding-left:60px;
	 margin-top:60px;
	 margin-bottom:5px;
	}
	.hours {
	 padding-left:60px;
	 margin-top:60px;
	 margin-bottom:5px;
	}

	.siteplan a img {
	border:1px solid #ffffff;
	}
	
	.siteplan a:hover img {
	border:1px solid #FF0000;
	}
	
	/*
	a img {border:1px solid #660000;}
	a:hover img {border: 1px solid #FF0000}
	*/
	
	.Tab {
	margin: 0px;
	cursor: pointer;
	text-align:right;
	padding-right: 15px;
	margin-bottom: 8px;
	max-width:170px;
	display:block;
	zoom:1;
	overflow:hidden;
}	
	
	
	
	
	
	