/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:1024px;/* for mozilla*/
	background:#000;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	}
h1
	{
	font-weight:bold;
	margin:0px 10px 10px 0px;
	border-bottom:solid #eb8b2f 1px;
	padding:10px 0 10px 0;
	clear:both;
	}
p
	{
	line-height:18px;
	margin:0px 0px 18px 0px;
	}
#outer
	{
	height:99.9%;
	width:1024px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;

	width:1024px;
	height:340px;
	overflow:hidden;
	z-index:100;
	background:url(images/bg_header.gif) no-repeat;
	color:#ccc;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:220px;
	float:left;
	padding:345px 0px 0px 50px;
	}
#main
	{
	width:460px;
	float:left;
	padding:10px 0px 0px 0px;
	}
	
#main2
	{
	width:687px;
	float:left;
	padding:10px 0px 0px 0px;
	}
		
#right
	{
	width:230px;
	float:right;
	padding:10px 25px 0 0;
	}

#footer 
	{
	width:1024px;
	clear:both;
	height:157px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background:url(images/bg_footer.gif);
	color:#ccc;
	}
#footer p { padding:16px 0px 10px 20px; margin:60px 10px; }
#footer a { color:#ccc; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:157px;/* for ie5 */
	he\ight:158px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:725px;
	float:right;
	padding:335px 15px 0px 0px;
	}
#clearfooter {width:100%;height:157px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-102px;} /*safari wrapper */
#leftnav
	{
	background:url(Images/bg_leftnav.gif) no-repeat #eeeeee;
	padding:10px 10px 5px 5px;
	}
#leftnav li
	{
	margin:0px 0px 5px 0px;
	}
#leftnav li a
	{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:192px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 11px;
	background:url(images/bg_leftnavli2.gif);
	}
#leftnav li a:hover {
	background:#4794c0;
	color: #F68938;
}
#nav li a
	{
	padding:10px 10px 10px 10px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #fff;
	color:#333;
	}
#nav li a:hover { background:#cccccc; color:#fff; }
#topbanner
	{
	position:absolute;
	top:150px;
	left:50px;
	}
#topnav
	{
	position:absolute;
	top:300px;
	left:50px;
	background: url(images/bg_nav.gif) no-repeat;
	width:925px
	}
#topnav li 
	{
	float:left;
	margin:0px 0px 0px 0px;
	}
#topnav li a
	{
	color:#fff;
	text-decoration:none;
	background:url(images/bg_nav.png) no-repeat;
	padding:15px 30px 10px 15px;
	height:25px;
	display:block;
	font-weight: bold;
	float:left;
	}
#imgb 
	{
	border: 1px solid #666666;
	}
#slideshow
	{
	width:445px;
	float:left;

	}
#sponsorimage
	{
	margin:-10px 0px 0px 0px;
	border:solid;
	border-color:#333;
	border-width:1px;
		}
#welcome
	{
	float:left;
	padding-left:3px;

	}
#listing {
	padding: 10px;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width:657px;
	height:100px;
	
}
#listingleft {
	width:160px;
	float:right;
	text-align:right;
}
#listingright {
	float:left;	
	width: 490px;
}
#listingright h1 {
	border-bottom-color: #000099;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#park {
	float: left;
	margin-right: 10px;
}

#printlogo
	{
	display:none;
	}
h3 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
}
div.alt
	{
	background:#e6e6e6;
	}
div.demomodel
	{
	border:1px solid #999999;
	margin:0 0 10px 0;
	overflow:hidden;
	padding:7px 0;
	}
div.demomodel p
	{
	padding:0 10px;
	margin:0 0 10px 0;
	}
div.demomodel p.title
	{
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	}
div.demomodel p.title span
	{
	font-size:12px;
	color:#999999;
	}
div.result
	{
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #D9D3BB;
	overflow:hidden;
	}
div.result a
	{
	color:#007CC3;
	text-decoration:underline;
	}
div.result h1
	{
	padding:0;
	margin:0 0 5px 0;
	float:left;
	clear:none;
	border:none;
	line-height:17px;
	}
div.result p
	{
	padding:0;
	margin:0 0 5px 0;
	background:none;
	clear:left;
	}
div.result p.location
	{
	color:#007CC3;
	font-weight:bold;
	}
div.result p.buttons img
	{
	float:none;
	margin:7px 0 0 0;
	}
div.result img
	{
	float:right;
	margin:0 0 0 10px;
	}
div#otherservices img
	{
	padding:0;
	margin:0 8px 8px 0;
	}
div#otherservices img.last
	{
	padding:0;
	margin:0 0 8px 0;
	}
#showdate {
	background-color: #E2E2E2;
	padding: 3px;
	margin-bottom: 4px;
}
#showdate a {
text-decoration:none;}
#newsitem {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.padtable  td {
	padding: 8px;
}
