/* -- SETUP -- */

body{
	background: #FFF url(graphicsNew/bg5.jpg) top center no-repeat;
	font: 76% Arial, Helvetica, sans-serif;
	color: #7A808E;
}

#container{
	width: 939px;
	margin: 0 auto;
}

p{
	margin-bottom: 20px;
}

a{
	color: #fe7c31;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* -- HEADER -- */

#logo{
	width: 939px;
	height: 108px;
	background: url(graphicsNew/logo.png) top center no-repeat;
	position: relative;
}

#logo a{
	text-indent: -9999px;
	display: block;
	width: 250px;
	height: 50px;
	top: 30px;
	left: 40px;
	position: absolute;
}

/* -- MAIN NAVIGATION -- */

#mainNav {
	width: 939px;
	height: 46px;
	margin: 0 auto;
}

#mainNav ul {
	height: 46px;
	margin: 0;
}

#mainNav li{
	float: left;
	margin: 0;
	height: 46px;
}

#mainNav a, #mainNav span {
	display: block;
	height: 46px;
	text-indent: -9999px;
	text-decoration: none;
}

#button1 a{background: url(graphicsNew/nav-profile.png) no-repeat; width: 78px;}
#button1 a:hover, body#profile #button1 a {background-position: bottom;}

#button2 a{background: url(graphicsNew/nav-portfolio.png) no-repeat; width: 91px;}
#button2 a:hover, body#portfolio #button2 a {background-position: bottom;}

#button3 span{background: url(graphicsNew/nav-resources.png) no-repeat; width: 96px;}
/*#button3 a:hover, body#resources #button3 a {background-position: bottom;}*/

#button4 a{background: url(graphicsNew/nav-contact.png) no-repeat; width: 85px;}
#button4 a:hover, body#contact #button4 a {background-position: bottom;}

#clientLogin a{background: url(graphicsNew/login.png) no-repeat; width: 167px;}

/* -- SUB NAVIGATION -- */

#profileNav {
	width: 180px;
	height: 88px;
	margin: 0 auto;
	margin-bottom: 100px;
}

#profileNav ul {
	height: 88px;
	margin: 0;
	border-bottom: 1px solid #e3e2e0;
}

#profileNav li{
	margin: 0;
	height: 21px;
	border-top: 1px solid #e3e2e0;
}

#profileNav a {
	display: block;
	height: 21px;
	text-indent: -9999px;
	text-decoration: none;
}

#profile1 a{background: url(graphicsNew/nav-profile-about.gif) no-repeat; width: 180px;}
#profile1 a:hover, #profile1 a.selected {background-position: bottom;}

#profile2 a{background: url(graphicsNew/nav-profile-services.gif) no-repeat; width: 180px;}
#profile2 a:hover, #profile2 a.selected {background-position: bottom;}

#profile3 a{background: url(graphicsNew/nav-profile-team.gif) no-repeat; width: 180px;}
#profile3 a:hover, #profile3 a.selected {background-position: bottom;}

#profile4 a{background: url(graphicsNew/nav-profile-partners.gif) no-repeat; width: 180px;}
#profile4 a:hover, #profile4 a.selected {background-position: bottom;}

/* -- CONTENT -- */

#content{
	margin: 120px 0 0 0;
}

#content p{
	text-align: justify;
}

#content h1{
	width: 518px;
	height: 26px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#content h2, #content p span{
	color: #fe7c31;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar{
	width: 180px;
	float: left;
}

#address{
	border-top: 1px solid #e3e2e0;
	border-bottom: 1px solid #e3e2e0;
	font-size: .8em;
	padding-top: 20px;
	padding-left: 40px;
	line-height: 1.6em;
}

#address a{
	color: #7A808E;
}

#content h1.home{
	background: url(graphicsNew/home.png) no-repeat;
	width: 639px;
	height: 109px;
}

#content h1.about{
	background: url(graphicsNew/header-about.png) no-repeat;
}

#content h1.services{
	background: url(graphicsNew/header-services.png) no-repeat;
}

#content h1.team{
	background: url(graphicsNew/header-team.png) no-repeat;
}

#content h1.partners{
	background: url(graphicsNew/header-partners.png) no-repeat;
}

#content h1.portfolio{
	background: url(graphicsNew/header-portfolio.png) no-repeat;
}

#content h1.contact{
	background: url(graphicsNew/header-contact.png) no-repeat;
}

#text{
	width: 634px;
	float: left;
	margin: 0 60px 30px 65px;
	line-height: 1.7em;
}

/* -- FOOTER -- */

#footer{
	clear: both;
	background: url(graphicsNew/footer.png) no-repeat;
	height: 167px;
	text-indent: -9999px;
}


