/* Susan Bloch stylesheet */

/*	for testing: 
border:1px dotted #F60; 
*/


* { margin:0; padding:0; }
BODY { background:#663; font:10pt/14pt Georgia,Times,serif; color:#000; margin-bottom:30px; }


#Logo { width:740px; height:50px; color:#FFF; text-align:left; }
#boxtop { width:740px; overflow:hidden; background:#EDEFDA; }
#Container { position:relative; width:740px; background:#EDEFDA; text-align:left; 
	float/**/:none; 
	}

.column { position:relative; float:left; }
#first { float:left; width:140px; padding-bottom:400px; padding-top:20px; margin:10px 20px 40px 15px; border-right:1px solid #663; }
#second { float:left; width:380px; margin:30px 20px 40px 0; }
#third{ float:left; width:140px; margin:60px 0; text-align:center; }

#boxbottom { width:740px; overflow:hidden; background:#EDEFDA; }


UL { margin:0 0 9pt 30px; }
	UL LI { margin-bottom:7pt;	}
UL.nav { list-style:none; margin:0; font:9pt/18pt Verdana,Arial,Helvetica,sans-serif; }
	UL.nav LI, UL.nospace LI { margin:0; padding-left:10px; height:25px; }
	UL.nav LI.active { color:#FFF; background:#663 url(img/navleft.gif) no-repeat top left; }
	
DL DT { font-weight:bold; margin-top:9pt; }
DL DD { margin-left:30px; }

TABLE.clients TD { font:10pt/12pt Georgia,Times,serif; vertical-align:top; padding:0 7pt 7pt 0; border-bottom:1px solid #999; }
TABLE.clients TD B { font:10pt/12pt Verdana,Arial,Helvetica; font-weight:bold; }

H2 { font:12pt/14pt Georgia,Times,serif; font-weight:bold; margin-bottom:12pt; }
P { text-indent:30px; margin-bottom:9pt; }
	P.first { text-indent:0; }
P.quote { font:10pt/14pt Georgia,Times,serif; font-style:italic; color:#663; }
P.quoted { font:8pt/12pt Georgia,Times,serif; color:#666; }
P.homepage { font:11pt/14pt Georgia,Times,serif; text-indent:0; margin-bottom:18pt; }
	P.homepage:first-line { font-weight:bold; }
.noindent { text-indent:0; }


/* easy clearing */
#Container:after { content:'[DO NOT LEAVE IT IS NOT REAL]'; display:block; height:0; clear: both; visibility:hidden; }
#Container { display:inline-block; }
/*\*/
#Container { display:block; }
/* end easy clearing */