/* BASICS */
body {
	margin-top: 15px;
	font-family: "Arial", sans-serif;
	font-size: 80%;
	background: url('/images/background.png') #EEE; 
}

ABBR, ACRONYM {
	border-bottom: 1px dotted #000;
	cursor: help;
}

a:link {
	font-weight: bold;
	color:#FFF;
}
a:visited {
	font-weight: bold;
	color:#FFF;
}
a:hover {
	font-weight: bold;
	color:#C66;
}

h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}

/* LAYOUT */
#container { 
	padding: 0;
	padding-top: 100px;
	width: 640px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	background: url('/images/logo_small.gif') #FFF no-repeat top left; 
	position: relative;
	min-height: 500px;
}

#maintext { 
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#supportingtext {
	margin-left: 10px;
	margin-right: 10px;
}

#copyright { 
	text-align: center;
}

#title, #subtitle, #enter {
	text-align: center;
}

#enter a:link, #contact a:link, #copyright a:link {
	font-weight: bold;
	color:#000;
}
#enter a:visited, #contact a:visited, #copyright a:visited {
	font-weight: bold;
	color:#000;
}
#enter a:hover, #contact a:hover, , #copyright a:hover {
	font-weight: bold;
	color:#C66;
}

#copyright a:link, #copyright a:visited, #copyright a:hover {
	text-decoration: none;
}

#links {
	background: url('/images/header.jpg') #000 no-repeat top left; 
	height: 90px;
	width: 640px;
	position: absolute;
	top: 0;
	left: 0;
}

#linkstop {
	position: absolute;
	margin-top: 70px;
	text-align: center;
	background: url('/images/arrow_small.gif') #000 no-repeat top left; 
	width: 640px;
}

#linksbottom {
	text-align: center;
	background: url('/images/arrow_small.gif') #000 no-repeat top left; 
	width: 640px;
}

#image {
	text-align: center;
}

#image img {
	border: 1px solid #000;
}


.image {
	text-align: center;
}

.image img {
	border: 1px solid;
}


#logo {
	float: left;
}

.insideTable {
	border: 1px solid #000;
	background: #F0F0F0;
}

.more_details {
	text-align: center;
	background: #000000;
	width: 50%;
	border: 1px solid #000;
	cursor : hand;
}

.more_details a {
	text-decoration: none;
}

.arrow_price {
	color: #F00;
	font-weight: bold;
	margin: 1px;
}

#building_table_row {
	font-weight: bold;
}

#contact {
	text-align: center;
	font-size: 18px;
}

#preloadImage {
	position:absolute;
	left: -1000px;
	top: -1000px;

}

#left_arrow {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline;
	align: left;
}

.imageNoBorder {
	text-align: center;
}

.imageNoBorder img {
	border: 0px solid;
}

.links {
	list-style: none;
	color: #FFF;
	padding: 0;
	margin: 0;
	padding-top: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.links li {
	display: inline;
	text-align: center;

	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;

	border: 1px solid #FFF;
	border-bottom: 0;
	font-weight: bold;
}

.links li a {
	text-decoration: none;
}

.links li a:hover {
	color: #BBB;
}

.selected {
	background-color: #FFF;
	color: #000;
}

.selected a {
	color: #000;
}

#mainSplash {
	width: 640px;
	height: 360px;
	border: 1px solid #000;
	background-color: #FFF;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	margin-top: -190px;
}

#topLinks {
	background: url('/images/arrow_small.gif') #000 no-repeat 30% 0%;
	height: 20px;
	position: relative;
	margin-top: 70px;
}

#mainArea {
	background: url('/images/logo_small_white.gif') no-repeat 5% 5%;
	height: 300px;
}

#topLinks li {
	cursor: hand;
}

#topLinks li:hover {
	color: #BBB;
}

.dropDown {
	position: absolute;
	top: 20px;
	z-index: 55555;

	display: block;

	background: #FFF;
	border: 1px solid #000;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 120px;
}

.dropDown li {
	padding-left: 3px;
}

.dropDown a {
	color: #000;
	text-decoration: none;
}

.oddDropDown {
	background-color: #666;
	color: #FFF;
}

.oddDropDown a {
	color: #FFF;
}

.TitleSmall, .TitleSmallIndex
{
	position: absolute;
	top: 75px;
	width: 100%;
	text-align: center;
}

.TitleSmallIndex
{
	top: 10px;
}