@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	letter-spacing: 0.5;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
	background-image: url(../images/page_background.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
#container {
	width: 900px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* LINK CONTROLS */
a {
	color: #917b4c;
	text-decoration: none;
}
a:link {
	color: #917b4c;
	text-decoration: none;
}
a:hover {
	color: #917b4c;
	text-decoration: underline;
}

/* PARAGRAPH CONTROLS */
p {
	padding: 10px 0 10px 0;
	margin: 5px 0 5px 0;
}

/* NAVIGATION CONTROLS */
#navigation {
	position: relative;
	float: left;
	padding: 39px 0 0 103px;
	margin: 0;
	width: 797px;
}
#logo {
	position: relative;
	float: left;
	width: 109px;
	padding: 0;
	margin: 0 24px 0 0;
	border: none;
}
#home {
	position: relative;
	float: left;
	width: 60px;
	height: 24px;
	padding: 0 10px 0 21px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_home.gif);
	background-position: 21px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#home:hover {
	background-image: url(../images/nav_home.gif);
	background-position: 21px -24px;
}
#clients {
	position: relative;
	float: left;
	width: 70px;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_clients.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#clients:hover {
	background-image: url(../images/nav_clients.gif);
	background-position: 10px -24px;
}
#clients-active {
	position: relative;
	float: left;
	width: 70px;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_clients.gif);
	background-position: 10px -24px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#services {
	position: relative;
	float: left;
	width: 89px;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_services.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}
#services:hover {
	background-image: url(../images/nav_services.gif);
	background-position: 10px -24px;
}
#services-active {
	position: relative;
	float: left;
	width: 89px;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_services.gif);
	background-position: 10px -24px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}
#philanthropy {
	position: relative;
	float: left;
	width: 134px;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_philanthropy.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}
#philanthropy:hover {
	background-image: url(../images/nav_philanthropy.gif);
	background-position: 10px -24px;
}
#philanthropy-active {
	position: relative;
	float: left;
	width: 134px;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_philanthropy.gif);
	background-position: 10px -24px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}
#about {
	position: relative;
	float: left;
	width: 62px;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_about.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}
#about:hover {
	background-image: url(../images/nav_about.gif);
	background-position: 10px -24px;
}
#about-active {
	position: relative;
	float: left;
	width: 62px;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_about.gif);
	background-position: 10px -24px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}
#contact {
	position: relative;
	float: left;
	width: 80px;
	height: 24px;
	padding: 0 25px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_contact.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#contact:hover {
	background-image: url(../images/nav_contact.gif);
	background-position: 10px -24px;
}
#contact-active {
	position: relative;
	float: left;
	width: 80px;
	height: 24px;
	padding: 0 25px 0 10px;
	margin: 35px 0 0 0;
	border: none;
	background-image: url(../images/nav_contact.gif);
	background-position: 10px -24px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/* FOOTER CONTROL */
#footer {
	position: relative;
	float: left;
	width: 900px;
	border-top: 1px solid #d3cab7;
	padding: 10px 10px 10px 10px;
	color: #917b4c;
}
#copyright {
	position: relative;
	float: left;
	width: 440px;
	text-align: left;
}
#terms {
	position: relative;
	float: left;
	width: 440px;
	text-align: right;
}

/* HOMEPAGE FLASH CONTROL */
#flashunit {
	position: relative;
	float: left;
	width: 900px;
	min-height: 400px;
}

/* CLIENTS PAGE CONTENT */
#clients-content {
	position: relative;
	float: left;
	padding: 40px 0 0 0;
	width: 900px;
}
#clients-title {
	position: relative;
	float: left;
	padding: 0 103px 0 103px;
	width: auto;
	clear: both;
}
#division {
	position: relative;
	float: left;
	width: 797px;
	padding: 0 0 20px 103px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #f4f2ed;
}
#division-title {
	position: relative;
	float: left;
	width: 272px;
}
#column-one {
	position: relative;
	float: left;
	width: 265px;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
#column-two {
	position: relative;
	float: left;
	width: auto;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

/* SERVICES PAGE CONTENT */
#service-list {
	position: relative;
	float: left;
	width: 797px;
	padding: 0 0 20px 103px;
	margin: 0 0 20px 0;
}
#service-one {
	position: relative;
	float: left;
	width: 33%;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
#service-two {
	position: relative;
	float: left;
	width: 33%;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
#service-three {
	position: relative;
	float: left;
	width: 33%;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
#service-list ul {
	padding: 0;
	margin: 0;
}
#service-list li {
	list-style-image: url(../images/services_bullet.gif);
	list-style-position: inside;
}

/* PHILANTHROPY PAGE CONTENT */
#badge {
	position: relative;
	float: left;
	width: 168px;
	padding: 0;
}
#badge img {
	border: 4px solid #d1c4aa;
}
#description {
	position: relative;
	float: left;
	width: 550px;
}
#description a {
	font-size: 13px;
	text-decoration: none;
	color: #333333;
}
#description a:hover {
	text-decoration: underline;
	color: #333333;
}
h2 {
	font-size: 22px;
	color: #f4af00;
	margin: 0 0 -5px 0;
}

/* ABOUT PAGE CONTENT */
#about-list {
	position: relative;
	float: left;
	width: 797px;
	padding: 0 0 20px 103px;
	margin: 0 0 20px 0;
}
#about-one {
	position: relative;
	float: left;
	padding: 0 0 20px 40px;
}
#about-one ul {
	padding: 0;
	margin: 0;
}
#about-one li {
	list-style-image: url(../images/about_bullet.gif);
	list-style-position: inside;
}
#about-talent {
	position: relative;
	float: left;
	padding: 0 0 20px 40px;
}
#about-talent ul {
	padding: 0;
	margin: 0;
}
#about-talent li {
	list-style-image: url(../images/about_bullet.gif);
	list-style-position: outside;
}
h4 {
	font-size: 18px;
	font-weight: lighter;
	color: #aa113f;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

/* CONTACT PAGE CONTENT */
#contact-title {
	position: relative;
	float: left;
	padding: 0 40px 0 103px;
	width: 224px;
}
#contactinfo {
	position: relative;
	float: left;
	width: auto;
	padding: 32px 0 25px 0;
	font-size: 13px;
}
#contactinfo a {
	color: #333333;
	text-decoration: none;
}
#contactinfo a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 15px;
	color: #007836;
}

/* SERVICES DETAIL PAGE CONTENT */
#services-title {
	position: relative;
	float: left;
	margin: 0 400px 0 103px;
	width: auto;
	clear: both;
	display: block;
}
#photoarea {
	position: relative;
	float: left;
	width: 305px;
	margin: 15px 0 15px 103px;
}
#photoarea img {
	border: 4px solid #d1c4aa;
	margin: 0 12px 5px 0;
}
#tammyphoto {
	border: 4px solid #d1c4aa;
	margin: 0 15px 40px 0;
}
#trfyilogos {
	border: 4px solid #d1c4aa;
	margin: 0 15px 150px 0;
}
#clientphoto {
	border: 4px solid #d1c4aa;
	margin: 0 12px 5px 0;
}
#service-content {
	position: relative;
	float: left;
	width: 400px;
	margin: 15px 0 15px 103px;
	vertical-align: top;
}
#casestudy-content {
	position: relative;
	float: left;
	width: 400px;
	margin: 15px 0 15px 0;
	vertical-align: top;
}
#paginator {
	position: relative;
	float: left;
	min-height:32px;
	width: 400px;
	background-image: url(../images/services_paginator_rule.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#paginator2 {
	position: relative;
	float: left;
	min-height:32px;
	width: 400px;
	background-image: url(../images/clients_paginator_rule.gif);
	background-repeat: repeat-x;
	text-align: center;
}
h5 {
	font-size: 17px;
	color: #666666;
	padding: 0;
	margin: 0;
}