/* CONSTANT PAGE ELEMENTS */
body {
	background-image: url(../images/back_tile.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #d4d4d4;
}
#nav {
	position: absolute;
	top: 137px;
	left: 230px;
}
#footer {
	background-image: url(../images/footer.jpg);
	width:930px;
	height: 173px;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}


/* INDEX ONLY */
#index_center {
	background-image: url(../images/back_index.jpg);
	width:1284px;
	height:800px;
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-left: -642px;
}
#index_think {
	position: absolute;
	left: 160px;
	top: 387px;
}
#index_privacy {
	position: absolute;
	top: 608px;
	left: 955px;
}
#index_terms {
	position: absolute;
	left: 998px;
	top: 600px;
}


/* SUB PAGE BACKGROUNDS */
#sub_about {
	background-image: url(../images/sub_head_about_us.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sub_components {
	background-image: url(../images/sub_head_components.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sub_history {
	background-image: url(../images/sub_head_history.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sub_clients {
	background-image: url(../images/sub_head_clients.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sub_network {
	background-image: url(../images/sub_head_network.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sub_bios {
	background-image: url(../images/sub_head_bio.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sub_newsletter {
	background-image: url(../images/sub_head_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sub_contact {
	background-image: url(../images/sub_head_contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}


/* SUB PAGE ONLY */
#sub_nav {
	position: relative;
	width: 800px;
	padding-top: 137px;
	right: 20px;
}
#sub_content {
	position: relative;
	width: 410px;
	height: auto;
	padding-top: 123px;
	left: 210px;
}
#sub_repeat {
	background-image: url(../images/sub_back_repeat.gif);
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 930px;
	position: relative;
}
#sub_think {
	position: absolute;
	top: -82px;
	left: -25px;
}
#sub_privacy {
	position: absolute;
	top: 141px;
	left: 778px;
}
#sub_terms {
	position: absolute;
	left: 822px;
	top: 133px;
}


/* TEXT STYLES */
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
a.main_text:link, a.main_text:visited, a.main_text:active {
	color: #000000;
}
a.main_text:hover {
	color: #d49300;
}

.sitemap_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc6600;
	text-decoration: none;
	line-height: 16px;
}
a.sitemap_text:link, a.sitemap_text:visited, a.sitemap_text:active {
	color: #cc6600;
}
a.sitemap_text:hover {
	color: #e7a100;
}
