/*/////////////////////
// last mod: 06/2007
///////////////////////*/

	
	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: #6a6a6a;
		}

input, select, option, textarea { 
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #0063ca;

}


a:link, a:visited {
	text-decoration: underline;
	color: #6a6a6a;
	font-weight: 900;
}

a:hover, a:active {
	text-decoration: underline;
	color: #6a6a6a;
	font-weight: 900;

}

div#debug {
	z-index: 5;
	color: red;
}


/*////////////////////
main positioning divs
///////////////////*/

body {
	text-align: center;
	background: #EDF1F4;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #6a6a6a;

}

div#mainframe {
	width: 742px;
	margin: 15px auto;
	background: #FFFFFF;
	text-align: left;
}

div#footer {
	margin: 0;
	padding:0;
	width: 742px;
	color: #6a6a6a;
}

/* not used right now*/
div#pullquote { 	
	float: right;
	border: solid 1px #133f6a;
}

ul.pullquote { 	
	padding: 0;
	margin: 0 10px 0 20px;  
}

li.pullquote {
	list-style: disc;
	line-height: 1.5;
}

/* images for text */
.img-right {
	float: right;
	padding: 0 10px 10px 10px;
}

img-left {
	float: left;
	padding: 10px;
}


/*////////////////////////////
annoying spacing problem with the top gradient bar
necessitates the use of a table for layout 
/////////////////////////////*/

table#mainframe {
	width: 742px;
	border: 0;
}

td#leftnav {
	width: 176px;
	background: transparent url(../imgs/top_gradient_left.gif) top left no-repeat;
	text-align: right;
}


td#contentwindow {
	border-left: solid 1px #dde4eb;
	min-height: 700px;
	background: transparent url(../imgs/top_gradient_right.gif) top left no-repeat;
}

div.maincontent {
	padding: 40px 20px 20px 20px;
	text-align: left;
}


/*////////////////////////
Navigation
////////////////////////*/

ul#navigation {
	list-style: none;
	width: 176px;
	padding: 0;
	margin: 0;
}

li#navigation, {
	list-style: none;
	padding: 0;
	margin: 0;
}



/*////////////////////
typography
///////////////////*/

h1 {
	font-size: 18px;
	font-weight: 800;
	margin: 0px;
	color: #133f6a;
}

h2 {
	font-size: 14px;
	font-weight: 800;
	margin: 0px;
	color: #133f6a;
}


h3 {
	font-size: 12px;
	font-weight: 800;
	margin: 0px;
	color: #133f6a;
}

h4 {
	font-size: 10px;
	font-weight: 800;
	margin: 0px;
	color: #133f6a;
}


/*////////////////////
individual page formatting
///////////////////*/

/*Home*/

div#onecolwrapper {
	width: 520px;
}

#onecolwrapper #pullquote {
	float: right;
	border: 0;
	margin: 0 0 20px 20px;
}




ul.intro {
	padding: 0;
	margin: 0px 0 0px 20px;  
}

li.intro {
	list-style-image: url(../imgs/sm_shell.gif);
	line-height: 1.5;
}

/*Units for sale*/
table#units {
	text-align: left;
	border: 1px;
	bordercolor: #fff;
	width: 520px;
}

table#units td {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: center;	
	padding: 10px;
}

table#units td.number {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: center;
	padding: 10px;
	width: 30px;
}


table#units td.left {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: left;
	padding: 10px;
	width: 183px;
}

table#units tr.unitsheader {
	background: #faebb6;
}

table#units td.header {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: center;	
	padding: 0;
}

table#units tr.units1 {
	background: #fff0c8;
}

table#units tr.units2 {
	background: #faebb6;
}

a.units {
	font-size: 9px;
}

/*Images PAGE*/

div#imagesmain {
	width: 540px;
	height: 472px;
	background: #ecf1f6;
}

#imagesmain #backdrop-left {
	margin: 0;
	float: left;
	background: #ecf1f6;
	width: 232px;
}

#imagesmain #backdrop-right {
	float: left;
	background: transparent url(../imgs/bg_imgs_right.gif) top left repeat-y;
	width: 250px;
	padding: 15px 0px 15px 15px;
	border-left: solid 1px #fff;

}

.imgscol {
	width: 220px;
}

#imagesmain #backdrop-left #imgs-left {
	margin: 0;
	float: left;
	width: 100px;
	padding-left: 10px;
}

#imagesmain #backdrop-left #imgs-right {
	float: left;
	width: 100px;
}

#imagesmain #backdrop-right #imgs-left {
	margin: 0;
	float: left;
	width: 100px;
	padding-left: 10px;
}

#imagesmain #backdrop-right #imgs-right {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

.img-header {
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: 900;
	size: 13px;
	color: #133f6a;
}


/*Building Specifications*/

.buildingspecs1 {
	padding: 10px;
	background: #ecf1f6;
}

.buildingspecs2 {
	padding: 10px;
	background: #fff;
}

ul.buildingspecs {
	padding: 0;
	margin: 0 60px 10px 15px;
}

/*Dev Team*/
div#devteam {
	width: 500px;
	background: #ecf1f6;
}

#devteam #devteamheader {
	padding: 10px 10px 0 10px;
	display: block;
}

#devteam #img {
	margin: 0;
	float: left;
	min-width: 60px;
	padding: 10px;
	background: #ecf1f6;
}

#devteam #desc {
	float: left;
	width: 350px;
	background: #ecf1f6;
	background: #ecf1f6;
	padding: 10px 20px 20px 0;
}


/*Contact Us*/

#contact {
	width: 500px;
	height: 150px;
	border-bottom: solid 1px #ccc;
	padding: 20px 0 0px 0; 

}

#contact #intro-left {
	float: left;
	width: 300px;
	padding-right: 20px;
}

#contact #intro-right {
	float: left;
	width: 150px;
	padding-left: 20px;
	border-left:  solid 1px #ccc;
}

#contactform {
	width: 500px;
	padding-top: 10px;
}

#contactform #left {
	float: left;
	width: 175px;
	padding-bottom: 5px;
}

#contactform #right {
	float: left;
	width: 290px;
	padding-bottom: 5px;	
}

#contactform #doublewide {
	float: left;
	width: 500px;
	padding-bottom: 5px;
}


.contactfield {
	font-weight: 400;
	color: #0063ca;
}

.required {
	font-weight: 800;
	color: #f75b31;
}

/*Press*/

.pub {
	color: #0063ca;
}

.date {
	color: #2690fe;
}

/*Discover*/
div#discover {
	width: 500px;
}

#discover #img {
	float: left;
	padding: 0;
	width: 100px;
	border-right: solid 5px white;
	border-bottom: solid 5px white;
}

#discover #linky {
	float: left;
	padding: 15px;
	width: 350px;
	height: 45px;
	vertical-align: middle;
	background: #ecf1f6;
	border-bottom: solid 5px white;
}

/*ProgressReports*/
div#progress {
	width: 500px;
	margin-bottom: 10px;
}

#progress #img {
	float: left;
	padding-right: 10px;
}

#progress #linky {
	float: left;
	padding: 10px 10px 0 10px;
	width: 350px;
	height: 65px;
	vertical-align: middle;
	background: #ecf1f6;
	border-bottom: solid 5px white;
}


.progress {
	float: left;
	padding: 15px;
	margin: 10px 0 10px 0;
	width: 350px;
	height: 45px;
	vertical-align: middle;
	background: #ecf1f6;
	border-bottom: solid 5px white;
}