/* CSS Document */
/* ----- set up some initial params ----- */

html, body {
	margin: 0;
	padding: 0;
	width: 720px;
	position: absolute;
}

#table {
	background-image: url(../img/hallway.gif);
	background-repeat: no-repeat;
	background-position: 0px 180px;
}

#logo {
	border-top: 1px solid #FFCC33;
	height:200px;
	color: #ffffff;
	background-color: #FFFFFF;
	background-image: url(../img/welcome.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#logobottom {
	height:230px;
	color: #ffffff;
/*	background-image: url(../img/danliad_foot.jpg); */
	background-repeat: no-repeat;
	border-top-style: none;
	position: absolute;
	left: 80px;
	width: 760px;
	background-position: bottom;
	padding-left: 90px;
}

#titlehead {
	font-family: Verdana;
	font-size:16px;
	padding-left: 10px;
	color: #0099FF;
	font-weight:bold;
}

#heading2 {
	font-family: Verdana;
	font-size:12px;
	padding-left: 10px;
	color: #0099FF;
	font-weight:bold;
}
#logo h1 {
  font-family: Verdana, sans-serif;
  font-size: 200%;
  padding-left: 10px;
}
##############################
a.linkhd {
	font-family: Verdana;
	font-size: 10px;
	padding-left: 2px;
}
a:hover.linkhd {
	font-family: Verdana;
	font-size:10px;
	font-weight: bold;
	padding-left: 2px;
	color: #FF0000;
	border-bottom: 1px dotted #3399FF;
}
#############################
p {
	font-family: Verdana;
	font-size:12px;
	padding-left: 10px;
	color: #666666;
}

text {
	font-family: Verdana;
	font-size:x-small;
	padding-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:16px;
	padding-left: 10px;
	font-weight: bold;
	background-repeat: no-repeat;
}

h3 {
  font-family: Verdana;
  color: #FF0000;
  font-size:75%;
  padding-left: 10px;
}

#left { float:left;
width:150px;
padding:.5em;
}
#right { 
float: right;
width:30%;
padding:.5em;
}
#center { 
	margin-right:215px;
	margin-left:215px;
	padding:.5em;
	border:0px solid #000;
	width: 760px;
	height: 100%;
}

#rightcontent {
	margin-top-width: 0px;
	margin-left-width: 60px;
	margin-right-width:60px;
	width: 80px;
	height: 100%;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#centrecontent {
	margin-top-width: 0px;
	margin-left-width: 189px;
	margin-right-width:199px;
	position: absolute;
	overflow: visible;
	left: 156px;
	width: 690px;
	background-image: url(%20);
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #000;
	border-right-color: #000099;
	border-bottom-color: #000;
	border-left-color: #000099;
	background-position: 155px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
}
#footercontent {
	margin-top-width: 0px;
	margin-left-width: 189px;
	margin-right-width:199px;
	position: absolute;
	overflow: visible;
	left: 90px;
	bottom: 10px;
	top: 100%;
}

div#footer{ 
position: fixed; 
bottom: 0px; 
} 
div#middle{ 
position: fixed; 
bottom: 100px; 
} 

/* ----- Pure CSS tabs start here ----- */

#nav ul {
  display: block;
  list-style: none outside;
  padding: 0;
  margin: 0 0 0 10px;
  font-family: Verdana, sans-serif;
  font-size: xx-small;
}

#nav li {
	padding: 0;
	margin: 0 4px 0 0;
	border-top: 1px solid #cecbc6;
	border-right: 1px solid #cecbc6;
	border-left: 1px solid #cecbc6;
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
/* the next 4 lines are magic */
	display: block;
	float: left;
	position: relative;
	top: 21.09em;
	height: 12.5px;




}

#nav a:link,
#nav a:visited {
  background-color: #000066;
  color: #FFCC33;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}

#nav a:hover {
  background-color: #cecbc6;
  color: #000066;
}

#navclear {
  display: none;
}
html>body #navclear {
  display: block;
  clear: both;
}

/* ----- now highlight active tab based on body @class attribute ----- */

body.map #nav li#nav-map a,
body.about #nav li#nav-about a,
body.rate #nav li#nav-rate a,
body.apartments #nav li#nav-apartments a,
body.terms #nav li#nav-terms a,
body.contact #nav li#nav-contact a,
body.smap #nav li#nav-smap a {
  background-color: #fff;
  color: #000066;
}

/* calendar link */

A:link { text-decoration: none }
A:visited { text-decoration: none }

a.example
{
color: #CC9966;
text-decoration: none;
}

a:hover.example
{
color: #FF6600;
text-decoration: underline;
background-color: #CCCCCC;
} 
/* apartment list font */

a.linktx {
	font-family: Verdana;
	color:#333333;
	font-size:small;
	padding-left: 10px;
}
a:hover.linktx {
	font-family: Verdana;
	font-size:small;
	padding-left: 10px;
	color: #3399FF;
	border-bottom: 1px dotted #3399FF;
}
/* apartment list font */

a.linktprj {
	font-family: Verdana;
	color: #0099FF;
	font-size: 12px;
	padding-left: 10px;
}
a:visited.linktprj {
	font-family: Verdana;
	color: #0099FF;
	font-size: 12px;
	padding-left: 10px;
	border-bottom: 1px dotted #3399FF;
}
a:hover.linkprj {
	font-family: Verdana;
	font-size: 12px;
	padding-left: 10px;
	color: #3399FF;
	border-bottom: 1px dotted #3399FF;
}
.astrix {
color: #FF0000;
}

	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #0099FF;
	padding-left: 0px;
	padding-top: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #0099FF;
	padding-left: 10px;
	padding-top: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0099FF;
}titlehd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
