body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(images/backboard.gif);
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2 {
	color: #730000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
	/* letter-spacing: 1px; */
	letter-spacing: 0;
	padding: 10px 0 0 0;
	text-decoration: none;
}

h3 {
	margin: 0 0 0.2em 0;
	font-size: 1.2em;
	color: #000000;
}

h4 {
	margin: 0 0 0.2em 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}


/* Content (encapulating Columns 1 and 2 */

#content {
	width: 925px;
	margin: 0 auto;
	background: #FFFFFF url(images/grey-band.jpg) repeat-y;
}

/* Column One */

#colOne {
	float: left;
	width: 220px;
	padding: 0;
}

/* Logo Block, top inside Column 1 */

#logo {
	float: left;
	width: 220px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: 0;
	border-bottom: 2px solid #FFFFFF;
	background: #FFFFFF url(images/grey-band.jpg) repeat-y;
}

#logo h1 { /* Company name */
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	font-variant: small-caps;
}

#logo h2 { /* The company's USP */
	font-size: 11px;
	font-weight: bold;
	font-style: italic; 
	color: #730000;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}

#logo h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;  /* black text for phone number */
	padding: 0;  /* to prevent space between the phone # and email address */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#logo a {
	color: #000000; /* black text for the email address */
	text-decoration: none; /* no underline for the link */
}

#logo .pix { /* Picture block inside the Logo block */
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px; /* poor man's method of centering logo in the left column */
	text-decoration: none;
	border: none;
}

#logo .firm-info { /* Firm info block inside the Logo block */
	float: left;
	width: 200px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	/* clear: left; */
	text-align: center;
}

/* Column 2 */

#colTwo {
	float: right;
	width: 645px;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}

#colTwo p, li {
	/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font-family: "Times New Roman", Times, serif
	/* font-size: 14px; */
	font-size: 26px;
}

#colTwo h1 {
	letter-spacing: 0;
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#colTwo h2 a {
	color: #730000;
	text-decoration: none;
}

#colTwo h2 a:visited {
	color: #730000;
	text-decoration: none;
}

#colTwo h2 a:hover {
	text-decoration: underline;
	background: #EEEEEE;
}

/* Header, top inside Column 2 */

#header {
	width: 645px;
	height: 100px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #DDDDDD;
}

#header * {
	margin: 0;
	text-decoration: none;
}

/* Separation Bar, for under the Column 2 Header*/

#sep-bar {
	float: right;
	width: 645px;
	height: 7px;
	margin: 0 auto;
	background: #730000;
}



/* Left Nav Bar formatting */

.nav {
	margin-bottom: 2px; /* Space blow each "clump" of nav */
	background: #bdbdbd;
	/* border-bottom: 2px solid #5f5f5f; */ /* Border on the bottom of each "clump of nav */
}

.nav a {
	display: block;
	width: 199px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 21px;
	font-size: 11px;
	background: #ebebeb;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;
	color: #730000;
}

.nav a:hover {
	background: #c1c1c1;
	color: #FFFFFF;
}

.nav h2 {
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.nav h2 a {
	background: #bdbdbd;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	display: inline;
	width: 199px;
	padding: 0;
	border-bottom: 0;
}

.nav h2 a:visited {
	text-decoration: none;
}

.nav h2 a:hover {
	text-decoration: underline;
	background: #c1c1c1;
	color: #FFFFFF;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

/* More box... for "top", "read more", etc. */

.more {
	text-align: right;
}

.more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.more a:hover {
	background: #666666;
	color: #FFFFFF;
}

/* Special formatting for our brand name... KeenLook */


.keen a {
	color:#06F;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; 
}

.keen a:hover {
	color:#06F;
	text-decoration: underline; 
}

.keen2 a {
	display: inline;
	color: #06F;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* font-style: italic; */
	text-decoration: none; 
}

.keen2 a span {
	display: none; /* This prevents the popup text from showing up when the page loads */
}

.keen2 a:hover span {
	/* This shows the popup text when a user's mouse hovers over the name KeenLook */

	display: inline;
	/* width: 140px;
	height: 36px; */
	position: relative;
	left: -10px;
	top: 10px;
	border: 1px solid #000000;

	padding: 5px; 
	margin-left: -10px;
	margin-top: -20px;
	margin-right: -282px;
	margin-bottom: auto;
	color: #00C;
	background: white;
	font: 10px Verdana, Geneva, sans-serif;
	text-align: center;
}

/* Special formatting for testimonial (i.e., feedback) letters and their signatures */

.letter {
	color:#400000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEE;
	/* border-left-width: 3px;
	border-left-color: #660000;
	border-left-style: dotted; */
	border-right-width: 3px;
	border-right-color: #660000;
	border-right-style: dotted;
}

.signature {
	margin-right: 15px;
	padding-right: 10px;
	font-style: italic;
	text-align: right;
	font-size: smaller;
	border-right-width: 3px;
	border-right-color: #660000;
	border-right-style: dotted;
}

.signature p {
	/* to get rid of the extra space between "paragraph" lines */
	line-height: 0;
}


/* Special heading for FAQs */

.faq {
	font-size: 1em;
	letter-spacing: 0;
}

/* Special handling for Review Terms definitions overview links at top of page */

#definition-links {
}

#definition-links li {
	/* font-weight: bold; */
}

#definition-links li ul {
	list-style: none;
	text-decoration: none;
	color: #000000;
}

#definition-links li ul a {
	text-decoration: none;
	color: #000000;
}

/* Address Block */

.address {
	list-style: none;
}

.address li {
	display: block;
	list-style-type: none;
}

/* "Request an Evaluation" box... for calling them to action. */

#eval-box {
	float: left;
	width: 220px;
	margin: 1em 0 0 0;
	text-align: left;
}

#eval-box a {
	display: block;
	height: 14px;
	/* border-left: 2px solid #666666;
	border-bottom: 2px solid #666666; 
	border: 4px outset #999999; */
	border-top: 2px solid #FFFFFF;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	background-color: #CCCCCC;
	font-style: italic;
}

#eval-box a:hover {
	background: #999999;
	color: #FFFFFF
}


/* Partners */
#partners {
	/* Left padding + width of partners box = 925 */
	width: 575px;
	height: 25px;
	margin: 0 auto;
	background: #ebebeb;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 350px;
	/* border: 1px solid #3300CC; */
}

#partners ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#partners li {
	display: inline;
}

#partners a {
	font-size: .8em;
	padding-top: 0;
	padding-right: 48px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-decoration: none;
	color: #333333;
	/* border: 1px solid #33FFCC; */
}

#partners a:hover {
	color: #730000;
}


/* Footer */

#footer {
	width: 925px;
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: url(images/horizontal-separator.gif) repeat-x;
	font-size: smaller;
	text-align: right;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	line-height: 6px;	
}

