/*/////////////////////
// filename: main.css
// project: 323 on Boylston aka Cypress Phase II
// author: Frances Donovan, Reaching Productions, for RCG
// note: hybrid standards-compliant CSS with some accessibility
// last mod: 5/2006
///////////////////////*/

/*oy, what a maddening failure to grasp the 
power of stylesheets! Updating as I go.
*/


body, td, p { 
	color: #666;
	font-size: 11px; 
    	text-decoration: none;
	font-family: "Verdana", "Arial", "Helvetica", "Geneva", sans-serif; }    

p.normal {
	font-size: 11px;
	color: #7d7d7d;
	font-family: "Verdana", "Arial", "Helvetica", "Geneva", sans-serif;
}

a, a:link { 
	text-decoration: none ;
	font-size:11px;
	font-weight: 900;
	color: #C41230; }

a:visited { 
	text-decoration: none ;
	font-weight: 900;
	color: #C41230; }

a:hover { 
	text-decoration: underline ;
	font-weight: 900;
	color: #C41230; }

a:visited.hover { 
	text-decoration: underline ;
	font-weight: 900;
	color: #C41230; }
	
p { 
	margin-bottom: .8em;
	line-height: 17px; }

/*general typography*/
h4 {
	font-size: 12px;
	font-weight: 800;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 11px;
	font-weight: 800;
	margin: 0;
	padding: 0;
}


/*various layout stuff; some legacy, some that actually makes sense*/

table {
	margin-top: 0px;
	vertical-align: middle;
	margin-bottom: 0px; }
	

td.header {
	color: #C41230;
	font-weight: 900;
}

td.text {
	text-align: left;
	padding-left: 12px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-right: 12px;
	font-size: 11px;
	color: #7d7d7d;
	line-height: 14px;
	vertical-align: top;
}

td.section {
	text-align: left;
	padding-left: 29px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-right: 12px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	vertical-align: top;
}

.section {
	text-align: left;
	padding-left: 29px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-right: 12px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	vertical-align: top;
}


/*for building specifications page*/
table#specs {
	width: 533px;
}


table#specs td {
	text-align: left;
	padding-left: 29px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-right: 12px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	vertical-align: top;
}

table#specs tr.hr {
	padding: 0;
	border: 0;
	margin: 0;
	background: #7d7e81 url(images/pxl_gray.gif) repeat-x;
}

table#specs td.hr {
	padding: 0;
	border: 0;
	margin: 0;
	background: #7d7e81 url(images/pxl_gray.gif) repeat-x;
}

/*for development team page*/
table#devteam {
	border: 0;
	padding: 0;
	margin: 0;
}


table#devteam td {
	border: 0;
	text-align: left;
	padding: 10px 10px 10px 0;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	vertical-align: top;
}



/*place this in the main content TD when you do not have another nested table. 
Ow, it hurts to use nested tables but I don't have time to recode the whole thing*/
#text {
	text-align: left;
	padding-left: 29px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-right: 12px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	vertical-align: top;
}
/*this is really just here to offset the text div above; no settings, no padding. meant
for when you have another table in the main page contents*/
#table {
}




td.data {
	text-align: left;
	padding-left: 2px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-right: 12px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	vertical-align: top;
}


.contact {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	color: #666;
	font-weight: 500;
	text-align: left;
}

.redContact {
	color: #666;
	text-align: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: solid 1px #990000;
	border-bottom: solid 1px #990000;
}

.specname {
	font-weight: 900;
	color: #C41230;
	font-size: 11px;
	text-transform: uppercase;
}

h2.floors {
	width: 500px;
	color: BEBFC0;
	size: 1px;
}

a.floors, a.floors:link { 
	text-decoration: none ;
	font-size:  11px;
	font-weight: 800;
	color: #BEBFC0;
	padding-left: 97px;
	padding-bottom: 15px;
	 }

a.floors:visited { 
	text-decoration: none ;
	font-weight: 800;
	color: #BEBFC0; }

a.floors:hover { 
	text-decoration: none;
	font-weight: 800;
	color: #C41230; }

a.floors:visited.hover { 
	text-decoration: none;
	font-weight: 800;
	color: #C41230; }

ul.flush {
	margin: 0px;
	padding-left: 12px;
	list-style: disc;
}

.right {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
	border-left: solid 1px #999;
	margin-left: 10px;
	margin-right: 10px;
}

.img-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.img-bill {
	padding: 0 0 5 0;
}

.pullquote {
	float: right;
	width: 175px;
	border: solid 1px #999;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;

}

.pop-img {
	border: solid 5px #8B8888;
}

.redheadline {
	font-size:11px;
	font-weight: 900;
	color: #C41230; }

	


