/*----------------------------------------------------
	CSS Document for DharmaWorks Consulting 

----------------------------------------------------*/

/* 
	STYLES
*/
body         
{ 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt
}

h1           
{
 	font-size: 14pt; 
	font-weight: bold; 
	font-variant: small-caps 
}

h2
{
	font-size: 12pt; 
	font-weight: bold 
}

h3
{
	font-size: 11pt;
	font-weight: bold;
}

 
/* 
	On the Clients page the list of web-clients is to remain black for hot items but
	gray for ones still in development 
*/
#clients li 
{
	text-decoration: none;
	color: #999999;
}

#clients li a:link
{
	text-decoration: none;
	color: #000000;
}

#clients li a:visited
{
	text-decoration: none;
	color: #000000;
}

#clients li a:hover
{
	text-decoration: underline;
}

.address
{	
	font-size: 8pt; 
	font-weight: normal
}

.resumename
{
	font-size: 16pt;
	font-weight: bold;
}


/* 
	LAYOUT
	
	Very simple layout - only two areas of the display, the header and the content areas

*/
#header
{
	padding: 0px;
	margin: 0px;
	width: 751px;
	height: 155px;	
}

#content
{
	padding: 5px 5px 0px 5px;
	width: 730px;
}

/* Resume page - need to drop the font down on this page to get it to fit better */
#resume
{
	padding: 5px 5px 0px 5px;
	width: 730px;
	font-size: 9pt;
}

#resume h1           
{
 	font-size: 11pt; 
	font-weight: bold; 
	font-variant: small-caps 
}

#resume h2
{
	font-size: 10pt; 
	font-weight: bold 
}