/* html elements */

html, body  { margin: 0 auto; }

body {
	top: -3px;
	padding: 0;
	background: #fff;
	color: #25164c;
    font: 10pt Helvetica, Arial, Sans-serif;
	line-height: 18px;
	}
	
table { position: relative; top: -3px; }
	
input { width: 232px; }

/* layout */

#container-outer {
	position: relative;
	background: #000;
	width: 760px;
	}

#container-inner {
	position: static;
	width: 760px;
	background: #fff;
	text-align: left; 
	}

#banner {
	position: relative;
	top: 0px;
	height: 169px;
	width: 760px;
	}
	
	*html #banner {
		position: relative;
		top: 3px;
		height: 169px;
		width: 760px;
		}	

#navigation {
	position: absolute;
	left: 412px;
	top: 34px;
	}

	.about { position: relative; left: 0; }

	.services {	position: relative;	left: 6px;	}
		
	.clients { position: relative; left: 14px; }
		
	.contact { position: relative; left: 18px; }

	.home { position: relative; top: 4px; left: 30px; }

#content_right {
	position: static;
	width: 125px;
	height: auto;
	vertical-align: top;
	text-align: center;
	}
	
	#content_right img { padding-top: 24px; }

#content {
	position: static;
	width: 413px;
	min-height: 400px;
	vertical-align: top;
	padding: 8px;
	background: #fff;
	}

#content_left {
	position: static;
	width: 177px;
	vertical-align: top;
	background: #f8efd9;
	padding: 13px;
	}
	
	#quote_top { position: relative; top: 4px; }
	
	#quote_bottom { position: relative; top: -18px; left: 146px; }

#footer {
	position: relative;
	top: -3px;
	width: 760px;
	font-size: 8pt;
	text-align: center;
	line-height: 12pt;
	background: #fff;
	padding-bottom: 16px;
	}

	#footer img { padding: 0 0 6px 0; }

#its_about {
	position: relative;
	top: -42px;
	left: 0;
	}

.questions {
	position: relative;
	top: -40px;
	left: -10px;
	}

.answers {
	position: relative;
	top: -40px;
	left: 0;
	}

.insights {
	position: relative;
	top: -40px;
	left: 10px;
	}
	
/* home rollover */

.home_ro {
	background: url('images/home_ro.gif');
	background-repeat: no-repeat;
	
	}

/* quotes */

#quotes {
	position: relative;
	top: -22px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 13pt;
	}

.source {
	font-size: 8pt;
	line-height: 10pt;
	text-align: right;
	}

	
/* contact */

.contact_info {
	position: static;
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	}

#submit { width: 60px; }


/* added 01.11.07 */
.copyright { font-size: 7pt; line-height: 28pt; font-style: italic; }
