

/* Properties for the clients pages */



/* ==================================== Content - General Properties ======================== */



div#content-and-tertiary-nav div#content

{

	/* A background-image could be placed here if desired. There was one originally

		but the client opted not to go with it. And, if a background-image is

		added, a padding-top would also be needed, say, 180px or so. */

}



/* Definition lists have their own properties within the client pages */



div#content dl

{

	margin-bottom: 0.9em;

}



div#content dl dt,

	div#content dl dd

{

	color: rgb(102,102,102); /* A light gray, the normal text color */

}



/* H4 headers have slightly different properties inside a definition list */

div#content dl dt

{

	display: block;



	/* These are basically the properties from h4 elements. And, they probably would have

		been used if block-level elements were allowed in dt elements. */



	color: rgb(120,120,120); /* A slightly lighter gray than the normal text color */

	font-size: 1.1em;

	font-weight: bold;



	background-image: url(../images/common/definition-term-bullet.png);

	background-repeat: no-repeat;

	background-position: 0em 0.5em;



	padding-left: 10px; /* This leaves room for the bullet */

}



div#content dl dt a:link

{

	color: rgb(7,18,60); /* A gunmetal-gray, more or less */

}



div#content dl dt a:hover

{

	color: rgb(102,153,204) !important; /* A lighter cyan */

}