/*/////////////////////
// filename: main.css
// last mod: 11/2006 - paki
///////////////////////*/

	/* Fix a bug in Mozilla */
	
	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: 10px;
	color: #241C0E;
		}

input, select, option, textarea { 
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	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;

}

a.newslink:link, a.newslink:visited {
	text-decoration: none;
	color: #638FB1;
	font-size: 10px;
	font-weight: 900;
}

a.newslink:hover, a.newslink:active {
	text-decoration: underline;
	color: #638FB1;
	font-size: 10px;	
	font-weight: 900;

}

div#debug {
	z-index: 5;
	color: red;
}

/*////////////////////
main positioning divs
///////////////////*/

body {
	text-align: left;
	background-color: #d6d6d6;
	background: transparent url("../imgs/bg3.gif") repeat-y;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #241c0e;
}

div#mainframe {
	width: 649px;
	margin-left: 60px;
	margin-top: 30px;
	text-align: left;
	vertical-align: bottom;
	border: 0;
}

#bodycopy {
	position: relative;
	width: 400px;
	padding: 20px 10px 50px 20px;
	border: 0;
}

div#rightcol {
	position: absolute;
	top: 400px;
	left: 500px;
	width: 195px;
	border: 0;
	font-size: 10px;
}

table#top {
	border: 0;
}


#pullquote {
	float: right;
	border: solid 1px #000;
	margin: 0 10px 10px 10px;
	padding: 10px;
}

div#mainframe #footer {
	position: relative;
	width: 600px;
	padding: 10px 10px 20px 20px;
	border-top: solid 1px #000;
}


/*////////////////////////
Navigation
////////////////////////*/

div#navigation {
	position: absolute;
	top: 252px;
	left: 500px;
	width: 195px;
	height: 14px;
	border: 0;
	font-size: 10px;
}
	div#navigation a { 
		position: relative;
		padding: 3px 0 3px 15px;
		border-bottom: solid 2px #fff;
		display: block;
		vertical-align: middle;
		background: #ebeceb url(../imgs/nav_bg.gif) repeat-y 0 0;
		text-decoration: none;
		
	}
	
	div#navigation a:hover { 
		background: #ebeceb url(../imgs/nav_bg_on.gif) repeat-y 0 0;
	}

	div#navigation a.on { 
		background: #ebeceb url(../imgs/nav_bg_on.gif) repeat-y 0 0;
	}

	div#navigation img { 
		padding: 3px 0 3px 15px;
	}



/*///////////////////////
tables
////////////////////////*/

table.bordered {
	width: 300px;
	border: solid 1px #999;
	margin: 0 10px 10px 0;
}


table#units {
	border: 0;
}

table#units tr.unitsheader{
	background-color: #F1E5D3;
}

table#units td.unitsheader{
	background-color: #F1E5D3;
	border-bottom: solid 1px #BFAF98;
	font-weight: 800;
}


table#units tr.units1{
	background-color: #F1E5D3;
}

table#units tr.units2{
	background-color: #D9C8AF;
}


table#units td{
	padding: 10px;
}



/*////////////////////
typography
///////////////////*/

h1 {
	font-size: 14px;
	font-weight: 800;
	margin: 0px;
	color: #000;
}

h2 {
	font-size: 12px;
	font-weight: 800;
	margin: 0px;
	color: #000;
}


h3 {
	font-size: 10px;
	font-weight: 800;
	margin: 0px;
	color: #000;
}

h4 {
	font-size: 8px;
	font-weight: 800;
	margin: 0px;
	color: #000;
}

/*/////////////////
images
//////////////////*/

.img-right {
	float: right;
	margin: 5px;
}

.img-left {
	float: left;
	margin: 5px;
}


.img-right-caption {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 114px;
	font-size: 8px;
	font-style: italic;
}

.img-bordered {
	border: solid 1px #000;
}

/*Building Specifications*/

.buildingspecs1 {
	padding: 10px;
	background-color: #F1E5D3;
}

.buildingspecs2 {
	padding: 10px;
	background-color: #D9C8AF;
}

ul.buildingspecs {
	padding: 0;
	margin: 0 5px 10px 15px;
}

/* Images page*/

#images-right {
	position: absolute;
	top: 384px;
	left: 406px;
	border: 0;
	width: 312px;
}