/* ========================================================
    CSS STYLES FOR 21C RESIDENCES LANDING PAGE
   ======================================================== */   


/* PAGE ELEMENTS */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #131313;
}

body {
	background-color: #F5F5F5;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	background-image: url(../images/landing/bgLand_main_middle.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-align: left;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#masthead {
	background-image: url(../images/landing/bgLand_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	height: 104px;
}

#nav {
	margin-left: 73px;
	position: relative;
	top: 15px;
}

#content {
	width: 960px;
	margin-left: 4px;
	position: relative;
}

#flash {
}

#bgBottom {
	background-image: url(../images/landing/bgLand_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 8px;
}

#bottom {
	margin-top: 6px;
	margin-bottom: 6px;
}

.clearFloats {
	clear: both;
}

/* HTML TAGS */

p {
	margin-top: 0px;
	margin-bottom: 11px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #131313;
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: right;
	letter-spacing: .05em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #9FA1A4;
	margin-top: 0px;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}

/* LINK STYLES */

a:link, a:active, a:visited { 
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
	}

a:hover { 
	font-weight: normal;
	color: #FF6666;
	text-decoration: underline;
	}

.navBottom {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #5D5C41;
	margin-top: 10px;
	margin-bottom: 3px;
}

.navBottom a:link, .navBottom a:active, .navBottom a:visited {
	font-weight: normal;
	color: #5D5C41;
	text-decoration: none;
}

.navBottom a:hover {
	font-weight: normal;
	color: #9A9989;
	text-decoration: none;
}

.copyright {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #9FA1A4;
	margin-top: 0px;
	margin-bottom: 6px;
}

.copyright a:link, .copyright a:active, .copyright a:visited {
	font-weight: normal;
	color: #9FA1A4;
	text-decoration: none;
}

.copyright a:hover {
	font-weight: normal;
	color: #9A9989;
	text-decoration: none;
}
