body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #333;
	margin: 0;
	padding: 0 0 50px 0;
	width: 100%;
	height: 100%;
	background: #eee;
}
h1,h2,h3,h4{
	margin-top: 0;
	font-weight: bold;
}
p{
	margin-bottom: 15px;
}
a{ outline: none }
strong{ font-weight: bold; }
#PageContainer{
	width: 950px;
	height: 650px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
#header{
	position: relative;
	background: #1f1f3b url(images/header.jpg) no-repeat;
	height: 176px;
	border-bottom: solid 1px #555;
}
#header h1{
	display: none;
}
#SiteMenu{
	position: absolute;
	left: 195px;
	top: 133px;
}
#SiteMenu ul{
	margin: 0;
	padding: 0;
}
#SiteMenu li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#SiteMenu li a{
	color: #ccc;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 2px 5px;
	display: block;
	margin-right: 30px;
}
#SiteMenu li a:hover{
	background: #fff;
	color: #333;
	opacity: 0.40;
}
#SiteMenu li a.Current,
#SiteMenu li a.Current:hover{
	background: transparent;
	cursor: default;
	color: #fff;
	opacity: 1;
}
#content{
	position: relative;
	height: 474px;
}
#footer{
	font-family: verdana,arial,sans-serif;
	font-size: .95em;
	position: absolute;
	bottom: -10px;
}
#footer #BaldwinAddress{
	position: absolute;
	width: 470px;
	text-align: left;
	margin: 0;
}
#footer #CopyrightNotice{
	position: absolute;
	left: 475px;
	width: 470px;
	text-align: right;
	margin: 0;
}
#footer a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.SecondaryNavigation{
	position: absolute;
	left: 0;
	top: 0;
	height: 474px;
	width: 150px;
	background: #4e4e6a;
}
.MainContent{
	position: absolute;
	left: 150px;
	top: 0;
	height: 474px;
	width: 525px;
	padding: 0 50px;
	background: #fff;
	overflow: auto;
}
.SupplementalInfo{
	position: absolute;
	right: 0;
	top: 0;
	height: 474px;
	width: 175px;
	background: #ccc;
}
/* SUBMENU */
.SubMenu{
	margin-top: 20px;
}
.SubMenu a{
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 8px 20px 6px 20px;
}
.SubMenu a:hover{
	background: #88a;
	color: #444;
}
.SubMenu a.Current,.SubMenu a.Current:hover{
	color: #fff;
	background: #575775;
	cursor: default;
}
/* MAINCONTENT TYPE STYLES*/
.MainContent h2,h3,h4,p{
	/*margin-left: 50px;*/
}
.MainContent h2{
	font-size: 1.7em;
	color: #888;
	margin: 20px 0;
}
.MainContent h3{
	font-size: 1.4em;
	color: #444;
	margin: 20px 0 5px 0;
}
.MainContent h4{
	font-size: 1.2em;
	font-style: italic;
	color: #444;
	margin: 20px 0 5px 0;
}
.MainContent p{
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 100px 18px 0;
}
.MainContent ul{
	margin-bottom: 30px;
}
.MainContent li{
	margin-left: 20px;
	list-style: circle;
	font-size: 1.1em;
	padding: 2px;
}
.MainContent a{
	color: #296a88;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;
}
.MainContent a:visited{
	color: #036;
}
.MainContent a:hover{
	text-decoration: underline;
}
.MainContent p em{
	font-weight: bold;
	/*color: #444;*/
	font-style: italic;
}
.MainContent p em.SiteName{
	font-size: 1.1em;
	font-style: normal;
}
/* SUPPLEMENTAL INFO TYPE STYLES */
.SupplementalInfo h1{
	font-family: verdana,arial,sans-serif;
	font-size: 1.1em;
	color: #337;
	margin: 20px 15px;
}
.SupplementalInfo h2{
	font-family: verdana,arial,sans-serif;
	font-size: 1em;
	color: #555;
	margin: 5px 15px 0 15px;
}
.SupplementalInfo p{
	color: #555;
	margin: 20px 15px;
}
.SupplementalInfo p .PhoneNumber{
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
}
.SupplementalInfo p a{
	text-decoration: none;
	font-weight: bold;
	color: #559;
}
.SupplementalInfo p a:hover{
	border-bottom: solid 1px #aaa;
}
.SupplementalInfo img{
	margin:  0 15px;
	border-bottom: none;
}
.SupplementalInfo ul{
	margin: 10px 15px;
}
.SupplementalInfo li{
	margin: 0 15px 5px 15px;
	list-style: square;
}
/* HOME */
#HomeMainContent h2{
	font-size: 3.4em;
	line-height: 0.7em;
	color: #ccc;
	width: 480px;
	margin-top: 25px;
}
#HomeMainContent h2 em{
	display: block;
	font-weight: bold;
}
#HomeMainContent p{
	font-size: 2.0em;
	line-height: 0.9em;
	color: #999;
	width: 500px;
	margin-right: 0;
	padding-bottom: 0.3em;
}
#HomeMainContent p em{
	font-style: normal;
}
#HomeMainContent a{
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}
#HomeMainContent a:active{color: #030;}
#HomeMainContent a:hover{color: #336;}
#HomeSecondaryNavigation{
	background: #4e4e6a url(images/home-filmstrip.jpg) no-repeat;
}
#HomeSupplementalInfo #LoftsSupplementalInfoBlock{
	border-bottom: solid 1px #bbb;
	padding-bottom: 10px;
	margin: 0 15px 10px 15px;
}
#HomeSupplementalInfo #LoftsSupplementalInfoBlock h1,
#HomeSupplementalInfo #LoftsSupplementalInfoBlock h2,
#HomeSupplementalInfo #LoftsSupplementalInfoBlock p{
	margin-right: 0;
	margin-left: 0;
}
#HomeSupplementalInfo img{
	/*display: none;*/
	margin: 0 0 0 1px;
}
/* LOFTS */
#LoftsMainContent img{
	margin: -10px 0 0 0;
}
#LoftsMainContent h3{
	margin: 5px 0 20px 0;
	font-size: 1.2em;
	color: #555;
	font-style: italic;
	width: 420px;
}
/* AVAILABLE LOFTS */
#AvailableLoftsMainContent table{
	width: 500px;
	margin: 0;
	border: solid 1px #eee;
}
#AvailableLoftsMainContent table th{
	font-weight: bold;
	font-size: .8em;
	letter-spacing: .1em;
	background: #296a88;
	color: #fff;
	height: 20px;
	padding: 2px 5px;
	border: solid 1px #999;
}
#AvailableLoftsMainContent table tr.EvenRow{
	background: #eef;
}
#AvailableLoftsMainContent table tr.Available{
	font-weight: bold;
}
#AvailableLoftsMainContent table td{
	padding: 4px;
	font-size: 1.1em;
	border: solid 1px #eee;
	text-align: center;
}
/* FAQ */
#FAQMainContent .Question{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 3px;
}
#FAQMainContent .Answer{
	margin-bottom: 30px;
}
/* GUIDE TO DOWNTOWN DURHAM */
#DowntownGuideMainContent ul{
	margin-bottom: 30px;
}
/* HISTORY */
#HistoryMainContent #FirstPhoto{
	float: left;
	width: 220px;
}
#HistoryMainContent #FirstPhoto .caption{
	margin-right: 0;
}
#HistoryMainContent .caption{
	margin-top: 5px;
	font-size: .9em;
	color: #aaa;
	font-style: italic;
}
#HistoryMainContent .PhotoCredit{
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 50px;
}
#HistorySecondaryNavigation{
	background: #4e4e6a url(images/history-filmstrip.jpg) no-repeat;
}
/* CONTACT */
#ContactMainContent label{
	display: block;
	font-size: .9em;
	font-weight: bold;
}
#ContactMainContent label em{
	font-size: 1.5em;
	color: #900;
}
#ContactMainContent input{
	margin-right: 5px;
}
#ContactMainContent .error_message{
	margin: -10px 0 20px 0;
	font-style: italic;
	font-weight: bold;
	color: #900;
}
#ContactMainContent #RequiredFieldNotice{
	margin-bottom: 50px;
	font-style: italic;
	font-weight: bold;
	color: #900;
}
/* WAITING LIST */
#WaitingListMainContent iframe{
	border: solid 1px #555;
}
