/*  

author: peter james zielinski
client: the loft broker

*/

body {
	margin: 0px;
	padding: 0px;
	background: url('../images/blueback.gif') repeat-x;
	font-family: 'Trebuchet MS', Verdana, Arial, sans serif;
	font-size: 12px;
	line-height: 150%;
	}

h1 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans serif;
	font-size: 16px;
	}
	
li {
	margin-left: 30px;
	font-size: 12px;
	color: #333333;
	}

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#navigation {
	padding: 10px 20px 0px 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans serif;
	font-size: 14px;
	color: #999;
	text-align:center;
	}
	
#navigation a	{ color: #2E4A68; font-weight: bold; text-decoration: none; margin:auto 15px;}
#navigation a:active   { color: #999; }
#navigation a:hover	{ color: #000; }
	
#logo {
	float: left;
	margin: 0px;
	}

#phone {
	float: right;
	margin: 30px 30px 0px 0px;
	font-family: Verdana, Arial, sans serif;
	font-size: 20px;
	color: #FFFFFF;
	}

#nav-links {
	position: absolute;
	margin-top: 5px;
	padding: 5px 10px 0px 0px;
	right: 0px;
	}
	
#mainContent {
	width: 500px;
	margin: 20px 0px 0px 25px;
	padding: 20px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans serif;
	font-size: 12px;
	line-height: 150%;
	}

#lofts {
	width: 700px;
	background-color: #CCCCCC;
	}
	
table td {
	margin-left: 20px;
	padding: 10px 0px 20px 20px;
	}

.indent {
	margin: 30px 0px 0px 50px;
	}
	
#odd {
	background-color: #BBB4B4;
	}
	
#byline {
	margin-top: 40px;
	font-size: 11px;
	color: #999999;
	text-align: center;
	line-height: 110%;
	}
	
a.byline:link	{ color: #2E4A68; font-weight: bolder; text-decoration: none; }
	A.byline:visited  { color: #2E4A68; font-weight: bolder; text-decoration: none; }
	A.byline:active   { color: #999999;  }
	A.byline:hover	{ color: #000000; text-decoration: none; }
	
#backtotop {
	font-size: 11px;
	color: #2E4A68;
	text-align: center;
	}
	
a.backtotop:link	{ color: #2E4A68; font-weight: bolder; text-decoration: none; }
	A.backtotop:visited  { color: #2E4A68; font-weight: bolder; text-decoration: none; }
	A.backtotop:active   { color: #999999;  }
	A.backtotop:hover	{ color: #000000; text-decoration: none; }
