/* CSS Document for CHI Equity
*  Written by Pixel Farm Interactive */

/* = GENERAL STYLES
***************************************/

body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/bg-window.jpg);
	background-repeat: repeat-x;
	background-color: #4c4d4f;
	line-height:1.5em;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

img {
	display: block;
}

h1 {
	font-size: 13px;
	text-transform: uppercase;
	color: #585858;
	margin-bottom: 1em;
}

h2 {
	font-size: 13px;
	color: #333;
	margin: 0;
}

h3 {
	font-size: 12px;
	color: #656565;
	margin: 0;
}

p img {
	display: inline;
}

a:link, a:visited {
	color: #2a335b;
}

a:hover, a:active {
	color: #94b169;
}

ul {
	margin-bottom: 1.1em;
}

strong {
	color: #30385e;
}

/* = SITE WRAPPER
***************************************/
#siteWrapper {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../images/bg-stage.jpg);
	background-repeat:repeat-y;
}

/* = NAVIGATION STRUCTURE
****************************************/
.nav {
	padding: 0 0 0 9px;
	margin: 0;
	list-style: none;
	background-image: url(../images/nav-buttons.jpg);
	background-repeat: none;
	width: 731px;
	height: 32px;
}

.nav li {
	float: left;
	/*background-color: #999999;*/
	height: 32px;
	overflow: hidden;
}

.nav a {
	display: block;
	padding: 32px 0 6px;
	color: #FFF;
}

.nav a:hover {
	background: url(../images/nav-arrow-grey.gif) no-repeat left;
	background-position: 12px 12px;
}

.nav a.selected {
	background: url(../images/nav-arrow-green.gif) no-repeat left;
	background-position: 12px 12px;
}

/* = NAV BUTTONS
****************************************/

.home {
	width: 72px;
}

.team {
	width: 70px;
}

.services {
	width: 88px;
}

.portfolio {
	width: 92px;
}

.contact {
	width: 82px;
}

/* = CONTENT
****************************************/
#content {
	background: url(../images/bg-stage-shading.jpg) no-repeat bottom;
	padding: 40px 120px 40px 100px;
	margin: 0;
}

/* = FOOTER
****************************************/

#footer {
	background: url(../images/bg-footer.jpg) no-repeat left;
	text-align: right;
	color: #e1e1e1;
	height: 90px;
	font-size: 11px;
}

#footer p {
	padding: 7px 25px 0 0;
}

#footer a {
	color: #e1e1e1;
	text-decoration:none;
}

#footer a:hover {
	color: #94b169;
	text-decoration:none;
}

/* = WEBSITE ELEMENTS
****************************************/

.imageQuote {
	margin-left: -50px;
	margin-bottom: 1em;
}
