@charset "UTF-8";
/* CSS Document */

/* forces scrollbars*/ 
html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #541214;
	margin: 0px;
	padding: 0px;
	background-color: #541214;
	background-image: url(images/splash_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	}
	
/*img {
	border: none;
	}*/
	
img { behavior: url(downtown/framework/iepngfix.htc) }

p {
	font-size: 12px;
	margin: 0px 0 0 0;
	padding: 0px;
	line-height: 14px;
	}
	
h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	margin: 0px 0 12px 0;
	padding: 0px;
	}

h3 {
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	margin: 0px 0 0 0;
	padding: 0px;
	}
	
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0px;
	}
	
em {
	color: #FF0000;
	font-style: normal;
	}
	
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

li {
	margin: 0px;
	padding: 0px;
	}

a:link, a:visited {
	color: #e8ddbc;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	color: #541214;
	text-decoration: none;
	}
	
hr {
	border: none 0;
	border-top: 1px solid #ffffff;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin: 24px 0 24px 0;
	}
	

/* layout the page */
#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}
	
#header {
	margin: 0px;
	padding: 0px;
	}

.title {
	margin: 0px 0 0 0;
	padding: 0px;
	float: left;
	}
	
#downtown {
	background: url(images/downtown_nav.jpg);
	width: 316px;
	height: 200px;
	margin: 0px;
	position: relative;
	left: 115px; 
	padding: 0px;
	float: left;
	border: 1px solid #541214;
	}
	
/*#downtown img { border: none;}*/
#downtown span { display: none; }
#downtown li {margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px;}

#downtown li, #downtown a {height: 200px; display: block;}
#downtown1 {left: 0px; width: 316px;}
#downtown1 a:hover {background: transparent url(images/downtown_nav.jpg) 0 -200px no-repeat;}


#crossing {
	background: url(images/crossing_nav.jpg);
	width: 316px;
	height: 200px;
	margin: 0 0 0 0px;
	position: relative;
	left: 150px; 
	padding: 0px;
	float: left;
	border: 1px solid #efcc50;
	}
	
#crossing img { border: none;}
#crossing span { display: none; }
#crossing li {margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px;}

#crossing li, #crossing a {height: 200px; display: block;}
#crossing1 {left: 0px; width: 316px;}
#crossing1 a:hover {background: transparent url(images/crossing_nav.jpg) 0 -200px no-repeat;}

		
#special_1 {
	margin: 0 0px 0 0px;
	position: relative;
	left: 115px; 
	padding: 0px;
	float: left;
	}
	
#special_2 {
	margin: 0 0px 0 0px;
	position: relative;
	left: 149px; 
	padding: 0px;
	float: left;
	}
	
#special_3 {
	margin: 0 0px 0 0px;
	position: relative;
	left: 184px; 
	padding: 0px;
	float: left;
	}
	
#special_4 {
	margin: 0 0px 0 0px;
	position: relative;
	left: 218px; 
	padding: 0px;
	float: left;
	}

a img  {
	border: 1px solid #e8ddbc;
	}

a:hover img  {
	border: 1px solid #541214;
	}


#footer {
	height: 40px;
	text-align: center;
	margin: 10px 0 0 0;
	}

#footer p {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	width: 316px;
	float: left;
	}
	
#footer a:link, #footer a:visited {
	color: #333333;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #909090;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:visited:hover {
	border-bottom: 1px dotted #541214;
	color: #541214;
	}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin:0px; padding:0px;
	background: transparent;
}

iframe {
	background: #333333;
	}