@charset "UTF-8";
/* CSS Document */

/* This section below redefines any existing HTML tags throughout the site */

body {
	margin: 0px auto;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #FFF;
	text-align: center;
}

li {
	line-height: 18px;
	list-style-type: square;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-style: normal;
	line-height: 16px;
	margin-bottom: 5px;
}

a, a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}


/* This section below defines any divs and their positions throughout the site */

#page-container {
	width: 1024px;
	margin: 0px auto;
}

#header-bg {
	width: 100%;
	height: 120px;
	margin: 0px auto;
	background-image: url(../images/header-bg.gif);
	background-position: center;
}

#header {
	width: 1024px;
	height: 120px;
	margin: 0px auto;
	background-image: url(../images/header.jpg)
}

#content-container-index {
	width: 972px;
	height: 520px;
	margin: 0px 0px 0px 50px;
	border-left: 2px solid #333;
	background-image: url(../images/city-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content-container {
	width: 972px;
	overflow: auto;
	margin: 0px 0px 0px 50px;
	border-left: 2px solid #333;
}

#logo {
	width: 914px;
	height: 95px;
	padding: 10px 10px 0px 0px;
	margin: 0px;
	text-align: right;
}

#navigation {
	width: 202px;
	margin: 20px 0px 20px 0px;
	float: left;
	display: inline;
}

#content {
	width: 670px;
	margin: 20px 0px 20px 0px;
	text-align: left;
	float: left;
	display: inline;
}

#footer-bg {
	width: 100%;
	height: 88px;
	margin: 0px auto;
	background-image: url(../images/footer-bg.gif);
	background-position: center;
}

#footer {
	width: 1024px;
	height: 88px;
	margin: 0px auto;
	background-image: url(../images/footer.jpg);
}


/* This section below defines the styles and positions of the navigation buttons */

#profile {
	width: 174px;
	height: 38px;
	margin-bottom: 15px;
	display: block;
	background-image: url(../images/buttons/profile.png);
}

#profile:hover {
	background-image: url(../images/buttons/profile-over.png);
}

#profile span {
	display: none;	
}

#services {
	width: 174px;
	height: 38px;
	margin-bottom: 15px;
	display: block;
	background-image: url(../images/buttons/services.png);
}

#services:hover {
	background-image: url(../images/buttons/services-over.png);
}

#services span {
	display: none;	
}

#clients {
	width: 174px;
	height: 38px;
	margin-bottom: 15px;
	display: block;
	background-image: url(../images/buttons/clients.png);
}

#clients:hover {
	background-image: url(../images/buttons/clients-over.png);
}

#clients span {
	display: none;	
}

#results {
	width: 174px;
	height: 38px;
	margin-bottom: 15px;
	display: block;
	background-image: url(../images/buttons/results.png);
}

#results:hover {
	background-image: url(../images/buttons/results-over.png);
}

#results span {
	display: none;	
}

#resources {
	width: 174px;
	height: 38px;
	margin-bottom: 15px;
	display: block;
	background-image: url(../images/buttons/resources.png);
}

#resources:hover {
	background-image: url(../images/buttons/resources-over.png);
}

#resources span {
	display: none;	
}


/* This section below defines any styles and classes used throughout the site */

.profile-content {
	width: 460px;
	float: left;
}

.profile-content p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

.profile-image {
	width: 200px;	
	float: right;
	text-align: center;
}

.patti-img {
	margin-top: 40px;	
}

.services-content {
	width: 660px;	
}

.services-content p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

.services-ul-left {
	width: 220px;
	float: left;	
	display: inline;
	margin: 0px 0px 15px 0px;
}

.services-ul-center {
	width: 220px;
	float: left;
	display: inline;
	margin: 0px 0px 15px 0px;
}

.services-ul-right {
	width: 220px;
	float: right;
	display: inline;
	margin: 0px 0px 15px 0px;
}

.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	color: #69321E;
}

.clients-content {
	width: 660px;	
}

.clients-content p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

.clients-left {
	width: 380px;
	float: left;	
	display: inline;
	line-height: 18px;
}

.clients-right {
	width: 280px;
	float: right;	
	display: inline;
	text-align: right;
}

.results-content {
	width: 680px;
	font-style: italic;
}

.results-content p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;;
}

.results-left {
	width: 300px;
	float: left;	
	display: inline;
	line-height: 18px;
}

.results-right {
	width: 360px;
	float: right;	
	display: inline;
	text-align: right;
}

.results-img {
	margin: 0px 0px 10px 0px;	
}

.resources-content {
	width: 660px;
}

.resources-content p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

.current-marker {
	margin: 0px 0px 15px -27px;	
}