/*/////////////////////
// filename: main.css
// project: Derby Lofts, 2006 redesign
// author: Frances Donovan, Reaching Productions, for RCG
// note: hybrid standards-compliant CSS with some accessibility
// last mod: 2/2006
///////////////////////*/

	/* Fix a silly bug in Mozilla; thanks, Carey Evans and Zeldman */
	
	html { 
		min-width: 742px;
		 }


	/* Helpers and base rules */

img	{
	border: 0;
	}

p.access	{
	display: none;
	}

p, td, li, ul, ol	{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #241C0E;
		}

input, select, option, textarea { 
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #241C0E;

}


a:link, a:visited {
	text-decoration: none;
	color: #6a6a6a;
	font-weight: 900;
}

a:hover, a:active {
	text-decoration: underline;
	color: #6a6a6a;
	font-weight: 900;

}

.newsh {
	text-decoration: none;
	color: #638FB1;
	font-size: 12px;
	font-weight: 900;
}

a.newslink:link, a.newslink:visited {
	text-decoration: none;
	color: #638FB1;
	font-size: 12px;
	font-weight: 900;
}

a.newslink:hover, a.newslink:active {
	text-decoration: underline;
	color: #638FB1;
	font-size: 12px;	
	font-weight: 900;

}

div#debug {
	z-index: 5;
	color: red;
}

.img-border-blue {
	border: solid 1px #638fb1;
}

/*////////////////////
main positioning divs
///////////////////*/

body {
	text-align: center;
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #241c0e;

}

div#mainframe {
	width: 800px;
	min-height: 600px;
	margin: 0 0 auto;
	background-color: #d3bc92;
	text-align: left;
	border: 0;
}

#mainframe #masthead {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #e6f0f8;	
	border: 0;
}

#bodycopy {
	position: relative;
	width: 410px;
	padding: 20px 10px 50px 20px;
	border: 0;
}

#mainframe #left {
	margin: 0;
	float: left;
	width: 439px;
	border: 0;
	border: 0;
}

#mainframe #right {
	float: left;
	width: 359px;
	background-color: #f0dfc0;			
	border-right: solid 1px #f0dfc0;
}

#mainframe #right #tachebox {
	z-index: 50;
	position: absolute;
	top: 405px;
	left: 405 px;
	padding: 0px 0 0 40px;
	border: 0;
	
}

/*for general use in the right-hand column, under the navigation box*/
#right-indent {
	position: relative;
	float: left;
	border: 0;
	padding: 20px;	
	width: 300px;
}




/* this goes in the right div, under navigation */
#quote {
	margin: 20px 20px 50px 20px;
	border: 0;
}

/*//////////////////
PAGE-SPECIFIC STYLES
////////////////////*/

/*ABOUT THE LOFTS*/
#loftscopy {
	position: relative;
	width: 410px;
	padding: 20px 10px 10px 20px;
	border: 0;
}

.floorplan {
	padding: 0 10px 0 0;
	border: 0;
	float: left;
	text-align: top;
}

#mainframe #onecol {
	float: left;
	width: 700px;
	padding: 0px 10px 10px 20px;
	border: 0;
}

table.lofts {
	vertical-align: left;
	width: 700px;
	border: 0;
	margin: 0 10 10 0;
}

table.lofts td {
	padding: 10px 10px 10px 0;
	border: 0;
}


/*CONTACT US*/
ul.contact {
	list-style: disc;
	margin: 10px 0px 0px 20px;
	border: 0;
}

/*PHOTOGRAPHS*/
table.photos {
	vertical-align: left;
	width: 100%;
	border: 0;
	margin: 0 10 10 0;
}

table.photos td {
	padding: 10px 10px 10px 0;
	border: 0;
}

/*ABOUT THE BUILDING*/
#right-address {
	position: relative;
	float: left;
	border: 0;
	padding: 20px 20px 20px 50px;	
}


/*////////////////////////
Navigation
////////////////////////*/

div#navigation {
	position: relative;
	margin: 8px 0 8px 0;

}
	div#navigation a { 
		position: relative;
		display: block;
		padding: 0;
		vertical-align: middle;
		height: 14px;
		padding: 3px 0 3px 10px;
		
	}
	
	div#navigation a:hover { 
		background-color: #faeed9;
	}

	div#navigation a.on { 
		background-color: #faeed9;
	}

	div#navigation img { 
		padding: 3px 0 3px 20px;
	}

/*///////////////////////
tables
////////////////////////*/

table.bordered {
	vertical-align: left;
	width: 300px;
	border: solid 1px #999;
	margin: 0 10 10 0;
}


/*////////////////////
typography
///////////////////*/

h1 {
	font-size: 18px;
	font-weight: 800;
	margin: 0px;
	color: #638FB1;
}

h2 {
	font-size: 14px;
	font-weight: 800;
	margin: 0px;
	color: #638FB1;
}


h3 {
	font-size: 12px;
	font-weight: 800;
	margin: 0px;
	color: #638FB1;
}

h4 {
	font-size: 12px;
	font-weight: 800;
	margin: 0px;
	color: #638FB1;
}


